AppRegistry

data class AppRegistry(val identity: String? = null, val passwordSecretName: String? = null, val server: String, val username: String? = null)

Constructors

Link copied to clipboard
constructor(identity: String? = null, passwordSecretName: String? = null, server: String, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val identity: String? = null

Resource ID for the User Assigned Managed identity to use when pulling from the Container Registry.

Link copied to clipboard

The name of the Secret Reference containing the password value for this user on the Container Registry, username must also be supplied.

Link copied to clipboard

The hostname for the Container Registry. The authentication details must also be supplied, identity and username/password_secret_name are mutually exclusive.

Link copied to clipboard
val username: String? = null

The username to use for this Container Registry, password_secret_name must also be supplied..