Reference documentation and code samples for the Google Cloud Chronicle V1 Client class FindingsRefinementType.
The type of findings refinement, which determines what the findings refinement runs over and the mechanism by which it runs.
Protobuf type google.cloud.chronicle.v1.FindingsRefinementType
Namespace
Google \ Cloud \ Chronicle \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FINDINGS_REFINEMENT_TYPE_UNSPECIFIED
Value: 0The findings refinement type is unspecified.
Generated from protobuf enum FINDINGS_REFINEMENT_TYPE_UNSPECIFIED = 0;
DETECTION_EXCLUSION
Value: 1Indicates that the findings refinement is a detection exclusion and should exclude matching detections.
Generated from protobuf enum DETECTION_EXCLUSION = 1;