FindingsRefinementDeployment

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

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

  // Union field FindingsRefinementApplication can be only one of the following:
  "detection_exclusion_application": {
    object (DetectionExclusionApplication)
  }
  // End of list of possible types for union field FindingsRefinementApplication.
}
Fields
name

string

Required. The resource name of the findings refinement deployment. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}/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.

update_time

string (Timestamp format)

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

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

Union field FindingsRefinementApplication. The resources which the findings refinement is applied to. Corresponds to the type of the findings refinement. FindingsRefinementApplication can be only one of the following:
detection_exclusion_application

object (DetectionExclusionApplication)

The resources which the detection exclusion is applied to.