Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2AgentAnomaly

Inheritance
object
GoogleCloudSecuritycenterV2AgentAnomaly
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 GoogleCloudSecuritycenterV2AgentAnomaly : IDirectResponseSchema

Properties

ConfidenceScore

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

DetectorReferences

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

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<GoogleCloudSecuritycenterV2InvocationReference> InvocationReferences { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2InvocationReference>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX