GetUserResult

data class GetUserResult(val accessString: String, val arn: String, val authenticationModes: List<GetUserAuthenticationMode>, val id: String, val minimumEngineVersion: String, val tags: Map<String, String>, val userName: String)

A collection of values returned by getUser.

Constructors

Link copied to clipboard
constructor(accessString: String, arn: String, authenticationModes: List<GetUserAuthenticationMode>, id: String, minimumEngineVersion: String, tags: Map<String, String>, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access permissions string used for this user.

Link copied to clipboard
val arn: String

ARN of the user.

Link copied to clipboard

Denotes the user's authentication properties.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The minimum engine version supported for the user.

Link copied to clipboard

Map of tags assigned to the subnet group.

Link copied to clipboard