View Source GoogleApi.Dataform.V1beta1.Model.GitRemoteSettings (google_api_dataform v0.7.0)
Controls Git remote configuration for a repository.
Attributes
-
authenticationTokenSecretVersion
(type:String.t
, default:nil
) - Optional. The name of the Secret Manager secret version to use as an authentication token for Git operations. Must be in the formatprojects/*/secrets/*/versions/*
. -
defaultBranch
(type:String.t
, default:nil
) - Required. The Git remote's default branch name. -
sshAuthenticationConfig
(type:GoogleApi.Dataform.V1beta1.Model.SshAuthenticationConfig.t
, default:nil
) - Optional. Authentication fields for remote uris using SSH protocol. -
tokenStatus
(type:String.t
, default:nil
) - 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 -
url
(type:String.t
, default:nil
) - Required. The Git remote's URL.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataform.V1beta1.Model.GitRemoteSettings{ authenticationTokenSecretVersion: String.t() | nil, defaultBranch: String.t() | nil, sshAuthenticationConfig: GoogleApi.Dataform.V1beta1.Model.SshAuthenticationConfig.t() | nil, tokenStatus: String.t() | nil, url: String.t() | nil }