AzureFirstPartyManagedCertificateParametersArgs

data class AzureFirstPartyManagedCertificateParametersArgs(val subjectAlternativeNames: Output<List<String>>? = null, val type: Output<String>) : ConvertibleToJava<AzureFirstPartyManagedCertificateParametersArgs>

Azure FirstParty Managed Certificate provided by other first party resource providers to enable HTTPS.

Constructors

constructor(subjectAlternativeNames: Output<List<String>>? = null, type: Output<String>)

Properties

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

The list of SANs.

Link copied to clipboard
val type: Output<String>

The type of the secret resource. Expected value is 'AzureFirstPartyManagedCertificate'.

Functions

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