Enum

ScopeProtocolOptions

Options to determine which protocols are used when scanning your site's URLs.

Values

USE_SPECIFIED_PROTOCOLS
Each URL is scanned using the protocols that you explicitly specified in the included_urls list. For example, if you entered https://example.com but didn't enter http://example.com, then this URL would only be scanned using HTTPS. If you do not explicitly specify a protocol, then both HTTP and HTTPS will be used by default.
USE_HTTP_AND_HTTPS
Each URL is scanned using both HTTP and HTTPS, regardless of how they were entered in the included_urls list.