CREDENTIAL_COMPACT_SEMANTIC_SIGN_SUCCESS
interface CredentialCompactSemanticSignSuccessEvent { category: "credential-compact-semantic"; clientId: string | undefined; data: { decoded: { aud: string | undefined; exp: number | undefined; iat: number | undefined; iss: string; jti: string; nbf: number; status: | { index: number; type: "BitIndexRevocationList" | undefined; url: string; } | undefined; sub: string | undefined; vc: { "@context": string | object | (
string | object)
[]; credentialSubject: { [key: string]: string | number | boolean }; type: string[]; }; }; encoded: string; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_COMPACT_SEMANTIC_SIGN_SUCCESS"; userAgent: string | undefined; version: "1";} interface CredentialCompactSemanticSignSuccessEventSanitised { category: "credential-compact-semantic"; clientId: string | undefined; data: { decoded: { exp: number | undefined; jti: string; nbf: number; 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_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-compact-semantic"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
decoded: {
aud: string | undefined;
exp: number | undefined;
iat: number | undefined;
iss: string;
jti: string;
nbf: number;
status:
| {
index: number;
type: "BitIndexRevocationList"
| undefined;
url: string;
}
| undefined;
sub: string
| undefined;
vc: {
"@context": string | object | (string | object)[];
credentialSubject: { [key: string]: string | number | boolean };
type: string[];
};
};
encoded: string;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_COMPACT_SEMANTIC_SIGN_SUCCESS"
userAgent
userAgent: string | undefined