mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 14:27:22 +00:00
s
This commit is contained in:
parent
20d62cdc00
commit
2cb8a34f95
@ -59,11 +59,11 @@ Parameter | Type | Description
|
|||||||
indicator | String | Identity of the [TI Indicator](ti-indicator-windows-defender-advanced-threat-protection-new.md) entity. **Required**
|
indicator | String | Identity of the [TI Indicator](ti-indicator-windows-defender-advanced-threat-protection-new.md) entity. **Required**
|
||||||
indicatorType | Enum | Type of the indicator. Possible values are: "FileSha1", "FileSha256", "IpAddress", "DomainName" and "Url". **Required**
|
indicatorType | Enum | Type of the indicator. Possible values are: "FileSha1", "FileSha256", "IpAddress", "DomainName" and "Url". **Required**
|
||||||
action | Enum | The action that will be taken if the indicator will be discovered in the organization. Possible values are: "Alert", "AlertAndBlock", and "Allowed". **Required**
|
action | Enum | The action that will be taken if the indicator will be discovered in the organization. Possible values are: "Alert", "AlertAndBlock", and "Allowed". **Required**
|
||||||
title | String | TI indicator title.
|
title | String | TI indicator alert title. **Optional**
|
||||||
expirationTime | DateTimeOffset | The expiration time of the indicator.
|
expirationTime | DateTimeOffset | The expiration time of the indicator. **Optional**
|
||||||
severity | Enum | The severity of the indicator. possible values are: "Informational", "Low", "Medium" and "High".
|
severity | Enum | The severity of the indicator. possible values are: "Informational", "Low", "Medium" and "High". **Optional**
|
||||||
description | String | Description of the indicator.
|
description | String | Description of the indicator. **Optional**
|
||||||
recommendedActions | String | Recommended actions for the indicator.
|
recommendedActions | String | TI indicator alert recommended actions. **Optional**
|
||||||
|
|
||||||
|
|
||||||
## Response
|
## Response
|
||||||
|
@ -33,13 +33,13 @@ Property | Type | Description
|
|||||||
:---|:---|:---
|
:---|:---|:---
|
||||||
indicator | String | Identity of the [TI Indicator](ti-indicator-windows-defender-advanced-threat-protection-new.md) entity.
|
indicator | String | Identity of the [TI Indicator](ti-indicator-windows-defender-advanced-threat-protection-new.md) entity.
|
||||||
indicatorType | Enum | Type of the indicator. Possible values are: "FileSha1", "FileSha256", "IpAddress", "DomainName" and "Url"
|
indicatorType | Enum | Type of the indicator. Possible values are: "FileSha1", "FileSha256", "IpAddress", "DomainName" and "Url"
|
||||||
title | String | Ti indicator title.
|
title | String | Ti indicator alert title.
|
||||||
creationTimeDateTimeUtc | DateTimeOffset | The date and time when the indicator was created.
|
creationTimeDateTimeUtc | DateTimeOffset | The date and time when the indicator was created.
|
||||||
createdBy | String | Identity of the user/application that submitted the indicator.
|
createdBy | String | Identity of the user/application that submitted the indicator.
|
||||||
expirationTime | DateTimeOffset | The expiration time of the indicator
|
expirationTime | DateTimeOffset | The expiration time of the indicator
|
||||||
action | Enum | The action that will be taken if the indicator will be discovered in the organization. Possible values are: "Alert", "AlertAndBlock", and "Allowed"
|
action | Enum | The action that will be taken if the indicator will be discovered in the organization. Possible values are: "Alert", "AlertAndBlock", and "Allowed"
|
||||||
severity | Enum | The severity of the indicator. possible values are: "Informational", "Low", "Medium" and "High"
|
severity | Enum | The severity of the indicator. possible values are: "Informational", "Low", "Medium" and "High"
|
||||||
description | String | Description of the indicator.
|
description | String | Description of the indicator.
|
||||||
recommendedActions | String | Recommended actions for the indicator.
|
recommendedActions | String | TI indicator alert recommended actions.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user