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.
- 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.
- 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.
- AddAzureCloudAccountSpecificFeatureInput :
- # Feature to be enabled.
- 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.
- PermissionsGroupWithVersionInput!] : [
- }