TargetServerSSlInfoCommonNameArgs

data class TargetServerSSlInfoCommonNameArgs(val value: Output<String>? = null, val wildcardMatch: Output<Boolean>? = null) : ConvertibleToJava<TargetServerSSlInfoCommonNameArgs>

Constructors

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

Properties

Link copied to clipboard
val value: Output<String>? = null

The TLS Common Name string of the certificate.

Link copied to clipboard
val wildcardMatch: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): TargetServerSSlInfoCommonNameArgs