IdentityPresentationWhere
Criteria for filtering identity presentations.
input IdentityPresentationWhere {
contractId: ID
from: DateTime
isFaceCheckRequested: Boolean
issuanceId: ID
oidcClientId: ID
partnerId: ID
presentedType: String
requestId: ID
requestedById: ID
requestedType: String
to: DateTime
walletId: ID
}
Fields
IdentityPresentationWhere.contractId
● ID
scalar
The ID of a contract used to make the presentation request.
IdentityPresentationWhere.from
● DateTime
scalar
The start of the presentedAt period to include.
IdentityPresentationWhere.isFaceCheckRequested
● Boolean
scalar
Whether face check validation was requested.
IdentityPresentationWhere.issuanceId
● ID
scalar
The issuance that was presented
IdentityPresentationWhere.oidcClientId
● ID
scalar
The ID of the OIDC client that requested authentication resulting in the presentation.
IdentityPresentationWhere.partnerId
● ID
scalar
The partner who issued the credential that was presented
IdentityPresentationWhere.presentedType
● String
scalar
The type of credential presented.
IdentityPresentationWhere.requestId
● ID
scalar
The requestId of the presentation request.
IdentityPresentationWhere.requestedById
● ID
scalar
The ID of the user (Person or Application) that requested & received the presentation.
IdentityPresentationWhere.requestedType
● String
scalar
The type of credential requested.
IdentityPresentationWhere.to
● DateTime
scalar
The end of the presentedAt period to include.
IdentityPresentationWhere.walletId
● ID
scalar
The ID of the wallet who presented the credential