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

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
v2024-accounts-selection-response AccountsSelectionResponse AccountsSelectionResponse AccountsSelectionResponse powershellsdk
powershell
PowerShell
sdk
AccountsSelectionResponse
V2024AccountsSelectionResponse
/tools/sdk/powershell/v2024/models/accounts-selection-response
SDK
Software Development Kit
AccountsSelectionResponse
V2024AccountsSelectionResponse

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-V2024AccountsSelectionResponse  -Identities null
  • Convert the resource to JSON
$AccountsSelectionResponse | ConvertTo-JSON

[Back to top]