Skip to main content

Entitlement

Properties

NameTypeDescriptionNotes
id(optional) stringThe entitlement id[default to undefined]
name(optional) stringThe entitlement name[default to undefined]
attribute(optional) stringThe entitlement attribute name[default to undefined]
value(optional) stringThe value of the entitlement[default to undefined]
sourceSchemaObjectType(optional) stringThe object type of the entitlement from the source schema[default to undefined]
description(optional) stringThe description of the entitlement[default to undefined]
privileged(optional) booleanTrue if the entitlement is privileged[default to false]
cloudGoverned(optional) booleanTrue if the entitlement is cloud governed[default to false]
requestable(optional) booleanTrue if the entitlement is able to be directly requested[default to false]
owner(optional) Entitlementv2Owner[default to undefined]
additionalOwners(optional) Array<Additionalownerref>List of additional owner references beyond the primary owner. Each entry may be an identity (IDENTITY) or a governance group (GOVERNANCE_GROUP).[default to undefined]
manuallyUpdatedFields(optional)A map of entitlement fields that have been manually updated. The key is the field name in UPPER_SNAKE_CASE format, and the value is true or false to indicate if the field has been updated.[default to undefined]
accessModelMetadata(optional) Entitlementv2AccessModelMetadata[default to undefined]
created(optional) stringTime when the entitlement was created[default to undefined]
modified(optional) stringTime when the entitlement was last modified[default to undefined]
source(optional) EntitlementSource[default to undefined]
attributes(optional)A map of free-form key-value pairs from the source system[default to undefined]
segments(optional) Array<string>List of IDs of segments, if any, to which this Entitlement is assigned.[default to undefined]
directPermissions(optional) Array<Permissiondto>[default to undefined]