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-PublicidentityAttributesInner  -Key country `
-Name Country `
-Value US
  • Convert the resource to JSON
$PublicidentityAttributesInner | ConvertTo-JSON

[Back to top]