ListSqlMigrationServiceAuthKeysResult

data class ListSqlMigrationServiceAuthKeysResult(val authKey1: String? = null, val authKey2: String? = null)

An authentication key.

Constructors

Link copied to clipboard
constructor(authKey1: String? = null, authKey2: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authKey1: String? = null

The first authentication key.

Link copied to clipboard
val authKey2: String? = null

The second authentication key.