list Connected Cluster User Credential
suspend fun listConnectedClusterUserCredential(argument: ListConnectedClusterUserCredentialPlainArgs): ListConnectedClusterUserCredentialResult
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
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 listConnectedClusterUserCredential(argument: suspend ListConnectedClusterUserCredentialPlainArgsBuilder.() -> Unit): ListConnectedClusterUserCredentialResult
Return
The list of credential result response.
Parameters
argument
Builder for com.pulumi.azurenative.kubernetes.kotlin.inputs.ListConnectedClusterUserCredentialPlainArgs.