Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.IncidentInner
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of IncidentInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionIncidentsClient.createOrUpdate
(String resourceGroupName, String workspaceName, String incidentId, IncidentInner incident) Creates or updates the incident.Gets an incident.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<IncidentInner>
IncidentsClient.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String incidentId, IncidentInner incident, com.azure.core.util.Context context) Creates or updates the incident.com.azure.core.http.rest.Response<IncidentInner>
IncidentsClient.getWithResponse
(String resourceGroupName, String workspaceName, String incidentId, com.azure.core.util.Context context) Gets an incident.com.azure.core.http.rest.PagedIterable<IncidentInner>
Gets all incidents.com.azure.core.http.rest.PagedIterable<IncidentInner>
IncidentsClient.list
(String resourceGroupName, String workspaceName, String filter, String orderby, Integer top, String skipToken, com.azure.core.util.Context context) Gets all incidents.Modifier and TypeMethodDescriptionIncidentsClient.createOrUpdate
(String resourceGroupName, String workspaceName, String incidentId, IncidentInner incident) Creates or updates the incident.com.azure.core.http.rest.Response<IncidentInner>
IncidentsClient.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String incidentId, IncidentInner incident, com.azure.core.util.Context context) Creates or updates the incident. -
Uses of IncidentInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionIncidentInner.withClassification
(IncidentClassification classification) Set the classification property: The reason the incident was closed.IncidentInner.withClassificationComment
(String classificationComment) Set the classificationComment property: Describes the reason the incident was closed.IncidentInner.withClassificationReason
(IncidentClassificationReason classificationReason) Set the classificationReason property: The classification reason the incident was closed with.IncidentInner.withDescription
(String description) Set the description property: The description of the incident.Set the etag property: Etag of the azure resource.IncidentInner.withFirstActivityTimeUtc
(OffsetDateTime firstActivityTimeUtc) Set the firstActivityTimeUtc property: The time of the first activity in the incident.IncidentInner.withLabels
(List<IncidentLabel> labels) Set the labels property: List of labels relevant to this incident.IncidentInner.withLastActivityTimeUtc
(OffsetDateTime lastActivityTimeUtc) Set the lastActivityTimeUtc property: The time of the last activity in the incident.IncidentInner.withOwner
(IncidentOwnerInfo owner) Set the owner property: Describes a user that the incident is assigned to.IncidentInner.withProviderIncidentId
(String providerIncidentId) Set the providerIncidentId property: The incident ID assigned by the incident provider.IncidentInner.withProviderName
(String providerName) Set the providerName property: The name of the source provider that generated the incident.IncidentInner.withSeverity
(IncidentSeverity severity) Set the severity property: The severity of the incident.IncidentInner.withStatus
(IncidentStatus status) Set the status property: The status of the incident.IncidentInner.withTeamInformation
(TeamInformationInner teamInformation) Set the teamInformation property: Describes a team for the incident.Set the title property: The title of the incident. -
Uses of IncidentInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionIncident.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.IncidentInner object.Modifier and TypeMethodDescriptionIncidentList.value()
Get the value property: Array of incidents.Modifier and TypeMethodDescriptionIncidentList.withValue
(List<IncidentInner> value) Set the value property: Array of incidents.