JobType

sealed class JobType

The type of pentest job execution.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object Full : JobType

A full pentest job that executes all phases including scanning, managed execution, and guided exploration.

Link copied to clipboard

A targeted revalidation job that retests specific findings to determine whether they are still exploitable.

Link copied to clipboard
data class SdkUnknown(val value: String) : JobType

Properties

Link copied to clipboard
abstract val value: String