CustomerCertificateParameters interface

用於 HTTPs 的客戶憑證

Extends

屬性

certificateAuthority

證書頒發機構單位。

expirationDate

憑證到期日。

secretSource

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

secretVersion

要使用的秘密版本

subject

憑證中的主體名稱。

subjectAlternativeNames

SAN 的清單。

thumbprint

憑證指紋。

type

秘密資源的型別。

useLatestVersion

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

屬性詳細資料

certificateAuthority

證書頒發機構單位。

certificateAuthority?: string

屬性值

string

expirationDate

憑證到期日。

expirationDate?: string

屬性值

string

secretSource

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

secretSource: ResourceReference

屬性值

secretVersion

要使用的秘密版本

secretVersion?: string

屬性值

string

subject

憑證中的主體名稱。

subject?: string

屬性值

string

subjectAlternativeNames

SAN 的清單。

subjectAlternativeNames?: string[]

屬性值

string[]

thumbprint

憑證指紋。

thumbprint?: string

屬性值

string

type

秘密資源的型別。

type: "CustomerCertificate"

屬性值

"CustomerCertificate"

useLatestVersion

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

useLatestVersion?: boolean

屬性值

boolean