Class: Google::Cloud::Datastream::V1::SalesforceProfile::UserCredentials

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#password::String

Returns Optional. Password for the Salesforce connection. Mutually exclusive with the secret_manager_stored_password field.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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