OidcClientResourceInput
Input type for creating a new OIDC client resource, providing access from a client to a resource according to the defined resource scopes.
input OidcClientResourceInput {
resourceId: ID!
resourceScopes: [String!]!
}
Fields
OidcClientResourceInput.resourceId
● ID!
non-null scalar
OidcClientResourceInput.resourceScopes
● [String!]!
non-null scalar
The scopes from the resource that the client may request.
Member Of
createOidcClientResource
mutation ● updateOidcClientResource
mutation