Get Tde Certificates Sql Task Properties Response
data class GetTdeCertificatesSqlTaskPropertiesResponse(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
constructor(commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, errors: List<ODataErrorResponse>, input: GetTdeCertificatesSqlTaskInputResponse? = null, output: List<GetTdeCertificatesSqlTaskOutputResponse>, state: String, taskType: String)
Properties
Link copied to clipboard
val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>
Array of command properties.
Link copied to clipboard
Array of errors. This is ignored if submitted.
Link copied to clipboard
Task input
Link copied to clipboard
Task output. This is ignored if submitted.