Get User Result
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)
Properties
Link copied to clipboard
The user family name, as it was specified during registration.
Link copied to clipboard
The details of the latest operation. ex: status, error
Link copied to clipboard
The provisioning status of the resource.
Link copied to clipboard
How long the user has used his VMs in this lab
Link copied to clipboard
The unique immutable identifier of a resource (Guid).