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

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

PublicIdentityConfig

Properties

Name Type Description Notes
Attributes Pointer to []PublicIdentityAttributeConfig Up to 5 identity attributes that will be available to everyone in the org for all users in the org. [optional]
Modified Pointer to System.DateTime When this configuration was last modified. [optional]
ModifiedBy Pointer to IdentityReference [optional]

Examples

  • Prepare the resource
$PublicIdentityConfig = Initialize-PSSailpoint.V3PublicIdentityConfig  -Attributes null `
 -Modified 2018-06-25T20:22:28.104Z `
 -ModifiedBy null
  • Convert the resource to JSON
$PublicIdentityConfig | ConvertTo-JSON

[Back to top]