Skip to main content

OidcClientWhere

Criteria for finding OIDC clients.

input OidcClientWhere {
allowAnyPartner: Boolean
applicationType: OidcApplicationType
clientType: OidcClientType
createdById: ID
createdFrom: DateTime
createdTo: DateTime
includeDeleted: Boolean
isDeleted: Boolean
name: String
}

Fields

OidcClientWhere.allowAnyPartner ● Boolean scalar

List only the clients which allow any partners.

OidcClientWhere.applicationType ● OidcApplicationType enum

List only resources having this application type.

OidcClientWhere.clientType ● OidcClientType enum

List only resources having this client type.

OidcClientWhere.createdById ● ID scalar

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

OidcClientWhere.createdFrom ● DateTime scalar

The start of the createdAt period to include.

OidcClientWhere.createdTo ● DateTime scalar

The end of the createdAt period to include.

OidcClientWhere.includeDeleted ● Boolean scalar

Whether to include deleted clients in the results.

OidcClientWhere.isDeleted ● Boolean scalar

List only the clients which are, or are not, deleted.

OidcClientWhere.name ● String scalar

List only clients matching this name.

Member Of

findOidcClients query