CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_LIST_START
interface CredentialHolderApplicationInstanceRetrieveListStartEvent { category: "credential-holder"; data: { cursor: string | undefined; holderApplicationId: string; limit: number; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_LIST_START"; userAgent: string | undefined; version: "1";} interface CredentialHolderApplicationInstanceRetrieveListStartEventSanitised { category: "credential-holder"; data: { cursor: string | undefined; holderApplicationId: string; limit: number; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_LIST_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-holder"
Sanitisation Level DATAdata
data: { cursor: string | undefined; holderApplicationId: string; limit: number }
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_LIST_START"
userAgent
userAgent: string | undefined