gcp_create_service_account
Create a new service account in a GCP project by providing a project ID and unique account ID, with optional display name and description.
Instructions
Create a new service account in a GCP project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | Unique ID for the service account (6-30 chars, e.g. 'my-deployer'). | |
| projectId | Yes | The GCP project ID. | |
| description | No | Optional description of the service account's purpose. | |
| displayName | No | Optional human-readable name. |