ServerKey Class

A MySQL Server key.

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

Inheritance
azure.mgmt.rdbms.mysql.models._models_py3.ProxyResource
ServerKey

Constructor

ServerKey(*, server_key_type: Optional[Union[str, azure.mgmt.rdbms.mysql.models._my_sql_management_client_enums.ServerKeyType]] = None, uri: Optional[str] = None, **kwargs)

Variables

id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

kind
str

Kind of encryption protector used to protect the key.

server_key_type
str or ServerKeyType

The key type like 'AzureKeyVault'. Possible values include: "AzureKeyVault".

uri
str

The URI of the key.

creation_date
datetime

The key creation date.