Package version:

Interface DatabaseKey

Database level key used for encryption at rest.

Hierarchy

  • DatabaseKey

Properties

creationDate?: Date

The database key creation date. NOTE: This property will not be serialized. It can only be populated by the server.

subregion?: string

Subregion of the server key. NOTE: This property will not be serialized. It can only be populated by the server.

thumbprint?: string

Thumbprint of the database key. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

The database key type. Only supported value is 'AzureKeyVault'. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc