CertificateCreateOrUpdateParameters interface
提供給建立或更新或取代憑證作業的參數。
屬性
base64Value | 取得或設定憑證的 base64 編碼值。 |
description | 取得或設定憑證的描述。 |
is |
取得或設定 憑證的可匯出旗標。 |
name | 取得或設定憑證的名稱。 |
thumbprint | 取得或設定憑證的指紋。 |
屬性詳細資料
base64Value
取得或設定憑證的 base64 編碼值。
base64Value: string
屬性值
string
description
取得或設定憑證的描述。
description?: string
屬性值
string
isExportable
取得或設定 憑證的可匯出旗標。
isExportable?: boolean
屬性值
boolean
name
取得或設定憑證的名稱。
name: string
屬性值
string
thumbprint
取得或設定憑證的指紋。
thumbprint?: string
屬性值
string