Create a new service account. The returned ServiceAccountWithSecret contains the OAuth client secret, which is returned only once and cannot be retrieved later.
Delete a service account by ID.
Get a service account's details by ID.
List all service accounts within the organization.
Rotate the OAuth client secret for a service account by ID. The returned ServiceAccountWithSecret contains the new secret, which is returned only once; the previous secret is invalidated.
Update an existing service account by ID.
Operations for managing service accounts within the organization. Accessed via AdminClient.serviceAccounts.