Class FindingsRefinementDeployment (0.6.2)

FindingsRefinementDeployment(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

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

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
detection_exclusion_application google.cloud.chronicle_v1.types.DetectionExclusionApplication
The resources which the detection exclusion is applied to. This field is a member of oneof_ FindingsRefinementApplication.
name str
Required. The resource name of the findings refinement deployment. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}/deployment
enabled bool
Whether the findings refinement is currently deployed continuously against incoming findings.
archived bool
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 google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the findings refinement deployment was last updated.