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.
Output only. The timestamp when the findings refinement deployment was last updated.
Uses RFC 3339, where generated output will always be Z-normalized and uses 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".
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:
[[["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-01-22 UTC."],[[["The `FindingsRefinementDeployment` resource represents the deployment status of a findings refinement within a specified project, location, and instance."],["The `name` field is a required string that uniquely identifies the findings refinement deployment resource, following a specific format."],["The `enabled` field indicates whether the findings refinement is actively applied to new findings, while the `archived` field shows its archived state and has specific restrictions, such as being mutually exclusive with being enabled."],["The `update_time` field, in timestamp format, provides the time of the last modification to the findings refinement deployment."],["A `detection_exclusion_application` object is used to show the specific resources to which a given detection exclusion applies."]]],[]]