REST Resource: projects.locations.instances.dataAccessLabels

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 definition can be only one of the following:
  "udm_query": string
  // End of list of possible types for union field definition.
}
Fields
name

string

Required. The unique resource name of the data access label.

display_name

string

Output only. The short name displayed for the label as it appears on event data.

create_time

string (Timestamp format)

Output only. The time at which the data access label was created.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

update_time

string (Timestamp format)

Output only. The time at which the data access label was last updated.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

author

string

Output only. The user who created the data access label.

last_editor

string

Output only. The user who last updated the data access label.

description

string

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_query

string

A UDM query over event data.

Methods

create

Creates a data access label.

delete

Deletes a data access label.

get

Gets a data access label.

list

Lists all data access labels for the customer.

patch

Updates a data access label.