Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.34 KB

industrydata-additionalclassgroupoptions.md

File metadata and controls

45 lines (33 loc) · 1.34 KB
title description author ms.localizationpriority ms.subservice doc_type
additionalClassGroupOptions resource type
The different management choices for the class groups to be provisioned.
cristobal-buenrostro
medium
industry-data-etl
resourcePageType

additionalClassGroupOptions resource type

Namespace: microsoft.graph.industryData

[!INCLUDE beta-disclaimer]

The different management choices for the class groups to be provisioned.

Properties

Property Type Description
createTeam Boolean Indicates whether a team should be created for the class group.
writeDisplayNameOnCreateOnly Boolean Indicates whether the class group display name should be set on create.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.industryData.additionalClassGroupOptions",
  "createTeam": "Boolean",
  "writeDisplayNameOnCreateOnly": "Boolean"
}