Class ProjectsResource.LocationsResource.ScansResource
The "scans" collection of methods.
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1
Assembly: Google.Apis.OnDemandScanning.v1.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(AnalyzePackagesRequestV1, string)
Initiates an analysis of the provided packages.
Declaration
public virtual ProjectsResource.LocationsResource.ScansResource.AnalyzePackagesRequest AnalyzePackages(AnalyzePackagesRequestV1 body, string parent)
Parameters
Type | Name | Description |
---|---|---|
AnalyzePackagesRequestV1 | 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 |