list Managed Cluster User Credentials
suspend fun listManagedClusterUserCredentials(argument: ListManagedClusterUserCredentialsPlainArgs): ListManagedClusterUserCredentialsResult
The list credential result response. Azure REST API version: 2023-04-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.
resource Group Name
The name of the resource group. The name is case insensitive.
resource Name
The name of the managed cluster resource.
server Fqdn
server fqdn type for credentials to be returned
suspend fun listManagedClusterUserCredentials(argument: suspend ListManagedClusterUserCredentialsPlainArgsBuilder.() -> Unit): ListManagedClusterUserCredentialsResult
Return
The list credential result response.
See also
Parameters
argument
Builder for com.pulumi.azurenative.containerservice.kotlin.inputs.ListManagedClusterUserCredentialsPlainArgs.