requestableEntitlements
The entitlement catalog offered to a requester by an entitlement-picker form
element: the graph entitlement nodes of kind scoped to resource_id. Authorized
for self-service when beneficiary_id is omitted or is the caller; looking up a
catalog for another beneficiary requires request.modify. search narrows by
display-name substring (typeahead); results are bounded. NOT the admin entitlement-management listing
(see entitlements, which carries governance fields and is gated on resource.read).
requestableEntitlements(
beneficiary_id: ID
kind: String!
resource_id: ID!
search: String
): [RequestableEntitlement!]!
Arguments
requestableEntitlements.beneficiary_id ● ID scalar
requestableEntitlements.kind ● String! non-null scalar
requestableEntitlements.resource_id ● ID! non-null scalar
requestableEntitlements.search ● String scalar
Type
RequestableEntitlement object
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.