{ "description": "SNMP v3 user properties", "id": "SnmpV3User", "module_id": "CentralNodeConfig", "properties": { "auth_password": { "description": "SNMP v3 user auth password", "required": false, "sensitive": true, "title": "Auth password", "type": "string" }, "priv_password": { "description": "SNMP v3 user private password", "required": false, "sensitive": true, "title": "Private password", "type": "string" }, "user_id": { "description": "SNMP v3 user ID", "required": true, "title": "User ID", "type": "string" } }, "title": "SNMP v3 user", "type": "object" }