Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.IncidentPropertiesInner
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of IncidentPropertiesInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionIncidentPropertiesInner.withClassification
(IncidentClassification classification) Set the classification property: The reason the incident was closed.IncidentPropertiesInner.withClassificationComment
(String classificationComment) Set the classificationComment property: Describes the reason the incident was closed.IncidentPropertiesInner.withClassificationReason
(IncidentClassificationReason classificationReason) Set the classificationReason property: The classification reason the incident was closed with.IncidentPropertiesInner.withDescription
(String description) Set the description property: The description of the incident.IncidentPropertiesInner.withFirstActivityTimeUtc
(OffsetDateTime firstActivityTimeUtc) Set the firstActivityTimeUtc property: The time of the first activity in the incident.IncidentPropertiesInner.withLabels
(List<IncidentLabel> labels) Set the labels property: List of labels relevant to this incident.IncidentPropertiesInner.withLastActivityTimeUtc
(OffsetDateTime lastActivityTimeUtc) Set the lastActivityTimeUtc property: The time of the last activity in the incident.IncidentPropertiesInner.withOwner
(IncidentOwnerInfo owner) Set the owner property: Describes a user that the incident is assigned to.IncidentPropertiesInner.withProviderIncidentId
(String providerIncidentId) Set the providerIncidentId property: The incident ID assigned by the incident provider.IncidentPropertiesInner.withProviderName
(String providerName) Set the providerName property: The name of the source provider that generated the incident.IncidentPropertiesInner.withSeverity
(IncidentSeverity severity) Set the severity property: The severity of the incident.IncidentPropertiesInner.withStatus
(IncidentStatus status) Set the status property: The status of the incident.IncidentPropertiesInner.withTeamInformation
(TeamInformationInner teamInformation) Set the teamInformation property: Describes a team for the incident.Set the title property: The title of the incident. -
Uses of IncidentPropertiesInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionIncidentProperties.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.IncidentPropertiesInner object.