OBJECT

GcpCloudAccountProjectForOauth

Description

Details of a GCP project for OAuth.

link GraphQL Schema definition

  • type GcpCloudAccountProjectForOauth {
  • # GCP project ID.
  • projectId: String!
  • # GCP project name.
  • name: String!
  • # List of permissions missing in the GCP project.
  • missingPermissions: [String!]
  • }

link Require by