create_service_account
Create a service account in a GCP project by providing a project ID, account ID, display name, and optionally a description.
Instructions
Create a new service account in a GCP project.
Args:
project_id: The ID of the GCP project
account_id: The ID for the service account (must be between 6 and 30 characters)
display_name: A user-friendly name for the service account
description: Optional description for the service account
Returns:
Result of the service account creation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| project_id | Yes | ||
| description | No | ||
| display_name | Yes |