SalesforceProfile(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Salesforce profile
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
domain |
str
Required. Domain endpoint for the Salesforce connection. |
user_credentials |
google.cloud.datastream_v1.types.SalesforceProfile.UserCredentials
User-password authentication. This field is a member of oneof _ credentials .
|
oauth2_client_credentials |
google.cloud.datastream_v1.types.SalesforceProfile.Oauth2ClientCredentials
Connected app authentication. This field is a member of oneof _ credentials .
|
Classes
Oauth2ClientCredentials
Oauth2ClientCredentials(mapping=None, *, ignore_unknown_fields=False, **kwargs)
OAuth2 Client Credentials.
UserCredentials
UserCredentials(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Username-password credentials.