SnmpProperties (type)

{
  "additionalProperties": false, 
  "description": "This object contains SNMP v2c and SNMP v3 properties.", 
  "id": "SnmpProperties", 
  "module_id": "CentralConfig", 
  "properties": {
    "v2c": {
      "$ref": "Snmpv2cProperties, 
      "required": false, 
      "title": "SNMP v2c properties"
    }, 
    "v3": {
      "$ref": "Snmpv3Properties, 
      "required": false, 
      "title": "SNMP v3 properties"
    }
  }, 
  "title": "SNMP Service properties", 
  "type": "object"
}