Skip to main content

NestedAggregation

Properties

NameTypeDescriptionNotes
NameStringThe name of the nested aggregate to be included in the result.[required]
TypeStringThe type of the nested object.[required]

Examples

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

[Back to top]