public sealed class InputsUsed : IMessage<InputsUsed>, IEquatable<InputsUsed>, IDeepCloneable<InputsUsed>, IBufferMessage, IMessage
Reference documentation and code samples for the Chronicle v1 API class InputsUsed.
InputsUsed is a convenience field that tells us which sources of events (if any) were used in the rule. NEXT TAG: 4
Implements
IMessageInputsUsed, IEquatableInputsUsed, IDeepCloneableInputsUsed, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
InputsUsed()
public InputsUsed()
InputsUsed(InputsUsed)
public InputsUsed(InputsUsed other)
Parameter | |
---|---|
Name | Description |
other |
InputsUsed |
Properties
UsesDetection
public bool UsesDetection { get; set; }
Optional. Whether the rule queries detections.
Property Value | |
---|---|
Type | Description |
bool |
UsesEntity
public bool UsesEntity { get; set; }
Optional. Whether the rule queries entity events.
Property Value | |
---|---|
Type | Description |
bool |
UsesUdm
public bool UsesUdm { get; set; }
Optional. Whether the rule queries UDM events.
Property Value | |
---|---|
Type | Description |
bool |