DastSiteProfile

class Object
trait Matchable
class Any

Value members

Concrete methods

def auth[A](innerSelection: SelectionBuilder[DastSiteProfileAuth, A]): SelectionBuilder[DastSiteProfile, Option[A]]

Target authentication details.

Target authentication details.

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

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

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

def excludedUrls: SelectionBuilder[DastSiteProfile, Option[List[String]]]

The URLs to skip during an authenticated scan.

The URLs to skip during an authenticated scan.

def id: SelectionBuilder[DastSiteProfile, DastSiteProfileID]

ID of the site profile.

ID of the site profile.

def normalizedTargetUrl: SelectionBuilder[DastSiteProfile, Option[String]]

Normalized URL of the target to be scanned.

Normalized URL of the target to be scanned.

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

The name of the site profile.

The name of the site profile.

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

List of security policy names that are referencing given project.

List of security policy names that are referencing given project.

def requestHeaders: SelectionBuilder[DastSiteProfile, Option[String]]

Comma-separated list of request header names and values to be added to every request made by DAST.

Comma-separated list of request header names and values to be added to every request made by DAST.

def targetType: SelectionBuilder[DastSiteProfile, Option[DastTargetTypeEnum]]

The type of target to be scanned.

The type of target to be scanned.

def targetUrl: SelectionBuilder[DastSiteProfile, Option[String]]

The URL of the target to be scanned.

The URL of the target to be scanned.

def userPermissions[A](innerSelection: SelectionBuilder[DastSiteProfilePermissions, A]): SelectionBuilder[DastSiteProfile, A]

Permissions for the current user on the resource

Permissions for the current user on the resource

The current validation status of the site profile.

The current validation status of the site profile.