All Products
Search
Document Center

Function Compute (2.0):TLSConfig

Last Updated:Mar 03, 2024
ParameterTypeDescriptionExample
object

The configurations of Transport Layer Security (TLS).

minVersionstring

The earliest TLS version number.

Enumeration Value:
  • TLSv1.3: TLSv1.3.
  • TLSv1.2: TLSv1.2.
  • TLSv1.1: TLSv1.1.
  • TLSv1.0: TLSv1.0.
TLSv1.0
cipherSuitesarray

List of TLS cipher suites.

string

The TLS cipher suite.

TLS_RSA_WITH_RC4_128_SHA
maxVersionstring

The latest TLS version number.

Enumeration Value:
  • TLSv1.3: TLSv1.3.
  • TLSv1.2: TLSv1.2.
  • TLSv1.1: TLSv1.1.
  • TLSv1.0: TLSv1.0.
TLSv1.3