RequestedGrant
One Grant target recorded on a requested resource: its GrantKind, target external id, resolved
target entity kind, and normalized qualifiers (including defaults), plus the label the server
resolved from the live catalog when submitted. Client-supplied labels are never persisted.
type RequestedGrant {
entity: String!
kind: String!
label: String
qualifiers: JSON
value: String!
}
Fields
RequestedGrant.entity ● String! non-null scalar
RequestedGrant.kind ● String! non-null scalar
RequestedGrant.label ● String scalar
RequestedGrant.qualifiers ● JSON scalar
RequestedGrant.value ● String! non-null scalar
Member Of
RequestResource object