UserCredentials(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Username-password credentials.
Attributes |
|
---|---|
Name | Description |
username |
str
Required. Username for the Salesforce connection. |
password |
str
Optional. Password for the Salesforce connection. Mutually exclusive with the secret_manager_stored_password field.
|
security_token |
str
Optional. Security token for the Salesforce connection. Mutually exclusive with the secret_manager_stored_security_token field.
|
secret_manager_stored_password |
str
Optional. A reference to a Secret Manager resource name storing the Salesforce connection's password. Mutually exclusive with the password field.
|
secret_manager_stored_security_token |
str
Optional. A reference to a Secret Manager resource name storing the Salesforce connection's security token. Mutually exclusive with the security_token field.
|