Output only. The precision of this deployment. Each deployment controls either PRECISE or BROAD detections. Only one deployment may exist for each precision value.
enabled
boolean
If the deployment is enabled. Disabled deployments will not produce detections.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-27 UTC."],[[["`CuratedRuleSetDeployment` defines how an enabled rule set is executed, managing settings for name, precision, enablement, and alerting."],["The `precision` field determines if the deployment controls `PRECISE` or `BROAD` detections, with only one deployment allowed per precision value."],["Deployments can be toggled `enabled` or `disabled` where only enabled ones produce detections and if alerting is true, alerts are outputted."],["The JSON representation displays the structure, showing fields like `name` (string), `precision` (enum), `enabled` (boolean), and `alerting` (boolean)."],["Several methods exist for managing deployments, including `batchUpdate`, `get`, `list`, and `patch`, allowing for updating, retrieving, and listing deployments of curated rule sets."]]],[]]