Skip to main content

ManuallyUpdatedFieldsDTO

Properties

NameTypeDescriptionNotes
DISPLAYNAMEBooleanTrue 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]
DESCRIPTIONBooleanTrue 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

[Back to top]