Dataform v1beta1 API - Class Repository.Types.GitRemoteSettings (1.0.0-beta05)

public sealed class Repository.Types.GitRemoteSettings : IMessage<Repository.Types.GitRemoteSettings>, IEquatable<Repository.Types.GitRemoteSettings>, IDeepCloneable<Repository.Types.GitRemoteSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class Repository.Types.GitRemoteSettings.

Controls Git remote configuration for a repository.

Inheritance

object > Repository.Types.GitRemoteSettings

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

GitRemoteSettings()

public GitRemoteSettings()

GitRemoteSettings(GitRemoteSettings)

public GitRemoteSettings(Repository.Types.GitRemoteSettings other)
Parameter
NameDescription
otherRepositoryTypesGitRemoteSettings

Properties

AuthenticationTokenSecretVersion

public string AuthenticationTokenSecretVersion { get; set; }

Optional. The name of the Secret Manager secret version to use as an authentication token for Git operations. Must be in the format projects/*/secrets/*/versions/*.

Property Value
TypeDescription
string

DefaultBranch

public string DefaultBranch { get; set; }

Required. The Git remote's default branch name.

Property Value
TypeDescription
string

SshAuthenticationConfig

public Repository.Types.GitRemoteSettings.Types.SshAuthenticationConfig SshAuthenticationConfig { get; set; }

Optional. Authentication fields for remote uris using SSH protocol.

Property Value
TypeDescription
RepositoryTypesGitRemoteSettingsTypesSshAuthenticationConfig

TokenStatus

[Obsolete]
public Repository.Types.GitRemoteSettings.Types.TokenStatus TokenStatus { get; set; }

Output only. Deprecated: The field does not contain any token status information. Instead use https://cloud.google.com/dataform/reference/rest/v1beta1/projects.locations.repositories/computeAccessTokenStatus

Property Value
TypeDescription
RepositoryTypesGitRemoteSettingsTypesTokenStatus

Url

public string Url { get; set; }

Required. The Git remote's URL.

Property Value
TypeDescription
string