Skip to main content

OidcIdentityResolverWhere

Criteria for finding OIDC identity resolvers.

input OidcIdentityResolverWhere {
createdById: ID
createdFrom: DateTime
createdTo: DateTime
credentialType: String
identityStoreId: ID
identityStoreType: IdentityStoreType
isDeleted: Boolean
name: String
}

Fields

OidcIdentityResolverWhere.createdById ● ID scalar

The ID of the user (Person or Application) that created the identity resolver.

OidcIdentityResolverWhere.createdFrom ● DateTime scalar

The start of the createdAt period to include.

OidcIdentityResolverWhere.createdTo ● DateTime scalar

The end of the createdAt period to include.

OidcIdentityResolverWhere.credentialType ● String scalar

List only identity resolvers for this credential type.

OidcIdentityResolverWhere.identityStoreId ● ID scalar

List only identity resolvers for this identity store.

OidcIdentityResolverWhere.identityStoreType ● IdentityStoreType enum

List only identity resolvers for this identity store type.

OidcIdentityResolverWhere.isDeleted ● Boolean scalar

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

OidcIdentityResolverWhere.name ● String scalar

List only identity resolvers matching this name.

Member Of

findOidcIdentityResolvers query