Object

ScopeInput

Specifies the input fields required to set the scope of a site.

Fields

included_urls(): [String!]!
A list of URLs that will be crawled and audited during scans of this site. By default, all subdirectories of these URLs will be included in the scan. You can use the excluded_urls field to specify any subdirectories that you want to exclude from scans.
excluded_urls(): [String!]
A list of URLs that will be skipped during scans of this site. For example, if a particular subdirectory contains sensitive data, you can enter its URL here to exclude it from scans. All subdirectories of an excluded URL will also be skipped.
protocol_options(): ScopeProtocolOptions
Options to determine which protocols are used when scanning your site's URLs.