Snmpv2cCommunity (type)

{
  "additionalProperties": false, 
  "description": "This object contains SNMP v2c community identifier, shared secret and access properties.", 
  "id": "Snmpv2cCommunity", 
  "module_id": "CentralConfig", 
  "properties": {
    "access": {
      "default": "READ_ONLY", 
      "description": "Access permissions for polling NSX nodes over SNMP v2c.", 
      "enum": [
        "READ_ONLY"
      ], 
      "title": "Type of access", 
      "type": "string"
    }, 
    "community_name": {
      "description": "Unique, non-sensitive community name to identify community.", 
      "maxLength": 64, 
      "minLength": 1, 
      "required": true, 
      "title": "Community name", 
      "type": "string"
    }, 
    "community_string": {
      "description": "Community string. This is considered a shared secret and therefore sensitive information. This field is required when adding a community. When updating a community, do not include this field in the request. If this field is present in an update request, it will be considered as a new value for community string.", 
      "maxLength": 64, 
      "minLength": 1, 
      "required": false, 
      "sensitive": true, 
      "title": "Community string", 
      "type": "secure_string"
    }
  }, 
  "title": "SNMP v2c community", 
  "type": "object"
}