listConnectedClusterUserCredentials

Gets cluster user credentials of the connected cluster with a specified resource group and name. Uses Azure REST API version 2021-04-01-preview.

Return

The list of credential result response.

Parameters

argument

null


suspend fun listConnectedClusterUserCredentials(authenticationMethod: Either<String, AuthenticationMethod>, clientProxy: Boolean, clusterName: String, resourceGroupName: String): ListConnectedClusterUserCredentialsResult

Return

The list of credential result response.

Parameters

authenticationMethod

The mode of client authentication.

clientProxy

Boolean value to indicate whether the request is for client side proxy or not

clusterName

The name of the Kubernetes cluster on which get is called.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

The list of credential result response.

Parameters

argument

Builder for com.pulumi.azurenative.kubernetes.kotlin.inputs.ListConnectedClusterUserCredentialsPlainArgs.

See also