Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/IdentityAttributeNames.md
2025-05-07 14:37:48 +00:00

938 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
powershell
PowerShell
sdk
IdentityAttributeNames
V2024IdentityAttributeNames
/tools/sdk/powershell/v2024/models/identity-attribute-names
SDK
Software Development Kit
IdentityAttributeNames
V2024IdentityAttributeNames

IdentityAttributeNames

Properties

Name Type Description Notes
Ids []String List of identity attributes' technical names. [optional]

Examples

  • Prepare the resource
$IdentityAttributeNames = Initialize-V2024IdentityAttributeNames  -Ids [name, displayName]
  • Convert the resource to JSON
$IdentityAttributeNames | ConvertTo-JSON

[Back to top]