AppServiceCertificateOrderPatchResourcePropertiesOutput interface
AppServiceCertificateOrderPatchResource 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?: ("RegistrationStatusNotSupportedForRenewal" | "ExpirationNotInRenewalTimeRange" | "SubscriptionNotActive")[]
Property Value
("RegistrationStatusNotSupportedForRenewal" | "ExpirationNotInRenewalTimeRange" | "SubscriptionNotActive")[]
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, AppServiceCertificateOutput>
Property Value
Record<string, AppServiceCertificateOutput>
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?: string
Property Value
string
intermediate
Intermediate certificate.
intermediate?: CertificateDetailsOutput
Property Value
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?: string
Property Value
string
nextAutoRenewalTimeStamp
Time stamp when the certificate would be auto renewed next
nextAutoRenewalTimeStamp?: string
Property Value
string
productType
Certificate product type.
productType: "StandardDomainValidatedSsl" | "StandardDomainValidatedWildCardSsl"
Property Value
"StandardDomainValidatedSsl" | "StandardDomainValidatedWildCardSsl"
provisioningState
Status of certificate order.
provisioningState?: "Failed" | "Succeeded" | "Canceled" | "InProgress" | "Deleting"
Property Value
"Failed" | "Succeeded" | "Canceled" | "InProgress" | "Deleting"
root
serialNumber
Current serial number of the certificate.
serialNumber?: string
Property Value
string
signedCertificate
Signed certificate.
signedCertificate?: CertificateDetailsOutput
Property Value
status
Current order status.
status?: "Canceled" | "Pendingissuance" | "Issued" | "Revoked" | "Denied" | "Pendingrevocation" | "PendingRekey" | "Unused" | "Expired" | "NotSubmitted"
Property Value
"Canceled" | "Pendingissuance" | "Issued" | "Revoked" | "Denied" | "Pendingrevocation" | "PendingRekey" | "Unused" | "Expired" | "NotSubmitted"
validityInYears
Duration in years (must be 1).
validityInYears?: number
Property Value
number