SecurityAutomationTriggeringRule Class

Definition

A rule which is evaluated upon event interception. The rule is configured by comparing a specific value from the event model to an expected value. This comparison is done by using one of the supported operators set.

public class SecurityAutomationTriggeringRule
public class SecurityAutomationTriggeringRule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationTriggeringRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationTriggeringRule>
type SecurityAutomationTriggeringRule = class
type SecurityAutomationTriggeringRule = class
    interface IJsonModel<SecurityAutomationTriggeringRule>
    interface IPersistableModel<SecurityAutomationTriggeringRule>
Public Class SecurityAutomationTriggeringRule
Public Class SecurityAutomationTriggeringRule
Implements IJsonModel(Of SecurityAutomationTriggeringRule), IPersistableModel(Of SecurityAutomationTriggeringRule)
Inheritance
SecurityAutomationTriggeringRule
Implements

Constructors

SecurityAutomationTriggeringRule()

Initializes a new instance of SecurityAutomationTriggeringRule.

Properties

ExpectedValue

The expected value.

Operator

A valid comparer operator to use. A case-insensitive comparison will be applied for String PropertyType.

PropertyJPath

The JPath of the entity model property that should be checked.

PropertyType

The data type of the compared operands (string, integer, floating point number or a boolean [true/false]].

Explicit Interface Implementations

IJsonModel<SecurityAutomationTriggeringRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecurityAutomationTriggeringRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityAutomationTriggeringRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityAutomationTriggeringRule>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecurityAutomationTriggeringRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to