updateOidcResource
Updates an existing OIDC resource.
Note:
- If scopes are removed from the resource, those scopes will be removed from all clients that have the resource. If no scopes remain on the client resource, the client resource will be deleted.
updateOidcResource(
id: ID!
input: OidcResourceInput!
): OidcResource!
Arguments
updateOidcResource.id
● ID!
non-null scalar
updateOidcResource.input
● OidcResourceInput!
non-null input
Type
OidcResource
object
Represents an OIDC resource, usually an API, but could be anything accessed from an OIDC client which needs explicit control.