Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::FindingsRefinementDeployment.
The FindingsRefinementDeployment resource represents the deployment state of a findings refinement.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#archived
def archived() -> ::Boolean
Returns
- (::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.
#archived=
def archived=(value) -> ::Boolean
Parameter
- value (::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.
Returns
- (::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.
#detection_exclusion_application
def detection_exclusion_application() -> ::Google::Cloud::Chronicle::V1::DetectionExclusionApplication
Returns
- (::Google::Cloud::Chronicle::V1::DetectionExclusionApplication) — The resources which the detection exclusion is applied to.
#detection_exclusion_application=
def detection_exclusion_application=(value) -> ::Google::Cloud::Chronicle::V1::DetectionExclusionApplication
Parameter
- value (::Google::Cloud::Chronicle::V1::DetectionExclusionApplication) — The resources which the detection exclusion is applied to.
Returns
- (::Google::Cloud::Chronicle::V1::DetectionExclusionApplication) — The resources which the detection exclusion is applied to.
#enabled
def enabled() -> ::Boolean
Returns
- (::Boolean) — Whether the findings refinement is currently deployed continuously against incoming findings.
#enabled=
def enabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether the findings refinement is currently deployed continuously against incoming findings.
Returns
- (::Boolean) — Whether the findings refinement is currently deployed continuously against incoming findings.
#name
def name() -> ::String
Returns
- (::String) — Required. The resource name of the findings refinement deployment. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}/deployment
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of the findings refinement deployment. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}/deployment
Returns
- (::String) — Required. The resource name of the findings refinement deployment. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}/deployment
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp when the findings refinement deployment was last updated.