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