Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::DetectorReference (v1.11.0)

Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::DetectorReference.

Represents a reference to a specific anomaly detector.

Inherits

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#detector_id

def detector_id() -> ::String
Returns
  • (::String) — The unique identifier of the detector.

#detector_id=

def detector_id=(value) -> ::String
Parameter
  • value (::String) — The unique identifier of the detector.
Returns
  • (::String) — The unique identifier of the detector.

#display_name

def display_name() -> ::String
Returns
  • (::String) — A human readable name for the detector, providing context on its purpose. For example, "ASI02: Tool Misuse", or "Excessive API Calls".

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — A human readable name for the detector, providing context on its purpose. For example, "ASI02: Tool Misuse", or "Excessive API Calls".
Returns
  • (::String) — A human readable name for the detector, providing context on its purpose. For example, "ASI02: Tool Misuse", or "Excessive API Calls".

#explanation

def explanation() -> ::String
Returns
  • (::String) — 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.

#explanation=

def explanation=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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

def recommendation() -> ::String
Returns
  • (::String) — 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.

#recommendation=

def recommendation=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#severity

def severity() -> ::Google::Cloud::SecurityCenter::V1::DetectorReference::Severity
Returns

#severity=

def severity=(value) -> ::Google::Cloud::SecurityCenter::V1::DetectorReference::Severity
Parameter
Returns