CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_SUCCESS
interface CredentialHolderApplicationInstanceRetrieveSuccessEvent { category: "credential-holder"; data: { appAttestationType: string; applicationType: string; deviceDetails: { deviceMake: string; deviceModel: string; osVersion: string; }; externalReferenceId: string | undefined; holderApplicationId: string; id: string; lastAttestedAt: string | undefined; licenseExpiresAt: string; registeredAt: string; sdkDetails: { sdkVersion: string }; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_SUCCESS"; userAgent: string | undefined; version: "1";} interface CredentialHolderApplicationInstanceRetrieveSuccessEventSanitised { category: "credential-holder"; data: { appAttestationType: string; applicationType: string; deviceDetails: { deviceMake: string; deviceModel: string; osVersion: string; }; externalReferenceId: string | undefined; holderApplicationId: string; id: string; lastAttestedAt: string | undefined; licenseExpiresAt: string; registeredAt: string; sdkDetails: { sdkVersion: string }; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-holder"
Sanitisation Level DATAdata
data: {
appAttestationType: string;
applicationType: string;
deviceDetails: {
deviceMake: string;
deviceModel: string;
osVersion: string;
};
externalReferenceId: string
| undefined;
holderApplicationId: string;
id: string;
lastAttestedAt: string | undefined;
licenseExpiresAt: string;
registeredAt: string;
sdkDetails: { sdkVersion: string };
}
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_SUCCESS"
userAgent
userAgent: string | undefined