CREDENTIAL_WEB_SEMANTIC_VERIFY_START
interface CredentialWebSemanticVerifyStartEvent { category: "credential-web-semantic"; clientId: string | undefined; data: { assertExpiry: boolean | undefined; assertValidFrom: boolean; assertValidUntil: boolean | undefined; checkRevocation: boolean; credential: { "@context": string | object | (
string | object)
[]; credentialStatus: { id: string; type: string } | undefined; credentialSubject: | string | { id: string | undefined } | { id: string | undefined }[]; expirationDate: string | undefined; id: string | undefined; issuanceDate: string; issuer: string | { id: string }; proof: { type: string } | { type: string }[]; type: string | string[]; }; credentialSize: number; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_WEB_SEMANTIC_VERIFY_START"; userAgent: string | undefined; version: "1";} interface CredentialWebSemanticVerifyStartEventSanitised { category: "credential-web-semantic"; clientId: string | undefined; data: { assertExpiry: boolean | undefined; assertValidFrom: boolean; assertValidUntil: boolean | undefined; checkRevocation: boolean; credential: undefined; credentialSize: number; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_WEB_SEMANTIC_VERIFY_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-web-semantic"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
assertExpiry: boolean | undefined;
assertValidFrom: boolean;
assertValidUntil: boolean | undefined;
checkRevocation: boolean;
credential: {
"@context": string | object | (string | object)[];
credentialStatus: { id: string; type: string } | undefined;
credentialSubject:
| string
| { id: string
| undefined }
| { id: string | undefined }[];
expirationDate: string | undefined;
id: string | undefined;
issuanceDate: string;
issuer: string | { id: string };
proof: { type: string } | { type: string }[];
type: string | string[];
};
credentialSize: number;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_WEB_SEMANTIC_VERIFY_START"
userAgent
userAgent: string | undefined