AppServiceCertificateOrder

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}

Properties

Link copied to clipboard

Reasons why App Service Certificate is not renewable at the current moment.

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

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

Link copied to clipboard

State of the Key Vault secret.

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

Last CSR that was created for this order.

Link copied to clipboard

Certificate distinguished name.

Link copied to clipboard

Domain verification token.

Link copied to clipboard
val expirationTime: Output<String>

Certificate expiration time.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Intermediate certificate.

Link copied to clipboard

true if private key is external; otherwise, false.

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

Certificate key size.

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

Kind of resource.

Link copied to clipboard

Certificate last issuance time.

Link copied to clipboard
val location: Output<String>

Resource Location.

Link copied to clipboard
val name: Output<String>

Resource Name.

Link copied to clipboard

Time stamp when the certificate would be auto renewed next

Link copied to clipboard
val productType: Output<String>

Certificate product type.

Link copied to clipboard

Status of certificate order.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Root certificate.

Link copied to clipboard
val serialNumber: Output<String>

Current serial number of the certificate.

Link copied to clipboard

Signed certificate.

Link copied to clipboard
val status: Output<String>

Current order status.

Link copied to clipboard

The system metadata relating to this resource.

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

Resource tags.

Link copied to clipboard
val type: Output<String>

Resource type.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val validityInYears: Output<Int>?

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