mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.1 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-accounts-selection-response | AccountsSelectionResponse | AccountsSelectionResponse | AccountsSelectionResponse | powershellsdk |
|
/tools/sdk/powershell/v2025/models/accounts-selection-response |
|
AccountsSelectionResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Identities | []IdentityAccountSelections | A list of available account selections per identity in the request, for all the requested items | [optional] |
Examples
- Prepare the resource
$AccountsSelectionResponse = Initialize-V2025AccountsSelectionResponse -Identities null
- Convert the resource to JSON
$AccountsSelectionResponse | ConvertTo-JSON