Class: Google::Cloud::Datastream::V1::SalesforceProfile::UserCredentials
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::SalesforceProfile::UserCredentials
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
Username-password credentials.
Instance Attribute Summary collapse
-
#password ⇒ ::String
Optional.
-
#secret_manager_stored_password ⇒ ::String
Optional.
-
#secret_manager_stored_security_token ⇒ ::String
Optional.
-
#security_token ⇒ ::String
Optional.
-
#username ⇒ ::String
Required.
Instance Attribute Details
#password ⇒ ::String
Returns Optional. Password for the Salesforce connection.
Mutually exclusive with the secret_manager_stored_password field.
235 236 237 238 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 235 class UserCredentials include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secret_manager_stored_password ⇒ ::String
Returns Optional. A reference to a Secret Manager resource name storing the
Salesforce connection's password. Mutually exclusive with the password
field.
235 236 237 238 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 235 class UserCredentials include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secret_manager_stored_security_token ⇒ ::String
Returns Optional. A reference to a Secret Manager resource name storing the
Salesforce connection's security token. Mutually exclusive with the
security_token field.
235 236 237 238 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 235 class UserCredentials include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#security_token ⇒ ::String
Returns Optional. Security token for the Salesforce connection.
Mutually exclusive with the secret_manager_stored_security_token field.
235 236 237 238 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 235 class UserCredentials include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#username ⇒ ::String
Returns Required. Username for the Salesforce connection.
235 236 237 238 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 235 class UserCredentials include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |