GetSecurityPoliciesPolicy

data class GetSecurityPoliciesPolicy(val ciphers: List<String>, val id: String, val resourceGroupId: String, val securityPolicyId: String, val securityPolicyName: String, val status: String, val tlsVersions: List<String>)

Constructors

Link copied to clipboard
constructor(ciphers: List<String>, id: String, resourceGroupId: String, securityPolicyId: String, securityPolicyName: String, status: 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 ID of the resource group.

Link copied to clipboard

The first ID of the resource.

Link copied to clipboard

The name of the resource. The name must be 2 to 128 characters in length and must start with a letter. It can contain digits, periods (.), underscores (_), and hyphens (-).

Link copied to clipboard

The status of the resource.

Link copied to clipboard

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