plannerFieldRules 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 and permissions that apply to a property as part of a plannerTaskPropertyRule.

Properties

Property Type Description
defaultRules String collection The default rules that apply if no override matches to the current data.
overrides plannerRuleOverride collection Overrides that specify different rules for specific data associated with the field.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.plannerFieldRules",
  "defaultRules": ["String"],
  "overrides": [{"@odata.type": "microsoft.graph.plannerRuleOverride"}]
}