Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
List CrawledUrls under a given ScanRun.
See: Web Security Scanner API Reference for websecurityscanner.projects.scanConfigs.scanRuns.crawledUrls.list
.
Synopsis
- type ProjectsScanConfigsScanRunsCrawledURLsListResource = "v1alpha" :> (Capture "parent" Text :> ("crawledUrls" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListCrawledURLsResponse))))))))))
- projectsScanConfigsScanRunsCrawledURLsList :: Text -> ProjectsScanConfigsScanRunsCrawledURLsList
- data ProjectsScanConfigsScanRunsCrawledURLsList
- pscsrculParent :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList Text
- pscsrculXgafv :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList (Maybe Xgafv)
- pscsrculUploadProtocol :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList (Maybe Text)
- pscsrculAccessToken :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList (Maybe Text)
- pscsrculUploadType :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList (Maybe Text)
- pscsrculPageToken :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList (Maybe Text)
- pscsrculPageSize :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList (Maybe Int32)
- pscsrculCallback :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList (Maybe Text)
REST Resource
type ProjectsScanConfigsScanRunsCrawledURLsListResource = "v1alpha" :> (Capture "parent" Text :> ("crawledUrls" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListCrawledURLsResponse)))))))))) Source #
A resource alias for websecurityscanner.projects.scanConfigs.scanRuns.crawledUrls.list
method which the
ProjectsScanConfigsScanRunsCrawledURLsList
request conforms to.
Creating a Request
projectsScanConfigsScanRunsCrawledURLsList Source #
Creates a value of ProjectsScanConfigsScanRunsCrawledURLsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsScanConfigsScanRunsCrawledURLsList Source #
List CrawledUrls under a given ScanRun.
See: projectsScanConfigsScanRunsCrawledURLsList
smart constructor.
Instances
Request Lenses
pscsrculParent :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList Text Source #
Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
pscsrculXgafv :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList (Maybe Xgafv) Source #
V1 error format.
pscsrculUploadProtocol :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pscsrculAccessToken :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList (Maybe Text) Source #
OAuth access token.
pscsrculUploadType :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pscsrculPageToken :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList (Maybe Text) Source #
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.
pscsrculPageSize :: Lens' ProjectsScanConfigsScanRunsCrawledURLsList (Maybe Int32) Source #
The maximum number of CrawledUrls to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value.