GetTdeCertificatesSqlTaskInputResponse

data class GetTdeCertificatesSqlTaskInputResponse(val backupFileShare: FileShareResponse, val connectionInfo: SqlConnectionInfoResponse, val selectedCertificates: List<SelectedCertificateInputResponse>)

Input for the task that gets TDE certificates in Base64 encoded format.

Constructors

Link copied to clipboard
constructor(backupFileShare: FileShareResponse, connectionInfo: SqlConnectionInfoResponse, selectedCertificates: List<SelectedCertificateInputResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Backup file share information for file share to be used for temporarily storing files.

Link copied to clipboard

Connection information for SQL Server

Link copied to clipboard

List containing certificate names and corresponding password to use for encrypting the exported certificate.