App Service Certificate Order Args
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}
Content copied to clipboard
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
Name of the certificate order.
Link copied to clipboard
State of the Key Vault secret.
Link copied to clipboard
Certificate distinguished name.
Link copied to clipboard
Certificate product type.
Link copied to clipboard
Name of the resource group to which the resource belongs.
Link copied to clipboard
Duration in years (must be between 1 and 3).