Class ProjectsResource.LocationsResource.OccurrencesResource.GetVulnerabilitySummaryRequest
Gets a summary of the number and severity of occurrences.
Inheritance
ProjectsResource.LocationsResource.OccurrencesResource.GetVulnerabilitySummaryRequest
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class ProjectsResource.LocationsResource.OccurrencesResource.GetVulnerabilitySummaryRequest : ContainerAnalysisBaseServiceRequest<VulnerabilityOccurrencesSummary>, IClientServiceRequest<VulnerabilityOccurrencesSummary>, IClientServiceRequest
Constructors
GetVulnerabilitySummaryRequest(IClientService, string)
Constructs a new GetVulnerabilitySummary request.
Declaration
public GetVulnerabilitySummaryRequest(IClientService service, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | parent |
Properties
Filter
The filter expression.
Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Parent
Required. The name of the project to get a vulnerability summary for in the form of
projects/[PROJECT_ID].
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
ReturnPartialSuccess
If set, the request will return all reachable occurrence summaries and report all unreachable
regions in the unreachable field in the response. Only applicable for requests in the global
region.
Declaration
[RequestParameter("returnPartialSuccess", RequestParameterType.Query)]
public virtual bool? ReturnPartialSuccess { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Methods
InitParameters()
Initializes GetVulnerabilitySummary parameter list.
Declaration
protected override void InitParameters()