Show / Hide Table of Contents

Class SshAuthenticationConfig

Configures fields for performing SSH authentication.

Inheritance
object
SshAuthenticationConfig
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.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class SshAuthenticationConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

HostPublicKey

Required. Content of a public SSH key to verify an identity of a remote Git host.

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

UserPrivateKeySecretVersion

Required. The name of the Secret Manager secret version to use as a ssh private key for Git operations. Must be in the format projects/*/secrets/*/versions/*.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX