External DocumentationTo learn more, visit the GCP documentation.
Parameters
Example Output
Workflow Library Example
List Service Accounts with Gcp and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Project ID | The name of the parent project to access. |
| Return All Pages | Automatically fetch all resources, page by page. |
{
"accounts": [
{
"name": "<string>",
"projectId": "<string>",
"uniqueId": "<string>",
"email": "<string>",
"displayName": "<string>",
"etag": "<string>",
"description": "<string>",
"oauth2ClientId": "<string>"
}
],
"nextPageToken": "<string>"
}
Was this page helpful?