Skip to main content

PublicIdentityAttributeConfig

Properties

NameTypeDescriptionNotes
KeyStringthe key of the attribute[optional]
NameStringthe display name of the attribute[optional]

Examples

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

[Back to top]