Class UserCredentials
Username-password credentials.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class UserCredentials : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Password
Optional. Password for the Salesforce connection. Mutually exclusive with the
secret_manager_stored_password
field.
Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
Type | Description |
---|---|
string |
SecretManagerStoredPassword
Optional. A reference to a Secret Manager resource name storing the Salesforce connection's password.
Mutually exclusive with the password
field.
Declaration
[JsonProperty("secretManagerStoredPassword")]
public virtual string SecretManagerStoredPassword { get; set; }
Property Value
Type | Description |
---|---|
string |
SecretManagerStoredSecurityToken
Optional. A reference to a Secret Manager resource name storing the Salesforce connection's security token.
Mutually exclusive with the security_token
field.
Declaration
[JsonProperty("secretManagerStoredSecurityToken")]
public virtual string SecretManagerStoredSecurityToken { get; set; }
Property Value
Type | Description |
---|---|
string |
SecurityToken
Optional. Security token for the Salesforce connection. Mutually exclusive with the
secret_manager_stored_security_token
field.
Declaration
[JsonProperty("securityToken")]
public virtual string SecurityToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Username
Required. Username for the Salesforce connection.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
Type | Description |
---|---|
string |