OBJECT

GcpCloudAccountMissingPermissionsForAddition

Description

List of permissions missing for project addition for projects ineligible for addition.

link GraphQL Schema definition

  • type GcpCloudAccountMissingPermissionsForAddition {
  • # GCP project ID.
  • projectId: String!
  • # Permissions which are missing for adding a GCP project.
  • missingPermissions: [String!]!
  • }

link Require by