Get desktop application:
View/edit binary Protocol Buffers messages
The service to manage your Service Accounts
Create a new Service Account. The returned client_id and client_secret can be used as login credentials. Note that the client_secret can only be read out once, at creation.
Request o create a service account.
Name of the service account to create.
If set, the service-account will be added to this group upon creation.
Response of creating a service account.
The created service account.
The client id of the service account.
The client secret of the service account.
List all service accounts.
Request to list service accounts.
(message has no fields)
Response for listing service accounts.
the retrieved service accounts.
Delete a service account. It can take up to the TTL of access tokens for existing sessions using this service_account, to expire.
Request to delete a service account.
The id of the service account to delete.
Empty response for deleting a service account.
(message has no fields)
Service account model.
Used in:
Unique name of the service account.
Creation date.
Author of the service account.
Whether the service account is managed by the system.
List of group IDs the service account belongs to.