OBJECT
AzureArmTemplateByFeature
Description
Custom role ARM template corresponding to the feature.
link GraphQL Schema definition
- type AzureArmTemplateByFeature {
- # The level at which the template should be deployed.
- : ArmTemplateDeploymentLevel!
- # Cloud native protections features.
- : CloudAccountFeature!
- # Policy permissions groups versions to be used for adding and upgrading the
- # subscription.
- : [PermissionsGroupWithVersion!]!
- # 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!
- }