Skip to main content

Get an entitlement​

This API returns an entitlement by its ID.

Path Parameters
  • id string required

    The entitlement ID

    Example: 2c91808874ff91550175097daaec161c
Responses

An entitlement


Schema
  • id string

    The entitlement id

  • name string

    The entitlement name

  • created date-time

    Time when the entitlement was created

  • modified date-time

    Time when the entitlement was last modified

  • attribute string

    The entitlement attribute name

  • value string

    The value of the entitlement

  • sourceSchemaObjectType string

    The object type of the entitlement from the source schema

  • privileged boolean

    Default value: false

    True if the entitlement is privileged

  • cloudGoverned boolean

    Default value: false

    True if the entitlement is cloud governed

  • description string

    The description of the entitlement

  • requestable boolean

    Default value: false

    True if the entitlement is requestable

  • attributes object

    A map of free-form key-value pairs from the source system

  • source object
  • id string

    The source ID

  • type string

    The source type, will always be "SOURCE"

  • name string

    The source name

  • owner object

    Simplified DTO for the owner object of the entitlement

  • id string

    The owner id for the entitlement

  • name string

    The owner name for the entitlement

  • type string

    Possible values: [IDENTITY]

    The type of the owner. Initially only type IDENTITY is supported

  • directPermissions object[]
  • rights string[]

    All the rights (e.g. actions) that this permission allows on the target

  • target string

    The target the permission would grants rights on.

  • segments string[]

    List of IDs of segments, if any, to which this Entitlement is assigned.

  • manuallyUpdatedFields object

    Object contains entitlement manually updated fields. Field value is true if is was updated manually via entitlement import csv or patch endpoint. Field value is false if that property value has not been changed after first entitlement aggregation. Values for all manually updatable fields must be specified. For now only two entitlement fields support this: DISPLAY_NAME and DESCRIPTION.

  • DISPLAY_NAME boolean

    Default value: false

    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.

  • DESCRIPTION boolean

    Default value: false

    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.

Loading...