{ "additionalProperties": false, "id": "LbSslCipherInfo", "module_id": "LoadBalancer", "properties": { "cipher": { "$ref": "SslCipher, "required": true, "title": "SSL cipher" }, "cipher_group_labels": { "description": "Several cipher groups might contain the same cipher suite, each cipher suite could have multiple cipher group labels.", "items": { "$ref": "SslCipherGroup }, "title": "Cipher group label list", "type": "array" }, "is_default": { "required": true, "title": "Default SSL cipher flag", "type": "boolean" }, "is_secure": { "required": true, "title": "Secure/insecure SSL cipher flag", "type": "boolean" } }, "title": "SSL cipher", "type": "object" }