AppServiceCertificateOrderPatchResourceProperties interface
AppServiceCertificateOrderPatchResource resource specific properties
Properties
| auto |
|
| certificates | State of the Key Vault secret. |
| csr | Last CSR that was created for this order. |
| distinguished |
Certificate distinguished name. |
| key |
Certificate key size. |
| product |
Certificate product type. |
| validity |
Duration in years (must be 1). |
Property Details
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>
csr
Last CSR that was created for this order.
csr?: string
Property Value
string
distinguishedName
Certificate distinguished name.
distinguishedName?: string
Property Value
string
keySize
Certificate key size.
keySize?: number
Property Value
number
productType
Certificate product type.
productType: "StandardDomainValidatedSsl" | "StandardDomainValidatedWildCardSsl"
Property Value
"StandardDomainValidatedSsl" | "StandardDomainValidatedWildCardSsl"
validityInYears
Duration in years (must be 1).
validityInYears?: number
Property Value
number