项目文件夹

文件
wehub-resource-sync e04ed9c211
CF: Deploy Dev Docs / deploy (push) Has been cancelled
Sync Labels / build (push) Has been cancelled
tests / unit tests (macos-latest) (push) Has been cancelled
tests / unit tests (windows-latest) (push) Has been cancelled
tests / unit tests (ubuntu-latest) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:32:45 +08:00

1.4 KiB

title, type, weight, description
title type weight description
alloydb-list-users docs 1 The "alloydb-list-users" tool lists all database users within an AlloyDB cluster.

About

The alloydb-list-users tool lists all database users within an AlloyDB cluster.

The tool takes the following input parameters:

Parameter Type Description Required
project string The GCP project ID to list users for. Yes
cluster string The ID of the cluster to list users from. Yes
location string The location of the cluster (e.g., 'us-central1'). Yes

Compatible Sources

{{< compatible-sources >}}

Example

kind: tool
name: list_users
type: alloydb-list-users
source: alloydb-admin-source
description: Use this tool to list all database users within an AlloyDB cluster

Reference

field type required description
type string true Must be alloydb-list-users.
source string true The name of an alloydb-admin source.
description string false Description of the tool that is passed to the agent.