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.
- String! :
- # List of GCP project native IDs to be added for native protection.
- String!]! : [
- # List of GCP shared VPC host project native IDs.
- String!]! : [
- # List of project native IDs.
- String!]! : [
- # List of project IDs.
- String!] : [
- # Features with respected permission groups to be added.
- FeatureWithPermissionsGroups!] : [
- }