GetUserResult

data class GetUserResult(val attributes: Map<String, String>, val email: String, val emailVerified: Boolean, val enabled: Boolean, val federatedIdentities: List<String>, val firstName: String, val id: String, val lastName: String, val realmId: String, val requiredActions: List<String>, val username: String)

A collection of values returned by getUser.

Constructors

Link copied to clipboard
constructor(attributes: Map<String, String>, email: String, emailVerified: Boolean, enabled: Boolean, federatedIdentities: List<String>, firstName: String, id: String, lastName: String, realmId: String, requiredActions: List<String>, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Computed) A map representing attributes for the user

Link copied to clipboard

(Computed) The user's email.

Link copied to clipboard

(Computed) Whether the email address was validated or not. Default to false.

Link copied to clipboard

(Computed) When false, this user cannot log in. Defaults to true.

Link copied to clipboard

(Computed) The user's federated identities, if applicable. This block has the following schema:

Link copied to clipboard

(Computed) The user's first name.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

(Computed) The user's last name.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard