Class SshAuthenticationConfig
Configures fields for performing SSH authentication.
Implements
Inherited Members
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 |