Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface TenantBoundary

    interface TenantBoundary {
        createdTs: number;
        isolationLevel: IsolationLevel;
        keyCustodyMode: KeyCustodyMode;
        region: DataRegion;
        tenantId: string;
        workspaceId: string;
    }
    Index
    createdTs: number
    isolationLevel: IsolationLevel
    keyCustodyMode: KeyCustodyMode
    region: DataRegion
    tenantId: string
    workspaceId: string