DSCResources/MSFT_AADRoleAssignmentScheduleRequest/settings.json

{
  "resourceName": "AADRoleAssignmentScheduleRequest",
  "description": "This resource configures an Azure Active Directory Privilege Identity Management assignment.",
  "roles": {
    "read": [
      "Security Reader"
    ],
    "update": [
      "Privileged Role Administrator"
    ]
  },
  "permissions": {
    "graph": {
      "application": {
        "read": [
          {
            "name": "RoleAssignmentSchedule.Read.Directory"
          }
        ],
        "update": [
          {
            "name": "RoleAssignmentSchedule.ReadWrite.Directory"
          }
        ]
      }
    }
  },
  "requiredModules": [
    "Microsoft.Graph.Applications",
    "Microsoft.Graph.Authentication",
    "Microsoft.Graph.Beta.Identity.Governance",
    "Microsoft.Graph.Groups",
    "Microsoft.Graph.Users"
  ]
}