The FindingsRefinementDeployment resource represents the deployment state of a findings refinement.
JSON representation |
---|
{ "name": string, "enabled": boolean, "archived": boolean, "update_time": string, // Union field |
Fields | |
---|---|
name |
Required. The resource name of the findings refinement deployment. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}/deployment |
enabled |
Whether the findings refinement is currently deployed continuously against incoming findings. |
archived |
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_ |
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: |
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_ |
The resources which the detection exclusion is applied to. |