GetUserResult

data class GetUserResult(val apiManagementName: String, val email: String, val firstName: String, val id: String, val lastName: String, val note: String, val resourceGroupName: String, val state: String, val userId: String)

A collection of values returned by getUser.

Constructors

Link copied to clipboard
constructor(apiManagementName: String, email: String, firstName: String, id: String, lastName: String, note: String, resourceGroupName: String, state: String, userId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The Email Address used for this User.

Link copied to clipboard

The First Name for the User.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Last Name for the User.

Link copied to clipboard

Any notes about this User.

Link copied to clipboard
Link copied to clipboard

The current state of this User, for example active, blocked or pending.

Link copied to clipboard