Skip to content
Snippets Groups Projects

Extend DastSiteProfile with more config options

All threads resolved!
Compare and Show latest version
3 files
+ 29
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -1402,6 +1402,7 @@ Represents a DAST Site Profile.
@@ -1402,6 +1402,7 @@ Represents a DAST Site Profile.
| Field | Type | Description |
| Field | Type | Description |
| ----- | ---- | ----------- |
| ----- | ---- | ----------- |
 
| `authenticationEnabled` | Boolean | Indicates whether authentication is enabled. Will always return `null` if `security_dast_site_profiles_additional_fields` feature flag is disabled. |
| `editPath` | String | Relative web path to the edit page of a site profile. |
| `editPath` | String | Relative web path to the edit page of a site profile. |
| `excludedUrls` | String | The URLs to skip during an authenticated scan. Will always return `null` if `security_dast_site_profiles_additional_fields` feature flag is disabled. |
| `excludedUrls` | String | The URLs to skip during an authenticated scan. Will always return `null` if `security_dast_site_profiles_additional_fields` feature flag is disabled. |
| `id` | DastSiteProfileID! | ID of the site profile. |
| `id` | DastSiteProfileID! | ID of the site profile. |
Loading