CREDENTIAL_WEB_SEMANTIC_CREATE_START
interface CredentialWebSemanticCreateStartEvent { category: "credential-web-semantic"; clientId: string | undefined; data: { includeId: boolean | undefined; payload: { "@context": (
string | { [key: string]: unknown })
[] | undefined; credentialBranding: | { backgroundColor: string | undefined; watermarkImageUrl: string | undefined; } | undefined; credentialSubject: { [key: string]: unknown }; description: string | undefined; expirationDate: string | undefined; issuanceDate: string | undefined; issuer: { iconUrl: string | undefined; id: string | undefined; logoUrl: string | undefined; name: string; }; name: string | undefined; type: string[]; }; persist: boolean | undefined; proofType: "Ed25519Signature2018" | "BbsSignature2022" | undefined; revocable: boolean | undefined; subjectId: string | undefined; tag: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_WEB_SEMANTIC_CREATE_START"; userAgent: string | undefined; version: "1";} interface CredentialWebSemanticCreateStartEventSanitised { category: "credential-web-semantic"; clientId: string | undefined; data: { includeId: boolean | undefined; payload: { "@context": (
string | { [key: string]: unknown })
[] | undefined; credentialBranding: | { backgroundColor: string | undefined; watermarkImageUrl: string | undefined; } | undefined; credentialSubject: undefined; description: string | undefined; expirationDate: string | undefined; issuanceDate: string | undefined; issuer: { iconUrl: string | undefined; id: string | undefined; logoUrl: string | undefined; name: string; }; name: string | undefined; type: string[]; }; persist: boolean | undefined; proofType: "Ed25519Signature2018" | "BbsSignature2022" | undefined; revocable: boolean | undefined; subjectId: undefined; tag: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_WEB_SEMANTIC_CREATE_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-web-semantic"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
includeId: boolean | undefined;
payload: {
"@context": (string | { [key: string]: unknown })[] | undefined;
credentialBranding:
| {
backgroundColor: string
| undefined;
watermarkImageUrl: string | undefined;
}
| undefined;
credentialSubject: { [key: string]: unknown };
description: string | undefined;
expirationDate: string | undefined;
issuanceDate: string | undefined;
issuer: {
iconUrl: string | undefined;
id: string | undefined;
logoUrl: string | undefined;
name: string;
};
name: string
| undefined;
type: string[];
};
persist: boolean
| undefined;
proofType: "Ed25519Signature2018" | "BbsSignature2022" | undefined;
revocable: boolean | undefined;
subjectId: string | undefined;
tag: string | undefined;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_WEB_SEMANTIC_CREATE_START"
userAgent
userAgent: string | undefined