CREDENTIAL_WEB_SEMANTIC_REVOCATION_MESSAGE_PAYLOAD_CREATE_START
interface CredentialWebSemanticRevocationMessagePayloadCreateStartEvent { category: "credential-web-semantic"; clientId: undefined | string; data: { credentialId: string; from: undefined | string; to: string[]; }; id: string; managementUserId: undefined | string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_WEB_SEMANTIC_REVOCATION_MESSAGE_PAYLOAD_CREATE_START"; version: "1"; } interface CredentialWebSemanticRevocationMessagePayloadCreateStartEventSanitised { category: "credential-web-semantic"; clientId: undefined | string; data: { credentialId: string; from: undefined | string; to: string[]; }; id: string; managementUserId: undefined | string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_WEB_SEMANTIC_REVOCATION_MESSAGE_PAYLOAD_CREATE_START"; version: "1"; } Properties
category
category: "credential-web-semantic"
clientId
clientId: undefined | string
Sanitisation Level DATA data
data: {
credentialId: string;
from: undefined | string;
to: string[];
}
Type declaration
credentialId: string
from: undefined | string
to: string[]
managementUserId
managementUserId: undefined | string
requestId
requestId: string
requestIp
requestIp: undefined | string
timestamp
timestamp: number
type
type: "CREDENTIAL_WEB_SEMANTIC_REVOCATION_MESSAGE_PAYLOAD_CREATE_START"