plannerTaskRoleBasedRule 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 rules for editing tasks created for a scenario.
Properties
Property | Type | Description |
---|---|---|
defaultRule | String | Default rule that applies when a property or action-specific rule is not provided. Possible values are: Allow , Block |
propertyRule | plannerTaskPropertyRule | Rules for specific properties and actions. |
role | plannerTaskConfigurationRoleBase | The role these rules apply to. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.plannerTaskRoleBasedRule",
"defaultRule": "String",
"propertyRule": {"@odata.type": "microsoft.graph.plannerTaskPropertyRule"},
"role": {"@odata.type": "microsoft.graph.plannerTaskConfigurationRoleBase"}
}