Create project service account
Creates a new service account in the project. By default, this also returns an unredacted API key for the service account.
Path parameters
The ID of the project.
Request body
Response
Project service account created successfully.
Changes
Changed in 3 of the 31 revisions of this API.613
- ●
added the new
noneenum value to theroleresponse property for the response status200response-property-enum-value-added
- ○
added the new optional request property
create_service_account_onlynew-optional-request-property
- ●
- ▲
the
api_keyresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
removed the required property
api_key/created_atfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
api_key/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
api_key/namefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
api_key/objectfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
api_key/valuefrom the response with the200statusresponse-required-property-removed
- ○
added
ProjectServiceAccountApiKeysubschema #2to theapi_keyresponse propertyanyOflist for the response status200response-property-any-of-added
- ▲
- ○
the endpoint scheme security
AdminApiKeyAuthwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○