Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/PublicIdentityConfig.md
2025-02-03 22:09:17 +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
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 []PublicIdentityAttributeConfig [optional]
ModifiedBy IdentityReference [optional]
Modified 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]