Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/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
beta-public-identity-attribute-config PublicIdentityAttributeConfig PublicIdentityAttributeConfig PublicIdentityAttributeConfig powershellsdk
powershell
PowerShell
sdk
PublicIdentityAttributeConfig
BetaPublicIdentityAttributeConfig
/tools/sdk/powershell/beta/models/public-identity-attribute-config
SDK
Software Development Kit
PublicIdentityAttributeConfig
BetaPublicIdentityAttributeConfig

PublicIdentityAttributeConfig

Properties

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

Examples

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

[Back to top]