mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.1 KiB
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 |
|
/tools/sdk/powershell/beta/models/public-identity-config |
|
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