INPUT_OBJECT

GcpServiceAccountInput

Description

GcpServiceAccount represents a GCP service account.

link GraphQL Schema definition

  • input GcpServiceAccountInput {
  • # Email address of the service account.
  • email: String
  • # Name of the service account.
  • name: String
  • # List of scopes of the service account.
  • scopes: [String!]
  • }