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 anyone who can request the resource (gated on request.modify), so the End User
request form can populate the picker. 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(
kind: String!
resource_id: ID!
search: String
): [RequestableEntitlement!]!
Arguments
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.