Show / Hide Table of Contents

Class SshPublicKey

Parameters to support Ssh public key Authentication.

Inheritance
object
SshPublicKey
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.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class SshPublicKey : IDirectResponseSchema

Properties

CertType

Optional. Format of SSH Client cert.

Declaration
[JsonProperty("certType")]
public virtual string CertType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SshClientCert

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

Declaration
[JsonProperty("sshClientCert")]
public virtual Secret SshClientCert { get; set; }
Property Value
Type Description
Secret

SshClientCertPass

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

Declaration
[JsonProperty("sshClientCertPass")]
public virtual Secret SshClientCertPass { get; set; }
Property Value
Type Description
Secret

Username

Optional. The user account used to authenticate.

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