Create service account
gcp_create_service_accountCreate a new Google Cloud service account in a specified project to grant workloads or applications their own identity and IAM permissions.
Instructions
Creates a new service account in a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | 6-30 char id, becomes accountId@project.iam.gserviceaccount.com | |
| projectId | No | GCP project id; defaults to GOOGLE_CLOUD_PROJECT env var | |
| description | No | ||
| displayName | No |