Skip to content

Commit 2245028

Browse files
authored
Update security-incident-update.md
1 parent 579f372 commit 2245028

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api-reference/beta/api/security-incident-update.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ PATCH /security/incidents/{incidentId}
4949
|assignedTo|String|Owner of the incident, or null if no owner is assigned. Free editable text.|
5050
|classification|microsoft.graph.security.alertClassification|The specification for the incident. Possible values are: `unknown`, `falsePositive`, `truePositive`, `informationalExpectedActivity`, `unknownFutureValue`.|
5151
|customTags|String collection|Array of custom tags associated with an incident.|
52+
|description|String|Description of the incident.|
5253
|determination|microsoft.graph.security.alertDetermination|Specifies the determination of the incident. Possible values are: `unknown`, `apt`, `malware`, `securityPersonnel`, `securityTesting`, `unwantedSoftware`, `other`, `multiStagedAttack`, `compromisedAccount`, `phishing`, `maliciousUserActivity`, `notMalicious`, `notEnoughDataToValidate`, `confirmedUserActivity`, `lineOfBusinessApplication`, `unknownFutureValue`.|
53-
|status|microsoft.graph.security.incidentStatus|The status of the incident. Possible values are: `active`, `resolved`, `redirected`, `unknownFutureValue`.|
54-
|summary|String|The overview of an attack. When applicable, the summary contains details of what occurred, impacted assets, and the type of attack.|
5554
|displayName|String|The incident name.|
56-
|description|String|Description of the incident.|
5755
|severity|microsoft.graph.security.alertSeverity| Indicates the possible impact on assets. The higher the severity, the bigger the impact. Typically higher severity items require the most immediate attention. Possible values are: `unknown`, `informational`, `low`, `medium`, `high`, `unknownFutureValue`.|
56+
|status|microsoft.graph.security.incidentStatus|The status of the incident. Possible values are: `active`, `resolved`, `redirected`, `unknownFutureValue`.|
57+
|summary|String|The overview of an attack. When applicable, the summary contains details of what occurred, impacted assets, and the type of attack.|
5858

5959
## Response
6060

61-
If successful, this method returns a `200 OK` response code and an updated [incident](../resources/security-incident.md) object in the response body.
61+
If successful, this method returns a `200 OK` response code and an updated [microsoft.graph.security.incident](../resources/security-incident.md) object in the response body.
6262

6363
## Examples
6464

0 commit comments

Comments
 (0)