CREDENTIAL_WEB_SEMANTIC_REVOCATION_MESSAGE_PAYLOAD_CREATE_SUCCESS
interface CredentialWebSemanticRevocationMessagePayloadCreateSuccessEvent { category: "credential-web-semantic"; clientId: string | undefined; data: { credentialId: string; jwm: { body: string | object | undefined; created_time: number | undefined; expires_time: number | undefined; from: string | undefined; id: string | undefined; reply_to: string[] | undefined; reply_url: string | undefined; to: string[] | undefined; type: string | undefined; }; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_WEB_SEMANTIC_REVOCATION_MESSAGE_PAYLOAD_CREATE_SUCCESS"; userAgent: string | undefined; version: "1";} interface CredentialWebSemanticRevocationMessagePayloadCreateSuccessEventSanitised { category: "credential-web-semantic"; clientId: string | undefined; data: { credentialId: string; jwm: { body: string | object | undefined; created_time: number | undefined; expires_time: number | undefined; from: string | undefined; id: string | undefined; reply_to: string[] | undefined; reply_url: string | undefined; to: string[] | undefined; type: string | undefined; }; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_WEB_SEMANTIC_REVOCATION_MESSAGE_PAYLOAD_CREATE_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-web-semantic"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
credentialId: string;
jwm: {
body: string | object | undefined;
created_time: number | undefined;
expires_time: number | undefined;
from: string | undefined;
id: string | undefined;
reply_to: string[] | undefined;
reply_url: string | undefined;
to: string[] | undefined;
type: string | undefined;
};
}
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_SUCCESS"
userAgent
userAgent: string | undefined