Dataform v1beta1 API - Enum ComputeRepositoryAccessTokenStatusResponse.Types.TokenStatus (1.0.0-beta05)

public enum ComputeRepositoryAccessTokenStatusResponse.Types.TokenStatus

Reference documentation and code samples for the Dataform v1beta1 API enum ComputeRepositoryAccessTokenStatusResponse.Types.TokenStatus.

Indicates the status of a Git authentication token.

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Fields

NameDescription
Invalid

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

NotFound

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

Unspecified

Default value. This value is unused.

Valid

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