Skip to main content

EntitlementEntryInput

No description

input EntitlementEntryInput {
display_name: String
external_id: String!
risk_level: Int
}

Fields

EntitlementEntryInput.display_name ● String scalar

EntitlementEntryInput.external_id ● String! non-null scalar

EntitlementEntryInput.risk_level ● Int scalar

Numeric risk (1..5) for this value. Omit to keep the risk the value already has (or the default 3 for a value this replace creates) — a replace that does not mention risk never resets it.

Member Of

updateResourceEntitlements mutation