Update to powershell SDK docs: 13400083192

This commit is contained in:
developer-relations-sp
2025-02-18 21:09:13 +00:00
parent 63e80b2c1b
commit d8aeab4d75
78 changed files with 1364 additions and 340 deletions

View File

@@ -0,0 +1,37 @@
---
id: v2024-entitlement-document-all-of-manually-updated-fields
title: EntitlementDocumentAllOfManuallyUpdatedFields
pagination_label: EntitlementDocumentAllOfManuallyUpdatedFields
sidebar_label: EntitlementDocumentAllOfManuallyUpdatedFields
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'EntitlementDocumentAllOfManuallyUpdatedFields', 'V2024EntitlementDocumentAllOfManuallyUpdatedFields']
slug: /tools/sdk/powershell/v2024/models/entitlement-document-all-of-manually-updated-fields
tags: ['SDK', 'Software Development Kit', 'EntitlementDocumentAllOfManuallyUpdatedFields', 'V2024EntitlementDocumentAllOfManuallyUpdatedFields']
---
# 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.V2024EntitlementDocumentAllOfManuallyUpdatedFields -DESCRIPTION false `
-DISPLAYNAME false
```
- Convert the resource to JSON
```powershell
$EntitlementDocumentAllOfManuallyUpdatedFields | ConvertTo-JSON
```
[[Back to top]](#)