Tls Cert Method Args
data class TlsCertMethodArgs(val automatic: Output<AutomaticCertMethodArgs>? = null, val keyVault: Output<KeyVaultCertificatePropertiesArgs>? = null, val manual: Output<ManualCertMethodArgs>? = null) : ConvertibleToJava<TlsCertMethodArgs>
Collection of different TLS types, NOTE- Enum at a time only one of them needs to be supported
Constructors
Link copied to clipboard
constructor(automatic: Output<AutomaticCertMethodArgs>? = null, keyVault: Output<KeyVaultCertificatePropertiesArgs>? = null, manual: Output<ManualCertMethodArgs>? = null)