Class GoogleCloudSecuritycenterV2AgentAnomaly
Inheritance
GoogleCloudSecuritycenterV2AgentAnomaly
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2AgentAnomaly : IDirectResponseSchema
Properties
ConfidenceScore
Declaration
[JsonProperty("confidenceScore")]
public virtual double? ConfidenceScore { get; set; }
Property Value
DetectorReferences
Declaration
[JsonProperty("detectorReferences")]
public virtual IList<GoogleCloudSecuritycenterV2DetectorReference> DetectorReferences { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
InvocationReferences
Declaration
[JsonProperty("invocationReferences")]
public virtual IList<GoogleCloudSecuritycenterV2InvocationReference> InvocationReferences { get; set; }
Property Value
Implements