Indicator value with field path to identity an entity.
| JSON representation |
|---|
{ "value" : string , "entityNamespace" : string , // Union field |
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.

