Class ProjectsResource.LocationsResource.ScansResource
The "scans" collection of methods.
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1beta1
Assembly: Google.Apis.OnDemandScanning.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ScansResource
Constructors
ScansResource(IClientService)
Constructs a new resource.
Declaration
public ScansResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Vulnerabilities
Gets the Vulnerabilities resource.
Declaration
public virtual ProjectsResource.LocationsResource.ScansResource.VulnerabilitiesResource Vulnerabilities { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.ScansResource.VulnerabilitiesResource |
Methods
AnalyzePackages(AnalyzePackagesRequest, string)
Initiates an analysis of the provided packages.
Declaration
public virtual ProjectsResource.LocationsResource.ScansResource.AnalyzePackagesRequest AnalyzePackages(AnalyzePackagesRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
AnalyzePackagesRequest | body | The body of the request. |
string | parent | Required. The parent of the resource for which analysis is requested. Format: projects/[project_name]/locations/[location] |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ScansResource.AnalyzePackagesRequest |