Uses of Interface
com.azure.resourcemanager.securityinsights.models.Incident.Update
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of Incident.Update in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionIncident.update()
Begins update for the Incident resource.Incident.UpdateStages.WithClassification.withClassification
(IncidentClassification classification) Specifies the classification property: The reason the incident was closed.Incident.UpdateStages.WithClassificationComment.withClassificationComment
(String classificationComment) Specifies the classificationComment property: Describes the reason the incident was closed.Incident.UpdateStages.WithClassificationReason.withClassificationReason
(IncidentClassificationReason classificationReason) Specifies the classificationReason property: The classification reason the incident was closed with.Incident.UpdateStages.WithDescription.withDescription
(String description) Specifies the description property: The description of the incident.Specifies the etag property: Etag of the azure resource.Incident.UpdateStages.WithFirstActivityTimeUtc.withFirstActivityTimeUtc
(OffsetDateTime firstActivityTimeUtc) Specifies the firstActivityTimeUtc property: The time of the first activity in the incident.Incident.UpdateStages.WithLabels.withLabels
(List<IncidentLabel> labels) Specifies the labels property: List of labels relevant to this incident.Incident.UpdateStages.WithLastActivityTimeUtc.withLastActivityTimeUtc
(OffsetDateTime lastActivityTimeUtc) Specifies the lastActivityTimeUtc property: The time of the last activity in the incident.Incident.UpdateStages.WithOwner.withOwner
(IncidentOwnerInfo owner) Specifies the owner property: Describes a user that the incident is assigned to.Incident.UpdateStages.WithProviderIncidentId.withProviderIncidentId
(String providerIncidentId) Specifies the providerIncidentId property: The incident ID assigned by the incident provider.Incident.UpdateStages.WithProviderName.withProviderName
(String providerName) Specifies the providerName property: The name of the source provider that generated the incident.Incident.UpdateStages.WithSeverity.withSeverity
(IncidentSeverity severity) Specifies the severity property: The severity of the incident.Incident.UpdateStages.WithStatus.withStatus
(IncidentStatus status) Specifies the status property: The status of the incident.Incident.UpdateStages.WithTeamInformation.withTeamInformation
(TeamInformationInner teamInformation) Specifies the teamInformation property: Describes a team for the incident.Specifies the title property: The title of the incident.