Class PathNodeAssociatedFinding
Inheritance
PathNodeAssociatedFinding
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class PathNodeAssociatedFinding : IDirectResponseSchema
Properties
CanonicalFinding
Declaration
[JsonProperty("canonicalFinding")]
public virtual string CanonicalFinding { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FindingCategory
Declaration
[JsonProperty("findingCategory")]
public virtual string FindingCategory { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Implements