plannerTaskPolicy resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the policy configuration for tasks created for a businessScenario when they're being changed outside of the scenario.

Properties

Property Type Description
rules plannerTaskRoleBasedRule collection The rules that should be enforced on the tasks when they're being changed outside of the scenario, based on the role of the caller.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.plannerTaskPolicy",
  "rules": [{"@odata.type": "microsoft.graph.plannerTaskRoleBasedRule"}]
}