Share via


AppServiceCertificateOrderPatchResourcePropertiesOutput interface

AppServiceCertificateOrderPatchResource resource specific properties

Properties

appServiceCertificateNotRenewableReasons

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

autoRenew

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

certificates

State of the Key Vault secret.

contact

Contact info

csr

Last CSR that was created for this order.

distinguishedName

Certificate distinguished name.

domainVerificationToken

Domain verification token.

expirationTime

Certificate expiration time.

intermediate

Intermediate certificate.

isPrivateKeyExternal

true if private key is external; otherwise, false.

keySize

Certificate key size.

lastCertificateIssuanceTime

Certificate last issuance time.

nextAutoRenewalTimeStamp

Time stamp when the certificate would be auto renewed next

productType

Certificate product type.

provisioningState

Status of certificate order.

root

Root certificate.

serialNumber

Current serial number of the certificate.

signedCertificate

Signed certificate.

status

Current order status.

validityInYears

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

Contact info

contact?: CertificateOrderContactOutput

Property Value

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

Root certificate.

root?: CertificateDetailsOutput

Property Value

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