Class DetectorReference (1.46.0)

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

Represents a reference to a specific anomaly detector.

Attributes

Name Description
severity google.cloud.securitycenter_v1.types.DetectorReference.Severity
The severity of the detector.
detector_id str
The unique identifier of the detector.
display_name str
A human readable name for the detector, providing context on its purpose. For example, "ASI02: Tool Misuse", or "Excessive API Calls".
explanation str
A detailed explanation generated by an LLM or the detector itself, describing why this specific anomaly was flagged. This provides rationale and context for the detection.
recommendation str
Recommended steps or actions to remediate or investigate the anomaly flagged by this detector. These could include configuration changes, code adjustments, or further diagnostic procedures.

Classes

Severity

Severity(value)

Severity levels for detectors.