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

1.2 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-attributes-inner PublicIdentityAttributesInner PublicIdentityAttributesInner PublicIdentityAttributesInner powershellsdk
powershell
PowerShell
sdk
PublicIdentityAttributesInner
PublicIdentityAttributesInner
/tools/sdk/powershell/v3/models/public-identity-attributes-inner
SDK
Software Development Kit
PublicIdentityAttributesInner
PublicIdentityAttributesInner

PublicIdentityAttributesInner

Properties

Name Type Description Notes
Key Pointer to String The attribute key [optional]
Name Pointer to String Human-readable display name of the attribute [optional]
Value Pointer to String The attribute value [optional]

Examples

  • Prepare the resource
$PublicIdentityAttributesInner = Initialize-PSSailpoint.V3PublicIdentityAttributesInner  -Key country `
 -Name Country `
 -Value US
  • Convert the resource to JSON
$PublicIdentityAttributesInner | ConvertTo-JSON

[Back to top]