Module: Google::Cloud::Dataform::V1beta1::ComputeRepositoryAccessTokenStatusResponse::TokenStatus
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Indicates the status of a Git authentication token.
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