Task

class Task

Represents a task within a pentest job

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier of the agent space this task belongs to

Link copied to clipboard

List of categories associated with this task

Link copied to clipboard
val createdAt: <Error class: unknown class>?

Timestamp when the task was created

Link copied to clipboard

Detailed description of the task's purpose and scope

Link copied to clipboard

Current status of the task execution

Link copied to clipboard

Location of execution logs for auditing and review

Link copied to clipboard

Identifier of the parent pentest

Link copied to clipboard

Identifier of the pentest job this task belongs to

Link copied to clipboard

Type of security risk this task is designed to test

Link copied to clipboard

Target endpoint for this security test

Link copied to clipboard

Unique identifier for the task

Link copied to clipboard

Title or name of the task

Link copied to clipboard
val updatedAt: <Error class: unknown class>?

Timestamp when the task was last updated

Functions

Link copied to clipboard
inline fun copy(block: Task.Builder.() -> Unit = {}): Task
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String