DSCResources/MSFT_SPORetentionLabelsSettings/settings.json

{
  "resourceName": "SPORetentionLabelsSettings",
  "description": "Configures the retention label settings. This setting is accessible via the Purview Record Management settings screen.",
  "roles": {
    "read": [],
    "update": []
  },
  "permissions": {
    "graph": {
      "delegated": {
        "read": [],
        "update": []
      },
      "application": {
        "read": [],
        "update": []
      }
    },
    "sharepoint": {
      "delegated": {
        "read": [],
        "update": []
      },
      "application": {
        "read": [
          {
            "name": "Sites.FullControl.All"
          }
        ],
        "update": [
          {
            "name": "Sites.FullControl.All"
          }
        ]
      }
    }
  },
  "requiredModules": []
}