INPUT_OBJECT

GcpCloudAccountAddProjectsInput

Description

Input required to add a GCP cloud account.

link GraphQL Schema definition

  • input GcpCloudAccountAddProjectsInput {
  • # Session ID of the current OAuth session.
  • sessionId: String!
  • # List of GCP project native IDs to be added for native protection.
  • nativeProtectionProjectIds: [String!]!
  • # List of GCP shared VPC host project native IDs.
  • sharedVpcHostProjectIds: [String!]!
  • # List of project native IDs.
  • cloudAccountsProjectIds: [String!]!
  • # List of project IDs.
  • projectIds: [String!]
  • # Features with respected permission groups to be added.
  • featuresWithPermissionGroups: [FeatureWithPermissionsGroups!]
  • }

link Require by