Reference documentation and code samples for the Dataform V1 API module Google::Cloud::Dataform::V1::ComputeRepositoryAccessTokenStatusResponse::TokenStatus.
Indicates the status of a Git authentication token.
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.
PERMISSION_DENIED
value: 4
The token is not accessible due to permission issues.