Interface MobileCredentialStatusListSignerUpdateSuccessEvent
interface MobileCredentialStatusListSignerUpdateSuccessEvent { category: "mobile-credential"; data: { active: boolean; certificateData: undefined | { active: undefined | boolean; commonName: string; country: string; notAfter: string; notBefore: string; }; certificateFingerprint: undefined | string; certificatePem: undefined | string; id: string; publicKeyJwk: { crv: "P-256"; kty: "EC"; x: string; y: string; }; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface MobileCredentialStatusListSignerUpdateSuccessEventSanitised { category: "mobile-credential"; data: { active: boolean; certificateData: undefined | { active: undefined | boolean; commonName: string; country: string; notAfter: string; notBefore: string; }; certificateFingerprint: undefined | string; certificatePem: undefined | string; id: string; publicKeyJwk: { crv: "P-256"; kty: "EC"; x: string; y: string; }; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "mobile-credential"
Sanitisation Level DATA
data
data: {
active: boolean;
certificateData: undefined | {
active: undefined | boolean;
commonName: string;
country: string;
notAfter: string;
notBefore: string;
};
certificateFingerprint: undefined | string;
certificatePem: undefined | string;
id: string;
publicKeyJwk: {
crv: "P-256";
kty: "EC";
x: string;
y: string;
};
}
Type declaration
active: boolean
certificateData: undefined | {
active: undefined | boolean;
commonName: string;
country: string;
notAfter: string;
notBefore: string;
}
certificateFingerprint: undefined | string
certificatePem: undefined | string
id: string
publicKeyJwk: {
crv: "P-256";
kty: "EC";
x: string;
y: string;
}
crv: "P-256"
kty: "EC"
x: string
y: string
requestId
requestId: string
timestamp
timestamp: number