Package-level declarations

Types

Link copied to clipboard
class AppServiceCertificateOrder : KotlinCustomResource

SSL certificate purchase order. Uses Azure REST API version 2022-09-01. In version 1.x of the Azure Native provider, it used API version 2020-10-01. Other available API versions: 2020-10-01, 2023-01-01, 2023-12-01, 2024-04-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. Uses Azure REST API version 2022-09-01. In version 1.x of the Azure Native provider, it used API version 2020-10-01. Other available API versions: 2020-10-01, 2023-01-01, 2023-12-01, 2024-04-01.

Link copied to clipboard
class AppServiceCertificateOrderCertificate : KotlinCustomResource

Key Vault container ARM resource for a certificate that is purchased through Azure. Uses Azure REST API version 2022-09-01. In version 1.x of the Azure Native provider, it used API version 2020-10-01. Other available API versions: 2020-10-01, 2023-01-01, 2023-12-01, 2024-04-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. Uses Azure REST API version 2022-09-01. In version 1.x of the Azure Native provider, it used API version 2020-10-01. Other available API versions: 2020-10-01, 2023-01-01, 2023-12-01, 2024-04-01.