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.
  • resourceGroup: AddAzureCloudAccountResourceGroupInput
  • # Feature to be enabled.
  • featureType: CloudAccountFeature!
  • # Specifies a list of permission groups for onboarding the feature. If the list is
  • # empty, all permission groups will be onboarded.
  • permissionsGroups: [PermissionsGroup!]
  • }