OBJECT
Service account details.
type CreateServiceAccountReply {# Client ID of the service account.clientId: String! # Client secret used to authenticate to the authorization server.clientSecret: String! # Name of the service account.name: String! # URI to retrieve the access token..accessTokenUri: String! }