Response interface for GET /superAdmin/{product}/mfa

interface GetSuperAdminMFAResponse {
    enabled: boolean;
    product: ProductKey;
    tenantList: string[];
}

Properties

enabled: boolean
product: ProductKey
tenantList: string[]