Skip to main content

IdentityStoreWhere

Search criteria for identity stores

input IdentityStoreWhere {
identifier: String
includeDeleted: Boolean
isAuthenticationEnabled: Boolean
isDeleted: Boolean
name: String
type: String
}

Fields

IdentityStoreWhere.identifier ● String scalar

Partial match on the identifier

IdentityStoreWhere.includeDeleted ● Boolean scalar

Whether to include deleted identity stores in the results.

IdentityStoreWhere.isAuthenticationEnabled ● Boolean scalar

Filter by authentication enabled flag

IdentityStoreWhere.isDeleted ● Boolean scalar

List only the identity stores which are, or are not, deleted.

IdentityStoreWhere.name ● String scalar

Partial match on the name

IdentityStoreWhere.type ● String scalar

Exact match on the type

Member Of

findIdentityStores query