educationIdentityDomain 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 mapping between an education user type and the domain the user's account belongs to. The domain resource is part of the identity creation configuration.

Properties

Property Type Description
appliesTo String The user role type to assign to the license. Possible values are: student, teacher, faculty.
name String Represents the domain for the user account.

JSON representation

{
  "appliesTo": { "@odata.type": "microsoft.graph.educationUserRole" },
  "name": "String"
}