Package-level declarations

Types

Link copied to clipboard
class AppServiceCertificateOrder : KotlinCustomResource

SSL certificate purchase order. API Version: 2020-10-01.

Link copied to clipboard
data class AppServiceCertificateOrderArgs(val autoRenew: Output<Boolean>? = null, val certificateOrderName: Output<String>? = null, val certificates: Output<Map<String, AppServiceCertificateArgs>>? = null, val csr: Output<String>? = null, val distinguishedName: Output<String>? = null, val keySize: Output<Int>? = null, val kind: Output<String>? = null, val location: Output<String>? = null, val productType: Output<CertificateProductType>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val validityInYears: Output<Int>? = null) : ConvertibleToJava<AppServiceCertificateOrderArgs>

SSL certificate purchase order. API Version: 2020-10-01.

Link copied to clipboard
class AppServiceCertificateOrderCertificate : KotlinCustomResource

Key Vault container ARM resource for a certificate that is purchased through Azure. API Version: 2020-10-01.

data class AppServiceCertificateOrderCertificateArgs(val certificateOrderName: Output<String>? = null, val keyVaultId: Output<String>? = null, val keyVaultSecretName: Output<String>? = null, val kind: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AppServiceCertificateOrderCertificateArgs>

Key Vault container ARM resource for a certificate that is purchased through Azure. API Version: 2020-10-01.