UserPasswordConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Parameters to support Username and Password Authentication.
Attributes |
|
|---|---|
| Name | Description |
username |
str
Required. Username. |
password |
google.cloud.apihub_v1.types.Secret
Required. Secret version reference containing the password. The secretmanager.versions.access permission should be
granted to the service account accessing the secret.
|