Integration Connectors v1 API - Class AuthConfig.Types.SshPublicKey (1.1.0)

public sealed class AuthConfig.Types.SshPublicKey : IMessage<AuthConfig.Types.SshPublicKey>, IEquatable<AuthConfig.Types.SshPublicKey>, IDeepCloneable<AuthConfig.Types.SshPublicKey>, IBufferMessage, IMessage

Reference documentation and code samples for the Integration Connectors v1 API class AuthConfig.Types.SshPublicKey.

Parameters to support Ssh public key Authentication.

Inheritance

object > AuthConfig.Types.SshPublicKey

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

SshPublicKey()

public SshPublicKey()

SshPublicKey(SshPublicKey)

public SshPublicKey(AuthConfig.Types.SshPublicKey other)
Parameter
NameDescription
otherAuthConfigTypesSshPublicKey

Properties

CertType

public string CertType { get; set; }

Format of SSH Client cert.

Property Value
TypeDescription
string

SshClientCert

public Secret SshClientCert { get; set; }

SSH Client Cert. It should contain both public and private key.

Property Value
TypeDescription
Secret

SshClientCertPass

public Secret SshClientCertPass { get; set; }

Password (passphrase) for ssh client certificate if it has one.

Property Value
TypeDescription
Secret

Username

public string Username { get; set; }

The user account used to authenticate.

Property Value
TypeDescription
string