Package-level declarations

Types

Link copied to clipboard
class AppServiceCertificateOrder : KotlinCustomResource

SSL certificate purchase order. Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2022-09-01. Other available API versions: 2022-09-01, 2023-01-01, 2023-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native certificateregistration [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2022-09-01. Other available API versions: 2022-09-01, 2023-01-01, 2023-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native certificateregistration [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2022-09-01. Other available API versions: 2022-09-01, 2023-01-01, 2023-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native certificateregistration [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2022-09-01. Other available API versions: 2022-09-01, 2023-01-01, 2023-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native certificateregistration [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.