Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class TokenStatus.
Indicates the status of a Git authentication token.
Protobuf type google.cloud.dataform.v1beta1.ComputeRepositoryAccessTokenStatusResponse.TokenStatus
Namespace
Google \ Cloud \ Dataform \ V1beta1 \ ComputeRepositoryAccessTokenStatusResponseMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TOKEN_STATUS_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum TOKEN_STATUS_UNSPECIFIED = 0;
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).
Generated from protobuf enum NOT_FOUND = 1;
INVALID
Value: 2
The token could not be used to authenticate against the Git remote.
Generated from protobuf enum INVALID = 2;
VALID
Value: 3
The token was used successfully to authenticate against the Git remote.
Generated from protobuf enum VALID = 3;