UpdateIdentityStoreInput
Update payload for updating an identity store
input UpdateIdentityStoreInput {
accessPackagesEnabled: Boolean
clientId: String
clientSecret: String
clientSecretExpiresAt: DateTime
isAuthenticationEnabled: Boolean!
name: String!
type: IdentityStoreType!
}
Fields
UpdateIdentityStoreInput.accessPackagesEnabled ● Boolean scalar
Whether access packages are enabled for this identity store.
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.clientSecretExpiresAt ● DateTime scalar
The date the App Registration client secret expires, if known.
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