|
13636 | 13636 | <Property Name="orientation" Type="Edm.Int16" /> |
13637 | 13637 | <Property Name="takenDateTime" Type="Edm.DateTimeOffset" /> |
13638 | 13638 | </ComplexType> |
| 13639 | + <ComplexType Name="photoAllowedOperations" /> |
13639 | 13640 | <ComplexType Name="physicalAddress"> |
13640 | 13641 | <Property Name="city" Type="Edm.String" /> |
13641 | 13642 | <Property Name="countryOrRegion" Type="Edm.String" /> |
|
18084 | 18085 | <NavigationProperty Name="businessFlowsWithRequestsAwaitingMyDecision" Type="Collection(graph.businessFlow)" ContainsTarget="true" /> |
18085 | 18086 | <NavigationProperty Name="policyTemplates" Type="Collection(graph.governancePolicyTemplate)" ContainsTarget="true" /> |
18086 | 18087 | </EntityType> |
| 18088 | + <EntityType Name="approvedClientApp" BaseType="graph.entity"> |
| 18089 | + <Property Name="displayName" Type="Edm.String" /> |
| 18090 | + </EntityType> |
18087 | 18091 | <EntityType Name="appScope" BaseType="graph.entity"> |
18088 | 18092 | <Property Name="displayName" Type="Edm.String" /> |
18089 | 18093 | <Property Name="type" Type="Edm.String" /> |
|
21589 | 21593 | <NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" /> |
21590 | 21594 | <NavigationProperty Name="members" Type="Collection(graph.directoryObject)" /> |
21591 | 21595 | <NavigationProperty Name="membersWithLicenseErrors" Type="Collection(graph.directoryObject)" /> |
| 21596 | + <NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" /> |
21592 | 21597 | <NavigationProperty Name="owners" Type="Collection(graph.directoryObject)" /> |
21593 | 21598 | <NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true" /> |
21594 | 21599 | <NavigationProperty Name="photo" Type="graph.profilePhoto" ContainsTarget="true" /> |
|
24153 | 24158 | <NavigationProperty Name="connectors" Type="Collection(graph.connector)" ContainsTarget="true" /> |
24154 | 24159 | <NavigationProperty Name="publishedResources" Type="Collection(graph.publishedResource)" ContainsTarget="true" /> |
24155 | 24160 | </EntityType> |
| 24161 | + <EntityType Name="onPremisesSyncBehavior" BaseType="graph.entity"> |
| 24162 | + <Property Name="isCloudManaged" Type="Edm.Boolean" Nullable="false" /> |
| 24163 | + </EntityType> |
24156 | 24164 | <EntityType Name="onTokenIssuanceStartCustomExtension" BaseType="graph.customAuthenticationExtension"> |
24157 | 24165 | <Property Name="claimsForTokenConfiguration" Type="Collection(graph.onTokenIssuanceStartReturnClaim)" /> |
24158 | 24166 | </EntityType> |
|
24291 | 24299 | <NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" /> |
24292 | 24300 | <NavigationProperty Name="manager" Type="graph.directoryObject" /> |
24293 | 24301 | <NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" /> |
| 24302 | + <NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" /> |
24294 | 24303 | <NavigationProperty Name="transitiveMemberOf" Type="Collection(graph.directoryObject)" /> |
24295 | 24304 | <NavigationProperty Name="transitiveReports" Type="Collection(graph.directoryObject)" /> |
24296 | 24305 | </EntityType> |
|
24619 | 24628 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
24620 | 24629 | <Property Name="creationSource" Type="graph.plannerTaskCreation" /> |
24621 | 24630 | <Property Name="dueDateTime" Type="Edm.DateTimeOffset" /> |
| 24631 | + <Property Name="hasChat" Type="Edm.Boolean" Nullable="false" /> |
24622 | 24632 | <Property Name="hasDescription" Type="Edm.Boolean" /> |
24623 | 24633 | <Property Name="isArchived" Type="Edm.Boolean" /> |
24624 | 24634 | <Property Name="isOnMyDay" Type="Edm.Boolean" /> |
|
25210 | 25220 | </EntityType> |
25211 | 25221 | <EntityType Name="remoteDesktopSecurityConfiguration" BaseType="graph.entity"> |
25212 | 25222 | <Property Name="isRemoteDesktopProtocolEnabled" Type="Edm.Boolean" Nullable="false" /> |
| 25223 | + <NavigationProperty Name="approvedClientApps" Type="Collection(graph.approvedClientApp)" ContainsTarget="true" /> |
25213 | 25224 | <NavigationProperty Name="targetDeviceGroups" Type="Collection(graph.targetDeviceGroup)" ContainsTarget="true" /> |
25214 | 25225 | </EntityType> |
25215 | 25226 | <EntityType Name="reportRoot"> |
|
26799 | 26810 | <NavigationProperty Name="messages" Type="Collection(graph.message)" ContainsTarget="true" /> |
26800 | 26811 | <NavigationProperty Name="mobileAppIntentAndStates" Type="Collection(graph.mobileAppIntentAndState)" ContainsTarget="true" /> |
26801 | 26812 | <NavigationProperty Name="mobileAppTroubleshootingEvents" Type="Collection(graph.mobileAppTroubleshootingEvent)" ContainsTarget="true" /> |
| 26813 | + <NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" /> |
26802 | 26814 | <NavigationProperty Name="outlook" Type="graph.outlookUser" ContainsTarget="true" /> |
26803 | 26815 | <NavigationProperty Name="ownedDevices" Type="Collection(graph.directoryObject)" /> |
26804 | 26816 | <NavigationProperty Name="ownedObjects" Type="Collection(graph.directoryObject)" /> |
|
57123 | 57135 | </Annotation> |
57124 | 57136 | </Annotations> |
57125 | 57137 | <Annotations Target="microsoft.graph.GraphService/contacts"> |
| 57138 | + <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"> |
| 57139 | + <Record> |
| 57140 | + <PropertyValue Property="Expandable" Bool="true" /> |
| 57141 | + <PropertyValue Property="NonExpandableProperties"> |
| 57142 | + <Collection> |
| 57143 | + <NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath> |
| 57144 | + </Collection> |
| 57145 | + </PropertyValue> |
| 57146 | + </Record> |
| 57147 | + </Annotation> |
57126 | 57148 | <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
57127 | 57149 | <Record> |
57128 | 57150 | <PropertyValue Property="CustomHeaders"> |
|
57171 | 57193 | </Annotation> |
57172 | 57194 | </Annotations> |
57173 | 57195 | <Annotations Target="microsoft.graph.GraphService/groups"> |
| 57196 | + <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions" Qualifier="Org.OData.Capabilities.V1.ExpandRestrictions"> |
| 57197 | + <Record> |
| 57198 | + <PropertyValue Property="Expandable" Bool="true" /> |
| 57199 | + <PropertyValue Property="NonExpandableProperties"> |
| 57200 | + <Collection> |
| 57201 | + <NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath> |
| 57202 | + </Collection> |
| 57203 | + </PropertyValue> |
| 57204 | + </Record> |
| 57205 | + </Annotation> |
57174 | 57206 | <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
57175 | 57207 | <Record> |
57176 | 57208 | <PropertyValue Property="CustomHeaders"> |
@@ -57297,10 +57329,12 @@ |
57297 | 57329 | <Annotations Target="microsoft.graph.GraphService/users"> |
57298 | 57330 | <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions" Qualifier="Org.OData.Capabilities.V1.ExpandRestrictions"> |
57299 | 57331 | <Record> |
| 57332 | + <PropertyValue Property="Expandable" Bool="true" /> |
57300 | 57333 | <PropertyValue Property="NonExpandableProperties"> |
57301 | 57334 | <Collection> |
57302 | 57335 | <NavigationPropertyPath>chats</NavigationPropertyPath> |
57303 | 57336 | <NavigationPropertyPath>joinedTeams</NavigationPropertyPath> |
| 57337 | + <NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath> |
57304 | 57338 | <NavigationPropertyPath>permissionGrants</NavigationPropertyPath> |
57305 | 57339 | <NavigationPropertyPath>teamwork</NavigationPropertyPath> |
57306 | 57340 | </Collection> |
|
68879 | 68913 | <Annotations Target="microsoft.graph.personalProfilePersonalPlayStoreMode/notConfigured"> |
68880 | 68914 | <Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /> |
68881 | 68915 | </Annotations> |
| 68916 | + <Annotations Target="microsoft.graph.photoAllowedOperations"> |
| 68917 | + <Annotation Term="Org.OData.Core.V1.Revisions"> |
| 68918 | + <Collection> |
| 68919 | + <Record> |
| 68920 | + <PropertyValue Property="Date" Date="2024-02-16" /> |
| 68921 | + <PropertyValue Property="Kind"> |
| 68922 | + <EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember> |
| 68923 | + </PropertyValue> |
| 68924 | + <PropertyValue Property="RemovalDate" Date="2025-02-16" /> |
| 68925 | + <PropertyValue Property="Version" String="2023-11/PrivatePreview:photoEditPolicy" /> |
| 68926 | + </Record> |
| 68927 | + </Collection> |
| 68928 | + </Annotation> |
| 68929 | + </Annotations> |
68882 | 68930 | <Annotations Target="microsoft.graph.place/placeId"> |
68883 | 68931 | <Annotation Term="Org.OData.Core.V1.Description" String="An alternate immutable unique identifier of the place" /> |
68884 | 68932 | </Annotations> |
|
84010 | 84058 | <Member Name="builtInMl" Value="1073741847" /> |
84011 | 84059 | <Member Name="microsoftInsiderRiskManagement" Value="1073741848" /> |
84012 | 84060 | <Member Name="microsoftThreatIntelligence" Value="1073741849" /> |
| 84061 | + <Member Name="microsoftDefenderForAIServices" Value="1073741850" /> |
| 84062 | + <Member Name="securityCopilot" Value="1073741851" /> |
84013 | 84063 | <Member Name="microsoftSentinel" Value="268435456" /> |
84014 | 84064 | </EnumType> |
84015 | 84065 | <EnumType Name="detectionStatus"> |
|
0 commit comments