Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/Aggregations.md
2025-01-28 13:29:29 -05:00

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
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 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.V3Aggregations  -Nested null `
 -Metric null `
 -VarFilter null `
 -Bucket null
  • Convert the resource to JSON
$Aggregations | ConvertTo-JSON

[Back to top]