list Connected Cluster User Credentials
suspend fun listConnectedClusterUserCredentials(argument: ListConnectedClusterUserCredentialsPlainArgs): ListConnectedClusterUserCredentialsResult
Gets cluster user credentials of the connected cluster with a specified resource group and name. Azure REST API version: 2021-04-01-preview. Other available API versions: 2020-01-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.
See also
Parameters
authentication Method
The mode of client authentication.
client Proxy
Boolean value to indicate whether the request is for client side proxy or not
cluster Name
The name of the Kubernetes cluster on which get is called.
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun listConnectedClusterUserCredentials(argument: suspend ListConnectedClusterUserCredentialsPlainArgsBuilder.() -> Unit): ListConnectedClusterUserCredentialsResult
Return
The list of credential result response.
See also
Parameters
argument
Builder for com.pulumi.azurenative.kubernetes.kotlin.inputs.ListConnectedClusterUserCredentialsPlainArgs.