Package types (1.1.0)

API documentation for websecurityscanner_v1alpha.types package.

Classes

CrawledUrl

A CrawledUrl resource represents a URL that was crawled during a ScanRun. Web Security Scanner Service crawls the web applications, following all links within the scope of sites, to find the URLs to test against.

CreateScanConfigRequest

Request for the CreateScanConfig method.

DeleteScanConfigRequest

Request for the DeleteScanConfig method.

Finding

A Finding resource represents a vulnerability instance identified during a ScanRun.

FindingTypeStats

A FindingTypeStats resource represents stats regarding a specific FindingType of Findings under a given ScanRun.

GetFindingRequest

Request for the GetFinding method.

GetScanConfigRequest

Request for the GetScanConfig method.

GetScanRunRequest

Request for the GetScanRun method.

ListCrawledUrlsRequest

Request for the ListCrawledUrls method.

ListCrawledUrlsResponse

Response for the ListCrawledUrls method.

ListFindingTypeStatsRequest

Request for the ListFindingTypeStats method.

ListFindingTypeStatsResponse

Response for the ListFindingTypeStats method.

ListFindingsRequest

Request for the ListFindings method.

ListFindingsResponse

Response for the ListFindings method.

ListScanConfigsRequest

Request for the ListScanConfigs method.

ListScanConfigsResponse

Response for the ListScanConfigs method.

ListScanRunsRequest

Request for the ListScanRuns method.

ListScanRunsResponse

Response for the ListScanRuns method.

OutdatedLibrary

Information reported for an outdated library.

ScanConfig

A ScanConfig resource contains the configurations to launch a scan. next id: 12

ScanRun

A ScanRun is a output-only resource representing an actual run of the scan.

StartScanRunRequest

Request for the StartScanRun method.

StopScanRunRequest

Request for the StopScanRun method.

UpdateScanConfigRequest

Request for the UpdateScanConfigRequest method.

ViolatingResource

Information regarding any resource causing the vulnerability such as JavaScript sources, image, audio files, etc.

VulnerableHeaders

Information about vulnerable or missing HTTP Headers.

VulnerableParameters

Information about vulnerable request parameters.

Xss

Information reported for an XSS.