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