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

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

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-PSSailpoint.V3NestedAggregation  -Name id `
 -Type access
  • Convert the resource to JSON
$NestedAggregation | ConvertTo-JSON

[Back to top]