共用方式為


EncryptionProtector 類別

伺服器加密保護裝置。

變數只會由伺服器填入,而且會在傳送要求時予以忽略。

繼承
azure.mgmt.sql.models._models_py3.ProxyResource
EncryptionProtector

建構函式

EncryptionProtector(*, server_key_name: str | None = None, server_key_type: str | ServerKeyType | None = None, auto_rotation_enabled: bool | None = None, **kwargs)

參數

名稱 Description
server_key_name
必要
str

伺服器金鑰的名稱。

server_key_type
必要

加密保護裝置類型,例如 'ServiceManaged'、'AzureKeyVault'。 可能的值包括:「ServiceManaged」、「AzureKeyVault」。

auto_rotation_enabled
必要

金鑰自動輪替加入宣告旗標。 True 或 False。

僅限關鍵字參數

名稱 Description
server_key_name
必要
server_key_type
必要
auto_rotation_enabled
必要

變數

名稱 Description
id
str

資源識別碼。

name
str

資源名稱。

type
str

資源類型。

kind
str

加密保護裝置的類型。 這是用於Azure 入口網站體驗的中繼資料。

location
str

資源位置。

subregion
str

加密保護裝置的子系。

uri
str

伺服器金鑰的 URI。

thumbprint
str

伺服器金鑰的指紋。