Class SshPublicKey
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 SshPublicKey : 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
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
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
The user account used to authenticate.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
Type | Description |
---|---|
string |