mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.8 KiB
1.8 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-entitlement-manually-updated-fields | EntitlementManuallyUpdatedFields | EntitlementManuallyUpdatedFields | EntitlementManuallyUpdatedFields | powershellsdk |
|
/tools/sdk/powershell/beta/models/entitlement-manually-updated-fields |
|
EntitlementManuallyUpdatedFields
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DISPLAYNAME | Pointer to Boolean | True if the entitlements name was updated manually via entitlement import csv or patch endpoint. False means that property value has not been change after first entitlement aggregation. Field refers to Entitlement response schema > name property. |
[optional] [default to $false] |
| DESCRIPTION | Pointer to Boolean | True if the entitlement description was updated manually via entitlement import csv or patch endpoint. False means that property value has not been change after first entitlement aggregation. Field refers to Entitlement response schema > description property. |
[optional] [default to $false] |
Examples
- Prepare the resource
$EntitlementManuallyUpdatedFields = Initialize-PSSailpoint.BetaEntitlementManuallyUpdatedFields -DISPLAYNAME true `
-DESCRIPTION true
- Convert the resource to JSON
$EntitlementManuallyUpdatedFields | ConvertTo-JSON