Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.06 KB

plannerpropertyrule.md

File metadata and controls

43 lines (32 loc) · 1.06 KB
title description author ms.localizationpriority ms.subservice doc_type
plannerPropertyRule resource type
An abstract base type of all entity rule definitions for Microsoft Planner.
TarkanSevilmis
medium
business-scenarios
resourcePageType

plannerPropertyRule resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

An abstract base type of all entity rule definitions for Microsoft Planner.

Base type of plannerTaskPropertyRule.

Properties

Property Type Description
ruleKind plannerRuleKind Identifies which type of property rules is represented by this instance. The possible values are: taskRule, bucketRule, planRule, unknownFutureValue.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.plannerPropertyRule",
  "ruleKind": "String"
}