GetCertificateOrderResult

data class GetCertificateOrderResult(val appServiceCertificateNotRenewableReasons: List<String>, val autoRenew: Boolean, val certificates: List<GetCertificateOrderCertificate>, val csr: String, val distinguishedName: String, val domainVerificationToken: String, val expirationTime: String, val id: String, val intermediateThumbprint: String, val isPrivateKeyExternal: Boolean, val keySize: Int, val location: String, val name: String, val productType: String, val resourceGroupName: String, val rootThumbprint: String, val signedCertificateThumbprint: String, val status: String, val tags: Map<String, String>, val validityInYears: Int)

A collection of values returned by getCertificateOrder.

Constructors

Link copied to clipboard
constructor(appServiceCertificateNotRenewableReasons: List<String>, autoRenew: Boolean, certificates: List<GetCertificateOrderCertificate>, csr: String, distinguishedName: String, domainVerificationToken: String, expirationTime: String, id: String, intermediateThumbprint: String, isPrivateKeyExternal: Boolean, keySize: Int, location: String, name: String, productType: String, resourceGroupName: String, rootThumbprint: String, signedCertificateThumbprint: String, status: String, tags: Map<String, String>, validityInYears: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

State of the Key Vault secret. A certificates block as defined below.

Link copied to clipboard
val csr: String

Last CSR that was created for this order.

Link copied to clipboard

The Distinguished Name for the App Service Certificate Order.

Link copied to clipboard

Domain verification token.

Link copied to clipboard

Certificate expiration time.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Certificate thumbprint intermediate certificate.

Link copied to clipboard

Whether the private key is external or not.

Link copied to clipboard

Certificate key size.

Link copied to clipboard

The Azure location where the App Service exists.

Link copied to clipboard
Link copied to clipboard

Certificate product type, such as Standard or WildCard.

Link copied to clipboard
Link copied to clipboard

Certificate thumbprint for root certificate.

Link copied to clipboard

Certificate thumbprint for signed certificate.

Link copied to clipboard

Current order status.

Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

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