Get Certificate Order Result
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)
Properties
Link copied to clipboard
Reasons why App Service Certificate is not renewable at the current moment.
Link copied to clipboard
State of the Key Vault secret. A certificates
block as defined below.
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
Certificate thumbprint intermediate certificate.
Link copied to clipboard
Whether the private key is external or not.
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
Duration in years (must be between 1 and 3).