Class: Google::Apis::WebsecurityscannerV1::WebSecurityScannerService
- Inherits:
-
Core::BaseService
- Object
- Core::BaseService
- Google::Apis::WebsecurityscannerV1::WebSecurityScannerService
- Defined in:
- lib/google/apis/websecurityscanner_v1/service.rb
Overview
Web Security Scanner API
Scans your Compute and App Engine apps for common web vulnerabilities.
Constant Summary collapse
- DEFAULT_ENDPOINT_TEMPLATE =
"https://websecurityscanner.$UNIVERSE_DOMAIN$/"
Instance Attribute Summary collapse
-
#key ⇒ String
API key.
-
#quota_user ⇒ String
Available to use for quota purposes for server-side applications.
Instance Method Summary collapse
-
#create_project_scan_config(parent, scan_config_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ScanConfig
Creates a new ScanConfig.
-
#delete_project_scan_config(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::Empty
Deletes an existing ScanConfig and its child resources.
-
#get_project_scan_config(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ScanConfig
Gets a ScanConfig.
-
#get_project_scan_config_scan_run(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ScanRun
Gets a ScanRun.
-
#get_project_scan_config_scan_run_finding(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::Finding
Gets a Finding.
-
#initialize ⇒ WebSecurityScannerService
constructor
A new instance of WebSecurityScannerService.
-
#list_project_scan_config_scan_run_crawled_urls(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ListCrawledUrlsResponse
List CrawledUrls under a given ScanRun.
-
#list_project_scan_config_scan_run_finding_type_stats(parent, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ListFindingTypeStatsResponse
List all FindingTypeStats under a given ScanRun.
-
#list_project_scan_config_scan_run_findings(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ListFindingsResponse
List Findings under a given ScanRun.
-
#list_project_scan_config_scan_runs(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ListScanRunsResponse
Lists ScanRuns under a given ScanConfig, in descending order of ScanRun stop time.
-
#list_project_scan_configs(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ListScanConfigsResponse
Lists ScanConfigs under a given project.
-
#patch_project_scan_config(name, scan_config_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ScanConfig
Updates a ScanConfig.
-
#start_scan_config_scan_run(name, start_scan_run_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ScanRun
Start a ScanRun according to the given ScanConfig.
-
#stop_scan_run(name, stop_scan_run_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ScanRun
Stops a ScanRun.
Constructor Details
#initialize ⇒ WebSecurityScannerService
Returns a new instance of WebSecurityScannerService.
47 48 49 50 51 52 |
# File 'lib/google/apis/websecurityscanner_v1/service.rb', line 47 def initialize super(DEFAULT_ENDPOINT_TEMPLATE, '', client_name: 'google-apis-websecurityscanner_v1', client_version: Google::Apis::WebsecurityscannerV1::GEM_VERSION) @batch_path = 'batch' end |
Instance Attribute Details
#key ⇒ String
Returns API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
40 41 42 |
# File 'lib/google/apis/websecurityscanner_v1/service.rb', line 40 def key @key end |
#quota_user ⇒ String
Returns Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
45 46 47 |
# File 'lib/google/apis/websecurityscanner_v1/service.rb', line 45 def quota_user @quota_user end |
Instance Method Details
#create_project_scan_config(parent, scan_config_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ScanConfig
Creates a new ScanConfig.
76 77 78 79 80 81 82 83 84 85 86 |
# File 'lib/google/apis/websecurityscanner_v1/service.rb', line 76 def create_project_scan_config(parent, scan_config_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/{+parent}/scanConfigs', ) command.request_representation = Google::Apis::WebsecurityscannerV1::ScanConfig::Representation command.request_object = scan_config_object command.response_representation = Google::Apis::WebsecurityscannerV1::ScanConfig::Representation command.response_class = Google::Apis::WebsecurityscannerV1::ScanConfig command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_project_scan_config(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::Empty
Deletes an existing ScanConfig and its child resources.
109 110 111 112 113 114 115 116 117 |
# File 'lib/google/apis/websecurityscanner_v1/service.rb', line 109 def delete_project_scan_config(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/{+name}', ) command.response_representation = Google::Apis::WebsecurityscannerV1::Empty::Representation command.response_class = Google::Apis::WebsecurityscannerV1::Empty command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_scan_config(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ScanConfig
Gets a ScanConfig.
140 141 142 143 144 145 146 147 148 |
# File 'lib/google/apis/websecurityscanner_v1/service.rb', line 140 def get_project_scan_config(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+name}', ) command.response_representation = Google::Apis::WebsecurityscannerV1::ScanConfig::Representation command.response_class = Google::Apis::WebsecurityscannerV1::ScanConfig command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_scan_config_scan_run(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ScanRun
Gets a ScanRun.
286 287 288 289 290 291 292 293 294 |
# File 'lib/google/apis/websecurityscanner_v1/service.rb', line 286 def get_project_scan_config_scan_run(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+name}', ) command.response_representation = Google::Apis::WebsecurityscannerV1::ScanRun::Representation command.response_class = Google::Apis::WebsecurityscannerV1::ScanRun command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_scan_config_scan_run_finding(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::Finding
Gets a Finding.
467 468 469 470 471 472 473 474 475 |
# File 'lib/google/apis/websecurityscanner_v1/service.rb', line 467 def get_project_scan_config_scan_run_finding(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+name}', ) command.response_representation = Google::Apis::WebsecurityscannerV1::Finding::Representation command.response_class = Google::Apis::WebsecurityscannerV1::Finding command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_project_scan_config_scan_run_crawled_urls(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ListCrawledUrlsResponse
List CrawledUrls under a given ScanRun.
401 402 403 404 405 406 407 408 409 410 411 |
# File 'lib/google/apis/websecurityscanner_v1/service.rb', line 401 def list_project_scan_config_scan_run_crawled_urls(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+parent}/crawledUrls', ) command.response_representation = Google::Apis::WebsecurityscannerV1::ListCrawledUrlsResponse::Representation command.response_class = Google::Apis::WebsecurityscannerV1::ListCrawledUrlsResponse command.params['parent'] = parent unless parent.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_project_scan_config_scan_run_finding_type_stats(parent, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ListFindingTypeStatsResponse
List all FindingTypeStats under a given ScanRun.
435 436 437 438 439 440 441 442 443 |
# File 'lib/google/apis/websecurityscanner_v1/service.rb', line 435 def list_project_scan_config_scan_run_finding_type_stats(parent, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+parent}/findingTypeStats', ) command.response_representation = Google::Apis::WebsecurityscannerV1::ListFindingTypeStatsResponse::Representation command.response_class = Google::Apis::WebsecurityscannerV1::ListFindingTypeStatsResponse command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_project_scan_config_scan_run_findings(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ListFindingsResponse
List Findings under a given ScanRun.
509 510 511 512 513 514 515 516 517 518 519 520 |
# File 'lib/google/apis/websecurityscanner_v1/service.rb', line 509 def list_project_scan_config_scan_run_findings(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+parent}/findings', ) command.response_representation = Google::Apis::WebsecurityscannerV1::ListFindingsResponse::Representation command.response_class = Google::Apis::WebsecurityscannerV1::ListFindingsResponse command.params['parent'] = parent unless parent.nil? command.query['filter'] = filter unless filter.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_project_scan_config_scan_runs(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ListScanRunsResponse
Lists ScanRuns under a given ScanConfig, in descending order of ScanRun stop time.
325 326 327 328 329 330 331 332 333 334 335 |
# File 'lib/google/apis/websecurityscanner_v1/service.rb', line 325 def list_project_scan_config_scan_runs(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+parent}/scanRuns', ) command.response_representation = Google::Apis::WebsecurityscannerV1::ListScanRunsResponse::Representation command.response_class = Google::Apis::WebsecurityscannerV1::ListScanRunsResponse command.params['parent'] = parent unless parent.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_project_scan_configs(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ListScanConfigsResponse
Lists ScanConfigs under a given project.
178 179 180 181 182 183 184 185 186 187 188 |
# File 'lib/google/apis/websecurityscanner_v1/service.rb', line 178 def list_project_scan_configs(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+parent}/scanConfigs', ) command.response_representation = Google::Apis::WebsecurityscannerV1::ListScanConfigsResponse::Representation command.response_class = Google::Apis::WebsecurityscannerV1::ListScanConfigsResponse command.params['parent'] = parent unless parent.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_project_scan_config(name, scan_config_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ScanConfig
Updates a ScanConfig. This method support partial update of a ScanConfig.
217 218 219 220 221 222 223 224 225 226 227 228 |
# File 'lib/google/apis/websecurityscanner_v1/service.rb', line 217 def patch_project_scan_config(name, scan_config_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/{+name}', ) command.request_representation = Google::Apis::WebsecurityscannerV1::ScanConfig::Representation command.request_object = scan_config_object command.response_representation = Google::Apis::WebsecurityscannerV1::ScanConfig::Representation command.response_class = Google::Apis::WebsecurityscannerV1::ScanConfig command.params['name'] = name unless name.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#start_scan_config_scan_run(name, start_scan_run_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ScanRun
Start a ScanRun according to the given ScanConfig.
252 253 254 255 256 257 258 259 260 261 262 |
# File 'lib/google/apis/websecurityscanner_v1/service.rb', line 252 def start_scan_config_scan_run(name, start_scan_run_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/{+name}:start', ) command.request_representation = Google::Apis::WebsecurityscannerV1::StartScanRunRequest::Representation command.request_object = start_scan_run_request_object command.response_representation = Google::Apis::WebsecurityscannerV1::ScanRun::Representation command.response_class = Google::Apis::WebsecurityscannerV1::ScanRun command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#stop_scan_run(name, stop_scan_run_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::WebsecurityscannerV1::ScanRun
Stops a ScanRun. The stopped ScanRun is returned.
360 361 362 363 364 365 366 367 368 369 370 |
# File 'lib/google/apis/websecurityscanner_v1/service.rb', line 360 def stop_scan_run(name, stop_scan_run_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/{+name}:stop', ) command.request_representation = Google::Apis::WebsecurityscannerV1::StopScanRunRequest::Representation command.request_object = stop_scan_run_request_object command.response_representation = Google::Apis::WebsecurityscannerV1::ScanRun::Representation command.response_class = Google::Apis::WebsecurityscannerV1::ScanRun command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |