Show / Hide Table of Contents

Class EndUserAuthenticationConfigSshPublicKey

Parameters to support Ssh public key Authentication.

Inheritance
object
EndUserAuthenticationConfigSshPublicKey
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 EndUserAuthenticationConfigSshPublicKey : IDirectResponseSchema

Properties

CertType

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

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

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

SshClientCertPass

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

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

Username

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