DSCResources/MSFT_SentinelThreatIntelligenceIndicator/settings.json

{
  "resourceName": "SentinelThreatIntelligenceIndicator",
  "description": "Configures threat intelligence indicators in Azure Sentinel.",
  "roles": {
    "read": [],
    "update": []
  },
  "permissions": {
    "graph": {
      "delegated": {
        "read": [],
        "update": []
      },
      "application": {
        "read": [],
        "update": []
      }
    }
  },
  "requiredModules": [
    "Az.Resources"
  ]
}