Skip to main content

OidcClaimMappingWhere

Criteria for finding OIDC claim mappings.

input OidcClaimMappingWhere {
createdById: ID
createdFrom: DateTime
createdTo: DateTime
credentialType: String
isDeleted: Boolean
name: String
}

Fields

OidcClaimMappingWhere.createdById ● ID scalar

The ID of the user (Person or Application) that created the claim mapping.

OidcClaimMappingWhere.createdFrom ● DateTime scalar

The start of the createdAt period to include.

OidcClaimMappingWhere.createdTo ● DateTime scalar

The end of the createdAt period to include.

OidcClaimMappingWhere.credentialType ● String scalar

List only claim mappings for this credential type.

OidcClaimMappingWhere.isDeleted ● Boolean scalar

List only the claim mappings which are, or are not, deleted.

OidcClaimMappingWhere.name ● String scalar

List only claim mappings matching this name.

Member Of

findOidcClaimMappings query