gcp-vertexai-workbench-instance-owner-access-token-output
The Workbench VM-only helper returns a short-lived Google API bearer token for the instance owner; the official method declares no separate IAM permission and says not to invoke it directly.
Where it sits
| location | notebooks.projects.locations.instances.generateAccessToken.access_token |
| location kind | output_value |
| data kinds | oauth_token bearer_token credential |
| emits edge | ExposesCredential |
| service | Vertex AI / Workbench (gcp:vertexai) |
Collection recipe
| access mode | creation_response_only |
| operation | notebooks.projects.locations.instances.generateAccessToken |
| response path | access_token |
| encoding | string |
| params | {"name": "\u003cresource-name\u003e"} |
References