Class GitRemoteSettings (0.2.3)

GitRemoteSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Controls Git remote configuration for a repository.

Attributes

NameDescription
url str
Required. The Git remote's URL.
default_branch str
Required. The Git remote's default branch name.
authentication_token_secret_version str
Required. 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/*.
token_status google.cloud.dataform_v1beta1.types.Repository.GitRemoteSettings.TokenStatus
Output only. Indicates the status of the Git access token.

Classes

TokenStatus

TokenStatus(value)

Indicates the status of a Git authentication token.