Resource: CuratedRule
Represents a rule authored by Chronicle's Google Cloud Threat Intelligence (GCTI).
JSON representation |
---|
{ "name": string, "display_name": string, "severity": { object ( |
Fields | |
---|---|
name |
Required. Full resource name for the curated rule. Format: projects/{project}/locations/{location}/instances/{instance}/curatedrules/{rule} |
display_name |
Output only. Unique display name of the curated rule. |
severity |
Output only. The severity of the curated rule. |
metadata |
Output only. Additional unstructured metadata. An object containing a list of |
type |
Output only. User-facing type of the curated rule. |
precision |
Output only. Precision level of the curated rule. |
tactics[] |
Output only. Mitre tactics covered by the curated rule. |
techniques[] |
Output only. Mitre techniques covered by the curated rule. |
update_time |
Output only. The timestamp of when the curated rule was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
curated_rule_set |
Output only. The parent CuratedRuleSet that the rule is listed under. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{category}/curatedRuleSets/{rule_set} |
description |
Output only. The description of the curated rule. |
Methods |
|
---|---|
|
Gets a CuratedRule. |
|
Lists CuratedRules. |