Skip to content

Commit d093e3d

Browse files
authored
Update security-incident-update.md
1 parent 04a22ca commit d093e3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

api-reference/v1.0/api/security-incident-update.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@ PATCH /security/incidents/{incidentId}
4444

4545
|Property|Type|Description|
4646
|:---|:---|:---|
47-
|assignedTo|String|Owner of the incident, or null if no owner is assigned. Free editable text.|
47+
|assignedTo|String|Owner of the incident, or `null` if no owner is assigned. Free editable text.|
4848
|classification|microsoft.graph.security.alertClassification|The specification for the incident. Possible values are: `unknown`, `falsePositive`, `truePositive`, `informationalExpectedActivity`, `unknownFutureValue`.|
4949
|customTags|String collection|Array of custom tags associated with an incident.|
50+
|description|String|Description of the incident.|
5051
|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`.|
52+
|displayName|String|The incident name.|
53+
|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`.|
5154
|status|microsoft.graph.security.incidentStatus|The status of the incident. Possible values are: `active`, `resolved`, `redirected`, `unknownFutureValue`.|
5255
|summary|String|The overview of an attack. When applicable, the summary contains details of what occurred, impacted assets, and the type of attack.|
53-
|displayName|String|The incident name.|
54-
|description|String|Description of the incident.|
55-
|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`.|
5656

5757
## Response
5858

59-
If successful, this method returns a `200 OK` response code and an updated [incident](../resources/security-incident.md) object in the response body.
59+
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.
6060

6161
## Examples
6262

0 commit comments

Comments
 (0)