Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.84 KB

industrydata-enrollmentmappings.md

File metadata and controls

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

enrollmentMappings resource type

Namespace: microsoft.graph.industryData

[!INCLUDE beta-disclaimer]

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

Properties

Property Type Description
memberEnrollmentMappings microsoft.graph.industryData.sectionRoleReferenceValue collection The enrollmentMappings member for the class group.
ownerEnrollmentMappings microsoft.graph.industryData.sectionRoleReferenceValue collection The enrollmentMappings owner for the class group.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.industryData.enrollmentMappings",
  "ownerEnrollmentMappings": [
    {
      "@odata.type": "microsoft.graph.industryData.sectionRoleReferenceValue"
    }
  ],
  "memberEnrollmentMappings": [
    {
      "@odata.type": "microsoft.graph.industryData.sectionRoleReferenceValue"
    }
  ]
}