Class EndUserAuthenticationConfigSshPublicKey
Parameters to support Ssh public key Authentication.
Implements
Inherited Members
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 |