ImportSourceCredentials Class
ImportSourceCredentials.
Constructor
ImportSourceCredentials(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
username
|
The username to authenticate with the source registry. |
|
password
|
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