CREDENTIAL_WEB_SEMANTIC_RETRIEVE_SUCCESS
interface CredentialWebSemanticRetrieveSuccessEvent { category: "credential-web-semantic"; clientId: string | undefined; data: { 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[]; } | undefined; credentialStatus: { id: string; type: string } | undefined; id: string; issuanceDate: string | undefined; tag: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_WEB_SEMANTIC_RETRIEVE_SUCCESS"; userAgent: string | undefined; version: "1";} interface CredentialWebSemanticRetrieveSuccessEventSanitised { category: "credential-web-semantic"; clientId: string | undefined; data: { credential: undefined; credentialStatus: { id: string; type: string } | undefined; id: string; issuanceDate: string | undefined; tag: string | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_WEB_SEMANTIC_RETRIEVE_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-web-semantic"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
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[];
}
| undefined;
credentialStatus: { id: string; type: string }
| undefined;
id: string;
issuanceDate: 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_RETRIEVE_SUCCESS"
userAgent
userAgent: string | undefined