FieldAndValue

Indicator value with field path to identity an entity.

JSON representation
{
  "value": string,
  "entityNamespace": string,

  // Union field type can be only one of the following:
  "fieldPath": string,
  "valueType": enum (ValueType)
  // End of list of possible types for union field type.
}
Fields
value

string

Required. Indicator value that is used to identify or find the entity.

entityNamespace

string

Optional. Entity namespace. Namespace is only applicable to asset entities.

Union field type.

type can be only one of the following:

fieldPath

string

A UDM field path which identifies the type of the indicator to be used to find the entity. This path is not used exclusively to "search" for the entity, but rather to identify the type of indicator, which can be inferred from the path.

valueType

enum (ValueType)

An explicit type of the indicator to be used to find the entity.