Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.42 KB

plannertaskrolebasedrule.md

File metadata and controls

45 lines (35 loc) · 1.42 KB
title description author ms.localizationpriority ms.subservice doc_type
plannerTaskRoleBasedRule resource type
Represents the rules for editing tasks created for a scenario.
TarkanSevilmis
medium
business-scenarios
resourcePageType

plannerTaskRoleBasedRule resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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"}
}