SourceRegistryCredentialsResponse

data class SourceRegistryCredentialsResponse(val loginMode: String? = null)

Describes the credential parameters for accessing the source registry.

Constructors

Link copied to clipboard
constructor(loginMode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val loginMode: String? = null

The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run.