Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 1.21 KB

StaticSite.md

File metadata and controls

13 lines (9 loc) · 1.21 KB

StaticSite

Properties

Name Type Description Notes
excluded_asset_groups ExcludedAssetGroups Assets associated with these asset groups will be excluded from the site's scan. [optional]
excluded_targets ExcludedScanTargets Addresses to be excluded from the site's scan. Each address is a string that can represent either a hostname, ipv4 address, ipv4 address range, ipv6 address, or CIDR notation. [optional]
included_asset_groups IncludedAssetGroups Assets associated with these asset groups will be included in the site's scan. [optional]
included_targets IncludedScanTargets Addresses to be included in the site's scan. At least one address must be specified in a static site. Each address is a string that can represent either a hostname, ipv4 address, ipv4 address range, ipv6 address, or CIDR notation. [optional]

[Back to Model list] [Back to API list] [Back to README]