Skip to main content

Publicidentityattributeconfig

Properties

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

Examples

  • Prepare the resource
$Publicidentityattributeconfig = Initialize-Publicidentityattributeconfig  -Key country `
-Name Country
  • Convert the resource to JSON
$Publicidentityattributeconfig | ConvertTo-JSON

[Back to top]