You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the request body, supply a JSON object with the following parameters:
73
69
74
-
Parameter|Type|Description
75
-
:---|:---|:---
76
-
indicatorValue|String|Identity of the [Indicator](ti-indicator.md) entity. **Required**
77
-
indicatorType|Enum|Type of the indicator. Possible values are: `FileSha1`, `FileMd5`, `CertificateThumbprint`, `FileSha256`, `IpAddress`, `DomainName`, and `Url`. **Required**
78
-
action|Enum|The action that is taken if the indicator is discovered in the organization. Possible values are: `Alert`, `Warn`, `Block`, `Audit`, `BlockAndRemediate`, `AlertAndBlock`, and `Allowed`. **Required**. The `GenerateAlert` parameter must be set to `TRUE` when creating an action with `Audit`.
79
-
application|String|The application associated with the indicator. This field only works for new indicators. It doesn't update the value on an existing indicator. **Optional**
80
-
title|String|Indicator alert title. **Required**
81
-
description|String|Description of the indicator. **Required**
82
-
expirationTime|DateTimeOffset|The expiration time of the indicator. **Optional**
83
-
severity|Enum|The severity of the indicator. Possible values are: `Informational`, `Low`, `Medium`, and `High`. **Optional**
rbacGroupNames|String|Comma-separated list of RBAC group names the indicator would be applied to. **Optional**
86
-
educateUrl|String|Custom notification/support URL. Supported for Block and Warn action types for URL indicators. **Optional**
87
-
generateAlert|Enum|**True** if alert generation is required, **False** if this indicator shouldn't generate an alert.
70
+
|Parameter|Type|Description|
71
+
|:---|:---|:---|
72
+
|indicatorValue|String|Identity of the [Indicator](ti-indicator.md) entity. **Required**|
73
+
|indicatorType|Enum|Type of the indicator. Possible values are: `FileSha1`, `FileMd5`, `CertificateThumbprint`, `FileSha256`, `IpAddress`, `DomainName`, and `Url`. **Required**|
74
+
|action|Enum|The action that is taken if the indicator is discovered in the organization. Possible values are: `Alert`, `Warn`, `Block`, `Audit`, `BlockAndRemediate`, `AlertAndBlock`, and `Allowed`. **Required**. The `GenerateAlert` parameter must be set to `TRUE` when creating an action with `Audit`.|
75
+
|application|String|A user-friendly name for the content blocked by the indicator. If specified, this text will be shown in the blocking notification in place of the blocked filename or domain. This field only works for new indicators; it doesn't update the value on an existing indicator. **Optional**|
0 commit comments