Share via


AutomationRuleModifyPropertiesActionConfiguration Class

Definition

The configuration of the modify properties automation rule action

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AutomationRuleModifyPropertiesActionConfigurationTypeConverter))]
public class AutomationRuleModifyPropertiesActionConfiguration : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleModifyPropertiesActionConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AutomationRuleModifyPropertiesActionConfigurationTypeConverter))>]
type AutomationRuleModifyPropertiesActionConfiguration = class
    interface IAutomationRuleModifyPropertiesActionConfiguration
    interface IJsonSerializable
Public Class AutomationRuleModifyPropertiesActionConfiguration
Implements IAutomationRuleModifyPropertiesActionConfiguration
Inheritance
AutomationRuleModifyPropertiesActionConfiguration
Attributes
Implements

Constructors

AutomationRuleModifyPropertiesActionConfiguration()

Creates an new AutomationRuleModifyPropertiesActionConfiguration instance.

Properties

Classification

The reason the incident was closed

ClassificationComment

Describes the reason the incident was closed

ClassificationReason

The classification reason the incident was closed with

Label

List of labels to add to the incident

OwnerAssignedTo

The name of the user the incident is assigned to.

OwnerEmail

The email of the user the incident is assigned to.

OwnerObjectId

The object id of the user the incident is assigned to.

OwnerType

The type of the owner the incident is assigned to.

OwnerUserPrincipalName

The user principal name of the user the incident is assigned to.

Severity

The severity of the incident

Status

The status of the incident

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AutomationRuleModifyPropertiesActionConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AutomationRuleModifyPropertiesActionConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleModifyPropertiesActionConfiguration.

FromJsonString(String)

Creates a new instance of AutomationRuleModifyPropertiesActionConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AutomationRuleModifyPropertiesActionConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to