GoogleCloudApigeeV1TlsInfoCommonNameArgs

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

Constructors

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

Functions

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

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.