CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_INSTANCE_RETRIEVE_LIST_START
interface CredentialPresentationVerifierApplicationInstanceRetrieveListStartEvent { category: "credential-presentation"; data: { cursor: undefined | string; limit: number; verifierApplicationId: string; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_INSTANCE_RETRIEVE_LIST_START"; version: "1"; } interface CredentialPresentationVerifierApplicationInstanceRetrieveListStartEventSanitised { category: "credential-presentation"; data: { cursor: undefined | string; limit: number; verifierApplicationId: string; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_INSTANCE_RETRIEVE_LIST_START"; version: "1"; } interface CredentialPresentationVerifierApplicationInstanceRetrieveListStartEventDataLevel { category: "credential-presentation"; data: undefined; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_INSTANCE_RETRIEVE_LIST_START"; version: "1"; } Properties
category
category: "credential-presentation"
Sanitisation Level DATA data
data: {
cursor: undefined | string;
limit: number;
verifierApplicationId: string;
}
Type declaration
cursor: undefined | string
limit: number
verifierApplicationId: string
requestId
requestId: string
requestIp
requestIp: undefined | string
timestamp
timestamp: number
type
type: "CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_INSTANCE_RETRIEVE_LIST_START"