public sealed class SftpAuth : IMessage<SftpAuth>, IEquatable<SftpAuth>, IDeepCloneable<SftpAuth>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class SftpAuth.
SFTP Auth.
Namespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
SftpAuth()
public SftpAuth()SftpAuth(SftpAuth)
public SftpAuth(SftpAuth other)| Parameter | |
|---|---|
| Name | Description |
other |
SftpAuth |
Properties
Password
public string Password { get; set; }Password. Used for username and password authentication.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PrivateKey
public string PrivateKey { get; set; }Private key. Used for private key authentication.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PrivateKeyPassphrase
public string PrivateKeyPassphrase { get; set; }Private key passphrase. Used for private key authentication.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Username
public string Username { get; set; }Username. Used for username and password authentication.
| Property Value | |
|---|---|
| Type | Description |
string |
|