Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/EntitlementDocumentAllOfManuallyUpdatedFields.md
2025-02-18 21:09:13 +00: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
entitlement-document-all-of-manually-updated-fields EntitlementDocumentAllOfManuallyUpdatedFields EntitlementDocumentAllOfManuallyUpdatedFields EntitlementDocumentAllOfManuallyUpdatedFields powershellsdk
powershell
PowerShell
sdk
EntitlementDocumentAllOfManuallyUpdatedFields
EntitlementDocumentAllOfManuallyUpdatedFields
/tools/sdk/powershell/v3/models/entitlement-document-all-of-manually-updated-fields
SDK
Software Development Kit
EntitlementDocumentAllOfManuallyUpdatedFields
EntitlementDocumentAllOfManuallyUpdatedFields

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

[Back to top]