INPUT_OBJECT

ProjectIdToServiceAccountEntry

Description

Service account for the project.

link GraphQL Schema definition

  • input ProjectIdToServiceAccountEntry {
  • # The project native ID.
  • key: String
  • # The service account to be used for cloud calls.
  • value: String
  • }