Show / Hide Table of Contents

Class UserCredentials

Username-password credentials.

Inheritance
object
UserCredentials
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX