Module: Google::Cloud::WebSecurityScanner::V1::ScanConfig::UserAgent

Defined in:
proto_docs/google/cloud/websecurityscanner/v1/scan_config.rb

Overview

Type of user agents used for scanning.

Constant Summary collapse

USER_AGENT_UNSPECIFIED =

The user agent is unknown. Service will default to CHROME_LINUX.

0
CHROME_LINUX =

Chrome on Linux. This is the service default if unspecified.

1
CHROME_ANDROID =

Chrome on Android.

2
SAFARI_IPHONE =

Safari on IPhone.

3