OBJECT
AzureArmTemplateByFeature
Description
Custom role ARM template corresponding to the feature.
link GraphQL Schema definition
- type AzureArmTemplateByFeature {
- # Cloud native protections features.
- CloudAccountFeature! :
- # The template required for supporting the feature specified by the feature field.
- # During the upgrade operation, only the role definition template is returned.
- String! :
- # Policy permission version to be used for adding and upgrading the subscription.
- Int! :
- # Policy permissions groups versions to be used for adding and upgrading the
- # subscription.
- PermissionsGroupWithVersion!]! : [
- # The level at which the template should be deployed.
- ArmTemplateDeploymentLevel! :
- }