REST Resource: projects.locations.instances.ingestionLogLabels

Resource: IngestionLogLabel

A IngestionLogLabel is a label on raw log to define user access to data.

JSON representation
{
  "name": string,
  "banned": boolean,
  "key": string,
  "value": string
}
Fields
name

string

Identifier. The unique name of the Ingestion Label.

banned

boolean

Output only. Represents whether the label is banned.

key

string

Output only. Represents the per customer ingestion label key.

value

string

Output only. Ingestion label value.

Methods

get

Gets an ingestion log label.

list

Returns the ingestion log labels for the customer.