GetSystemSecurityPoliciesPolicy

data class GetSystemSecurityPoliciesPolicy(val ciphers: List<String>, val id: String, val securityPolicyId: String, val tlsVersions: List<String>)

Constructors

Link copied to clipboard
constructor(ciphers: List<String>, id: String, securityPolicyId: String, tlsVersions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The supported cipher suites, which are determined by the TLS protocol version.

Link copied to clipboard
val id: String

The ID of the Security Policy.

Link copied to clipboard

The first ID of the resource.

Link copied to clipboard

The TLS protocol versions are supported. Valid values: TLSv1.0, TLSv1.1, TLSv1.2 and TLSv1.3.