Class Authorization (0.1.0)

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

Message describing Authorization object

Attributes

Name Description
name str
Identifier. name of resource
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Create time stamp
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Update time stamp
client_user_id str
Output only. The client_user_id provided by the client application for their end user. Not verified by Google.
scopes MutableSequence[str]
Output only. The scopes actually granted by the end user during the consent flow.
state google.cloud.agentidentity_v1.types.Authorization.State
Output only. The state of the authorization.

Classes

State

State(value)

Represents the state of the authorization.