Reference documentation and code samples for the Dataform V1beta1 API module Google::Cloud::Dataform::V1beta1::Repository::GitRemoteSettings::TokenStatus.
The status of the 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Dataform V1beta1 API - Module Google::Cloud::Dataform::V1beta1::Repository::GitRemoteSettings::TokenStatus (v0.13.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.13.0 (latest)](/ruby/docs/reference/google-cloud-dataform-v1beta1/latest/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-TokenStatus)\n- [0.12.0](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.12.0/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-TokenStatus)\n- [0.11.1](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.11.1/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-TokenStatus)\n- [0.10.0](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.10.0/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-TokenStatus)\n- [0.9.0](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.9.0/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-TokenStatus)\n- [0.8.0](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.8.0/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-TokenStatus)\n- [0.7.1](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.7.1/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-TokenStatus)\n- [0.6.2](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.6.2/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-TokenStatus)\n- [0.5.0](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.5.0/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-TokenStatus)\n- [0.4.0](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.4.0/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-TokenStatus)\n- [0.3.0](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.3.0/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-TokenStatus)\n- [0.2.0](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.2.0/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-TokenStatus)\n- [0.1.0](/ruby/docs/reference/google-cloud-dataform-v1beta1/0.1.0/Google-Cloud-Dataform-V1beta1-Repository-GitRemoteSettings-TokenStatus) \nReference documentation and code samples for the Dataform V1beta1 API module Google::Cloud::Dataform::V1beta1::Repository::GitRemoteSettings::TokenStatus.\n\nThe status of the authentication token.\n\nConstants\n---------\n\n### TOKEN_STATUS_UNSPECIFIED\n\n**value:** 0 \nDefault value. This value is unused.\n\n### NOT_FOUND\n\n**value:** 1 \nThe token could not be found in Secret Manager (or the Dataform\nService Account did not have permission to access it).\n\n### INVALID\n\n**value:** 2 \nThe token could not be used to authenticate against the Git remote.\n\n### VALID\n\n**value:** 3 \nThe token was used successfully to authenticate against the Git remote."]]