OBJECT

ServiceAccountInfo

Description

Supported in v9.2+ The details of the RSC service account.

link GraphQL Schema definition

  • type ServiceAccountInfo {
  • # Required. Supported in v9.2+
  • # The name of the RSC service account.
  • serviceAccountName: String!
  • # Required. Supported in v9.2+
  • # The access token for the service account.
  • accessToken: String!
  • # Required. Supported in v9.2+
  • # The client ID for the service account.
  • clientId: String!
  • }