Skip to main content

IdentityStore

A single identity store configuration

type IdentityStore {
clientId: String
createdAt: DateTime!
createdBy: User!
id: ID!
identifier: String!
isAuthenticationEnabled: Boolean!
name: String!
suspendedAt: DateTime
type: IdentityStoreType!
updatedAt: DateTime
updatedBy: User
}

Fields

IdentityStore.clientId ● String scalar

Optional client ID (e.g. used for identity look ups)

IdentityStore.createdAt ● DateTime! non-null scalar

When this identity store was created

IdentityStore.createdBy ● User! non-null object

The user who created this identity store

IdentityStore.id ● ID! non-null scalar

The local ID of the identity store

IdentityStore.identifier ● String! non-null scalar

A unique identifier for this store

IdentityStore.isAuthenticationEnabled ● Boolean! non-null scalar

Whether this store represents an Entra tenant from which users or applications will authenticate to Verified Orchestration.

IdentityStore.name ● String! non-null scalar

A human-friendly name for this store

IdentityStore.suspendedAt ● DateTime scalar

When the identity store was suspended.

IdentityStore.type ● IdentityStoreType! non-null enum

What kind of store this is (e.g. 'entra')

IdentityStore.updatedAt ● DateTime scalar

When this identity store was last updated

IdentityStore.updatedBy ● User object

The user who last updated this identity store

Returned By

createIdentityStore mutation ● findIdentityStores query ● identityStore query ● resumeIdentityStore mutation ● suspendIdentityStore mutation ● updateIdentityStore mutation