User

class User

Contains information about the user involved in the attack sequence.

Types

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

Properties

Link copied to clipboard

Contains information about the Amazon Web Services account.

Link copied to clipboard

The credentials of the user ID.

Link copied to clipboard
val name: String?

The name of the user.

Link copied to clipboard
val type: String?

The type of the user.

Link copied to clipboard
val uid: String?

The unique identifier of the user.

Functions

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