Class UserPasswordCredentials
User-password credentials.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class UserPasswordCredentials : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Required. Password for the connection.
Declaration
[JsonProperty("password")]
public virtual Secret Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Secret |
Username
Required. Username for the connection.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |