REST Resource: projects.locations.instances.curatedRuleSetCategories.curatedRuleSets.curatedRuleSetDeployments

Resource: CuratedRuleSetDeployment

Describes how an enabled rule set should be executed.

JSON representation
{
  "name": string,
  "precision": enum (CuratedRulePrecision),
  "enabled": boolean,
  "alerting": boolean
}
Fields
name

string

The name of this deployment.

precision

enum (CuratedRulePrecision)

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.

alerting

boolean

If the deployment should produce alerts.

Methods

batchUpdate

Update multiple deployments of curated rule sets.

get

Get a deployment of a curated rule set.

list

Lists deployments for a curated rule set.

patch

Update a deployment of a curated rule set.