Skip to main content

PublicIdentityAttributesInner

Properties

NameTypeDescriptionNotes
KeyStringThe attribute key[optional]
NameStringHuman-readable display name of the attribute[optional]
ValueStringThe attribute value[optional]

Examples

  • Prepare the resource
$PublicIdentityAttributesInner = Initialize-PSSailpoint.V2024PublicIdentityAttributesInner  -Key country `
-Name Country `
-Value US
  • Convert the resource to JSON
$PublicIdentityAttributesInner | ConvertTo-JSON

[Back to top]