PentestJob

Represents a pentest job

Types

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

Properties

Link copied to clipboard

List of actors that interact with the system

Link copied to clipboard

List of allowed domains for network access

Link copied to clipboard

Strategy for code remediation on findings

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

Timestamp when the pentest job was created

Link copied to clipboard

List of documents providing context for testing

Link copied to clipboard

List of web application endpoints to test

Link copied to clipboard

Error information regarding the pentest job

Link copied to clipboard

List of URL paths to exclude from testing

Link copied to clipboard

A list of risk types excluded from the pentest job

Link copied to clipboard

A list of execution context messages associated with the pentest job

Link copied to clipboard

List of integrated code repositories

Link copied to clipboard

CloudWatch log group and stream prefix where pentest job logs are stored

Link copied to clipboard

Configuration for network traffic filtering

Link copied to clipboard

Overview or description of the pentest job

Link copied to clipboard

Identifier of the parent pentest

Link copied to clipboard

Unique identifier of the pentest job

Link copied to clipboard

Service role ARN for accessing customer resources

Link copied to clipboard

List of source code repositories for static analysis

Link copied to clipboard

Current status of the pentest job

Link copied to clipboard
val steps: List<Step>?

List of execution steps for the pentest job

Link copied to clipboard

Title or name of the pentest

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

Timestamp when the pentest job was last updated

Link copied to clipboard

VPC configuration that the Security Agent accesses

Functions

Link copied to clipboard
inline fun copy(block: PentestJob.Builder.() -> Unit = {}): PentestJob
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