共用方式為


ClientCertificate interface

用戶端憑證定義。

屬性

commonName

憑證一般名稱。

isAdmin

指出客戶端憑證是否具有叢集的系統管理員存取權。 非系統管理員用戶端只能在叢集上執行唯讀作業。

issuerThumbprint

憑證的簽發者指紋。 只能與 CommonName 搭配使用。

thumbprint

憑證指紋。

屬性詳細資料

commonName

憑證一般名稱。

commonName?: string

屬性值

string

isAdmin

指出客戶端憑證是否具有叢集的系統管理員存取權。 非系統管理員用戶端只能在叢集上執行唯讀作業。

isAdmin: boolean

屬性值

boolean

issuerThumbprint

憑證的簽發者指紋。 只能與 CommonName 搭配使用。

issuerThumbprint?: string

屬性值

string

thumbprint

憑證指紋。

thumbprint?: string

屬性值

string