Reference documentation and code samples for the Google Cloud Chronicle V1 Client class InputsUsed.
InputsUsed is a convenience field that tells us which sources of events (if any) were used in the rule.
NEXT TAG: 4
Generated from protobuf message google.cloud.chronicle.v1.InputsUsed
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ uses_udm
bool
Optional. Whether the rule queries UDM events.
↳ uses_entity
bool
Optional. Whether the rule queries entity events.
↳ uses_detection
bool
Optional. Whether the rule queries detections.
getUsesUdm
Optional. Whether the rule queries UDM events.
bool
setUsesUdm
Optional. Whether the rule queries UDM events.
var
bool
$this
getUsesEntity
Optional. Whether the rule queries entity events.
bool
setUsesEntity
Optional. Whether the rule queries entity events.
var
bool
$this
getUsesDetection
Optional. Whether the rule queries detections.
bool
setUsesDetection
Optional. Whether the rule queries detections.
var
bool
$this