Show / Hide Table of Contents

Class AgentAnomaly

Inheritance
object
AgentAnomaly
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class AgentAnomaly : IDirectResponseSchema

Properties

ConfidenceScore

Declaration
[JsonProperty("confidenceScore")]
public virtual double? ConfidenceScore { get; set; }
Property Value
Type Description
double?

DetectorReferences

Declaration
[JsonProperty("detectorReferences")]
public virtual IList<DetectorReference> DetectorReferences { get; set; }
Property Value
Type Description
IList<DetectorReference>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InvocationReferences

Declaration
[JsonProperty("invocationReferences")]
public virtual IList<InvocationReference> InvocationReferences { get; set; }
Property Value
Type Description
IList<InvocationReference>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX