Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/Aggregations.md
2025-05-07 14:37:48 +00:00

1.0 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
aggregations Aggregations Aggregations Aggregations powershellsdk
powershell
PowerShell
sdk
Aggregations
Aggregations
/tools/sdk/powershell/v3/models/aggregations
SDK
Software Development Kit
Aggregations
Aggregations

Aggregations

Properties

Name Type Description Notes
Nested NestedAggregation [optional]
Metric MetricAggregation [optional]
VarFilter FilterAggregation [optional]
Bucket BucketAggregation [optional]

Examples

  • Prepare the resource
$Aggregations = Initialize-Aggregations  -Nested null `
 -Metric null `
 -VarFilter null `
 -Bucket null
  • Convert the resource to JSON
$Aggregations | ConvertTo-JSON

[Back to top]