DSCResources/MSFT_CommerceSelfServicePurchase/settings.json

{
  "resourceName": "CommerceSelfServicePurchase",
  "description": "Manages the Self Purchase policies in commerce.",
  "roles": {},
  "permissions": {
    "M365 License Manager": {
      "delegated": {
        "read": [
          {
            "name": "LicenseManager.AccessAsUser"
          }
        ],
        "update": [
          {
            "name": "LicenseManager.AccessAsUser"
          }
        ]
      },
      "application": {
        "read": [
          {
            "name": "Policy.Read.AllowSelfServicePurchase"
          }
        ],
        "update": [
          {
            "name": "Policy.ReadWrite.AllowSelfServicePurchase"
          }
        ]
      }
    }
  },
  "requiredModules": [
    "MSCloudLoginAssistant"
  ]
}