GetTdeCertificatesSqlTaskInput interface
Input for the task that gets TDE certificates in Base64 encoded format.
Properties
| backup |
Backup file share information for file share to be used for temporarily storing files. |
| connection |
Connection information for SQL Server |
| selected |
List containing certificate names and corresponding password to use for encrypting the exported certificate. |
Property Details
backupFileShare
Backup file share information for file share to be used for temporarily storing files.
backupFileShare: FileShare
Property Value
connectionInfo
Connection information for SQL Server
connectionInfo: SqlConnectionInfo
Property Value
selectedCertificates
List containing certificate names and corresponding password to use for encrypting the exported certificate.
selectedCertificates: SelectedCertificateInput[]