mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.1 KiB
1.1 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-aggregations | Aggregations | Aggregations | Aggregations | powershellsdk |
|
/tools/sdk/powershell/v2024/models/aggregations |
|
Aggregations
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Nested | Pointer to NestedAggregation | [optional] | |
| Metric | Pointer to MetricAggregation | [optional] | |
| VarFilter | Pointer to FilterAggregation | [optional] | |
| Bucket | Pointer to BucketAggregation | [optional] |
Examples
- Prepare the resource
$Aggregations = Initialize-PSSailpoint.V2024Aggregations -Nested null `
-Metric null `
-VarFilter null `
-Bucket null
- Convert the resource to JSON
$Aggregations | ConvertTo-JSON