Aggregations
Properties
Name | Type | Description | Notes |
---|---|---|---|
Nested | NestedAggregation | [optional] | |
Metric | MetricAggregation | [optional] | |
VarFilter | FilterAggregation | [optional] | |
Bucket | 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