Show / Hide Table of Contents

Class ProjectsResource.ScanConfigsResource.ScanRunsResource.FindingsResource

The "findings" collection of methods.

Inheritance
System.Object
ProjectsResource.ScanConfigsResource.ScanRunsResource.FindingsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.WebSecurityScanner.v1
Assembly: Google.Apis.WebSecurityScanner.v1.dll
Syntax
public class FindingsResource

Constructors

FindingsResource(IClientService)

Constructs a new resource.

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

Methods

Get(String)

Gets a Finding.

Declaration
public virtual ProjectsResource.ScanConfigsResource.ScanRunsResource.FindingsResource.GetRequest Get(string name)
Parameters
Type Name Description
System.String name

Required. The resource name of the Finding to be returned. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}/findings/{findingId}'.

Returns
Type Description
ProjectsResource.ScanConfigsResource.ScanRunsResource.FindingsResource.GetRequest

List(String)

List Findings under a given ScanRun.

Declaration
public virtual ProjectsResource.ScanConfigsResource.ScanRunsResource.FindingsResource.ListRequest List(string parent)
Parameters
Type Name Description
System.String parent

Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.

Returns
Type Description
ProjectsResource.ScanConfigsResource.ScanRunsResource.FindingsResource.ListRequest
Back to top