|
855 | 855 | <Member Name="meeting" Value="2" /> |
856 | 856 | <Member Name="unknownFutureValue" Value="3" /> |
857 | 857 | </EnumType> |
| 858 | + <EnumType Name="checkInMethod"> |
| 859 | + <Member Name="unspecified" Value="0" /> |
| 860 | + <Member Name="manual" Value="1" /> |
| 861 | + <Member Name="inferred" Value="2" /> |
| 862 | + <Member Name="verified" Value="3" /> |
| 863 | + <Member Name="unknownFutureValue" Value="4" /> |
| 864 | + </EnumType> |
858 | 865 | <EnumType Name="clickSource"> |
859 | 866 | <Member Name="unknown" Value="0" /> |
860 | 867 | <Member Name="qrCode" Value="1" /> |
|
7874 | 7881 | <Property Name="flagStatus" Type="graph.followupFlagStatus" /> |
7875 | 7882 | <Property Name="startDateTime" Type="graph.dateTimeTimeZone" /> |
7876 | 7883 | </ComplexType> |
| 7884 | + <ComplexType Name="fraudProtectionConfiguration" Abstract="true" /> |
| 7885 | + <ComplexType Name="fraudProtectionProviderConfiguration" BaseType="graph.fraudProtectionConfiguration"> |
| 7886 | + <NavigationProperty Name="fraudProtectionProvider" Type="graph.fraudProtectionProvider" /> |
| 7887 | + </ComplexType> |
7877 | 7888 | <ComplexType Name="freeBusyError"> |
7878 | 7889 | <Property Name="message" Type="Edm.String" /> |
7879 | 7890 | <Property Name="responseCode" Type="Edm.String" /> |
|
8717 | 8728 | <Property Name="position" Type="graph.onenotePatchInsertPosition" /> |
8718 | 8729 | <Property Name="target" Type="Edm.String" Nullable="false" /> |
8719 | 8730 | </ComplexType> |
| 8731 | + <ComplexType Name="onFraudProtectionLoadStartExternalUsersAuthHandler" BaseType="graph.onFraudProtectionLoadStartHandler"> |
| 8732 | + <Property Name="signUp" Type="graph.fraudProtectionConfiguration" /> |
| 8733 | + </ComplexType> |
| 8734 | + <ComplexType Name="onFraudProtectionLoadStartHandler" Abstract="true" /> |
8720 | 8735 | <ComplexType Name="onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp" BaseType="graph.onInteractiveAuthFlowStartHandler"> |
8721 | 8736 | <Property Name="isSignUpAllowed" Type="Edm.Boolean" Nullable="false" /> |
8722 | 8737 | </ComplexType> |
|
11948 | 11963 | <Property Name="displayName" Type="Edm.String" /> |
11949 | 11964 | <Property Name="type" Type="Edm.String" /> |
11950 | 11965 | </EntityType> |
| 11966 | + <EntityType Name="arkoseFraudProtectionProvider" BaseType="graph.fraudProtectionProvider"> |
| 11967 | + <Property Name="clientSubDomain" Type="Edm.String" Nullable="false" /> |
| 11968 | + <Property Name="privateKey" Type="Edm.String" Nullable="false" /> |
| 11969 | + <Property Name="publicKey" Type="Edm.String" Nullable="false" /> |
| 11970 | + <Property Name="verifySubDomain" Type="Edm.String" Nullable="false" /> |
| 11971 | + </EntityType> |
11951 | 11972 | <EntityType Name="associatedTeamInfo" BaseType="graph.teamInfo" /> |
11952 | 11973 | <EntityType Name="attachment" BaseType="graph.entity" Abstract="true"> |
11953 | 11974 | <Property Name="contentType" Type="Edm.String" /> |
|
12051 | 12072 | <EntityType Name="authenticationEventListener" BaseType="graph.entity" Abstract="true" OpenType="true"> |
12052 | 12073 | <Property Name="authenticationEventsFlowId" Type="Edm.String" /> |
12053 | 12074 | <Property Name="conditions" Type="graph.authenticationConditions" /> |
| 12075 | + <Property Name="displayName" Type="Edm.String" /> |
12054 | 12076 | </EntityType> |
12055 | 12077 | <EntityType Name="authenticationEventsFlow" BaseType="graph.entity" Abstract="true" OpenType="true"> |
12056 | 12078 | <Property Name="conditions" Type="graph.authenticationConditions" /> |
|
12619 | 12641 | <Property Name="isDeleted" Type="Edm.Boolean" /> |
12620 | 12642 | <Property Name="messageType" Type="graph.chatMessageType" Nullable="false" /> |
12621 | 12643 | </EntityType> |
| 12644 | + <EntityType Name="checkInClaim"> |
| 12645 | + <Key> |
| 12646 | + <PropertyRef Name="calendarEventId" /> |
| 12647 | + </Key> |
| 12648 | + <Property Name="calendarEventId" Type="Edm.String" Nullable="false" /> |
| 12649 | + <Property Name="checkInMethod" Type="graph.checkInMethod" Nullable="false" /> |
| 12650 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
| 12651 | + </EntityType> |
12622 | 12652 | <EntityType Name="checklistItem" BaseType="graph.entity"> |
12623 | 12653 | <Property Name="checkedDateTime" Type="Edm.DateTimeOffset" /> |
12624 | 12654 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
|
14366 | 14396 | <NavigationProperty Name="engagementAsyncOperations" Type="Collection(graph.engagementAsyncOperation)" ContainsTarget="true" /> |
14367 | 14397 | <NavigationProperty Name="learningCourseActivities" Type="Collection(graph.learningCourseActivity)" ContainsTarget="true" /> |
14368 | 14398 | <NavigationProperty Name="learningProviders" Type="Collection(graph.learningProvider)" ContainsTarget="true" /> |
| 14399 | + <NavigationProperty Name="roles" Type="Collection(graph.engagementRole)" ContainsTarget="true" /> |
14369 | 14400 | </EntityType> |
14370 | 14401 | <EntityType Name="employeeExperienceUser" BaseType="graph.entity"> |
| 14402 | + <NavigationProperty Name="assignedRoles" Type="Collection(graph.engagementRole)" ContainsTarget="true" /> |
14371 | 14403 | <NavigationProperty Name="learningCourseActivities" Type="Collection(graph.learningCourseActivity)" /> |
14372 | 14404 | </EntityType> |
14373 | 14405 | <EntityType Name="endpoint" BaseType="graph.directoryObject" OpenType="true"> |
|
14430 | 14462 | <Property Name="title" Type="Edm.String" Nullable="false" /> |
14431 | 14463 | </EntityType> |
14432 | 14464 | <EntityType Name="engagementConversationSystemMessage" BaseType="graph.engagementConversationMessage" /> |
| 14465 | + <EntityType Name="engagementRole" BaseType="graph.entity"> |
| 14466 | + <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
| 14467 | + <NavigationProperty Name="members" Type="Collection(graph.engagementRoleMember)" ContainsTarget="true" /> |
| 14468 | + </EntityType> |
| 14469 | + <EntityType Name="engagementRoleMember" BaseType="graph.entity"> |
| 14470 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 14471 | + <Property Name="userId" Type="Edm.String" /> |
| 14472 | + <NavigationProperty Name="user" Type="graph.user" /> |
| 14473 | + </EntityType> |
14433 | 14474 | <EntityType Name="enrollmentConfigurationAssignment" BaseType="graph.entity"> |
14434 | 14475 | <Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /> |
14435 | 14476 | </EntityType> |
|
14740 | 14781 | <Property Name="multivaluedComparisonType" Type="graph.scopeOperatorMultiValuedComparisonType" Nullable="false" /> |
14741 | 14782 | <Property Name="supportedAttributeTypes" Type="Collection(graph.attributeType)" Nullable="false" /> |
14742 | 14783 | </EntityType> |
| 14784 | + <EntityType Name="fraudProtectionProvider" BaseType="graph.entity" Abstract="true"> |
| 14785 | + <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
| 14786 | + </EntityType> |
14743 | 14787 | <EntityType Name="governanceInsight" BaseType="graph.entity" Abstract="true"> |
14744 | 14788 | <Property Name="insightCreatedDateTime" Type="Edm.DateTimeOffset" /> |
14745 | 14789 | </EntityType> |
|
15126 | 15170 | <Property Name="width" Type="Edm.Int32" /> |
15127 | 15171 | <NavigationProperty Name="webparts" Type="Collection(graph.webPart)" ContainsTarget="true" /> |
15128 | 15172 | </EntityType> |
| 15173 | + <EntityType Name="humanSecurityFraudProtectionProvider" BaseType="graph.fraudProtectionProvider"> |
| 15174 | + <Property Name="appId" Type="Edm.String" Nullable="false" /> |
| 15175 | + <Property Name="serverToken" Type="Edm.String" Nullable="false" /> |
| 15176 | + </EntityType> |
15129 | 15177 | <EntityType Name="identityApiConnector" BaseType="graph.entity"> |
15130 | 15178 | <Property Name="authenticationConfiguration" Type="graph.apiAuthenticationConfigurationBase" /> |
15131 | 15179 | <Property Name="displayName" Type="Edm.String" /> |
|
16451 | 16499 | <NavigationProperty Name="parentNotebook" Type="graph.notebook" /> |
16452 | 16500 | <NavigationProperty Name="parentSectionGroup" Type="graph.sectionGroup" /> |
16453 | 16501 | </EntityType> |
| 16502 | + <EntityType Name="onFraudProtectionLoadStartListener" BaseType="graph.authenticationEventListener"> |
| 16503 | + <Property Name="handler" Type="graph.onFraudProtectionLoadStartHandler" /> |
| 16504 | + </EntityType> |
16454 | 16505 | <EntityType Name="onInteractiveAuthFlowStartListener" BaseType="graph.authenticationEventListener"> |
16455 | 16506 | <Property Name="handler" Type="graph.onInteractiveAuthFlowStartHandler" /> |
16456 | 16507 | </EntityType> |
|
16941 | 16992 | <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
16942 | 16993 | <Property Name="geoCoordinates" Type="graph.outlookGeoCoordinates" /> |
16943 | 16994 | <Property Name="phone" Type="Edm.String" /> |
| 16995 | + <NavigationProperty Name="checkIns" Type="Collection(graph.checkInClaim)" ContainsTarget="true" /> |
16944 | 16996 | </EntityType> |
16945 | 16997 | <EntityType Name="planner" BaseType="graph.entity"> |
16946 | 16998 | <NavigationProperty Name="buckets" Type="Collection(graph.plannerBucket)" ContainsTarget="true"> |
|
17678 | 17730 | <Property Name="userPrincipalName" Type="Edm.String" /> |
17679 | 17731 | </EntityType> |
17680 | 17732 | <EntityType Name="riskPreventionContainer"> |
| 17733 | + <NavigationProperty Name="fraudProtectionProviders" Type="Collection(graph.fraudProtectionProvider)" ContainsTarget="true" /> |
17681 | 17734 | <NavigationProperty Name="webApplicationFirewallProviders" Type="Collection(graph.webApplicationFirewallProvider)" ContainsTarget="true" /> |
17682 | 17735 | <NavigationProperty Name="webApplicationFirewallVerifications" Type="Collection(graph.webApplicationFirewallVerificationModel)" ContainsTarget="true" /> |
17683 | 17736 | </EntityType> |
|
28771 | 28824 | </Action> |
28772 | 28825 | </Schema> |
28773 | 28826 | <Schema Namespace="microsoft.graph.identityGovernance" xmlns="http://docs.oasis-open.org/odata/ns/edm"> |
| 28827 | + <EnumType Name="activationTaskScopeType"> |
| 28828 | + <Member Name="allTasks" Value="0" /> |
| 28829 | + <Member Name="failedTasks" Value="1" /> |
| 28830 | + <Member Name="unknownFutureValue" Value="2" /> |
| 28831 | + </EnumType> |
| 28832 | + <EnumType Name="activationUserScopeType"> |
| 28833 | + <Member Name="allUsers" Value="0" /> |
| 28834 | + <Member Name="failedUsers" Value="1" /> |
| 28835 | + <Member Name="unknownFutureValue" Value="2" /> |
| 28836 | + </EnumType> |
28774 | 28837 | <EnumType Name="customTaskExtensionOperationStatus"> |
28775 | 28838 | <Member Name="completed" Value="0" /> |
28776 | 28839 | <Member Name="failed" Value="1" /> |
@@ -28813,13 +28876,30 @@ |
28813 | 28876 | <Member Name="scheduled" Value="0" /> |
28814 | 28877 | <Member Name="onDemand" Value="1" /> |
28815 | 28878 | <Member Name="unknownFutureValue" Value="2" /> |
| 28879 | + <Member Name="activatedWithScope" Value="3" /> |
28816 | 28880 | </EnumType> |
28817 | 28881 | <EnumType Name="workflowTriggerTimeBasedAttribute"> |
28818 | 28882 | <Member Name="employeeHireDate" Value="0" /> |
28819 | 28883 | <Member Name="employeeLeaveDateTime" Value="1" /> |
28820 | 28884 | <Member Name="unknownFutureValue" Value="2" /> |
28821 | 28885 | <Member Name="createdDateTime" Value="3" /> |
28822 | 28886 | </EnumType> |
| 28887 | + <ComplexType Name="activateGroupScope" BaseType="microsoft.graph.identityGovernance.activationScope"> |
| 28888 | + <NavigationProperty Name="group" Type="graph.group" Nullable="false" /> |
| 28889 | + </ComplexType> |
| 28890 | + <ComplexType Name="activateProcessingResultScope" BaseType="microsoft.graph.identityGovernance.activationScope"> |
| 28891 | + <Property Name="taskScope" Type="microsoft.graph.identityGovernance.activationTaskScopeType" Nullable="false" /> |
| 28892 | + <NavigationProperty Name="processingResults" Type="Collection(microsoft.graph.identityGovernance.userProcessingResult)" /> |
| 28893 | + </ComplexType> |
| 28894 | + <ComplexType Name="activateRunScope" BaseType="microsoft.graph.identityGovernance.activationScope"> |
| 28895 | + <Property Name="taskScope" Type="microsoft.graph.identityGovernance.activationTaskScopeType" Nullable="false" /> |
| 28896 | + <Property Name="userScope" Type="microsoft.graph.identityGovernance.activationUserScopeType" Nullable="false" /> |
| 28897 | + <NavigationProperty Name="run" Type="microsoft.graph.identityGovernance.run" Nullable="false" /> |
| 28898 | + </ComplexType> |
| 28899 | + <ComplexType Name="activateUserScope" BaseType="microsoft.graph.identityGovernance.activationScope"> |
| 28900 | + <NavigationProperty Name="users" Type="Collection(graph.user)" /> |
| 28901 | + </ComplexType> |
| 28902 | + <ComplexType Name="activationScope" Abstract="true" /> |
28823 | 28903 | <ComplexType Name="attributeChangeTrigger" BaseType="microsoft.graph.identityGovernance.workflowExecutionTrigger"> |
28824 | 28904 | <Property Name="triggerAttributes" Type="Collection(microsoft.graph.identityGovernance.triggerAttribute)" Nullable="false" /> |
28825 | 28905 | </ComplexType> |
|
28957 | 29037 | <NavigationProperty Name="workflowTemplates" Type="Collection(microsoft.graph.identityGovernance.workflowTemplate)" ContainsTarget="true" /> |
28958 | 29038 | </EntityType> |
28959 | 29039 | <EntityType Name="run" BaseType="graph.entity"> |
| 29040 | + <Property Name="activatedOnScope" Type="microsoft.graph.identityGovernance.activationScope" /> |
28960 | 29041 | <Property Name="completedDateTime" Type="Edm.DateTimeOffset" /> |
28961 | 29042 | <Property Name="failedTasksCount" Type="Edm.Int32" Nullable="false" /> |
28962 | 29043 | <Property Name="failedUsersCount" Type="Edm.Int32" Nullable="false" /> |
|
28969 | 29050 | <Property Name="totalUnprocessedTasksCount" Type="Edm.Int32" Nullable="false" /> |
28970 | 29051 | <Property Name="totalUsersCount" Type="Edm.Int32" Nullable="false" /> |
28971 | 29052 | <Property Name="workflowExecutionType" Type="microsoft.graph.identityGovernance.workflowExecutionType" Nullable="false" /> |
| 29053 | + <NavigationProperty Name="reprocessedRuns" Type="Collection(microsoft.graph.identityGovernance.run)" /> |
28972 | 29054 | <NavigationProperty Name="taskProcessingResults" Type="Collection(microsoft.graph.identityGovernance.taskProcessingResult)" ContainsTarget="true" /> |
28973 | 29055 | <NavigationProperty Name="userProcessingResults" Type="Collection(microsoft.graph.identityGovernance.userProcessingResult)" ContainsTarget="true" /> |
28974 | 29056 | </EntityType> |
|
29024 | 29106 | <Property Name="totalUnprocessedTasksCount" Type="Edm.Int32" Nullable="false" /> |
29025 | 29107 | <Property Name="workflowExecutionType" Type="microsoft.graph.identityGovernance.workflowExecutionType" Nullable="false" /> |
29026 | 29108 | <Property Name="workflowVersion" Type="Edm.Int32" Nullable="false" /> |
| 29109 | + <NavigationProperty Name="reprocessedRuns" Type="Collection(microsoft.graph.identityGovernance.run)" /> |
29027 | 29110 | <NavigationProperty Name="subject" Type="graph.user" Nullable="false" /> |
29028 | 29111 | <NavigationProperty Name="taskProcessingResults" Type="Collection(microsoft.graph.identityGovernance.taskProcessingResult)" ContainsTarget="true" /> |
29029 | 29112 | </EntityType> |
|
29071 | 29154 | <Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.workflow" /> |
29072 | 29155 | <Parameter Name="subjects" Type="Collection(graph.user)" /> |
29073 | 29156 | </Action> |
| 29157 | + <Action Name="activateWithScope" IsBound="true"> |
| 29158 | + <Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.workflow" /> |
| 29159 | + <Parameter Name="scope" Type="microsoft.graph.identityGovernance.activationScope" /> |
| 29160 | + </Action> |
29074 | 29161 | <Action Name="createNewVersion" EntitySetPath="bindingParameter" IsBound="true"> |
29075 | 29162 | <Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.workflow" /> |
29076 | 29163 | <Parameter Name="workflow" Type="microsoft.graph.identityGovernance.workflow" /> |
|
34206 | 34293 | <Annotations Target="microsoft.graph.employeeExperience/engagementAsyncOperations"> |
34207 | 34294 | <Annotation Term="Org.OData.Core.V1.Description" String="A collection of long-running, asynchronous operations related to Viva Engage." /> |
34208 | 34295 | </Annotations> |
| 34296 | + <Annotations Target="microsoft.graph.employeeExperience/roles"> |
| 34297 | + <Annotation Term="Org.OData.Core.V1.Description" String="Viva Engage roles and their membership." /> |
| 34298 | + </Annotations> |
| 34299 | + <Annotations Target="microsoft.graph.employeeExperienceUser/assignedRoles"> |
| 34300 | + <Annotation Term="Org.OData.Core.V1.Description" String="Viva Engage roles assigned to the user." /> |
| 34301 | + </Annotations> |
34209 | 34302 | <Annotations Target="microsoft.graph.enablement"> |
34210 | 34303 | <Annotation Term="Org.OData.Core.V1.Description" String="Possible values of a property" /> |
34211 | 34304 | </Annotations> |
|
34466 | 34559 | <Annotations Target="microsoft.graph.engagementIdentitySet/group"> |
34467 | 34560 | <Annotation Term="Org.OData.Core.V1.Description" String="The group identity." /> |
34468 | 34561 | </Annotations> |
| 34562 | + <Annotations Target="microsoft.graph.engagementRole"> |
| 34563 | + <Annotation Term="Org.OData.Core.V1.Description" String="Represents a Viva Engage role and its members" /> |
| 34564 | + </Annotations> |
| 34565 | + <Annotations Target="microsoft.graph.engagementRole/displayName"> |
| 34566 | + <Annotation Term="Org.OData.Core.V1.Description" String="Name of the role" /> |
| 34567 | + </Annotations> |
| 34568 | + <Annotations Target="microsoft.graph.engagementRole/members"> |
| 34569 | + <Annotation Term="Org.OData.Core.V1.Description" String="Users who have been assigned this role." /> |
| 34570 | + </Annotations> |
| 34571 | + <Annotations Target="microsoft.graph.engagementRoleMember"> |
| 34572 | + <Annotation Term="Org.OData.Core.V1.Description" String="Entity to represent the assignment of a role to a user." /> |
| 34573 | + </Annotations> |
| 34574 | + <Annotations Target="microsoft.graph.engagementRoleMember/createdDateTime"> |
| 34575 | + <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
| 34576 | + <Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the user was assigned the role." /> |
| 34577 | + </Annotations> |
| 34578 | + <Annotations Target="microsoft.graph.engagementRoleMember/user"> |
| 34579 | + <Annotation Term="Org.OData.Core.V1.Description" String="User entity of the member who has been assigned the role." /> |
| 34580 | + </Annotations> |
| 34581 | + <Annotations Target="microsoft.graph.engagementRoleMember/userId"> |
| 34582 | + <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
| 34583 | + <Annotation Term="Org.OData.Core.V1.Description" String="The ID of the user who has been assigned the role." /> |
| 34584 | + </Annotations> |
34469 | 34585 | <Annotations Target="microsoft.graph.enrollmentConfigurationAssignment"> |
34470 | 34586 | <Annotation Term="Org.OData.Core.V1.Description" String="Enrollment Configuration Assignment" /> |
34471 | 34587 | </Annotations> |
|
39566 | 39682 | </Collection> |
39567 | 39683 | </Annotation> |
39568 | 39684 | </Annotations> |
| 39685 | + <Annotations Target="microsoft.graph.place/checkIns"> |
| 39686 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 39687 | + <Record> |
| 39688 | + <PropertyValue Property="Upsertable" Bool="true" /> |
| 39689 | + </Record> |
| 39690 | + </Annotation> |
| 39691 | + </Annotations> |
39569 | 39692 | <Annotations Target="microsoft.graph.plannerPlan/owner"> |
39570 | 39693 | <Annotation Term="Org.OData.Core.V1.Revisions"> |
39571 | 39694 | <Collection> |
|
0 commit comments