Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/PublicIdentityAttributeConfig.md
2025-01-28 13:29:29 -05:00

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-attribute-config PublicIdentityAttributeConfig PublicIdentityAttributeConfig PublicIdentityAttributeConfig powershellsdk
powershell
PowerShell
sdk
PublicIdentityAttributeConfig
V2024PublicIdentityAttributeConfig
/tools/sdk/powershell/v2024/models/public-identity-attribute-config
SDK
Software Development Kit
PublicIdentityAttributeConfig
V2024PublicIdentityAttributeConfig

PublicIdentityAttributeConfig

Properties

Name Type Description Notes
Key Pointer to String The attribute key [optional]
Name Pointer to String The attribute display name [optional]

Examples

  • Prepare the resource
$PublicIdentityAttributeConfig = Initialize-PSSailpoint.V2024PublicIdentityAttributeConfig  -Key country `
 -Name Country
  • Convert the resource to JSON
$PublicIdentityAttributeConfig | ConvertTo-JSON

[Back to top]