Skip to content

createClientRestrictionAuthorizationInput

Autogenerated input type of createClientRestrictionAuthorization

Fields

deprecated DO NOT USE
client_id · ID! · required · ID of the client to which this authorization applies
provider_id · ID! · required · The provider which is granted access to the client
reason · String! · required · A reason justifying the authorization

Used By

Definition

"""
Autogenerated input type of createClientRestrictionAuthorization
"""
input createClientRestrictionAuthorizationInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
ID of the client to which this authorization applies
"""
client_id: ID!
"""
The provider which is granted access to the client
"""
provider_id: ID!
"""
A reason justifying the authorization
"""
reason: String!
}