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!]!
  • }

link Require by