Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.04 KB

plannertaskconfigurationrolebase.md

File metadata and controls

41 lines (31 loc) · 1.04 KB
title description author ms.localizationpriority ms.subservice doc_type
plannerTaskConfigurationRoleBase resource type
An abstract type that represents a role that a plannerTaskRoleBasedRule can be applied to.
TarkanSevilmis
medium
business-scenarios
resourcePageType

plannerTaskConfigurationRoleBase resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

An abstract type that represents a role that a plannerTaskRoleBasedRule can be applied to.

Properties

Property Type Description
roleKind plannerUserRoleKind Type of the role. The possible values are: relationship, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.plannerTaskConfigurationRoleBase",
  "roleKind": "String"
}