+ }
+ }
+}
+```
+### SSLVersionMin
+This policy allows you to set the minimum TLS version.
+```
+{
+ "policies": {
+ "SSSLVersionMin": ["tls1", "tls1.1", "tls1.2",. "tls1.3"]
+ }
+}
+
+```
+### SSLVersionMax
+This policy allows you to set the maximum TLS version.
+```
+{
+ "policies": {
+ "SSSLVersionMax": ["tls1", "tls1.1", "tls1.2",. "tls1.3"]
+ }
+}
+```
+### SupportMenu
+This policy adds a menuitem to the help menu for specifying support information.
+```
+{
+ "policies": {
+ "SupportMenu": {
+ "Title": "Click here for help", /* Title of the menu */
+ "URL": "http://example.edu/", /* Destination URL */
+ "AccessKey": "C" /* Shortcut key */
+ }