Dataform V1beta1 API - Module Google::Cloud::Dataform::V1beta1::Repository::GitRemoteSettings::TokenStatus (v0.7.0)

Reference documentation and code samples for the Dataform V1beta1 API module Google::Cloud::Dataform::V1beta1::Repository::GitRemoteSettings::TokenStatus.

Constants

TOKEN_STATUS_UNSPECIFIED

value: 0
Default value. This value is unused.

NOT_FOUND

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

INVALID

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

VALID

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