RemoteImageBuildAuthConfig

data class RemoteImageBuildAuthConfig(val auth: String? = null, val email: String? = null, val hostName: String, val identityToken: String? = null, val password: String? = null, val registryToken: String? = null, val serverAddress: String? = null, val userName: String? = null)

Constructors

Link copied to clipboard
constructor(auth: String? = null, email: String? = null, hostName: String, identityToken: String? = null, password: String? = null, registryToken: String? = null, serverAddress: String? = null, userName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val auth: String? = null

the auth token

Link copied to clipboard
val email: String? = null

the user emal

Link copied to clipboard

hostname of the registry

Link copied to clipboard
val identityToken: String? = null

the identity token

Link copied to clipboard
val password: String? = null

the registry password

Link copied to clipboard
val registryToken: String? = null

the registry token

Link copied to clipboard
val serverAddress: String? = null

the server address

Link copied to clipboard
val userName: String? = null

the registry user name