Skip to content

Commit 192761c

Browse files
committed
Linguistic fixes for acrolinx
1 parent 4970e0c commit 192761c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

includes/security-center-alerts-schema-workflowautomation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ ms.custom: include file
6363
|**TimeGenerated**|DateTime|The time the alert was generated by the alert provider. If not reported by internal alert providers, a product can choose to assign the time it was received for processing by the product. The field should be a string that conforms to the ISO8601 format, including UTC timezone information.|
6464
|**IsIncident**|Bool|This field determines whether the alert is an incident (a compound grouping of several alerts) or a single alert. Default value for the field is 'false' (meaning it's a single alert).|
6565
|**Severity**|Enum|The severity of the alert as reported by the provider. Possible Values: Informational, Low, Medium, and High.|
66-
|**Status**|Enum|The life cycle status of the alert.<br/>Supported statuses are: New, Resolved, Dismissed, Unknown.<br/>An alert which specifies a value other than the supported options is assigned the status 'Unknown'.<br/>An alert which doesn't specify a value is assigned the status 'New'.|
67-
|**ProductName**|String|The name of the product which published this alert (Azure Security Center, Azure ATP, Microsoft Defender ATP, O365 ATP, MCAS, and so on).|
66+
|**Status**|Enum|The life-cycle status of the alert.<br/>Supported statuses are: New, Resolved, Dismissed, Unknown.<br/>An alert that specifies a value other than the supported options is assigned the status 'Unknown'.<br/>An alert that doesn't specify a value is assigned the status 'New'.|
67+
|**ProductName**|String|The name of the product that published this alert (Azure Security Center, Azure ATP, Microsoft Defender ATP, O365 ATP, MCAS, and so on).|
6868
|**SystemAlertId**|String|The alert identifier.|
6969
|**CompromisedEntity**|String|The display name of the resource most related to this alert.|
7070
|**Intent**|Enum|The kill chain related intent behind the alert. For list of supported values, and explanations of Azure Security Center's supported kill chain intents, see [Intentions](/articles/security-center/alerts-reference.md#intentions).<br/>This field might have multiple values (separated by comma).|
7171
|**AlertDisplayName**|String|The display name of the alert.|
7272
|**Description**|String|Description of the alert.|
7373
|**RemediationSteps**|List<String>|Manual action items to take to remediate the alert.|
7474
|**ExtendedProperties**|Dictionary (String,String)|Providers might (optionally) include custom fields here.|
75-
|**Entities**|IEnumerable (IEntity)|A list of entities related to the alert. This list can hold a mixture of entities of diverse types. The entities type can be any of the types defined in the Entities section. Entities which are not in the list below can also be sent, however it is not guaranteed that they will be processed (the alert will not fail validation with new types of entities).|
76-
|**ResourceIdentifiers**|List (Resource Identifiers)|The resource identifiers for this alert which can be used to direct the alert to the right product exposure group (tenant, workspace, subscription etc.). There can be multiple identifiers of different type per alert.|
75+
|**Entities**|IEnumerable (IEntity)|A list of entities related to the alert. This list can hold a mixture of entities of diverse types. The entities type can be any of the types defined in the Entities section. Entities that are not in the list below can also be sent, however it is not guaranteed that they will be processed (the alert will not fail validation with new types of entities).|
76+
|**ResourceIdentifiers**|List (Resource Identifiers)|The resource identifiers for this alert that can be used to direct the alert to the right product exposure group (tenant, workspace, subscription etc.). There can be multiple identifiers of different type per alert.|
7777
|||

0 commit comments

Comments
 (0)