MOBILE_CREDENTIAL_IACA_CREATE_START
interface MobileCredentialIacaCreateStartEvent { category: "mobile-credential"; clientId: string | undefined; data: { active: boolean | undefined; certificatePem: string | undefined; commonName: string | undefined; country: string | undefined; notAfter: string | undefined; notBefore: string | undefined; stateOrProvinceName: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "MOBILE_CREDENTIAL_IACA_CREATE_START"; userAgent: string | undefined; version: "1";} interface MobileCredentialIacaCreateStartEventSanitised { category: "mobile-credential"; clientId: string | undefined; data: { active: boolean | undefined; certificatePem: undefined; commonName: string | undefined; country: string | undefined; notAfter: string | undefined; notBefore: string | undefined; stateOrProvinceName: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "MOBILE_CREDENTIAL_IACA_CREATE_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "mobile-credential"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
active: boolean | undefined;
certificatePem: string | undefined;
commonName: string | undefined;
country: string | undefined;
notAfter: string | undefined;
notBefore: string | undefined;
stateOrProvinceName: string | undefined;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "MOBILE_CREDENTIAL_IACA_CREATE_START"
userAgent
userAgent: string | undefined