createClientRestrictionAuthorizationInput
Autogenerated input type of createClientRestrictionAuthorization
Fields
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!}