AddAzureCloudAccountFeatureInputWithoutOauth
Input for enabling a feature for an Azure cloud account without oauth.
Fields
| Field | Type | Description |
|---|---|---|
| featureType | CloudAccountFeature! | Feature to be enabled. |
| permissionsGroups | [PermissionsGroupWithVersionInput!] | 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. |
| policyVersion | Int! | Version of the Azure role policy. |
| resourceGroup | AddAzureCloudAccountResourceGroupInput | 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. |
| specificFeatureInput | AddAzureCloudAccountSpecificFeatureInput | 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. |