Object

UpdateSiteScopeInput

Specifies the input fields required to update the scope for scans of a given site.

Fields

site_id(): ID!
The unique identifier of the site whose scope you want to update.
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 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.