listConnectedClusterUserCredential

Gets cluster user credentials of the connected cluster with a specified resource group and name. API Version: 2022-05-01-preview.

Return

The list of credential result response.

Parameters

argument

null


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

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.ListConnectedClusterUserCredentialPlainArgs.

See also