INPUT_OBJECT
GcpServiceAccount represents a GCP service account.
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!]}