INPUT_OBJECT

ServiceAccountInputInput

Description

Supported in v9.2+ The input for the RSC service account.

link GraphQL Schema definition

  • input ServiceAccountInputInput {
  • # 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!
  • # Required. Supported in v9.2+
  • # The client secret for the service account.
  • clientSecret: String!
  • # Required. Supported in v9.2+
  • # The name of the RSC service account.
  • serviceAccountName: String!
  • }