AppServiceCertificateOrderArgs

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.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:certificateregistration:AppServiceCertificateOrder myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}

Constructors

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

Properties

Link copied to clipboard
val autoRenew: Output<Boolean>? = null

true if the certificate should be automatically renewed when it expires; otherwise, false.

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

Name of the certificate order.

Link copied to clipboard

State of the Key Vault secret.

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

Last CSR that was created for this order.

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

Certificate distinguished name.

Link copied to clipboard
val keySize: Output<Int>? = null

Certificate key size.

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

Kind of resource.

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

Resource Location.

Link copied to clipboard
val productType: Output<CertificateProductType>? = null

Certificate product type.

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

Name of the resource group to which the resource belongs.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags.

Link copied to clipboard
val validityInYears: Output<Int>? = null

Duration in years (must be between 1 and 3).

Functions

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