OBJECT

AzureArmTemplateByFeature

Description

Custom role ARM template corresponding to the feature.

link GraphQL Schema definition

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

link Require by