Request interface for PUT /superAdmin/{product}/mfa

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

Properties

enabled: boolean
product: ProductKey
tenantList?: string[]