CREDENTIAL_COMPACT_SEMANTIC_SIGN_START
interface CredentialCompactSemanticSignStartEvent { category: "credential-compact-semantic"; clientId: string | undefined; data: { aud: string | undefined; exp: number | undefined; iat: number | undefined; isRevoked: boolean; iss: string; nbf: number | undefined; revocable: boolean; status: | { index: number; type: "BitIndexRevocationList" | undefined; url: string; } | undefined; sub: string | undefined; vc: { "@context": string | undefined; credentialSubject: { [key: string]: string | number | boolean }; type: string | undefined; }; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_COMPACT_SEMANTIC_SIGN_START"; userAgent: string | undefined; version: "1";} interface CredentialCompactSemanticSignStartEventSanitised { category: "credential-compact-semantic"; clientId: string | undefined; data: { exp: number | undefined; isRevoked: boolean; iss: string; nbf: number | undefined; revocable: boolean; status: | { index: number; type: "BitIndexRevocationList" | undefined; url: string; } | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_COMPACT_SEMANTIC_SIGN_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-compact-semantic"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
aud: string | undefined;
exp: number | undefined;
iat: number | undefined;
isRevoked: boolean;
iss: string;
nbf: number | undefined;
revocable: boolean;
status:
| {
index: number;
type: "BitIndexRevocationList"
| undefined;
url: string;
}
| undefined;
sub: string
| undefined;
vc: {
"@context": string | undefined;
credentialSubject: { [key: string]: string | number | boolean };
type: string | undefined;
};
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_COMPACT_SEMANTIC_SIGN_START"
userAgent
userAgent: string | undefined