FindingsRefinementDeployment

The FindingsRefinementDeployment resource represents the deployment state of a findings refinement.

JSON representation
{
  "name": string,
  "enabled": boolean,
  "archived": boolean,
  "updateTime": string,

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "detectionExclusionApplication": {
    object (DetectionExclusionApplication)
  }
  // End of mutually exclusive fields.
}
Fields
name

string

Required. The resource name of the findings refinement deployment. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findingsRefinement}/deployment

enabled

boolean

Whether the findings refinement is currently deployed continuously against incoming findings.

archived

boolean

The archive state of the findings refinement deployment. Cannot be set to true unless enabled is set to false. If currently set to true, enabled cannot be updated to true.

updateTime

string (Timestamp format)

Output only. The timestamp when the findings refinement deployment was last updated.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

The resources which the findings refinement is applied to. Corresponds to the type of the findings refinement. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
detectionExclusionApplication

object (DetectionExclusionApplication)

The resources which the detection exclusion is applied to.

End of mutually exclusive fields.

DetectionExclusionApplication

Describes the detectors a detection exclusion is applied to.

JSON representation
{
  "curatedRuleSets": [
    string
  ],
  "curatedRules": [
    string
  ],
  "rules": [
    string
  ],
  "deletedCuratedRuleSets": [
    string
  ]
}
Fields
curatedRuleSets[]

string

The CuratedRuleSets this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{category}/curatedRuleSets/{ruleSet}

curatedRules[]

string

The CuratedRules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRules/{rule}

rules[]

string

Optional. The Rules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}

deletedCuratedRuleSets[]

string

Output only. The deleted CuratedRuleSets this detection exclusion applies to. Indicates to the customer that the detection exclusion no longer applies to the rule sets, so the detection exclusion should be updated. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{category}/curatedRuleSets/{ruleSet}