Get Tde Certificates Sql Task Input Args
data class GetTdeCertificatesSqlTaskInputArgs(val backupFileShare: Output<FileShareArgs>, val connectionInfo: Output<SqlConnectionInfoArgs>, val selectedCertificates: Output<List<SelectedCertificateInputArgs>>) : ConvertibleToJava<GetTdeCertificatesSqlTaskInputArgs>
Input for the task that gets TDE certificates in Base64 encoded format.
Constructors
Link copied to clipboard
constructor(backupFileShare: Output<FileShareArgs>, connectionInfo: Output<SqlConnectionInfoArgs>, selectedCertificates: Output<List<SelectedCertificateInputArgs>>)
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.