User

class User : KotlinCustomResource

The User registered to a lab API Version: 2018-10-15.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:labservices:User myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}/users/{userName}

Properties

Link copied to clipboard
val email: Output<String>

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

Link copied to clipboard
val familyName: Output<String>

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

Link copied to clipboard
val givenName: Output<String>

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

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

Link copied to clipboard
val location: Output<String>?

The location of the resource.

Link copied to clipboard
val name: Output<String>

The name of the resource.

Link copied to clipboard

The provisioning status of the resource.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<Map<String, String>>?

The tags of the resource.

Link copied to clipboard
val tenantId: Output<String>

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

Link copied to clipboard
val totalUsage: Output<String>

How long the user has used his VMs in this lab

Link copied to clipboard
val type: Output<String>

The type of the resource.

Link copied to clipboard
val uniqueIdentifier: Output<String>?

The unique immutable identifier of a resource (Guid).

Link copied to clipboard
val urn: Output<String>