getUser

suspend fun getUser(argument: GetUserPlainArgs): GetUserResult

Gets the properties of the specified user. Uses Azure REST API version 2022-03-01. Other available API versions: 2021-02-01-preview, 2023-01-01-preview, 2023-07-01, 2023-12-01.

Return

Represents a user who has access to one or more shares on the Data Box Edge/Gateway device.

Parameters

argument

null


suspend fun getUser(deviceName: String, name: String, resourceGroupName: String): GetUserResult

Return

Represents a user who has access to one or more shares on the Data Box Edge/Gateway device.

Parameters

deviceName

The device name.

name

The user name.

resourceGroupName

The resource group name.

See also


suspend fun getUser(argument: suspend GetUserPlainArgsBuilder.() -> Unit): GetUserResult

Return

Represents a user who has access to one or more shares on the Data Box Edge/Gateway device.

Parameters

argument

Builder for com.pulumi.azurenative.databoxedge.kotlin.inputs.GetUserPlainArgs.

See also