共用方式為


CustomerCertificate interface

用於 HTTPs 的客戶憑證

Extends

屬性

certificateAuthority

證書頒發機構單位。 注意:這個屬性不會串行化。 它只能由伺服器填入。

secretSource

Azure Key Vault 憑證的資源參考。 必須是 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{certificateName} 的格式

secretVersion

憑證版本。

subjectAlternativeNames

SAN 的清單。

thumbprint

憑證指紋。 注意:這個屬性不會串行化。 它只能由伺服器填入。

useLatestVersion

是否要使用最新版本的憑證

繼承的屬性

expirationDate

憑證到期日。 注意:這個屬性不會串行化。 它只能由伺服器填入。

subject

憑證中的主體名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

秘密資源的型別。

屬性詳細資料

certificateAuthority

證書頒發機構單位。 注意:這個屬性不會串行化。 它只能由伺服器填入。

certificateAuthority?: string

屬性值

string

secretSource

Azure Key Vault 憑證的資源參考。 必須是 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{certificateName} 的格式

secretSource?: ResourceReference

屬性值

secretVersion

憑證版本。

secretVersion?: string

屬性值

string

subjectAlternativeNames

SAN 的清單。

subjectAlternativeNames?: string[]

屬性值

string[]

thumbprint

憑證指紋。 注意:這個屬性不會串行化。 它只能由伺服器填入。

thumbprint?: string

屬性值

string

useLatestVersion

是否要使用最新版本的憑證

useLatestVersion?: boolean

屬性值

boolean

繼承的屬性詳細資料

expirationDate

憑證到期日。 注意:這個屬性不會串行化。 它只能由伺服器填入。

expirationDate?: string

屬性值

string

繼承自Certificate.expirationDate

subject

憑證中的主體名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

subject?: string

屬性值

string

繼承自Certificate.subject

type

秘密資源的型別。

type?: string

屬性值

string

繼承自Certificate.type