--- id: entitlement-document-all-of-manually-updated-fields title: EntitlementDocumentAllOfManuallyUpdatedFields pagination_label: EntitlementDocumentAllOfManuallyUpdatedFields sidebar_label: EntitlementDocumentAllOfManuallyUpdatedFields sidebar_class_name: powershellsdk keywords: ['powershell', 'PowerShell', 'sdk', 'EntitlementDocumentAllOfManuallyUpdatedFields', 'EntitlementDocumentAllOfManuallyUpdatedFields'] slug: /tools/sdk/powershell/v3/models/entitlement-document-all-of-manually-updated-fields tags: ['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 ```powershell $EntitlementDocumentAllOfManuallyUpdatedFields = Initialize-PSSailpoint.V3EntitlementDocumentAllOfManuallyUpdatedFields -DESCRIPTION false ` -DISPLAYNAME false ``` - Convert the resource to JSON ```powershell $EntitlementDocumentAllOfManuallyUpdatedFields | ConvertTo-JSON ``` [[Back to top]](#)