MOBILE_CREDENTIAL_STATUS_LIST_TOKEN_SIGN_SUCCESS
interface MobileCredentialStatusListTokenSignSuccessEvent { category: "mobile-credential"; clientId: string | undefined; data: { identifierListId: string | undefined; statusListId: string | undefined; statusListSignerFingerprint: string; statusListSignerId: string; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "MOBILE_CREDENTIAL_STATUS_LIST_TOKEN_SIGN_SUCCESS"; userAgent: string | undefined; version: "1";} interface MobileCredentialStatusListTokenSignSuccessEventSanitised { category: "mobile-credential"; clientId: string | undefined; data: { identifierListId: string | undefined; statusListId: string | undefined; statusListSignerFingerprint: string; statusListSignerId: string; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "MOBILE_CREDENTIAL_STATUS_LIST_TOKEN_SIGN_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "mobile-credential"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
identifierListId: string | undefined;
statusListId: string | undefined;
statusListSignerFingerprint: string;
statusListSignerId: string;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "MOBILE_CREDENTIAL_STATUS_LIST_TOKEN_SIGN_SUCCESS"
userAgent
userAgent: string | undefined