Class DataAccessLabel (0.1.0)

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

A DataAccessLabel is a label on events to define user access to data.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
udm_query str
A UDM query over event data. This field is a member of oneof_ definition.
name str
The unique resource name of the data access label.
display_name str
Output only. The short name displayed for the label as it appears on event data.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which the data access label was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which the data access label was last updated.
author str
Output only. The user who created the data access label.
last_editor str
Output only. The user who last updated the data access label.
description str
Optional. A description of the data access label for a human reader.