MigrateSqlServerSqlMITaskOutputLoginLevelResponse

data class MigrateSqlServerSqlMITaskOutputLoginLevelResponse(val endedOn: String, val exceptionsAndWarnings: List<ReportableExceptionResponse>, val id: String, val loginName: String, val message: String, val resultType: String, val stage: String, val startedOn: String, val state: String)

Constructors

constructor(endedOn: String, exceptionsAndWarnings: List<ReportableExceptionResponse>, id: String, loginName: String, message: String, resultType: String, stage: String, startedOn: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Login migration end time

Link copied to clipboard

Login migration errors and warnings per login

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard

Login name.

Link copied to clipboard

Login migration progress message

Link copied to clipboard

Result type Expected value is 'LoginLevelOutput'.

Link copied to clipboard

Current stage of login

Link copied to clipboard

Login migration start time

Link copied to clipboard

Current state of login