Get User Result
data class GetUserResult(val additionalUsageQuota: String? = null, val displayName: String, val email: String, val id: String, val invitationSent: String, val invitationState: String, val name: String, val provisioningState: String, val registrationState: String, val systemData: SystemDataResponse, val totalUsage: String, val type: String)
User of a lab that can register for and use virtual machines within the lab.
Properties
Link copied to clipboard
The amount of usage quota time the user gets in addition to the lab usage quota.
Link copied to clipboard
Display name of the user, for example user's full name.
Link copied to clipboard
Date and time when the invitation message was sent to the user.
Link copied to clipboard
State of the invitation message for the user.
Link copied to clipboard
Current provisioning state of the user resource.
Link copied to clipboard
State of the user's registration within the lab.
Link copied to clipboard
Metadata pertaining to creation and last modification of the user resource.
Link copied to clipboard
How long the user has used their virtual machines in this lab.