INPUT_OBJECT

AddAzureCloudAccountFeatureInputWithoutOauth

Description

Input for enabling a feature for an Azure cloud account without oauth.

link GraphQL Schema definition

  • input AddAzureCloudAccountFeatureInputWithoutOauth {
  • # Version of the Azure role policy.
  • policyVersion: Int!
  • # Resource group to be used for creating all the resources for the feature.
  • # Resource group is required only for the Cloud Native
  • # Archival/Archival-Encryption features. It will be ignored for other features.
  • resourceGroup: AddAzureCloudAccountResourceGroupInput
  • # Specific feature input to be used for enabling the feature. It is required only
  • # for the Cloud Native Archival Encryption feature. It will be ignored for other
  • # features.
  • specificFeatureInput: AddAzureCloudAccountSpecificFeatureInput
  • # Feature to be enabled.
  • featureType: CloudAccountFeature!
  • # Specifies a list of permission groups with their respective policy versions for
  • # onboarding the feature. If the list is empty, all permission groups will be
  • # onboarded.
  • permissionsGroups: [PermissionsGroupWithVersionInput!]
  • }