ListConnectedClusterUserCredentialsPlainArgs

data class ListConnectedClusterUserCredentialsPlainArgs(val authenticationMethod: Either<String, AuthenticationMethod>, val clientProxy: Boolean, val clusterName: String, val resourceGroupName: String) : ConvertibleToJava<ListConnectedClusterUserCredentialsPlainArgs>

Constructors

constructor(authenticationMethod: Either<String, AuthenticationMethod>, clientProxy: Boolean, clusterName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The mode of client authentication.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): ListConnectedClusterUserCredentialsPlainArgs