Chronicle v1 API - Class SftpAuth (1.1.0)

public sealed class SftpAuth : IMessage<SftpAuth>, IEquatable<SftpAuth>, IDeepCloneable<SftpAuth>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class SftpAuth.

SFTP Auth.

Inheritance

object > SftpAuth

Namespace

Google.Cloud.Chronicle.V1

Assembly

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