Share via


CertificatePatchResourceProperties interface

CertificatePatchResource resource specific properties

Properties

canonicalName

CNAME of the certificate to be issued via free certificate

domainValidationMethod

Method of domain validation for free cert

hostNames

Host names the certificate applies to.

keyVaultId

Key Vault Csm resource Id.

keyVaultSecretName

Key Vault secret name.

password

Certificate password.

pfxBlob

Pfx blob.

Value may contain base64 encoded characters

serverFarmId

Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".

Property Details

canonicalName

CNAME of the certificate to be issued via free certificate

canonicalName?: string

Property Value

string

domainValidationMethod

Method of domain validation for free cert

domainValidationMethod?: string

Property Value

string

hostNames

Host names the certificate applies to.

hostNames?: string[]

Property Value

string[]

keyVaultId

Key Vault Csm resource Id.

keyVaultId?: string

Property Value

string

keyVaultSecretName

Key Vault secret name.

keyVaultSecretName?: string

Property Value

string

password

Certificate password.

password?: string

Property Value

string

pfxBlob

Pfx blob.

Value may contain base64 encoded characters

pfxBlob?: string

Property Value

string

serverFarmId

Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".

serverFarmId?: string

Property Value

string