Skip to content

createClientRestrictionAuthorizationInput

Autogenerated input type of createClientRestrictionAuthorization

Fields

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 {
"""
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!
}