export interface IUpsertUserSWGProfileOptions { userId?: string; tenantId?: string; enabled?: boolean; swgStatus?: string; webRuleDefaultAction?: string; bypassRules?: string[]; webRules?: string[]; groupsOfUser?: string[]; threatPreventionStatus?: string; threatPreventionProfile?: string; }