_propDict)) { return $this->_propDict["isEnabled"]; } else { return null; } } /** * Sets the isEnabled * If set to true, Microsoft Entra security defaults are enabled for the tenant. * * @param bool $val The isEnabled * * @return IdentitySecurityDefaultsEnforcementPolicy */ public function setIsEnabled($val) { $this->_propDict["isEnabled"] = boolval($val); return $this; } }