object DastScannerProfile
- Alphabetic
- By Inheritance
- DastScannerProfile
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
editPath: SelectionBuilder[DastScannerProfile, Option[String]]
Relative web path to the edit page of a scanner profile
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
id: SelectionBuilder[DastScannerProfile, DastScannerProfileID]
ID of the DAST scanner profile
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
profileName: SelectionBuilder[DastScannerProfile, Option[String]]
Name of the DAST scanner profile
-
def
scanType: SelectionBuilder[DastScannerProfile, Option[DastScanTypeEnum]]
Indicates the type of DAST scan that will run.
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.
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
targetTimeout: SelectionBuilder[DastScannerProfile, Option[Int]]
The maximum number of seconds allowed for the site under test to respond to a request
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
useAjaxSpider: SelectionBuilder[DastScannerProfile, Boolean]
Indicates if the AJAX spider should be used to crawl the target site.
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.
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated
-
def
globalId: SelectionBuilder[DastScannerProfile, DastScannerProfileID]
ID of the DAST scanner profile.
ID of the DAST scanner profile. Deprecated in 13.6: Use
id- Annotations
- @deprecated
- Deprecated
(Since version ) Use
id. Deprecated in 13.6