OBJECT

ServiceAccountClient

Description

Service account.

link GraphQL Schema definition

  • type ServiceAccountClient {
  • # Id of service account.
  • id: String!
  • # Name of service account.
  • name: String!
  • }