Resource: DataAccessLabel
A DataAccessLabel is a label on events to define user access to data.
JSON representation |
---|
{ "name": string, "display_name": string, "create_time": string, "update_time": string, "author": string, "last_editor": string, "description": string, // Union field |
Fields | |
---|---|
name |
Required. The unique resource name of the data access label. |
display_ |
Output only. The short name displayed for the label as it appears on event data. |
create_ |
Output only. The time at which the data access label was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
update_ |
Output only. The time at which the data access label was last updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
author |
Output only. The user who created the data access label. |
last_ |
Output only. The user who last updated the data access label. |
description |
Optional. A description of the data access label for a human reader. |
Union field definition . Required. The definition of the data access label that determines which data gets tagged with this label. definition can be only one of the following: |
|
udm_ |
A UDM query over event data. |
Methods |
|
---|---|
|
Creates a data access label. |
|
Deletes a data access label. |
|
Gets a data access label. |
|
Lists all data access labels for the customer. |
|
Updates a data access label. |