Web Security Scanner v1 API - Class ListFindingsRequest (2.4.0)

public sealed class ListFindingsRequest : IMessage<ListFindingsRequest>, IEquatable<ListFindingsRequest>, IDeepCloneable<ListFindingsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Web Security Scanner v1 API class ListFindingsRequest.

Request for the ListFindings method.

Inheritance

object > ListFindingsRequest

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

ListFindingsRequest()

public ListFindingsRequest()

ListFindingsRequest(ListFindingsRequest)

public ListFindingsRequest(ListFindingsRequest other)
Parameter
NameDescription
otherListFindingsRequest

Properties

Filter

public string Filter { get; set; }

The filter expression. The expression must be in the format: <field> <operator> <value>. Supported field: 'finding_type'. Supported operator: '='.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of Findings to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A token identifying a page of results to be returned. This should be a next_page_token value returned from a previous List request. If unspecified, the first page of results is returned.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
string