Share via


AppServiceCertificateOrderPatchResourceProperties interface

AppServiceCertificateOrderPatchResource resource specific properties

Properties

autoRenew

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

certificates

State of the Key Vault secret.

csr

Last CSR that was created for this order.

distinguishedName

Certificate distinguished name.

keySize

Certificate key size.

productType

Certificate product type.

validityInYears

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