Skip to main content

AccountsSelectionResponse

Properties

NameTypeDescriptionNotes
Identities[]IdentityAccountSelectionsA list of available account selections per identity in the request, for all the requested items[optional]

Examples

  • Prepare the resource
$AccountsSelectionResponse = Initialize-PSSailpoint.V2025AccountsSelectionResponse  -Identities null
  • Convert the resource to JSON
$AccountsSelectionResponse | ConvertTo-JSON

[Back to top]