Skip to main content

PublicIdentityAttributeConfig

Properties

NameTypeDescriptionNotes
KeyStringThe attribute key[optional]
NameStringThe attribute display name[optional]

Examples

  • Prepare the resource
$PublicIdentityAttributeConfig = Initialize-PSSailpoint.V2024PublicIdentityAttributeConfig  -Key country `
-Name Country
  • Convert the resource to JSON
$PublicIdentityAttributeConfig | ConvertTo-JSON

[Back to top]