INPUT_OBJECT

AzureRoleArmTemplateFeature

Description

Azure cloud account feature and permissions groups to use when determining the required role permissions.

link GraphQL Schema definition

  • input AzureRoleArmTemplateFeature {
  • # List of permissions groups to include for the feature. If the list is empty, all
  • # permission groups will be included.
  • permissionsGroups: [PermissionsGroup!]
  • # The cloud account feature.
  • featureType: CloudAccountFeature!
  • }