INPUT_OBJECT
FeatureWithPermissionsGroups
Description
Cloud account feature with specific permissions groups.
link GraphQL Schema definition
- input FeatureWithPermissionsGroups {
- # The cloud account feature.
- : CloudAccountFeature
- # List of permissions groups to include for the feature.If the list is
- # empty, all permissions groups will be included.
- : [PermissionsGroup!]
- }
link Require by
- AddAwsAuthenticationServerBasedCloudAccountInputInput to add authentication server-based AWS cloud account for native protection.
- AddAwsIamUserBasedCloudAccountInputInput to add IAM user-based AWS cloud account for native protection.
- AwsGetPermissionPoliciesInputInput to retrieve the AWS permission policies.
- FinalizeAwsCloudAccountProtectionInputInput to finalize set up of an AWS cloud account.
- GcpCloudAccountAddManualAuthProjectInputInput required to add a GCP cloud account manually.
- GcpCloudAccountAddProjectsInputInput required to add a GCP cloud account.
- GcpCloudAccountUpgradeProjectsInputInput required to upgrade a list of GCP projects.
- PrepareFeatureUpdateForAwsCloudAccountInputInput to prepare feature update for AWS cloud account.
- ProjectWithFeaturesProjectWithFeatures contains the features with permission group details.
- Query
- ValidateAndCreateAwsCloudAccountInputInput to validate and set up an AWS account.