Skip to main content

RequestedEntitlementInput

One entitlement selected on a requested resource. kind is the catalog kind and value the catalog external id, exactly as requestableEntitlements / requestableCatalog report them. No label is accepted: the server re-resolves the display name from the live catalog, and rejects any {kind, value} that is not a requestable entitlement of the resource.

input RequestedEntitlementInput {
kind: String!
value: String!
}

Fields

RequestedEntitlementInput.kind ● String! non-null scalar

RequestedEntitlementInput.value ● String! non-null scalar

Member Of

RequestResourceData input