GetUserResult

data class GetUserResult(val azureApiVersion: String, val createdDate: String, val id: String, val identity: UserIdentityResponse? = null, val location: String? = null, val name: String, val provisioningState: String, val secretStore: UserSecretStoreResponse? = null, val tags: Map<String, String>? = null, val type: String, val uniqueIdentifier: String)

Profile of a lab user.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, createdDate: String, id: String, identity: UserIdentityResponse? = null, location: String? = null, name: String, provisioningState: String, secretStore: UserSecretStoreResponse? = null, tags: Map<String, String>? = null, type: String, uniqueIdentifier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The creation date of the user profile.

Link copied to clipboard
val id: String

The identifier of the resource.

Link copied to clipboard

The identity of the user.

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

The secret store of the user.

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

The tags of the resource.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The unique immutable identifier of a resource (Guid).