Skip to main content

OidcResourceWhere

Criteria for finding OIDC resources.

input OidcResourceWhere {
createdById: ID
createdFrom: DateTime
createdTo: DateTime
isDeleted: Boolean
name: String
resourceIndicator: String
}

Fields

OidcResourceWhere.createdById ● ID scalar

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

OidcResourceWhere.createdFrom ● DateTime scalar

The start of the createdAt period to include.

OidcResourceWhere.createdTo ● DateTime scalar

The end of the createdAt period to include.

OidcResourceWhere.isDeleted ● Boolean scalar

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

OidcResourceWhere.name ● String scalar

List only resources matching this name.

OidcResourceWhere.resourceIndicator ● String scalar

List only resources matching this resource indicator.

Member Of

findOidcResources query