Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/PublicIdentityAttributeConfig.md
2025-04-01 09:23:12 -04: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
v2025-public-identity-attribute-config PublicIdentityAttributeConfig PublicIdentityAttributeConfig PublicIdentityAttributeConfig powershellsdk
powershell
PowerShell
sdk
PublicIdentityAttributeConfig
V2025PublicIdentityAttributeConfig
/tools/sdk/powershell/v2025/models/public-identity-attribute-config
SDK
Software Development Kit
PublicIdentityAttributeConfig
V2025PublicIdentityAttributeConfig

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-PSSailpoint.V2025PublicIdentityAttributeConfig  -Key country `
 -Name Country
  • Convert the resource to JSON
$PublicIdentityAttributeConfig | ConvertTo-JSON

[Back to top]