Skip to content

Commit 587e457

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean v1.0 metadata file with 202748 [skip ci]
1 parent d8bb94c commit 587e457

4 files changed

Lines changed: 528 additions & 0 deletions

clean_v10_metadata/cleanMetadata.xml

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,13 @@
855855
<Member Name="meeting" Value="2" />
856856
<Member Name="unknownFutureValue" Value="3" />
857857
</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>
858865
<EnumType Name="clickSource">
859866
<Member Name="unknown" Value="0" />
860867
<Member Name="qrCode" Value="1" />
@@ -7874,6 +7881,10 @@
78747881
<Property Name="flagStatus" Type="graph.followupFlagStatus" />
78757882
<Property Name="startDateTime" Type="graph.dateTimeTimeZone" />
78767883
</ComplexType>
7884+
<ComplexType Name="fraudProtectionConfiguration" Abstract="true" />
7885+
<ComplexType Name="fraudProtectionProviderConfiguration" BaseType="graph.fraudProtectionConfiguration">
7886+
<NavigationProperty Name="fraudProtectionProvider" Type="graph.fraudProtectionProvider" />
7887+
</ComplexType>
78777888
<ComplexType Name="freeBusyError">
78787889
<Property Name="message" Type="Edm.String" />
78797890
<Property Name="responseCode" Type="Edm.String" />
@@ -8717,6 +8728,10 @@
87178728
<Property Name="position" Type="graph.onenotePatchInsertPosition" />
87188729
<Property Name="target" Type="Edm.String" Nullable="false" />
87198730
</ComplexType>
8731+
<ComplexType Name="onFraudProtectionLoadStartExternalUsersAuthHandler" BaseType="graph.onFraudProtectionLoadStartHandler">
8732+
<Property Name="signUp" Type="graph.fraudProtectionConfiguration" />
8733+
</ComplexType>
8734+
<ComplexType Name="onFraudProtectionLoadStartHandler" Abstract="true" />
87208735
<ComplexType Name="onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp" BaseType="graph.onInteractiveAuthFlowStartHandler">
87218736
<Property Name="isSignUpAllowed" Type="Edm.Boolean" Nullable="false" />
87228737
</ComplexType>
@@ -11948,6 +11963,12 @@
1194811963
<Property Name="displayName" Type="Edm.String" />
1194911964
<Property Name="type" Type="Edm.String" />
1195011965
</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>
1195111972
<EntityType Name="associatedTeamInfo" BaseType="graph.teamInfo" />
1195211973
<EntityType Name="attachment" BaseType="graph.entity" Abstract="true">
1195311974
<Property Name="contentType" Type="Edm.String" />
@@ -12051,6 +12072,7 @@
1205112072
<EntityType Name="authenticationEventListener" BaseType="graph.entity" Abstract="true" OpenType="true">
1205212073
<Property Name="authenticationEventsFlowId" Type="Edm.String" />
1205312074
<Property Name="conditions" Type="graph.authenticationConditions" />
12075+
<Property Name="displayName" Type="Edm.String" />
1205412076
</EntityType>
1205512077
<EntityType Name="authenticationEventsFlow" BaseType="graph.entity" Abstract="true" OpenType="true">
1205612078
<Property Name="conditions" Type="graph.authenticationConditions" />
@@ -12619,6 +12641,14 @@
1261912641
<Property Name="isDeleted" Type="Edm.Boolean" />
1262012642
<Property Name="messageType" Type="graph.chatMessageType" Nullable="false" />
1262112643
</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>
1262212652
<EntityType Name="checklistItem" BaseType="graph.entity">
1262312653
<Property Name="checkedDateTime" Type="Edm.DateTimeOffset" />
1262412654
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
@@ -14366,8 +14396,10 @@
1436614396
<NavigationProperty Name="engagementAsyncOperations" Type="Collection(graph.engagementAsyncOperation)" ContainsTarget="true" />
1436714397
<NavigationProperty Name="learningCourseActivities" Type="Collection(graph.learningCourseActivity)" ContainsTarget="true" />
1436814398
<NavigationProperty Name="learningProviders" Type="Collection(graph.learningProvider)" ContainsTarget="true" />
14399+
<NavigationProperty Name="roles" Type="Collection(graph.engagementRole)" ContainsTarget="true" />
1436914400
</EntityType>
1437014401
<EntityType Name="employeeExperienceUser" BaseType="graph.entity">
14402+
<NavigationProperty Name="assignedRoles" Type="Collection(graph.engagementRole)" ContainsTarget="true" />
1437114403
<NavigationProperty Name="learningCourseActivities" Type="Collection(graph.learningCourseActivity)" />
1437214404
</EntityType>
1437314405
<EntityType Name="endpoint" BaseType="graph.directoryObject" OpenType="true">
@@ -14430,6 +14462,15 @@
1443014462
<Property Name="title" Type="Edm.String" Nullable="false" />
1443114463
</EntityType>
1443214464
<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>
1443314474
<EntityType Name="enrollmentConfigurationAssignment" BaseType="graph.entity">
1443414475
<Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" />
1443514476
</EntityType>
@@ -14740,6 +14781,9 @@
1474014781
<Property Name="multivaluedComparisonType" Type="graph.scopeOperatorMultiValuedComparisonType" Nullable="false" />
1474114782
<Property Name="supportedAttributeTypes" Type="Collection(graph.attributeType)" Nullable="false" />
1474214783
</EntityType>
14784+
<EntityType Name="fraudProtectionProvider" BaseType="graph.entity" Abstract="true">
14785+
<Property Name="displayName" Type="Edm.String" Nullable="false" />
14786+
</EntityType>
1474314787
<EntityType Name="governanceInsight" BaseType="graph.entity" Abstract="true">
1474414788
<Property Name="insightCreatedDateTime" Type="Edm.DateTimeOffset" />
1474514789
</EntityType>
@@ -15126,6 +15170,10 @@
1512615170
<Property Name="width" Type="Edm.Int32" />
1512715171
<NavigationProperty Name="webparts" Type="Collection(graph.webPart)" ContainsTarget="true" />
1512815172
</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>
1512915177
<EntityType Name="identityApiConnector" BaseType="graph.entity">
1513015178
<Property Name="authenticationConfiguration" Type="graph.apiAuthenticationConfigurationBase" />
1513115179
<Property Name="displayName" Type="Edm.String" />
@@ -16451,6 +16499,9 @@
1645116499
<NavigationProperty Name="parentNotebook" Type="graph.notebook" />
1645216500
<NavigationProperty Name="parentSectionGroup" Type="graph.sectionGroup" />
1645316501
</EntityType>
16502+
<EntityType Name="onFraudProtectionLoadStartListener" BaseType="graph.authenticationEventListener">
16503+
<Property Name="handler" Type="graph.onFraudProtectionLoadStartHandler" />
16504+
</EntityType>
1645416505
<EntityType Name="onInteractiveAuthFlowStartListener" BaseType="graph.authenticationEventListener">
1645516506
<Property Name="handler" Type="graph.onInteractiveAuthFlowStartHandler" />
1645616507
</EntityType>
@@ -16941,6 +16992,7 @@
1694116992
<Property Name="displayName" Type="Edm.String" Nullable="false" />
1694216993
<Property Name="geoCoordinates" Type="graph.outlookGeoCoordinates" />
1694316994
<Property Name="phone" Type="Edm.String" />
16995+
<NavigationProperty Name="checkIns" Type="Collection(graph.checkInClaim)" ContainsTarget="true" />
1694416996
</EntityType>
1694516997
<EntityType Name="planner" BaseType="graph.entity">
1694616998
<NavigationProperty Name="buckets" Type="Collection(graph.plannerBucket)" ContainsTarget="true">
@@ -17678,6 +17730,7 @@
1767817730
<Property Name="userPrincipalName" Type="Edm.String" />
1767917731
</EntityType>
1768017732
<EntityType Name="riskPreventionContainer">
17733+
<NavigationProperty Name="fraudProtectionProviders" Type="Collection(graph.fraudProtectionProvider)" ContainsTarget="true" />
1768117734
<NavigationProperty Name="webApplicationFirewallProviders" Type="Collection(graph.webApplicationFirewallProvider)" ContainsTarget="true" />
1768217735
<NavigationProperty Name="webApplicationFirewallVerifications" Type="Collection(graph.webApplicationFirewallVerificationModel)" ContainsTarget="true" />
1768317736
</EntityType>
@@ -28771,6 +28824,16 @@
2877128824
</Action>
2877228825
</Schema>
2877328826
<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>
2877428837
<EnumType Name="customTaskExtensionOperationStatus">
2877528838
<Member Name="completed" Value="0" />
2877628839
<Member Name="failed" Value="1" />
@@ -28813,13 +28876,30 @@
2881328876
<Member Name="scheduled" Value="0" />
2881428877
<Member Name="onDemand" Value="1" />
2881528878
<Member Name="unknownFutureValue" Value="2" />
28879+
<Member Name="activatedWithScope" Value="3" />
2881628880
</EnumType>
2881728881
<EnumType Name="workflowTriggerTimeBasedAttribute">
2881828882
<Member Name="employeeHireDate" Value="0" />
2881928883
<Member Name="employeeLeaveDateTime" Value="1" />
2882028884
<Member Name="unknownFutureValue" Value="2" />
2882128885
<Member Name="createdDateTime" Value="3" />
2882228886
</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" />
2882328903
<ComplexType Name="attributeChangeTrigger" BaseType="microsoft.graph.identityGovernance.workflowExecutionTrigger">
2882428904
<Property Name="triggerAttributes" Type="Collection(microsoft.graph.identityGovernance.triggerAttribute)" Nullable="false" />
2882528905
</ComplexType>
@@ -28957,6 +29037,7 @@
2895729037
<NavigationProperty Name="workflowTemplates" Type="Collection(microsoft.graph.identityGovernance.workflowTemplate)" ContainsTarget="true" />
2895829038
</EntityType>
2895929039
<EntityType Name="run" BaseType="graph.entity">
29040+
<Property Name="activatedOnScope" Type="microsoft.graph.identityGovernance.activationScope" />
2896029041
<Property Name="completedDateTime" Type="Edm.DateTimeOffset" />
2896129042
<Property Name="failedTasksCount" Type="Edm.Int32" Nullable="false" />
2896229043
<Property Name="failedUsersCount" Type="Edm.Int32" Nullable="false" />
@@ -28969,6 +29050,7 @@
2896929050
<Property Name="totalUnprocessedTasksCount" Type="Edm.Int32" Nullable="false" />
2897029051
<Property Name="totalUsersCount" Type="Edm.Int32" Nullable="false" />
2897129052
<Property Name="workflowExecutionType" Type="microsoft.graph.identityGovernance.workflowExecutionType" Nullable="false" />
29053+
<NavigationProperty Name="reprocessedRuns" Type="Collection(microsoft.graph.identityGovernance.run)" />
2897229054
<NavigationProperty Name="taskProcessingResults" Type="Collection(microsoft.graph.identityGovernance.taskProcessingResult)" ContainsTarget="true" />
2897329055
<NavigationProperty Name="userProcessingResults" Type="Collection(microsoft.graph.identityGovernance.userProcessingResult)" ContainsTarget="true" />
2897429056
</EntityType>
@@ -29024,6 +29106,7 @@
2902429106
<Property Name="totalUnprocessedTasksCount" Type="Edm.Int32" Nullable="false" />
2902529107
<Property Name="workflowExecutionType" Type="microsoft.graph.identityGovernance.workflowExecutionType" Nullable="false" />
2902629108
<Property Name="workflowVersion" Type="Edm.Int32" Nullable="false" />
29109+
<NavigationProperty Name="reprocessedRuns" Type="Collection(microsoft.graph.identityGovernance.run)" />
2902729110
<NavigationProperty Name="subject" Type="graph.user" Nullable="false" />
2902829111
<NavigationProperty Name="taskProcessingResults" Type="Collection(microsoft.graph.identityGovernance.taskProcessingResult)" ContainsTarget="true" />
2902929112
</EntityType>
@@ -29071,6 +29154,10 @@
2907129154
<Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.workflow" />
2907229155
<Parameter Name="subjects" Type="Collection(graph.user)" />
2907329156
</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>
2907429161
<Action Name="createNewVersion" EntitySetPath="bindingParameter" IsBound="true">
2907529162
<Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.workflow" />
2907629163
<Parameter Name="workflow" Type="microsoft.graph.identityGovernance.workflow" />
@@ -34206,6 +34293,12 @@
3420634293
<Annotations Target="microsoft.graph.employeeExperience/engagementAsyncOperations">
3420734294
<Annotation Term="Org.OData.Core.V1.Description" String="A collection of long-running, asynchronous operations related to Viva Engage." />
3420834295
</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>
3420934302
<Annotations Target="microsoft.graph.enablement">
3421034303
<Annotation Term="Org.OData.Core.V1.Description" String="Possible values of a property" />
3421134304
</Annotations>
@@ -34466,6 +34559,29 @@
3446634559
<Annotations Target="microsoft.graph.engagementIdentitySet/group">
3446734560
<Annotation Term="Org.OData.Core.V1.Description" String="The group identity." />
3446834561
</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>
3446934585
<Annotations Target="microsoft.graph.enrollmentConfigurationAssignment">
3447034586
<Annotation Term="Org.OData.Core.V1.Description" String="Enrollment Configuration Assignment" />
3447134587
</Annotations>
@@ -39566,6 +39682,13 @@
3956639682
</Collection>
3956739683
</Annotation>
3956839684
</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>
3956939692
<Annotations Target="microsoft.graph.plannerPlan/owner">
3957039693
<Annotation Term="Org.OData.Core.V1.Revisions">
3957139694
<Collection>

0 commit comments

Comments
 (0)