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 | _models.ServerKeyType | None = None, auto_rotation_enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
server_key_name
|
The name of the managed instance key. Default value: None
|
|
server_key_type
|
str or
ServerKeyType
The encryption protector type like 'ServiceManaged', 'AzureKeyVault'. Known values are: "ServiceManaged" and "AzureKeyVault". Default value: None
|
|
auto_rotation_enabled
|
Key auto rotation opt-in flag. Either true or false. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
name
|
Resource name. |
|
type
|
Resource type. |
|
kind
|
Kind of encryption protector. This is metadata used for the Azure portal experience. |
|
server_key_name
|
The name of the managed instance key. |
|
server_key_type
|
str or
ServerKeyType
The encryption protector type like 'ServiceManaged', 'AzureKeyVault'. Known values are: "ServiceManaged" and "AzureKeyVault". |
|
uri
|
The URI of the server key. |
|
thumbprint
|
Thumbprint of the server key. |
|
auto_rotation_enabled
|
Key auto rotation opt-in flag. Either true or false. |