Pentest

class Pentest

Represents a pentest configuration and execution details

Types

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

Properties

Link copied to clipboard

ID of the agent space where the pentest exists

Link copied to clipboard

Collection of assets to be tested or used during the pentest

Link copied to clipboard

Strategy for code remediation on findings

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

Timestamp when the pentest was created

Link copied to clipboard

A list of risk types excluded from the pentest execution

Link copied to clipboard

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

Link copied to clipboard

Configuration for network traffic filtering

Link copied to clipboard

Unique identifier for the pentest

Link copied to clipboard

Service role ARN for accessing customer resources

Link copied to clipboard

Title or name of the pentest

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

Timestamp when the pentest was last updated

Link copied to clipboard

VPC configuration that the Security Agent accesses

Functions

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