GetAppRegistry

data class GetAppRegistry(val identity: String, val passwordSecretName: String, val server: String, val username: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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