Google Cloud Security Command Center v1 API - Class AgentAnomaly (3.27.0)

public sealed class AgentAnomaly : IMessage<AgentAnomaly>, IEquatable<AgentAnomaly>, IDeepCloneable<AgentAnomaly>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class AgentAnomaly.

Represents details about an anomaly detected in an AI agent's behavior.

Inheritance

object > AgentAnomaly

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

AgentAnomaly()

public AgentAnomaly()

AgentAnomaly(AgentAnomaly)

public AgentAnomaly(AgentAnomaly other)
Parameter
Name Description
other AgentAnomaly

Properties

ConfidenceScore

public double ConfidenceScore { get; set; }

The overall confidence score indicating the likelihood that this session contains a true anomaly. The score ranges from 0.0 to 1.0, where 1.0 signifies 100% confidence in the presence of an anomaly and 0.0 signifies 0% confidence.

Property Value
Type Description
double

DetectorReferences

public RepeatedField<DetectorReference> DetectorReferences { get; }

The list of references to specific detectors that identified anomalies within this session.

Property Value
Type Description
RepeatedFieldDetectorReference

InvocationReferences

public RepeatedField<InvocationReference> InvocationReferences { get; }

References to the OpenTelemetry invocations.

Property Value
Type Description
RepeatedFieldInvocationReference