ConnectToSourceSqlServerTaskOutputLoginLevelResponse

data class ConnectToSourceSqlServerTaskOutputLoginLevelResponse(val defaultDatabase: String, val id: String, val isEnabled: Boolean, val loginType: String, val migrationEligibility: MigrationEligibilityInfoResponse, val name: String, val resultType: String)

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

Constructors

constructor(defaultDatabase: String, id: String, isEnabled: Boolean, loginType: String, migrationEligibility: MigrationEligibilityInfoResponse, name: String, resultType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The default database for the login.

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard

The state of the login.

Link copied to clipboard

The type of login.

Link copied to clipboard

Information about eligibility of login for migration.

Link copied to clipboard

Login name.

Link copied to clipboard

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