EventParameter

This message is used for processing and persisting (when applicable) key value pair parameters for each event in the event bus. Next available id: 4

JSON representation
{
  "key": string,
  "value": {
    object (ValueType)
  },
  "masked": boolean
}
Fields
key

string

Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the integration definition.

value

object (ValueType)

Values for the defined keys. Each value can either be string, int, double or any proto message.

masked

boolean

True if this parameter should be masked in the logs