Class ComputeRepositoryAccessTokenStatusResponse (0.5.9)

ComputeRepositoryAccessTokenStatusResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

ComputeRepositoryAccessTokenStatus response message.

Attribute

NameDescription
token_status google.cloud.dataform_v1beta1.types.ComputeRepositoryAccessTokenStatusResponse.TokenStatus
Indicates the status of the Git access token.

Classes

TokenStatus

TokenStatus(value)

Indicates the status of a Git authentication token.

Values: TOKEN_STATUS_UNSPECIFIED (0): Default value. This value is unused. NOT_FOUND (1): The token could not be found in Secret Manager (or the Dataform Service Account did not have permission to access it). INVALID (2): The token could not be used to authenticate against the Git remote. VALID (3): The token was used successfully to authenticate against the Git remote.