List Connected Cluster User Credential Plain Args
data class ListConnectedClusterUserCredentialPlainArgs(val authenticationMethod: Either<String, AuthenticationMethod>, val clientProxy: Boolean, val clusterName: String, val resourceGroupName: String) : ConvertibleToJava<ListConnectedClusterUserCredentialPlainArgs>
Constructors
Link copied to clipboard
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.