The maximum number of ScanConfigs to return, can be limited by server.
If not specified or not positive, the implementation will select a
reasonable value.
Property Value
Type
Description
System.Int32
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
Type
Description
System.String
Parent
public string Parent { get; set; }
Required. The parent resource name, which should be a project resource name in the
format 'projects/{projectId}'.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `ListScanConfigsRequest` class within the `Google.Cloud.WebSecurityScanner.V1` namespace, which is used to request a list of scan configurations."],["The `ListScanConfigsRequest` class is part of the `Google.Cloud.WebSecurityScanner.V1.dll` assembly, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`."],["The class has two constructors: a default constructor `ListScanConfigsRequest()` and a copy constructor `ListScanConfigsRequest(ListScanConfigsRequest other)`."],["Key properties of the class include `PageSize`, `PageToken`, and `Parent`, which control the number of items returned per page, specify which page to return, and define the project to request from, respectively."],["The latest version available for the class as it pertains to the content is 2.5.0, although multiple previous versions dating back to 1.0.0 are also documented on the page."]]],[]]