LbSslCipherAndProtocolListResult

LbSslCipherAndProtocolListResult
LbSslCipherAndProtocolListResult
AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "cursor": "string",
    "sort_ascending": false,
    "sort_by": "string",
    "result_count": 0,
    "ciphers": [
        {
            "is_default": false,
            "is_secure": false,
            "cipher": "string"
        }
    ],
    "protocols": [
        {
            "is_default": false,
            "is_secure": false,
            "protocol": "string"
        }
    ]
}