mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.3 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| entitlement-document-all-of-manually-updated-fields | EntitlementDocumentAllOfManuallyUpdatedFields | EntitlementDocumentAllOfManuallyUpdatedFields | EntitlementDocumentAllOfManuallyUpdatedFields | powershellsdk |
|
/tools/sdk/powershell/v3/models/entitlement-document-all-of-manually-updated-fields |
|
EntitlementDocumentAllOfManuallyUpdatedFields
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DESCRIPTION | Boolean | [optional] [default to $false] | |
| DISPLAYNAME | Boolean | [optional] [default to $false] |
Examples
- Prepare the resource
$EntitlementDocumentAllOfManuallyUpdatedFields = Initialize-PSSailpoint.V3EntitlementDocumentAllOfManuallyUpdatedFields -DESCRIPTION false `
-DISPLAYNAME false
- Convert the resource to JSON
$EntitlementDocumentAllOfManuallyUpdatedFields | ConvertTo-JSON