getUser

suspend fun getUser(argument: GetUserPlainArgs): GetUserResult

Use this data source to access information about an existing API Management User.

Return

A collection of values returned by getUser.

Parameters

argument

A collection of arguments for invoking getUser.


suspend fun getUser(apiManagementName: String, resourceGroupName: String, userId: String): GetUserResult

Return

A collection of values returned by getUser.

Parameters

apiManagementName

The Name of the API Management Service in which this User exists.

resourceGroupName

The Name of the Resource Group in which the API Management Service exists.

userId

The Identifier for the User.

See also


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

Return

A collection of values returned by getUser.

Parameters

argument

Builder for com.pulumi.azure.apimanagement.kotlin.inputs.GetUserPlainArgs.

See also