MATTR VII Platform API Events Registry - v12.23.0
    Preparing search index...

    CREDENTIAL_WEB_SEMANTIC_REVOCATION_MESSAGE_PAYLOAD_CREATE_SUCCESS

    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";
    }
    Index
    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"