IdfwMasterSwitchSetting (type)

{
  "description": "Identity Firewall master switch setting.  This setting enables or disables Identity Firewall feature across the system.  It affects compute collections, hypervisor and virtual machines.  This operation is expensive and also has big impact and implication on system perforamce.", 
  "id": "IdfwMasterSwitchSetting", 
  "module_id": "IdentityFirewall", 
  "properties": {
    "idfw_master_switch_enabled": {
      "description": "IDFW master switch (true=Enabled / false=Disabled).", 
      "required": true, 
      "title": "IDFW master switch", 
      "type": "boolean"
    }
  }, 
  "title": "Identity Firewall master switch setting", 
  "type": "object"
}