|
1022 | 1022 | <Member Name="Boolean" Value="4" /> |
1023 | 1023 | <Member Name="DateTime" Value="5" /> |
1024 | 1024 | </EnumType> |
| 1025 | + <EnumType Name="auditIdentityType"> |
| 1026 | + <Member Name="agent" Value="0" /> |
| 1027 | + <Member Name="servicePrincipal" Value="1" /> |
| 1028 | + <Member Name="unknownFutureValue" Value="2" /> |
| 1029 | + </EnumType> |
1025 | 1030 | <EnumType Name="auditLogRecordType" /> |
1026 | 1031 | <EnumType Name="auditLogUserType" /> |
1027 | 1032 | <EnumType Name="authenticationAppAdminConfiguration"> |
|
12219 | 12224 | <Property Name="linkableIdentifiers" Type="graph.linkableIdentifiers" /> |
12220 | 12225 | <Property Name="user" Type="graph.auditUserIdentity" /> |
12221 | 12226 | </ComplexType> |
| 12227 | + <ComplexType Name="auditActivityPerformer"> |
| 12228 | + <Property Name="appId" Type="Edm.String" Nullable="false" /> |
| 12229 | + <Property Name="blueprintId" Type="Edm.String" /> |
| 12230 | + <Property Name="identityType" Type="graph.auditIdentityType" Nullable="false" /> |
| 12231 | + </ComplexType> |
12222 | 12232 | <ComplexType Name="auditActor"> |
12223 | 12233 | <Property Name="applicationDisplayName" Type="Edm.String" /> |
12224 | 12234 | <Property Name="applicationId" Type="Edm.String" /> |
|
15267 | 15277 | <Property Name="isOcrEnabled" Type="Edm.Boolean" /> |
15268 | 15278 | <Property Name="itemMajorVersionLimit" Type="Edm.Int32" /> |
15269 | 15279 | </ComplexType> |
| 15280 | + <ComplexType Name="fileStorageContainerTypeAgentSettings"> |
| 15281 | + <Property Name="chatEmbedAllowedHosts" Type="Collection(Edm.String)" Nullable="false" /> |
| 15282 | + </ComplexType> |
15270 | 15283 | <ComplexType Name="fileStorageContainerTypeRegistrationSettings"> |
| 15284 | + <Property Name="agent" Type="graph.fileStorageContainerTypeAgentSettings" /> |
15271 | 15285 | <Property Name="isDiscoverabilityEnabled" Type="Edm.Boolean" /> |
15272 | 15286 | <Property Name="isItemVersioningEnabled" Type="Edm.Boolean" /> |
15273 | 15287 | <Property Name="isSearchEnabled" Type="Edm.Boolean" /> |
|
15278 | 15292 | <Property Name="urlTemplate" Type="Edm.String" /> |
15279 | 15293 | </ComplexType> |
15280 | 15294 | <ComplexType Name="fileStorageContainerTypeSettings"> |
| 15295 | + <Property Name="agent" Type="graph.fileStorageContainerTypeAgentSettings" /> |
15281 | 15296 | <Property Name="consumingTenantOverridables" Type="graph.fileStorageContainerTypeSettingsOverride" /> |
15282 | 15297 | <Property Name="isDiscoverabilityEnabled" Type="Edm.Boolean" /> |
15283 | 15298 | <Property Name="isItemVersioningEnabled" Type="Edm.Boolean" /> |
|
21076 | 21091 | <Property Name="gracePeriodInMinutes" Type="Edm.Int32" Nullable="false" /> |
21077 | 21092 | <Property Name="restartNotificationSnoozeDurationInMinutes" Type="Edm.Int32" /> |
21078 | 21093 | </ComplexType> |
| 21094 | + <ComplexType Name="workbookCommentMention"> |
| 21095 | + <Property Name="email" Type="Edm.String" /> |
| 21096 | + <Property Name="id" Type="Edm.Int32" Nullable="false" /> |
| 21097 | + <Property Name="name" Type="Edm.String" /> |
| 21098 | + </ComplexType> |
21079 | 21099 | <ComplexType Name="workbookDocumentTaskSchedule"> |
21080 | 21100 | <Property Name="dueDateTime" Type="Edm.DateTimeOffset" /> |
21081 | 21101 | <Property Name="startDateTime" Type="Edm.DateTimeOffset" /> |
|
27022 | 27042 | <Property Name="initiatedBy" Type="graph.auditActivityInitiator" Nullable="false" /> |
27023 | 27043 | <Property Name="loggedByService" Type="Edm.String" /> |
27024 | 27044 | <Property Name="operationType" Type="Edm.String" /> |
| 27045 | + <Property Name="performedBy" Type="graph.auditActivityPerformer" /> |
27025 | 27046 | <Property Name="result" Type="graph.operationResult" /> |
27026 | 27047 | <Property Name="resultReason" Type="Edm.String" /> |
27027 | 27048 | <Property Name="targetResources" Type="Collection(graph.targetResource)" /> |
|
35999 | 36020 | <NavigationProperty Name="oauth2PermissionGrants" Type="Collection(graph.oAuth2PermissionGrant)" /> |
36000 | 36021 | <NavigationProperty Name="onenote" Type="graph.onenote" ContainsTarget="true" /> |
36001 | 36022 | <NavigationProperty Name="onlineMeetings" Type="Collection(graph.onlineMeeting)" ContainsTarget="true" /> |
| 36023 | + <NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" /> |
36002 | 36024 | <NavigationProperty Name="outlook" Type="graph.outlookUser" ContainsTarget="true" /> |
36003 | 36025 | <NavigationProperty Name="ownedDevices" Type="Collection(graph.directoryObject)" /> |
36004 | 36026 | <NavigationProperty Name="ownedObjects" Type="Collection(graph.directoryObject)" /> |
@@ -38676,14 +38698,19 @@ |
38676 | 38698 | <NavigationProperty Name="font" Type="graph.workbookChartFont" ContainsTarget="true" /> |
38677 | 38699 | </EntityType> |
38678 | 38700 | <EntityType Name="workbookComment" BaseType="graph.entity"> |
| 38701 | + <Property Name="cellAddress" Type="Edm.String" /> |
38679 | 38702 | <Property Name="content" Type="Edm.String" /> |
38680 | 38703 | <Property Name="contentType" Type="Edm.String" Nullable="false" /> |
| 38704 | + <Property Name="mentions" Type="Collection(graph.workbookCommentMention)" /> |
| 38705 | + <Property Name="richContent" Type="Edm.String" /> |
38681 | 38706 | <NavigationProperty Name="replies" Type="Collection(graph.workbookCommentReply)" ContainsTarget="true" /> |
38682 | 38707 | <NavigationProperty Name="task" Type="graph.workbookDocumentTask" ContainsTarget="true" /> |
38683 | 38708 | </EntityType> |
38684 | 38709 | <EntityType Name="workbookCommentReply" BaseType="graph.entity"> |
38685 | 38710 | <Property Name="content" Type="Edm.String" /> |
38686 | 38711 | <Property Name="contentType" Type="Edm.String" Nullable="false" /> |
| 38712 | + <Property Name="mentions" Type="Collection(graph.workbookCommentMention)" /> |
| 38713 | + <Property Name="richContent" Type="Edm.String" /> |
38687 | 38714 | <NavigationProperty Name="task" Type="graph.workbookDocumentTask" ContainsTarget="true" /> |
38688 | 38715 | </EntityType> |
38689 | 38716 | <EntityType Name="workbookDocumentTask" BaseType="graph.entity"> |
|
0 commit comments