UpstreamCredentials(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The credentials to access the remote repository.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attribute |
|
---|---|
Name | Description |
username_password_credentials |
google.cloud.artifactregistry_v1.types.RemoteRepositoryConfig.UpstreamCredentials.UsernamePasswordCredentials
Use username and password to access the remote repository. This field is a member of oneof _ credentials .
|
Classes
UsernamePasswordCredentials
UsernamePasswordCredentials(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Username and password credentials.