Get Tde Certificates Sql Task Properties Response
data class GetTdeCertificatesSqlTaskPropertiesResponse(val clientData: Map<String, String>? = null, val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, val errors: List<ODataErrorResponse>, val input: GetTdeCertificatesSqlTaskInputResponse? = null, val output: List<GetTdeCertificatesSqlTaskOutputResponse>, val state: String, val taskType: String)
Properties for the task that gets TDE certificates in Base64 encoded format.
Constructors
Link copied to clipboard
fun GetTdeCertificatesSqlTaskPropertiesResponse(clientData: Map<String, String>? = null, commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, errors: List<ODataErrorResponse>, input: GetTdeCertificatesSqlTaskInputResponse? = null, output: List<GetTdeCertificatesSqlTaskOutputResponse>, state: String, taskType: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard