Class AuthorizeEnvironmentRequest (1.3.2)

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

Request message for AuthorizeEnvironment.

Attributes

NameDescription
name str
Name of the resource that should receive the credentials, for example ``users/me/environments/default`` or ``users/someone@example.com/environments/default``.
access_token str
The OAuth access token that should be sent to the environment.
id_token str
The OAuth ID token that should be sent to the environment.
expire_time google.protobuf.timestamp_pb2.Timestamp
The time when the credentials expire. If not set, defaults to one hour from when the server received the request.

Inheritance

builtins.object > proto.message.Message > AuthorizeEnvironmentRequest