mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.0 KiB
1.0 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| public-identity-attribute-config | PublicIdentityAttributeConfig | PublicIdentityAttributeConfig | PublicIdentityAttributeConfig | powershellsdk |
|
/tools/sdk/powershell/v3/models/public-identity-attribute-config |
|
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