Share via


ImportSourceCredentials Class

ImportSourceCredentials.

Constructor

ImportSourceCredentials(*args: Any, **kwargs: Any)

Variables

Name Description
username
str

The username to authenticate with the source registry.

password
str

The password used to authenticate with the source registry. Required.

Attributes

password

The password used to authenticate with the source registry. Required.

password: str

username

The username to authenticate with the source registry.

username: str | None