CustomSimulatedCaseKeyValue

CustomSimulatedCaseKeyValue represents a key-value pair for additional fields in events/alerts.

JSON representation
{
  "key": string,
  "value": string
}
Fields
key

string

Required. Key is the field key.

value

string

Required. Value is the field value.