ImageCacheImageRegistryCredential

data class ImageCacheImageRegistryCredential(val password: String? = null, val server: String? = null, val userName: String? = null)

Constructors

Link copied to clipboard
constructor(password: String? = null, server: String? = null, userName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

The password of the Image Registry.

Link copied to clipboard
val server: String? = null

The address of Image Registry without http:// or https://.

Link copied to clipboard
val userName: String? = null

The user name of Image Registry.