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

954 B

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-nested-aggregation NestedAggregation NestedAggregation NestedAggregation powershellsdk
powershell
PowerShell
sdk
NestedAggregation
V2024NestedAggregation
/tools/sdk/powershell/v2024/models/nested-aggregation
SDK
Software Development Kit
NestedAggregation
V2024NestedAggregation

NestedAggregation

Properties

Name Type Description Notes
Name String The name of the nested aggregate to be included in the result. [required]
Type String The type of the nested object. [required]

Examples

  • Prepare the resource
$NestedAggregation = Initialize-V2024NestedAggregation  -Name id `
 -Type access
  • Convert the resource to JSON
$NestedAggregation | ConvertTo-JSON

[Back to top]