Class Finding
Finding provides details for a single finding within an AISkillAnalysisOccurrence.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1.Data
Assembly: Google.Apis.OnDemandScanning.v1.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 |