ClientProperties

ClientProperties
ClientProperties

Client properties of Security configuration.

JSON Example
{
    "cipher_suites": [
        "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
        "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256",
        "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384"
    ],
    "named_groups": [
        "SECP384_R1",
        "FFDHE_2048"
    ],
    "signature_algorithms": [
        "RSA_PSS_RSAE_SHA512",
        "RSA_PKCS1_SHA512",
        "ECDSA_SECP521R1_SHA512"
    ],
    "thumbprint_algorithms": [
        "SHA_512",
        "SHA_384"
    ]
}
array of string
cipher_suites
Optional

List of cipher suites of client.

array of string
named_groups
Optional

List of named groups of client.

array of string
signature_algorithms
Optional

List of signature algorithms of client.

array of string
thumbprint_algorithms
Optional

List of thumbprint algorithms of client.