mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.2 KiB
1.2 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-metric-aggregation | MetricAggregation | MetricAggregation | MetricAggregation | powershellsdk |
|
/tools/sdk/powershell/v2024/models/metric-aggregation |
|
MetricAggregation
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | String | The name of the metric aggregate to be included in the result. If the metric aggregation is omitted, the resulting aggregation will be a count of the documents in the search results. | [required] |
| Type | Pointer to MetricType | [optional] | |
| Field | String | The field the calculation is performed on. Prefix the field name with '@' to reference a nested object. | [required] |
Examples
- Prepare the resource
$MetricAggregation = Initialize-PSSailpoint.V2024MetricAggregation -Name Access Name Count `
-Type null `
-Field @access.name
- Convert the resource to JSON
$MetricAggregation | ConvertTo-JSON