AwsIamUserDetails

Information about an IAM user.

Types

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

Properties

Link copied to clipboard

A list of the managed policies that are attached to the user.

Link copied to clipboard

Indicates when the user was created.

Link copied to clipboard

A list of IAM groups that the user belongs to.

Link copied to clipboard
val path: String?

The path to the user.

Link copied to clipboard

The permissions boundary for the user.

Link copied to clipboard

The unique identifier for the user.

Link copied to clipboard

The name of the user.

Link copied to clipboard

The list of inline policies that are embedded in the user.

Functions

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