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: str | ServerKeyType | None = None, uri: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
server_key_type
Required
|
str or
ServerKeyType
The key type like 'ServiceManaged', 'AzureKeyVault'. Possible values include: "ServiceManaged", "AzureKeyVault". |
uri
Required
|
The URI of the key. If the ServerKeyType is AzureKeyVault, then the URI is required. |
Keyword-Only Parameters
Name | Description |
---|---|
server_key_type
Required
|
|
uri
Required
|
|
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. |
thumbprint
|
Thumbprint of the key. |
creation_date
|
The key creation date. |
auto_rotation_enabled
|
Key auto rotation opt-in flag. Either true or false. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python