Module: Google::Cloud::Dataform::V1beta1::Repository::GitRemoteSettings::TokenStatus

Defined in:
proto_docs/google/cloud/dataform/v1beta1/dataform.rb

Constant Summary collapse

TOKEN_STATUS_UNSPECIFIED =

Default value. This value is unused.

0
NOT_FOUND =

The token could not be found in Secret Manager (or the Dataform Service Account did not have permission to access it).

1
INVALID =

The token could not be used to authenticate against the Git remote.

2
VALID =

The token was used successfully to authenticate against the Git remote.

3