DastSiteProfileAuth

class Object
trait Matchable
class Any

Value members

Concrete methods

def enabled: SelectionBuilder[DastSiteProfileAuth, Option[Boolean]]

Indicates whether authentication is enabled.

Indicates whether authentication is enabled.

def password: SelectionBuilder[DastSiteProfileAuth, Option[String]]

Redacted password to authenticate with on the target website.

Redacted password to authenticate with on the target website.

def passwordField: SelectionBuilder[DastSiteProfileAuth, Option[String]]

The name of password field at the sign-in HTML form.

The name of password field at the sign-in HTML form.

def url: SelectionBuilder[DastSiteProfileAuth, Option[String]]

The URL of the page containing the sign-in HTML form on the target website.

The URL of the page containing the sign-in HTML form on the target website.

def username: SelectionBuilder[DastSiteProfileAuth, Option[String]]

The username to authenticate with on the target website.

The username to authenticate with on the target website.

def usernameField: SelectionBuilder[DastSiteProfileAuth, Option[String]]

The name of username field at the sign-in HTML form.

The name of username field at the sign-in HTML form.