Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/Aggregations.md
2025-02-03 22:09:17 +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
v2024-aggregations Aggregations Aggregations Aggregations powershellsdk
powershell
PowerShell
sdk
Aggregations
V2024Aggregations
/tools/sdk/powershell/v2024/models/aggregations
SDK
Software Development Kit
Aggregations
V2024Aggregations

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

[Back to top]