GetTlsCipherPoliciesPolicy

data class GetTlsCipherPoliciesPolicy(val ciphers: List<String>, val createTime: String, val id: String, val relateListeners: List<GetTlsCipherPoliciesPolicyRelateListener>, val status: String, val tlsCipherPolicyId: String, val tlsCipherPolicyName: String, val tlsVersions: List<String>)

Constructors

Link copied to clipboard
constructor(ciphers: List<String>, createTime: String, id: String, relateListeners: List<GetTlsCipherPoliciesPolicyRelateListener>, status: String, tlsCipherPolicyId: String, tlsCipherPolicyName: String, tlsVersions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The encryption algorithms supported. It depends on the value of tls_versions.

Link copied to clipboard

The creation time timestamp.

Link copied to clipboard
val id: String

The ID of the Tls Cipher Policy.

Link copied to clipboard
Link copied to clipboard

TLS policy instance state.

Link copied to clipboard

The ID of TLS cipher policy.

Link copied to clipboard

TLS policy name. Length is from 2 to 128, or in both the English and Chinese characters must be with an uppercase/lowercase letter or a Chinese character and the beginning, may contain numbers, in dot ., underscore _ or dash -.

Link copied to clipboard

The version of TLS protocol.