Create Service Account

Creates a service account.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
display_namestringRequiredformat: "text"
The service account's display name. A unique, human readable name to identify a service account.
gen_keyringbooleanOptional
Indicates whether to generate a keyring along with the new service account. The default is false.

Response

The response object to the corresponding create service account request.
service_accountobject

Errors