PublicIdentityAttributeConfig
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Key | String | The attribute key | [optional] |
| Name | String | The attribute display name | [optional] |
Examples
- Prepare the resource
$PublicIdentityAttributeConfig = Initialize-PublicIdentityAttributeConfig -Key country `
-Name Country
- Convert the resource to JSON
$PublicIdentityAttributeConfig | ConvertTo-JSON