RequestedEntitlement
One entitlement recorded on a requested resource: the {kind, value} pair the requester picked
(the catalog kind and the catalog external id), plus the label the server resolved from the live
catalog when the request was submitted. Client-supplied labels are never persisted.
type RequestedEntitlement {
kind: String!
label: String
value: String!
}
Fields
RequestedEntitlement.kind ● String! non-null scalar
RequestedEntitlement.label ● String scalar
RequestedEntitlement.value ● String! non-null scalar
Member Of
RequestResource object