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