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 |
Description
Detailed description of the finding.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
FilePath
Path to the file where the finding was detected.
Declaration
[JsonProperty("filePath")]
public virtual string FilePath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RuleId
Unique identifier of the rule that produced this finding.
Declaration
[JsonProperty("ruleId")]
public virtual string RuleId { 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 |
Snippet
Code snippet relevant to the finding.
Declaration
[JsonProperty("snippet")]
public virtual string Snippet { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Title of the finding.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |