Skip to main content

Account Entitlements​

This API returns entitlements of the account.
A token with ORG_ADMIN authority is required to call this API.

Path Parameters
  • id string required

    The account id

    Example: ef38f94347e94562b5bb8424a56397d8
Query Parameters
  • limit int32

    Possible values: <= 250

    Default value: 250

    Max number of results to return. See V3 API Standard Collection Parameters for more information.

    Example: 250
  • offset int32

    Offset into the full result set. Usually specified with limit to paginate through the results. See V3 API Standard Collection Parameters for more information.

  • count boolean

    If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored.

    Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.

    See V3 API Standard Collection Parameters for more information.

    Example: true
Responses

An array of account entitlements


Schema array
  • id string

    System-generated unique ID of the Object

  • name string

    Name of the Object

  • created date-time

    Creation date of the Object

  • modified date-time

    Last modification date of the Object

  • attribute string

    Name of the entitlement attribute

  • value string

    Raw value of the entitlement

  • description string

    Entitlment description

  • attributes object

    Entitlement attributes

  • sourceSchemaObjectType string

    Schema objectType on the given application that maps to an Account Group

  • privileged boolean

    Determines if this Entitlement is privileged.

  • cloudGoverned boolean

    Determines if this Entitlement is goverened in the cloud.

  • source object

    Reference to the source this entitlment belongs to.

  • type string

    Possible values: [ACCOUNT_CORRELATION_CONFIG, ACCESS_PROFILE, ACCESS_REQUEST_APPROVAL, ACCOUNT, APPLICATION, CAMPAIGN, CAMPAIGN_FILTER, CERTIFICATION, CLUSTER, CONNECTOR_SCHEMA, ENTITLEMENT, GOVERNANCE_GROUP, IDENTITY, IDENTITY_PROFILE, IDENTITY_REQUEST, LIFECYCLE_STATE, PASSWORD_POLICY, ROLE, RULE, SOD_POLICY, SOURCE, TAG, TAG_CATEGORY, TASK_RESULT, REPORT_RESULT, SOD_VIOLATION, ACCOUNT_ACTIVITY]

    DTO type

  • id string

    ID of the object to which this reference applies

  • name string

    Human-readable display name of the object to which this reference applies

Loading...