Show / Hide Table of Contents

Class Finding

Finding provides details for a single finding within an AISkillAnalysisOccurrence.

Inheritance
object
Finding
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.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class Finding : IDirectResponseSchema

Properties

Category

Category of the finding.

Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Location

Location (path and line) where the finding was detected.

Declaration
[JsonProperty("location")]
public virtual FindingLocation Location { get; set; }
Property Value
Type Description
FindingLocation

Scanner

Scanner determines which engine (e.g. static, llm) emitted the finding.

Declaration
[JsonProperty("scanner")]
public virtual string Scanner { get; set; }
Property Value
Type Description
string

Severity

Severity of the finding.

Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX