Skip to main content

PartnerPresentationWhere

Criteria for filtering presentations of credentials issued by the partner.

input PartnerPresentationWhere {
contractId: ID
from: DateTime
identityId: ID
isFaceCheckRequested: Boolean
issuanceId: ID
oidcClientId: ID
presentedType: String
requestId: ID
requestedById: ID
requestedType: String
to: DateTime
walletId: ID
}

Fields

PartnerPresentationWhere.contractId ● ID scalar

The ID of a contract used to make the presentation request.

PartnerPresentationWhere.from ● DateTime scalar

The start of the presentedAt period to include.

PartnerPresentationWhere.identityId ● ID scalar

The ID of the identity who presented the credential (if known).

PartnerPresentationWhere.isFaceCheckRequested ● Boolean scalar

Whether face check validation was requested.

PartnerPresentationWhere.issuanceId ● ID scalar

The issuance that was presented

PartnerPresentationWhere.oidcClientId ● ID scalar

The ID of the OIDC client that requested authentication resulting in the presentation.

PartnerPresentationWhere.presentedType ● String scalar

The type of credential presented.

PartnerPresentationWhere.requestId ● ID scalar

The requestId of the presentation request.

PartnerPresentationWhere.requestedById ● ID scalar

The ID of the user (Person or Application) that requested & received the presentation.

PartnerPresentationWhere.requestedType ● String scalar

The type of credential requested.

PartnerPresentationWhere.to ● DateTime scalar

The end of the presentedAt period to include.

PartnerPresentationWhere.walletId ● ID scalar

The ID of the wallet who presented the credential