> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Set Threat Protection

Edit an existing threat protection object using its name or UID.

**The changes are automatically published after the command is executed.**

<Note>
  External Documentation

  To learn more, visit the [Check Point Management documentation](https://sc1.checkpoint.com/documents/latest/APIs/#web/set-threat-protection~v2.0.1%20).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                                                                                                                                                                                          |
  | ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Comments         | Comments to add to the threat protection object.                                                                                                                                                                                                                     |
  | Details Level    | The level of details to include in the response.                                                                                                                                                                                                                     |
  | Follow Up        | Select to tag the threat protection object with a follow-up flag.                                                                                                                                                                                                    |
  | Name             | The name of the threat protection object to edit.                                                                                                                                                                                                                    |
  | Object Selector  | Choose which attribute (Name or UID) will be used to identify the threat protection object.                                                                                                                                                                          |
  | Overrides        | A JSON list of objects to override.<br /><br />For more information refer to the [API documentation](https://sc1.checkpoint.com/documents/latest/APIs/#web/set-threat-protection~v2.0.1%20).                                                                         |
  | Overrides Remove | A comma-separated list of objects to remove from the overrides collection.<br /><br />**Note**: Remove override for Core protections removes only the action's override. Remove override for Threat Cloud protections removes the action, track and packet captures. |
  | Select Action    | The action to perform on the threat protection object.                                                                                                                                                                                                               |
  | UID              | The unique identifier (UID) of the threat protection object to edit.                                                                                                                                                                                                 |
</div>

## Example Output

```json theme={"dark"}
{
	"name": "Adobe Acrobat Reader Memory Corruption (APSB20-13: CVE-2020-3795)",
	"uid": "1954b42d-20b6-9815-4638-301530263660",
	"type": "threat-protection",
	"comments": "Example protection",
	"confidence-level": "Medium",
	"follow-up": false,
	"industry-reference": [
		"CVE-2020-3795"
	],
	"ipsAdditionalProperties": [
		{
			"name": "Protection Type",
			"uid": "016f4d01-628d-476a-938c-8c5934149098",
			"values": [
				{
					"name": "Signature",
					"uid": "173872c9-166c-4867-b52b-449767253592"
				}
			]
		}
	],
	"performance-impact": "Low",
	"profiles": [
		{
			"name": "Optimized",
			"uid": "f6265674-e3c1-4b19-b5a0-04359489679f",
			"default": {
				"action": "Prevent",
				"capture-packets": false,
				"track": "Log"
			},
			"final": {
				"action": "Prevent",
				"capture-packets": false,
				"track": "Log"
			},
			"override": {
				"action": "Prevent",
				"capture-packets": false,
				"track": "Log"
			}
		}
	],
	"protection-type": "Core",
	"release-date": "2020-03-24T00:00:00Z",
	"severity": "High",
	"update-date": "2020-03-24T00:00:00Z",
	"domain": {
		"name": "Check Point Data",
		"uid": "a0bbbc99-adef-4ef8-bb6d-defdefdefdef",
		"domain-type": "data domain"
	}
}
```

## Workflow Library Example

[Set Threat Protection with Check Point Management and Send Results Via Email](https://library.blinkops.com/workflows/set-threat-protection-with-check-point-management-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/set-threat-protection-with-check-point-management-and-send-results-via-email/canvas" />
</div>
