ServiceConnectionToken(mapping=None, *, ignore_unknown_fields=False, **kwargs)The ServiceConnectionToken resource.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
name |
str
Immutable. The name of a ServiceConnectionToken. Format: projects/{project}/locations/{location}/ServiceConnectionTokens/{service_connection_token} See: https://google.aip.dev/122#fields-representing-resource-names |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time when the ServiceConnectionToken was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time when the ServiceConnectionToken was updated. |
labels |
MutableMapping[str, str]
User-defined labels. |
description |
str
A description of this resource. |
network |
str
The resource path of the network associated with this token. Example: projects/{projectNumOrId}/global/networks/{resourceId}. |
token |
str
Output only. The token generated by Automation. |
expire_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time to which this token is valid. |
etag |
str
Optional. The etag is computed by the server, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. This field is a member of oneof_ _etag.
|
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |