Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ScansResource.VulnerabilitiesResource

The "vulnerabilities" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ScansResource.VulnerabilitiesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OnDemandScanning.v1beta1
Assembly: Google.Apis.OnDemandScanning.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ScansResource.VulnerabilitiesResource

Constructors

VulnerabilitiesResource(IClientService)

Constructs a new resource.

Declaration
public VulnerabilitiesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Lists vulnerabilities resulting from a successfully completed scan.

Declaration
public virtual ProjectsResource.LocationsResource.ScansResource.VulnerabilitiesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent of the collection of Vulnerabilities being requested. Format: projects/[project_name]/locations/[location]/scans/[scan_id]

Returns
Type Description
ProjectsResource.LocationsResource.ScansResource.VulnerabilitiesResource.ListRequest
In this article
Back to top Generated by DocFX