mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
950 B
950 B
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-identity-attribute-names | IdentityAttributeNames | IdentityAttributeNames | IdentityAttributeNames | powershellsdk |
|
/tools/sdk/powershell/v2024/models/identity-attribute-names |
|
IdentityAttributeNames
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Ids | []String | List of identity attributes' technical names. | [optional] |
Examples
- Prepare the resource
$IdentityAttributeNames = Initialize-PSSailpoint.V2024IdentityAttributeNames -Ids [name, displayName]
- Convert the resource to JSON
$IdentityAttributeNames | ConvertTo-JSON