Actor

class Actor

Represents an entity that interacts with the system during security testing

Types

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

Properties

Link copied to clipboard

Authentication information used by the actor to access resources

Link copied to clipboard

Additional description or details about the actor

Link copied to clipboard

Unique identifier for the actor (case-insensitive)

Link copied to clipboard

List of URIs accessible with the actor's credentials

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