Class VulnerabilityLocation
The location of the vulnerability.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class VulnerabilityLocation : IDirectResponseSchema
Properties
CpeUri
Required. The CPE URI in cpe format format. Examples include distro or storage location for vulnerable jar.
Declaration
[JsonProperty("cpeUri")]
public virtual string CpeUri { 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 |
Package
Required. The package being described.
Declaration
[JsonProperty("package")]
public virtual string Package { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Required. The version of the package being described.
Declaration
[JsonProperty("version")]
public virtual Version Version { get; set; }
Property Value
Type | Description |
---|---|
Version |