Show / Hide Table of Contents

Class ProjectsResource.ScanConfigsResource.ScanRunsResource.FindingsResource

The "findings" collection of methods.

Inheritance
object
ProjectsResource.ScanConfigsResource.ScanRunsResource.FindingsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WebSecurityScanner.v1
Assembly: Google.Apis.WebSecurityScanner.v1.dll
Syntax
public class ProjectsResource.ScanConfigsResource.ScanRunsResource.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
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
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
In this article
Back to top Generated by DocFX