Class FetchReadTokenResponse (0.1.0)

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

Message for responding to get read token.

Attributes

Name Description
token str
The token content.
expiration_time google.protobuf.timestamp_pb2.Timestamp
Expiration timestamp. Can be empty if unknown or non-expiring.
git_username str
The git_username to specify when making a git clone with the token. For example, for GitHub GitRepositoryLinks, this would be "x-access-token".