ManagedInstanceKey Class
A managed instance key.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceManagedInstanceKey
Constructor
ManagedInstanceKey(*, server_key_type: Optional[Union[str, azure.mgmt.sql.models._sql_management_client_enums.ServerKeyType]] = None, uri: Optional[str] = None, **kwargs)
Parameters
- server_key_type
- str or ServerKeyType
Required
The key type like 'ServiceManaged', 'AzureKeyVault'. Possible values include: "ServiceManaged", "AzureKeyVault".
- uri
- str
Required
The URI of the key. If the ServerKeyType is AzureKeyVault, then the URI is required.
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.
- thumbprint
- str
Thumbprint of the key.
- creation_date
- datetime
The key creation date.
- auto_rotation_enabled
- bool
Key auto rotation opt-in flag. Either true or false.
Feedback
Submit and view feedback for