Namespace Google.Apis.WebSecurityScanner.v1alpha.Data
Classes
Authentication
Scan authentication configuration.
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.
CustomAccount
Describes authentication configuration that uses a custom account.
Empty
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
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.
GoogleAccount
Describes authentication configuration that uses a Google account.
Header
Describes a HTTP Header.
ListCrawledUrlsResponse
Response for the ListCrawledUrls
method.
ListFindingTypeStatsResponse
Response for the ListFindingTypeStats
method.
ListFindingsResponse
Response for the ListFindings
method.
ListScanConfigsResponse
Response for the ListScanConfigs
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.
Schedule
Scan schedule configuration.
StartScanRunRequest
Request for the StartScanRun
method.
StopScanRunRequest
Request for the StopScanRun
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.