plannerTaskConfiguration 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 configuration of plannerTasks created for a businessScenario.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
Get | plannerTaskConfiguration | Read the properties and relationships of a plannerTaskConfiguration object. |
Update | plannerTaskConfiguration | Update the properties of a plannerTaskConfiguration object. |
Properties
Property | Type | Description |
---|---|---|
editPolicy | plannerTaskPolicy | Policy configuration for tasks created for the businessScenario when they're being changed outside of the scenario. |
id | String | The unique identifier for the task configuration. Inherited from entity. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.plannerTaskConfiguration",
"editPolicy": {"@odata.type": "microsoft.graph.plannerTaskPolicy"},
"id": "String (identifier)"
}