Skip to main content

Identityaccountselections

Properties

NameTypeDescriptionNotes
RequestedItems[]RequesteditemaccountselectionsAvailable account selections for the identity, per requested item[optional]
AccountsSelectionRequiredBooleanA boolean indicating whether any account selections will be required for the user to raise an access request[optional] [default to $false]
TypeDtotype[optional]
IdStringThe identity id for the user[optional]
NameStringThe name of the identity[optional]

Examples

  • Prepare the resource
$Identityaccountselections = Initialize-Identityaccountselections  -RequestedItems null `
-AccountsSelectionRequired false `
-Type null `
-Id 70016590f2df4b879bdb1313a9e4e19e `
-Name User name
  • Convert the resource to JSON
$Identityaccountselections | ConvertTo-JSON

[Back to top]