GetUserResult

data class GetUserResult(val arn: String, val id: String, val path: String, val permissionsBoundary: String, val tags: Map<String, String>, val userId: String, val userName: String)

A collection of values returned by getUser.

Constructors

Link copied to clipboard
constructor(arn: String, id: String, path: String, permissionsBoundary: String, tags: Map<String, String>, userId: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN assigned by AWS for this user.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Path in which this user was created.

Link copied to clipboard

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

Link copied to clipboard

Map of key-value pairs associated with the user.

Link copied to clipboard

Unique ID assigned by AWS for this user.

Link copied to clipboard

Name associated to this User