mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
966 B
966 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 |
|
/tools/sdk/powershell/v2024/models/nested-aggregation |
|
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.V2024NestedAggregation -Name id `
-Type access
- Convert the resource to JSON
$NestedAggregation | ConvertTo-JSON