Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/PublicIdentityAttributeConfig.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05: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
/tools/sdk/powershell/beta/models/public-identity-attribute-config
SDK
Software Development Kit
PublicIdentityAttributeConfig

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]