CREDENTIAL_HOLDER_APPLICATION_INSTANCE_REGISTER_SUCCESS
interface CredentialHolderApplicationInstanceRegisterSuccessEvent { category: "credential-holder"; data: { holderApplicationId: string; instanceId: string; licenseExpiry: string; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_REGISTER_SUCCESS"; userAgent: string | undefined; version: "1";} interface CredentialHolderApplicationInstanceRegisterSuccessEventSanitised { category: "credential-holder"; data: { holderApplicationId: string; instanceId: string; licenseExpiry: string; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_REGISTER_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-holder"
Sanitisation Level DATAdata
data: { holderApplicationId: string; instanceId: string; licenseExpiry: string }
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_REGISTER_SUCCESS"
userAgent
userAgent: string | undefined