Share via


IAutomationRuleProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AutomationRulePropertiesTypeConverter))]
public interface IAutomationRuleProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AutomationRulePropertiesTypeConverter))>]
type IAutomationRuleProperties = interface
    interface IJsonSerializable
Public Interface IAutomationRuleProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Action

The actions to execute when the automation rule is triggered

CreatedByEmail

The email of the client.

CreatedByName

The name of the client.

CreatedByObjectId

The object id of the client.

CreatedByUserPrincipalName

The user principal name of the client.

CreatedTimeUtc

The time the automation rule was created

DisplayName

The display name of the automation rule

LastModifiedByEmail

The email of the client.

LastModifiedByName

The name of the client.

LastModifiedByObjectId

The object id of the client.

LastModifiedByUserPrincipalName

The user principal name of the client.

LastModifiedTimeUtc

The last time the automation rule was updated

Order

The order of execution of the automation rule

TriggeringLogicCondition

The conditions to evaluate to determine if the automation rule should be triggered on a given object

TriggeringLogicExpirationTimeUtc

Determines when the automation rule should automatically expire and be disabled.

TriggeringLogicIsEnabled

Determines whether the automation rule is enabled or disabled.

TriggeringLogicTriggersOn

The type of object the automation rule triggers on

TriggeringLogicTriggersWhen

The type of event the automation rule triggers on

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to