Class InbandVulnerabilityFindingDetail
This is a temporary detail type that will be used to support vulnerabilities until the engines start using the full vulnerability objects. The "Inband" refers to the fact that all vulnerability details are included with every finding.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class InbandVulnerabilityFindingDetail : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FormattedProofDetails
Optional. A short description of the proof of the vulnerability.
Declaration
[JsonProperty("formattedProofDetails")]
public virtual string FormattedProofDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequestUri
Optional. The URI that lead to this detection, if appropriate.
Declaration
[JsonProperty("requestUri")]
public virtual string RequestUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Vulnerability
Required. Vulnerability metadata.
Declaration
[JsonProperty("vulnerability")]
public virtual InbandVulnerability Vulnerability { get; set; }
Property Value
| Type | Description |
|---|---|
| InbandVulnerability |