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
fun GetTdeCertificatesSqlTaskInputArgs(backupFileShare: Output<FileShareArgs>, connectionInfo: Output<SqlConnectionInfoArgs>, selectedCertificates: Output<List<SelectedCertificateInputArgs>>)