CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_START
interface CredentialHolderApplicationInstanceRetrieveStartEvent { category: "credential-holder"; data: { holderApplicationId: string; id: string; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_START"; version: "1"; } interface CredentialHolderApplicationInstanceRetrieveStartEventSanitised { category: "credential-holder"; data: { holderApplicationId: string; id: string; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_START"; version: "1"; } interface CredentialHolderApplicationInstanceRetrieveStartEventDataLevel { category: "credential-holder"; data: undefined; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_START"; version: "1"; } Properties
category
category: "credential-holder"
Sanitisation Level DATA data
data: {
holderApplicationId: string;
id: string;
}
Type declaration
holderApplicationId: string
id: string
requestId
requestId: string
requestIp
requestIp: undefined | string
timestamp
timestamp: number
type
type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_START"