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