TargetServerSSlInfoCommonName

data class TargetServerSSlInfoCommonName(val value: String? = null, val wildcardMatch: Boolean? = null)

Constructors

Link copied to clipboard
constructor(value: String? = null, wildcardMatch: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: String? = null

The TLS Common Name string of the certificate.

Link copied to clipboard
val wildcardMatch: Boolean? = null

Indicates whether the cert should be matched against as a wildcard cert.