RegistryPasswordResponse

data class RegistryPasswordResponse(val name: String? = null, val value: String? = null)

The login password for the container registry.

Constructors

Link copied to clipboard
constructor(name: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The password name.

Link copied to clipboard
val value: String? = null

The password value.