CREDENTIAL_HOLDER_APPLICATION_INSTANCE_WALLET_ATTESTATION_REGISTER_START
interface CredentialHolderApplicationInstanceWalletAttestationRegisterStartEvent { category: "credential-holder"; data: { applicationInstanceId: string; holderApplicationId: string; publicKeyJkt: string; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_WALLET_ATTESTATION_REGISTER_START"; userAgent: string | undefined; version: "1";} interface CredentialHolderApplicationInstanceWalletAttestationRegisterStartEventSanitised { category: "credential-holder"; data: { applicationInstanceId: string; holderApplicationId: string; publicKeyJkt: string; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_WALLET_ATTESTATION_REGISTER_START"; userAgent: string | undefined; version: "1";} interface CredentialHolderApplicationInstanceWalletAttestationRegisterStartEventDataLevel { category: "credential-holder"; data: undefined; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_WALLET_ATTESTATION_REGISTER_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-holder"
Sanitisation Level DATAdata
data: {
applicationInstanceId: string;
holderApplicationId: string;
publicKeyJkt: string;
}
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_WALLET_ATTESTATION_REGISTER_START"
userAgent
userAgent: string | undefined