ConnectToSourceSqlServerTaskOutputTaskLevelResponse

data class ConnectToSourceSqlServerTaskOutputTaskLevelResponse(val agentJobs: Map<String, String>, val databases: Map<String, String>, val id: String, val logins: Map<String, String>, val resultType: String, val sourceServerBrandVersion: String, val sourceServerVersion: String, val validationErrors: List<ReportableExceptionResponse>)

Task level output for the task that validates connection to SQL Server and also validates source server requirements

Constructors

constructor(agentJobs: Map<String, String>, databases: Map<String, String>, id: String, logins: Map<String, String>, resultType: String, sourceServerBrandVersion: String, sourceServerVersion: String, validationErrors: List<ReportableExceptionResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Source agent jobs as a map from agent job name to id.

Link copied to clipboard

Source databases as a map from database name to database id

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard

Source logins as a map from login name to login id.

Link copied to clipboard

Type of result - database level or task level Expected value is 'TaskLevelOutput'.

Link copied to clipboard

Source server brand version

Link copied to clipboard

Source server version

Link copied to clipboard