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

PublicIdentityConfig

Properties

Name Type Description Notes
Attributes Pointer to []PublicIdentityAttributeConfig [optional]
ModifiedBy Pointer to IdentityReference [optional]
Modified Pointer to System.DateTime the date/time of the modification [optional]

Examples

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

[Back to top]