Packages

o

io.pg.gitlab.graphql

DastScannerProfile

object DastScannerProfile

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DastScannerProfile
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def editPath: SelectionBuilder[DastScannerProfile, Option[String]]

    Relative web path to the edit page of a scanner profile

  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def id: SelectionBuilder[DastScannerProfile, DastScannerProfileID]

    ID of the DAST scanner profile

  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def profileName: SelectionBuilder[DastScannerProfile, Option[String]]

    Name of the DAST scanner profile

  17. 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.

  18. 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.

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

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

  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def targetTimeout: SelectionBuilder[DastScannerProfile, Option[Int]]

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

  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. 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.

  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. 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

Inherited from AnyRef

Inherited from Any

Ungrouped