SelectedCertificateInputResponse

data class SelectedCertificateInputResponse(val certificateName: String, val password: String)

Info for certificate to be exported for TDE enabled databases.

Constructors

Link copied to clipboard
constructor(certificateName: String, password: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of certificate to be exported.

Link copied to clipboard

Password to use for encrypting the exported certificate.