UserDetail

Contains information about an IAM user, including all the user's policies and all the IAM groups the user is in.

This data type is used as a response element in the GetAccountAuthorizationDetails operation.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.

Link copied to clipboard

A list of the managed policies attached to the user.

Link copied to clipboard

The date and time, in ISO 8601 date-time format, when the user was created.

Link copied to clipboard

A list of IAM groups that the user is in.

Link copied to clipboard
val path: String?

The path to the user. For more information about paths, see IAM identifiers in the IAM User Guide.

Link copied to clipboard

The ARN of the policy used to set the permissions boundary for the user.

Link copied to clipboard
val tags: List<Tag>?

A list of tags that are associated with the user. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

Link copied to clipboard

The stable and unique string identifying the user. For more information about IDs, see IAM identifiers in the IAM User Guide.

Link copied to clipboard

The friendly name identifying the user.

Link copied to clipboard

A list of the inline policies embedded in the user.

Functions

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