Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/PublicIdentityAttributesInner.md
2025-05-07 14:37:48 +00: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
v2024-public-identity-attributes-inner PublicIdentityAttributesInner PublicIdentityAttributesInner PublicIdentityAttributesInner powershellsdk
powershell
PowerShell
sdk
PublicIdentityAttributesInner
V2024PublicIdentityAttributesInner
/tools/sdk/powershell/v2024/models/public-identity-attributes-inner
SDK
Software Development Kit
PublicIdentityAttributesInner
V2024PublicIdentityAttributesInner

PublicIdentityAttributesInner

Properties

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

Examples

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

[Back to top]