ArmSecurityInsightsModelFactory.SecurityInsightsIncidentActionConfiguration Method
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.
public static Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentActionConfiguration SecurityInsightsIncidentActionConfiguration(Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentSeverity? severity = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentStatus? status = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentClassification? classification = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentClassificationReason? classificationReason = default, string classificationComment = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentOwnerInfo owner = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentLabel> labels = default);
static member SecurityInsightsIncidentActionConfiguration : Nullable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentSeverity> * Nullable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentStatus> * Nullable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentClassification> * Nullable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentClassificationReason> * string * Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentOwnerInfo * seq<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentLabel> -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentActionConfiguration
Public Shared Function SecurityInsightsIncidentActionConfiguration (Optional severity As Nullable(Of SecurityInsightsIncidentSeverity) = Nothing, Optional status As Nullable(Of SecurityInsightsIncidentStatus) = Nothing, Optional classification As Nullable(Of SecurityInsightsIncidentClassification) = Nothing, Optional classificationReason As Nullable(Of SecurityInsightsIncidentClassificationReason) = Nothing, Optional classificationComment As String = Nothing, Optional owner As SecurityInsightsIncidentOwnerInfo = Nothing, Optional labels As IEnumerable(Of SecurityInsightsIncidentLabel) = Nothing) As SecurityInsightsIncidentActionConfiguration
Parameters
- severity
- Nullable<SecurityInsightsIncidentSeverity>
The severity of the incident.
The status of the incident.
- classification
- Nullable<SecurityInsightsIncidentClassification>
The reason the incident was closed.
- classificationReason
- Nullable<SecurityInsightsIncidentClassificationReason>
The classification reason the incident was closed with.
- classificationComment
- String
Describes the reason the incident was closed.
Information on the user an incident is assigned to.
List of labels to add to the incident.
Returns
A new SecurityInsightsIncidentActionConfiguration instance for mocking.