Skip to main content

IdentityAttributeNames

Properties

NameTypeDescriptionNotes
Ids[]StringList of identity attributes' technical names.[optional]

Examples

  • Prepare the resource
$IdentityAttributeNames = Initialize-PSSailpoint.BetaIdentityAttributeNames  -Ids [name, displayName]
  • Convert the resource to JSON
$IdentityAttributeNames | ConvertTo-JSON

[Back to top]