NSX-T Data Center REST API

IdfwStandaloneHostsSwitchSetting (type)

{
  "description": "Identity Firewall standalone hosts switch setting. This setting enables or disables Identity Firewall feature on all standalone hosts.",
  "id": "IdfwStandaloneHostsSwitchSetting",
  "module_id": "IdentityFirewall",
  "properties": {
    "standalone_hosts_enabled": {
      "description": "IDFW standalone hosts switch (true=Enabled / false=Disabled).",
      "required": true,
      "title": "IDFW standalone hosts switch",
      "type": "boolean"
    }
  },
  "title": "Identity Firewall standalone hosts switch setting",
  "type": "object"
}