MATTR VII Management API Events Registry - v1.37.0
    Preparing search index...

    TENANT_CLIENT_CREATE_START

    interface TenantClientCreateStartEventSanitised {
        category: "tenant";
        data: { name: string; roles: string[]; tenantId: string };
        id: string;
        requestId: string;
        requestIp: string | undefined;
        timestamp: number;
        type: "TENANT_CLIENT_CREATE_START";
        userAgent: string | undefined;
        userId: string;
        version: "1";
    }
    Index
    category: "tenant"
    data: { name: string; roles: string[]; tenantId: string }
    id: string
    requestId: string
    requestIp: string | undefined
    timestamp: number
    type: "TENANT_CLIENT_CREATE_START"
    userAgent: string | undefined
    userId: string
    version: "1"