EncryptionProtector Class

The server encryption protector.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.sql.models._models_py3.ProxyResource
EncryptionProtector

Constructor

EncryptionProtector(*, server_key_name: Optional[str] = None, server_key_type: Optional[Union[str, azure.mgmt.sql.models._sql_management_client_enums.ServerKeyType]] = None, auto_rotation_enabled: Optional[bool] = None, **kwargs)

Parameters

server_key_name
str
Required

The name of the server key.

server_key_type
str or ServerKeyType
Required

The encryption protector type like 'ServiceManaged', 'AzureKeyVault'. Possible values include: "ServiceManaged", "AzureKeyVault".

auto_rotation_enabled
bool
Required

Key auto rotation opt-in flag. Either true or false.

Variables

id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

kind
str

Kind of encryption protector. This is metadata used for the Azure portal experience.

location
str

Resource location.

subregion
str

Subregion of the encryption protector.

uri
str

The URI of the server key.

thumbprint
str

Thumbprint of the server key.