Properties of a GitRemoteSettings.
Package
@google-cloud/dataformProperties
authenticationTokenSecretVersion
authenticationTokenSecretVersion?: (string|null);GitRemoteSettings authenticationTokenSecretVersion
defaultBranch
defaultBranch?: (string|null);GitRemoteSettings defaultBranch
effectiveDefaultBranch
effectiveDefaultBranch?: (string|null);GitRemoteSettings effectiveDefaultBranch
gitRepositoryLink
gitRepositoryLink?: (string|null);GitRemoteSettings gitRepositoryLink
sshAuthenticationConfig
sshAuthenticationConfig?: (google.cloud.dataform.v1beta1.Repository.GitRemoteSettings.ISshAuthenticationConfig|null);GitRemoteSettings sshAuthenticationConfig
tokenStatus
tokenStatus?: (google.cloud.dataform.v1beta1.Repository.GitRemoteSettings.TokenStatus|keyof typeof google.cloud.dataform.v1beta1.Repository.GitRemoteSettings.TokenStatus|null);GitRemoteSettings tokenStatus
url
url?: (string|null);GitRemoteSettings url