Required. The account id that is used to generate the service account email address and a stable unique id. It is unique within a project, must be 6-30 characters long, and match the regular expression [a-z]([-a-z0-9]*[a-z0-9]) to comply with RFC1035.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 UTC."],[[["This API endpoint allows you to create a new ServiceAccount within a specified project."],["The HTTP request uses a `POST` method with a URL structure that follows gRPC Transcoding syntax, requiring the project's resource name in the path."],["The request body requires you to provide an `accountId` and the details for the `serviceAccount` you want to create."],["Successful requests will return a newly created instance of the `ServiceAccount` resource in the response body."],["Creating a service account requires authorization through one of the provided OAuth scopes: `https://www.googleapis.com/auth/iam` or `https://www.googleapis.com/auth/cloud-platform`, along with the `iam.serviceAccounts.create` permission."]]],[]]