Show / Hide Table of Contents

Class VulnerabilityLocation

The location of the vulnerability

Inheritance
object
VulnerabilityLocation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class VulnerabilityLocation : IDirectResponseSchema

Properties

CpeUri

The cpe_uri in [cpe format] (https://cpe.mitre.org/specification/) format. Examples include distro or storage location for vulnerable jar. This field can be used as a filter in list requests.

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

FileLocation

The file location at which this package was found.

Declaration
[JsonProperty("fileLocation")]
public virtual IList<FileLocation> FileLocation { get; set; }
Property Value
Type Description
IList<FileLocation>

Package

The package being described.

Declaration
[JsonProperty("package")]
public virtual string Package { get; set; }
Property Value
Type Description
string

Version

The version of the package being described. This field can be used as a filter in list requests.

Declaration
[JsonProperty("version")]
public virtual Version Version { get; set; }
Property Value
Type Description
Version

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX