Interface protos.google.cloud.dataform.v1beta1.Repository.IGitRemoteSettings (2.1.0)

Properties of a GitRemoteSettings.

Package

@google-cloud/dataform

Properties

authenticationTokenSecretVersion

authenticationTokenSecretVersion?: (string|null);

GitRemoteSettings authenticationTokenSecretVersion

defaultBranch

defaultBranch?: (string|null);

GitRemoteSettings defaultBranch

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