Skip to main content

RequestableEntitlement

One selectable entitlement offered by an entitlement-picker form element. Lean, requester-facing projection of a graph entitlement node — value is the catalog external id (what rides the request and the PROVISION operation), label is its display name, kind is the catalog kind. Deliberately excludes admin-only governance fields (risk, review policy) that the richer Entitlement type carries.

type RequestableEntitlement {
kind: String!
label: String!
value: String!
}

Fields

RequestableEntitlement.kind ● String! non-null scalar

RequestableEntitlement.label ● String! non-null scalar

RequestableEntitlement.value ● String! non-null scalar

Returned By

requestableEntitlements query