|
5794 | 5794 | <Annotation Term="Org.OData.Core.V1.Description" String="The email address of the user." /> |
5795 | 5795 | </Property> |
5796 | 5796 | <Property Name="tenantId" Type="Edm.String"> |
5797 | | - <Annotation Term="Org.OData.Core.V1.Description" String="TenantId which the Microsoft Entra user belongs to." /> |
| 5797 | + <Annotation Term="Org.OData.Core.V1.Description" String="The tenant ID of the Microsoft Entra user." /> |
5798 | 5798 | </Property> |
5799 | 5799 | <Property Name="userId" Type="Edm.String"> |
5800 | | - <Annotation Term="Org.OData.Core.V1.Description" String="The guid of the user." /> |
| 5800 | + <Annotation Term="Org.OData.Core.V1.Description" String="The user ID of the Microsoft Entra user." /> |
5801 | 5801 | </Property> |
5802 | 5802 | <NavigationProperty Name="user" Type="graph.user" /> |
5803 | 5803 | </EntityType> |
|
12239 | 12239 | <Property Name="instructions" Type="graph.educationItemBody"> |
12240 | 12240 | <Annotation Term="Org.OData.Core.V1.Description" String="Instructions for the assignment. The instructions and the display name tell the student what to do." /> |
12241 | 12241 | </Property> |
12242 | | - <Property Name="languageTag" Type="Edm.String" /> |
| 12242 | + <Property Name="languageTag" Type="Edm.String"> |
| 12243 | + <Annotation Term="Org.OData.Core.V1.Description" String="Specifies the language in which UI notifications for the assignment are displayed. If languageTag isn't provided, the default language is en-US. Optional." /> |
| 12244 | + </Property> |
12243 | 12245 | <Property Name="lastModifiedBy" Type="graph.identitySet"> |
12244 | 12246 | <Annotation Term="Org.OData.Core.V1.Description" String="Who last modified the assignment." /> |
12245 | 12247 | </Property> |
|
12272 | 12274 | <NavigationProperty Name="gradingCategory" Type="graph.educationGradingCategory"> |
12273 | 12275 | <Annotation Term="Org.OData.Core.V1.Description" String="When set, enables users to weight assignments differently when computing a class average grade." /> |
12274 | 12276 | </NavigationProperty> |
12275 | | - <NavigationProperty Name="gradingScheme" Type="graph.educationGradingScheme" /> |
| 12277 | + <NavigationProperty Name="gradingScheme" Type="graph.educationGradingScheme"> |
| 12278 | + <Annotation Term="Org.OData.Core.V1.Description" String="When set, enables users to configure custom string grades based on the percentage of total points earned on this assignment." /> |
| 12279 | + </NavigationProperty> |
12276 | 12280 | <NavigationProperty Name="resources" Type="Collection(graph.educationAssignmentResource)" ContainsTarget="true"> |
12277 | 12281 | <Annotation Term="Org.OData.Core.V1.Description" String="Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable." /> |
12278 | 12282 | </NavigationProperty> |
@@ -12317,11 +12321,15 @@ |
12317 | 12321 | <Property Name="submissionAnimationDisabled" Type="Edm.Boolean"> |
12318 | 12322 | <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether to show the turn-in celebration animation. If true, indicates to skip the animation. The default value is false." /> |
12319 | 12323 | </Property> |
12320 | | - <NavigationProperty Name="defaultGradingScheme" Type="graph.educationGradingScheme" /> |
| 12324 | + <NavigationProperty Name="defaultGradingScheme" Type="graph.educationGradingScheme"> |
| 12325 | + <Annotation Term="Org.OData.Core.V1.Description" String="The default grading scheme for assignments created in this class." /> |
| 12326 | + </NavigationProperty> |
12321 | 12327 | <NavigationProperty Name="gradingCategories" Type="Collection(graph.educationGradingCategory)" ContainsTarget="true"> |
12322 | 12328 | <Annotation Term="Org.OData.Core.V1.Description" String="When set, enables users to weight assignments differently when computing a class average grade." /> |
12323 | 12329 | </NavigationProperty> |
12324 | | - <NavigationProperty Name="gradingSchemes" Type="Collection(graph.educationGradingScheme)" ContainsTarget="true" /> |
| 12330 | + <NavigationProperty Name="gradingSchemes" Type="Collection(graph.educationGradingScheme)" ContainsTarget="true"> |
| 12331 | + <Annotation Term="Org.OData.Core.V1.Description" String="The grading schemes that can be attached to assignments created in this class." /> |
| 12332 | + </NavigationProperty> |
12325 | 12333 | </EntityType> |
12326 | 12334 | <EntityType Name="educationCategory" BaseType="graph.entity"> |
12327 | 12335 | <Property Name="displayName" Type="Edm.String"> |
|
12426 | 12434 | </Property> |
12427 | 12435 | </EntityType> |
12428 | 12436 | <EntityType Name="educationGradingScheme" BaseType="graph.entity"> |
12429 | | - <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
12430 | | - <Property Name="grades" Type="Collection(graph.educationGradingSchemeGrade)" Nullable="false" /> |
12431 | | - <Property Name="hidePointsDuringGrading" Type="Edm.Boolean" Nullable="false" /> |
| 12437 | + <Property Name="displayName" Type="Edm.String" Nullable="false"> |
| 12438 | + <Annotation Term="Org.OData.Core.V1.Description" String="The name of the grading scheme." /> |
| 12439 | + </Property> |
| 12440 | + <Property Name="grades" Type="Collection(graph.educationGradingSchemeGrade)" Nullable="false"> |
| 12441 | + <Annotation Term="Org.OData.Core.V1.Description" String="The grades that make up the scheme." /> |
| 12442 | + </Property> |
| 12443 | + <Property Name="hidePointsDuringGrading" Type="Edm.Boolean" Nullable="false"> |
| 12444 | + <Annotation Term="Org.OData.Core.V1.Description" String="The display setting for the UI. Indicates whether teachers can grade with points in addition to letter grades." /> |
| 12445 | + </Property> |
12432 | 12446 | </EntityType> |
12433 | 12447 | <EntityType Name="educationModule" BaseType="graph.entity"> |
12434 | 12448 | <Property Name="createdBy" Type="graph.identitySet"> |
|
31125 | 31139 | </Property> |
31126 | 31140 | </ComplexType> |
31127 | 31141 | <ComplexType Name="educationGradingSchemeGrade"> |
31128 | | - <Property Name="defaultPercentage" Type="Edm.Single" /> |
31129 | | - <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
31130 | | - <Property Name="minPercentage" Type="Edm.Single" Nullable="false" /> |
| 31142 | + <Property Name="defaultPercentage" Type="Edm.Single"> |
| 31143 | + <Annotation Term="Org.OData.Core.V1.Description" String="The midpoint of the grade range." /> |
| 31144 | + </Property> |
| 31145 | + <Property Name="displayName" Type="Edm.String" Nullable="false"> |
| 31146 | + <Annotation Term="Org.OData.Core.V1.Description" String="The name of this individual grade." /> |
| 31147 | + </Property> |
| 31148 | + <Property Name="minPercentage" Type="Edm.Single" Nullable="false"> |
| 31149 | + <Annotation Term="Org.OData.Core.V1.Description" String="The minimum percentage of the total points needed to achieve this grade." /> |
| 31150 | + </Property> |
31131 | 31151 | </ComplexType> |
31132 | 31152 | <ComplexType Name="educationItemBody"> |
31133 | 31153 | <Property Name="content" Type="Edm.String" /> |
|
39525 | 39545 | <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
39526 | 39546 | <Record> |
39527 | 39547 | <PropertyValue Property="Description" String="channel: doesUserHaveAccess" /> |
39528 | | - <PropertyValue Property="LongDescription" String="Determine whether a user has access to a shared channel." /> |
| 39548 | + <PropertyValue Property="LongDescription" String="Determine whether a user has access to a channel." /> |
39529 | 39549 | </Record> |
39530 | 39550 | </Annotation> |
39531 | 39551 | <Annotation Term="Org.OData.Core.V1.Links"> |
|
51403 | 51423 | <Term Name="sourceUrl" Type="Edm.String" AppliesTo="microsoft.graph.driveItem" /> |
51404 | 51424 | <Term Name="teamCreationMode" Type="Edm.String" AppliesTo="microsoft.graph.team" /> |
51405 | 51425 | <Term Name="temporaryId" Type="Edm.String" AppliesTo="microsoft.graph.chatMessageHostedContent" /> |
| 51426 | + <Term Name="originalSourceMembershipUrl" Type="Edm.String" AppliesTo="microsoft.graph.aadUserConversationMember"> |
| 51427 | + <Annotation Term="Org.OData.Core.V1.LongDescription" String="This annotation represents the URL of the original source membership that distinguishes between direct and indirect members. Use this annotation with the List allMembers API." /> |
| 51428 | + </Term> |
51406 | 51429 | <Term Name="channelCreationMode" Type="Edm.String" AppliesTo="microsoft.graph.channel"> |
51407 | 51430 | <Annotation Term="Org.OData.Core.V1.LongDescription" String="Indicates that the channel is in migration state and is currently being used for migration purposes. It accepts one value: migration." /> |
51408 | 51431 | </Term> |
|
61405 | 61428 | </Record> |
61406 | 61429 | </Annotation> |
61407 | 61430 | </Annotations> |
| 61431 | + <Annotations Target="microsoft.graph.GraphService/education/classes/assignments/gradingScheme"> |
| 61432 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 61433 | + <Record> |
| 61434 | + <PropertyValue Property="Description" String="Add educationGradingScheme" /> |
| 61435 | + <PropertyValue Property="LongDescription" String="Add an existing educationGradingScheme to an existing educationAssignment." /> |
| 61436 | + </Record> |
| 61437 | + </Annotation> |
| 61438 | + <Annotation Term="Org.OData.Core.V1.Links"> |
| 61439 | + <Collection> |
| 61440 | + <Record> |
| 61441 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/update" /> |
| 61442 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationassignment-put-gradingscheme?view=graph-rest-1.0" /> |
| 61443 | + </Record> |
| 61444 | + </Collection> |
| 61445 | + </Annotation> |
| 61446 | + </Annotations> |
61408 | 61447 | <Annotations Target="microsoft.graph.GraphService/education/classes/assignments/resources"> |
61409 | 61448 | <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
61410 | 61449 | <Record> |
|
61699 | 61738 | </Collection> |
61700 | 61739 | </Annotation> |
61701 | 61740 | </Annotations> |
| 61741 | + <Annotations Target="microsoft.graph.GraphService/education/classes/assignmentSettings/defaultGradingScheme"> |
| 61742 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 61743 | + <Record> |
| 61744 | + <PropertyValue Property="Description" String="Add defaultGradingScheme" /> |
| 61745 | + <PropertyValue Property="LongDescription" String="Add the default educationGradingScheme to an educationAssignmentSettings object." /> |
| 61746 | + </Record> |
| 61747 | + </Annotation> |
| 61748 | + <Annotation Term="Org.OData.Core.V1.Links"> |
| 61749 | + <Collection> |
| 61750 | + <Record> |
| 61751 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/update" /> |
| 61752 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationassignmentsettings-put-defaultgradingscheme?view=graph-rest-1.0" /> |
| 61753 | + </Record> |
| 61754 | + </Collection> |
| 61755 | + </Annotation> |
| 61756 | + </Annotations> |
61702 | 61757 | <Annotations Target="microsoft.graph.GraphService/education/classes/assignmentSettings/gradingCategories"> |
61703 | 61758 | <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
61704 | 61759 | <Record> |
|
61715 | 61770 | </Collection> |
61716 | 61771 | </Annotation> |
61717 | 61772 | </Annotations> |
| 61773 | + <Annotations Target="microsoft.graph.GraphService/education/classes/assignmentSettings/gradingSchemes"> |
| 61774 | + <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
| 61775 | + <Record> |
| 61776 | + <PropertyValue Property="Description" String="Create educationGradingScheme" /> |
| 61777 | + <PropertyValue Property="LongDescription" String="Create a new educationGradingScheme on an educationClass. Only teachers can perform this operation." /> |
| 61778 | + </Record> |
| 61779 | + </Annotation> |
| 61780 | + <Annotation Term="Org.OData.Core.V1.Links"> |
| 61781 | + <Collection> |
| 61782 | + <Record> |
| 61783 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" /> |
| 61784 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationassignmentsettings-post-gradingschemes?view=graph-rest-1.0" /> |
| 61785 | + </Record> |
| 61786 | + <Record> |
| 61787 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/delete" /> |
| 61788 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationgradingscheme-delete?view=graph-rest-1.0" /> |
| 61789 | + </Record> |
| 61790 | + <Record> |
| 61791 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/get" /> |
| 61792 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationgradingscheme-get?view=graph-rest-1.0" /> |
| 61793 | + </Record> |
| 61794 | + </Collection> |
| 61795 | + </Annotation> |
| 61796 | + <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"> |
| 61797 | + <Record> |
| 61798 | + <PropertyValue Property="Description" String="Delete educationGradingScheme" /> |
| 61799 | + <PropertyValue Property="LongDescription" String="Delete an educationGradingScheme object." /> |
| 61800 | + </Record> |
| 61801 | + </Annotation> |
| 61802 | + <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
| 61803 | + <Record> |
| 61804 | + <PropertyValue Property="Description" String="Get educationGradingScheme" /> |
| 61805 | + <PropertyValue Property="LongDescription" String="Read the properties and relationships of an educationGradingScheme object." /> |
| 61806 | + <PropertyValue Property="ReadByKeyRestrictions"> |
| 61807 | + <Record> |
| 61808 | + <PropertyValue Property="Description" String="Get educationGradingScheme" /> |
| 61809 | + <PropertyValue Property="LongDescription" String="Read the properties and relationships of an educationGradingScheme object." /> |
| 61810 | + </Record> |
| 61811 | + </PropertyValue> |
| 61812 | + </Record> |
| 61813 | + </Annotation> |
| 61814 | + </Annotations> |
| 61815 | + <Annotations Target="microsoft.graph.GraphService/education/classes/assignmentSettings/gradingschemes"> |
| 61816 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 61817 | + <Record> |
| 61818 | + <PropertyValue Property="Description" String="Update educationGradingScheme" /> |
| 61819 | + <PropertyValue Property="LongDescription" String="Update the properties of an educationGradingScheme object." /> |
| 61820 | + </Record> |
| 61821 | + </Annotation> |
| 61822 | + <Annotation Term="Org.OData.Core.V1.Links"> |
| 61823 | + <Collection> |
| 61824 | + <Record> |
| 61825 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/update" /> |
| 61826 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/educationgradingscheme-update?view=graph-rest-1.0" /> |
| 61827 | + </Record> |
| 61828 | + </Collection> |
| 61829 | + </Annotation> |
| 61830 | + </Annotations> |
61718 | 61831 | <Annotations Target="microsoft.graph.GraphService/education/classes/members"> |
61719 | 61832 | <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
61720 | 61833 | <Record> |
|
99695 | 99808 | <Property Name="incidentWebUrl" Type="Edm.String"> |
99696 | 99809 | <Annotation Term="Org.OData.Core.V1.Description" String="URL for the incident page in the Microsoft 365 Defender portal." /> |
99697 | 99810 | </Property> |
99698 | | - <Property Name="investigationState" Type="microsoft.graph.security.investigationState" /> |
| 99811 | + <Property Name="investigationState" Type="microsoft.graph.security.investigationState"> |
| 99812 | + <Annotation Term="Org.OData.Core.V1.Description" String="Information on the current status of the investigation. Possible values are: unknown, terminated, successfullyRemediated, benign, failed, partiallyRemediated, running, pendingApproval, pendingResource, queued, innerFailure, preexistingAlert, unsupportedOs, unsupportedAlertType, suppressedAlert, partiallyInvestigated, terminatedByUser, terminatedBySystem, unknownFutureValue." /> |
| 99813 | + </Property> |
99699 | 99814 | <Property Name="lastActivityDateTime" Type="Edm.DateTimeOffset"> |
99700 | 99815 | <Annotation Term="Org.OData.Core.V1.Description" String="The oldest activity associated with the alert." /> |
99701 | 99816 | </Property> |
|
0 commit comments