MOBILE_CREDENTIAL_IACA_RETRIEVE_SUCCESS
interface MobileCredentialIacaRetrieveSuccessEvent { category: "mobile-credential"; clientId: string | undefined; data: { active: boolean; certificateData: { active: boolean | undefined; commonName: string; country: string; notAfter: string; notBefore: string; }; certificateFingerprint: string; certificatePem: string; id: string; isManaged: boolean | undefined; publicKeyJwk: | { crv: string | undefined; e: string | undefined; kid: string | undefined; kty: "oct" | "OKP" | "EC" | "RSA"; n: string | undefined; x: string | undefined; y: string | undefined; } | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "MOBILE_CREDENTIAL_IACA_RETRIEVE_SUCCESS"; userAgent: string | undefined; version: "1";} interface MobileCredentialIacaRetrieveSuccessEventSanitised { category: "mobile-credential"; clientId: string | undefined; data: { active: boolean; certificateData: { active: boolean | undefined; commonName: string; country: string; notAfter: string; notBefore: string; }; certificateFingerprint: string; certificatePem: undefined; id: string; isManaged: boolean | undefined; publicKeyJwk: undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "MOBILE_CREDENTIAL_IACA_RETRIEVE_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "mobile-credential"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
active: boolean;
certificateData: {
active: boolean | undefined;
commonName: string;
country: string;
notAfter: string;
notBefore: string;
};
certificateFingerprint: string;
certificatePem: string;
id: string;
isManaged: boolean
| undefined;
publicKeyJwk:
| {
crv: string
| undefined;
e: string | undefined;
kid: string | undefined;
kty: "oct" | "OKP" | "EC" | "RSA";
n: string | undefined;
x: string | undefined;
y: string | undefined;
}
| undefined;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "MOBILE_CREDENTIAL_IACA_RETRIEVE_SUCCESS"
userAgent
userAgent: string | undefined