Actor

class Actor

Represents an actor used during penetration testing. An actor defines a user or entity that interacts with the target application, including authentication credentials and target URIs.

Types

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

Properties

Link copied to clipboard

The authentication configuration for the actor.

Link copied to clipboard

A description of the actor.

Link copied to clipboard

The unique identifier for the actor.

Link copied to clipboard

The list of URIs that the actor targets during testing.

Functions

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