INPUT_OBJECT
AddAzureCloudAccountFeatureInput
Description
Input for enabling a feature for an Azure cloud account.
link GraphQL Schema definition
- input AddAzureCloudAccountFeatureInput {
- # Resource group to be used for creating all the resources for the feature. It is
- # required only for the Cloud Native Archival feature. It will be ignored for
- # other features.
- AddAzureCloudAccountResourceGroupInput :
- # Feature to be enabled.
- CloudAccountFeature! :
- # Specifies a list of permission groups for onboarding the feature. If the list is
- # empty, all permission groups will be onboarded.
- PermissionsGroup!] : [
- }