DSCResources/MSFT_AADAttributeSet/settings.json

{
  "resourceName": "AADAttributeSet",
  "description": "Represents a group of related custom security attribute definitions.",
  "roles": {
    "read": [
      "Attribute Definition Reader"
    ],
    "update": [
      "Attribute Definition Administrator"
    ]
  },
  "permissions": {
    "graph": {
      "delegated": {
        "read": [],
        "update": []
      },
      "application": {
        "read": [
          {
            "name": "CustomSecAttributeDefinition.Read.All"
          }
        ],
        "update": [
          {
            "name": "CustomSecAttributeDefinition.ReadWrite.All"
          }
        ]
      }
    }
  },
  "requiredModules": [
    "Microsoft.Graph.Authentication",
    "Microsoft.Graph.Beta.Identity.DirectoryManagement"
  ]
}