ManuallyUpdatedFieldsDTO
Properties
Name | Type | Description | Notes |
---|---|---|---|
DISPLAYNAME | 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 | 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
$ManuallyUpdatedFieldsDTO = Initialize-PSSailpoint.V2024ManuallyUpdatedFieldsDTO -DISPLAYNAME true `
-DESCRIPTION true
- Convert the resource to JSON
$ManuallyUpdatedFieldsDTO | ConvertTo-JSON