GetUserResult

data class GetUserResult(val email: String, val familyName: String, val givenName: String, val id: String, val latestOperationResult: LatestOperationResultResponse, val location: String? = null, val name: String, val provisioningState: String? = null, val tags: Map<String, String>? = null, val tenantId: String, val totalUsage: String, val type: String, val uniqueIdentifier: String? = null)

The User registered to a lab

Constructors

Link copied to clipboard
constructor(email: String, familyName: String, givenName: String, id: String, latestOperationResult: LatestOperationResultResponse, location: String? = null, name: String, provisioningState: String? = null, tags: Map<String, String>? = null, tenantId: String, totalUsage: String, type: String, uniqueIdentifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The user email address, as it was specified during registration.

Link copied to clipboard

The user family name, as it was specified during registration.

Link copied to clipboard

The user given name, as it was specified during registration.

Link copied to clipboard
val id: String

The identifier of the resource.

Link copied to clipboard

The details of the latest operation. ex: status, error

Link copied to clipboard
val location: String? = null

The location of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The provisioning status of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard

The user tenant ID, as it was specified during registration.

Link copied to clipboard

How long the user has used his VMs in this lab

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The unique immutable identifier of a resource (Guid).