通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedInstanceEncryptionProtector Class

The managed instance encryption protector.

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

Constructor

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

Parameters

Name Description
server_key_name
Required
str

The name of the managed instance key.

server_key_type
Required

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

auto_rotation_enabled
Required

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

Keyword-Only Parameters

Name Description
server_key_name
Default value: None
server_key_type
Default value: None
auto_rotation_enabled
Default value: None

Variables

Name Description
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.

uri
str

The URI of the server key.

thumbprint
str

Thumbprint of the server key.