skip to main content
Connection Property Descriptions : Password
  

Try DataDirect Drivers Now

Password

Description

Specifies the password to use to connect to your Salesforce instance. A password is required. Contact your system administrator to obtain your password.
Important: Setting the password using a data source is not recommended. The data source persists all properties, including the Password property, in clear text.

Valid Values

password | password+securitytoken
where:
password
is a valid password. The password is case-sensitive.
password+securitytoken
is a valid password appended by the security token required to connect to the Salesforce instance, for example, secretXaBARTsLZReM4Px47qPLOS, where secret is the password and the remainder of the value is the security token. Both the password and security token are case-sensitive.
Note: Optionally, you can specify the security token in the SecurityToken property. Do not specify the security token in both properties.

Data Source Method

setPassword

Default

None

Data Type

String