GetSecurityPoliciesPolicy

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

Constructors

Link copied to clipboard
constructor(ciphers: List<String>, id: String, resourceGroupId: String, securityPolicyName: String, status: String, tags: Map<String, 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 TLS security policy.

Link copied to clipboard

The ID of the resource group.

Link copied to clipboard

The name of the TLS security policy.

Link copied to clipboard

The status of the resource.

Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

The TLS protocol versions that are supported.