UpdateIdentityStoreInput
Update payload for updating an identity store
input UpdateIdentityStoreInput {
clientId: String
clientSecret: String
isAuthenticationEnabled: Boolean!
name: String!
type: IdentityStoreType!
}
Fields
UpdateIdentityStoreInput.clientId ● String scalar
The optional client ID, used for i.e identity lookups.
UpdateIdentityStoreInput.clientSecret ● String scalar
The optional client secret, applicable only to confidential clients.
UpdateIdentityStoreInput.isAuthenticationEnabled ● Boolean! non-null scalar
Whether users in this store are allowed to authenticate (i.e. log in)
UpdateIdentityStoreInput.name ● String! non-null scalar
A human-friendly name for this store
UpdateIdentityStoreInput.type ● IdentityStoreType! non-null enum
What kind of store this is (e.g. 'entra')
Member Of
updateIdentityStore mutation