mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.1 KiB
1.1 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-public-identity-attributes-inner | PublicIdentityAttributesInner | PublicIdentityAttributesInner | PublicIdentityAttributesInner | powershellsdk |
|
/tools/sdk/powershell/v2024/models/public-identity-attributes-inner |
|
PublicIdentityAttributesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Key | String | The attribute key | [optional] |
| Name | String | Human-readable display name of the attribute | [optional] |
| Value | String | The 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