INPUT_OBJECT
GcpCloudAccountAddProjectsInput
Description
Input required to add a GCP cloud account.
link GraphQL Schema definition
- input GcpCloudAccountAddProjectsInput {
- # List of project native IDs.
- : [String!]!
- # Features with respected permission groups to be added.
- : [FeatureWithPermissionsGroups!]
- # List of GCP project native IDs to be added for native protection.
- : [String!]!
- # List of project IDs.
- : [String!]
- # Session ID of the current OAuth session.
- : String!
- # List of GCP shared VPC host project native IDs.
- : [String!]!
- }