DastSiteProfile
object 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.
Relative web path to the edit page of a site profile.
Relative web path to the edit page of a site profile.
List of security policy names that are referencing given project.
List of security policy names that are referencing given project.
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 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
def validationStatus: SelectionBuilder[DastSiteProfile, Option[DastSiteProfileValidationStatusEnum]]
The current validation status of the site profile.
The current validation status of the site profile.