listManagedClusterUserCredentials

The list credential result response. Azure REST API version: 2023-04-01. Other available API versions: 2019-02-01, 2019-06-01, 2021-05-01, 2023-05-02-preview, 2023-06-01, 2023-06-02-preview, 2023-07-01, 2023-07-02-preview, 2023-08-01, 2023-08-02-preview, 2023-09-01.

Return

The list credential result response.

Parameters

argument

null


suspend fun listManagedClusterUserCredentials(format: String? = null, resourceGroupName: String, resourceName: String, serverFqdn: String? = null): ListManagedClusterUserCredentialsResult

Return

The list credential result response.

See also

Parameters

format

Only apply to AAD clusters, specifies the format of returned kubeconfig. Format 'azure' will return azure auth-provider kubeconfig; format 'exec' will return exec format kubeconfig, which requires kubelogin binary in the path.

resourceGroupName

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

resourceName

The name of the managed cluster resource.

serverFqdn

server fqdn type for credentials to be returned


Return

The list credential result response.

See also

Parameters

argument

Builder for com.pulumi.azurenative.containerservice.kotlin.inputs.ListManagedClusterUserCredentialsPlainArgs.