GetTransparentDataEncryptionResult

data class GetTransparentDataEncryptionResult(val id: String, val location: String, val name: String, val status: String? = null, val type: String)

Represents a database transparent data encryption configuration.

Constructors

Link copied to clipboard
constructor(id: String, location: String, name: String, status: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard
val status: String? = null

The status of the database transparent data encryption.

Link copied to clipboard

Resource type.