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. 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
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.
See also
suspend fun listConnectedClusterUserCredentials(argument: suspend ListConnectedClusterUserCredentialsPlainArgsBuilder.() -> Unit): ListConnectedClusterUserCredentialsResult
Return
The list of credential result response.
Parameters
argument
Builder for com.pulumi.azurenative.kubernetes.kotlin.inputs.ListConnectedClusterUserCredentialsPlainArgs.