Chronicle v1 API - Class InputsUsed (1.0.0-beta03)

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

Inheritance

object > InputsUsed

Namespace

Google.Cloud.Chronicle.V1

Assembly

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.