DastScannerProfile

class Object
trait Matchable
class Any

Value members

Concrete methods

def editPath: SelectionBuilder[DastScannerProfile, Option[String]]

Relative web path to the edit page of a scanner profile.

Relative web path to the edit page of a scanner profile.

def id: SelectionBuilder[DastScannerProfile, DastScannerProfileID]

ID of the DAST scanner profile.

ID of the DAST scanner profile.

def profileName: SelectionBuilder[DastScannerProfile, Option[String]]

Name of the DAST scanner profile.

Name of the DAST scanner profile.

def referencedInSecurityPolicies: SelectionBuilder[DastScannerProfile, Option[List[String]]]

List of security policy names that are referencing given project.

List of security policy names that are referencing given project.

def scanType: SelectionBuilder[DastScannerProfile, Option[DastScanTypeEnum]]

Indicates the type of DAST scan that will run. Either a Passive Scan or an Active Scan.

Indicates the type of DAST scan that will run. Either a Passive Scan or an Active Scan.

def showDebugMessages: SelectionBuilder[DastScannerProfile, Boolean]

Indicates if debug messages should be included in DAST console output. True to include the debug messages.

Indicates if debug messages should be included in DAST console output. True to include the debug messages.

def spiderTimeout: SelectionBuilder[DastScannerProfile, Option[Int]]

The maximum number of minutes allowed for the spider to traverse the site.

The maximum number of minutes allowed for the spider to traverse the site.

def targetTimeout: SelectionBuilder[DastScannerProfile, Option[Int]]

The maximum number of seconds allowed for the site under test to respond to a request.

The maximum number of seconds allowed for the site under test to respond to a request.

def useAjaxSpider: SelectionBuilder[DastScannerProfile, Boolean]

Indicates if the AJAX spider should be used to crawl the target site. True to run the AJAX spider in addition to the traditional spider, and false to run only the traditional spider.

Indicates if the AJAX spider should be used to crawl the target site. True to run the AJAX spider in addition to the traditional spider, and false to run only the traditional spider.

Deprecated methods

@deprecated("Use `id`. Deprecated in 13.6.", "")

ID of the DAST scanner profile. Deprecated in 13.6: Use id.

ID of the DAST scanner profile. Deprecated in 13.6: Use id.

Deprecated