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
- AwsGetPermissionPoliciesInputInput to retrieve the AWS permission policies.
- FinalizeAwsCloudAccountProtectionInputInput to finalize set up of an AWS cloud account.
- 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.
- Query
- ValidateAndCreateAwsCloudAccountInputInput to validate and set up an AWS account.