DatabaseKeyResponse

data class DatabaseKeyResponse(val creationDate: String, val subregion: String, val thumbprint: String, val type: String)

Database level key used for encryption at rest.

Constructors

Link copied to clipboard
constructor(creationDate: String, subregion: String, thumbprint: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The database key creation date.

Link copied to clipboard

Subregion of the server key.

Link copied to clipboard

Thumbprint of the database key.

Link copied to clipboard

The database key type. Only supported value is 'AzureKeyVault'.