get User
Get user profile. API Version: 2018-09-15.
Return
Profile of a lab user.
Parameters
argument
null
suspend fun getUser(expand: String? = null, labName: String, name: String, resourceGroupName: String): GetUserResult
Return
Profile of a lab user.
Parameters
expand
Specify the $expand query. Example: 'properties($select=identity)'
lab Name
The name of the lab.
name
The name of the user profile.
resource Group Name
The name of the resource group.
See also
Return
Profile of a lab user.
Parameters
argument
Builder for com.pulumi.azurenative.devtestlab.kotlin.inputs.GetUserPlainArgs.