AppServiceCertificateOrderProperties interface
AppServiceCertificateOrder resource specific properties
Properties
| app |
Reasons why App Service Certificate is not renewable at the current moment. |
| auto |
|
| certificates | State of the Key Vault secret. |
| contact | Contact info |
| csr | Last CSR that was created for this order. |
| distinguished |
Certificate distinguished name. |
| domain |
Domain verification token. |
| expiration |
Certificate expiration time. |
| intermediate | Intermediate certificate. |
| is |
|
| key |
Certificate key size. |
| last |
Certificate last issuance time. |
| next |
Time stamp when the certificate would be auto renewed next |
| product |
Certificate product type. |
| provisioning |
Status of certificate order. |
| root | Root certificate. |
| serial |
Current serial number of the certificate. |
| signed |
Signed certificate. |
| status | Current order status. |
| validity |
Duration in years (must be 1). |
Property Details
appServiceCertificateNotRenewableReasons
Reasons why App Service Certificate is not renewable at the current moment.
appServiceCertificateNotRenewableReasons?: string[]
Property Value
string[]
autoRenew
true if the certificate should be automatically renewed when it expires; otherwise, false.
autoRenew?: boolean
Property Value
boolean
certificates
State of the Key Vault secret.
certificates?: Record<string, AppServiceCertificate>
Property Value
Record<string, AppServiceCertificate>
contact
csr
Last CSR that was created for this order.
csr?: string
Property Value
string
distinguishedName
Certificate distinguished name.
distinguishedName?: string
Property Value
string
domainVerificationToken
Domain verification token.
domainVerificationToken?: string
Property Value
string
expirationTime
Certificate expiration time.
expirationTime?: Date
Property Value
Date
intermediate
isPrivateKeyExternal
true if private key is external; otherwise, false.
isPrivateKeyExternal?: boolean
Property Value
boolean
keySize
Certificate key size.
keySize?: number
Property Value
number
lastCertificateIssuanceTime
Certificate last issuance time.
lastCertificateIssuanceTime?: Date
Property Value
Date
nextAutoRenewalTimeStamp
Time stamp when the certificate would be auto renewed next
nextAutoRenewalTimeStamp?: Date
Property Value
Date
productType
provisioningState
root
serialNumber
Current serial number of the certificate.
serialNumber?: string
Property Value
string
signedCertificate
status
validityInYears
Duration in years (must be 1).
validityInYears?: number
Property Value
number