Skip to main content

IdentityStoreLink

Represents a link between an identity and an identity store

type IdentityStoreLink {
createdAt: DateTime!
id: ID!
identifier: String!
identityStore: IdentityStore!
identityStoreId: String!
isPrimary: Boolean!
name: String!
updatedAt: DateTime
userType: String
}

Fields

IdentityStoreLink.createdAt ● DateTime! non-null scalar

When this link was created

IdentityStoreLink.id ● ID! non-null scalar

The local ID of this link

IdentityStoreLink.identifier ● String! non-null scalar

The unique identifier within the identity store

IdentityStoreLink.identityStore ● IdentityStore! non-null object

The identity store

IdentityStoreLink.identityStoreId ● String! non-null scalar

The local ID of the identity store

IdentityStoreLink.isPrimary ● Boolean! non-null scalar

Whether this is the primary link for the identity

IdentityStoreLink.name ● String! non-null scalar

A human-readable name for this link

IdentityStoreLink.updatedAt ● DateTime scalar

When this link was last updated

IdentityStoreLink.userType ● String scalar

The directory's user type for this account ('Member' or 'Guest' for Entra stores), captured when the link was created from directory data. Null means unknown (manual stores, or links created before this was recorded) — not member.

Member Of

Identity object