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

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

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

[Back to top]