ImportSourceCredentials Class
ImportSourceCredentials.
All required parameters must be populated in order to send to server.
Constructor
ImportSourceCredentials(*, password: str, username: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
username
|
The username to authenticate with the source registry. Default value: None
|
password
|
The password used to authenticate with the source registry. Required. |