Class Finding
Finding provides details for a single finding within an AISkillAnalysisOccurrence.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class Finding : IDirectResponseSchema
Properties
Category
Optional. 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
Optional. Location (path and line) where the finding was detected.
Declaration
[JsonProperty("location")]
public virtual FindingLocation Location { get; set; }
Property Value
| Type | Description |
|---|---|
| FindingLocation |
Scanner
Optional. 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
Optional. Severity of the finding.
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
| Type | Description |
|---|---|
| string |