SecurityInsightsIncidentActionConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SecurityInsightsIncidentActionConfiguration.
public class SecurityInsightsIncidentActionConfiguration
public class SecurityInsightsIncidentActionConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentActionConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentActionConfiguration>
type SecurityInsightsIncidentActionConfiguration = class
type SecurityInsightsIncidentActionConfiguration = class
interface IJsonModel<SecurityInsightsIncidentActionConfiguration>
interface IPersistableModel<SecurityInsightsIncidentActionConfiguration>
Public Class SecurityInsightsIncidentActionConfiguration
Public Class SecurityInsightsIncidentActionConfiguration
Implements IJsonModel(Of SecurityInsightsIncidentActionConfiguration), IPersistableModel(Of SecurityInsightsIncidentActionConfiguration)
- Inheritance
-
SecurityInsightsIncidentActionConfiguration
- Implements
Constructors
SecurityInsightsIncidentActionConfiguration() |
Initializes a new instance of SecurityInsightsIncidentActionConfiguration. |
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. |
Labels |
List of labels to add to the incident. |
Owner |
Information on the user an incident is assigned to. |
Severity |
The severity of the incident. |
Status |
The status of the incident. |
Explicit Interface Implementations
IJsonModel<SecurityInsightsIncidentActionConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SecurityInsightsIncidentActionConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SecurityInsightsIncidentActionConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SecurityInsightsIncidentActionConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SecurityInsightsIncidentActionConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET