OBJECT
Service account details.
type CreateServiceAccountReply {# URI to retrieve the access token..accessTokenUri: String! # 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! }