Skip to main content

EntitlementDocumentAllOfManuallyUpdatedFields

Properties

NameTypeDescriptionNotes
DESCRIPTIONBoolean[optional] [default to $false]
DISPLAYNAMEBoolean[optional] [default to $false]

Examples

  • Prepare the resource
$EntitlementDocumentAllOfManuallyUpdatedFields = Initialize-PSSailpoint.V2024EntitlementDocumentAllOfManuallyUpdatedFields  -DESCRIPTION false `
-DISPLAYNAME false
  • Convert the resource to JSON
$EntitlementDocumentAllOfManuallyUpdatedFields | ConvertTo-JSON

[Back to top]