|
5513 | 5513 | <Property Name="languageCode" Type="Edm.String" Nullable="false" /> |
5514 | 5514 | <Property Name="text" Type="Edm.String" /> |
5515 | 5515 | </ComplexType> |
| 5516 | + <ComplexType Name="accessPackageNotificationSettings"> |
| 5517 | + <Property Name="isAssignmentNotificationDisabled" Type="Edm.Boolean" Nullable="false" /> |
| 5518 | + </ComplexType> |
5516 | 5519 | <ComplexType Name="accessPackageResourceAttribute"> |
5517 | 5520 | <Property Name="destination" Type="graph.accessPackageResourceAttributeDestination" /> |
5518 | 5521 | <Property Name="isEditable" Type="Edm.Boolean" /> |
|
10351 | 10354 | </Annotation> |
10352 | 10355 | </NavigationProperty> |
10353 | 10356 | <NavigationProperty Name="resourceRoleScopes" Type="Collection(graph.accessPackageResourceRoleScope)" ContainsTarget="true" /> |
| 10357 | + <Annotation Term="Org.OData.Core.V1.AlternateKeys"> |
| 10358 | + <Collection> |
| 10359 | + <Record Type="Org.OData.Core.V1.AlternateKey"> |
| 10360 | + <PropertyValue Property="Key"> |
| 10361 | + <Collection> |
| 10362 | + <Record Type="Org.OData.Core.V1.PropertyRef"> |
| 10363 | + <PropertyValue Property="Alias" String="uniqueName" /> |
| 10364 | + <PropertyValue Property="Name" PropertyPath="uniqueName" /> |
| 10365 | + </Record> |
| 10366 | + </Collection> |
| 10367 | + </PropertyValue> |
| 10368 | + </Record> |
| 10369 | + </Collection> |
| 10370 | + </Annotation> |
10354 | 10371 | </EntityType> |
10355 | 10372 | <EntityType Name="accessPackageAssignment" BaseType="graph.entity"> |
10356 | 10373 | <Property Name="customExtensionCalloutInstances" Type="Collection(graph.customExtensionCalloutInstance)" /> |
|
10370 | 10387 | <Property Name="displayName" Type="Edm.String" /> |
10371 | 10388 | <Property Name="expiration" Type="graph.expirationPattern" /> |
10372 | 10389 | <Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /> |
| 10390 | + <Property Name="notificationSettings" Type="graph.accessPackageNotificationSettings" /> |
10373 | 10391 | <Property Name="requestApprovalSettings" Type="graph.accessPackageAssignmentApprovalSettings" /> |
10374 | 10392 | <Property Name="requestorSettings" Type="graph.accessPackageAssignmentRequestorSettings" /> |
10375 | 10393 | <Property Name="reviewSettings" Type="graph.accessPackageAssignmentReviewSettings" /> |
|
10419 | 10437 | <NavigationProperty Name="resourceRoles" Type="Collection(graph.accessPackageResourceRole)" ContainsTarget="true" /> |
10420 | 10438 | <NavigationProperty Name="resources" Type="Collection(graph.accessPackageResource)" ContainsTarget="true" /> |
10421 | 10439 | <NavigationProperty Name="resourceScopes" Type="Collection(graph.accessPackageResourceScope)" ContainsTarget="true" /> |
| 10440 | + <Annotation Term="Org.OData.Core.V1.AlternateKeys"> |
| 10441 | + <Collection> |
| 10442 | + <Record Type="Org.OData.Core.V1.AlternateKey"> |
| 10443 | + <PropertyValue Property="Key"> |
| 10444 | + <Collection> |
| 10445 | + <Record Type="Org.OData.Core.V1.PropertyRef"> |
| 10446 | + <PropertyValue Property="Alias" String="uniqueName" /> |
| 10447 | + <PropertyValue Property="Name" PropertyPath="uniqueName" /> |
| 10448 | + </Record> |
| 10449 | + </Collection> |
| 10450 | + </PropertyValue> |
| 10451 | + </Record> |
| 10452 | + </Collection> |
| 10453 | + </Annotation> |
10422 | 10454 | </EntityType> |
10423 | 10455 | <EntityType Name="accessPackageMultipleChoiceQuestion" BaseType="graph.accessPackageQuestion"> |
10424 | 10456 | <Property Name="choices" Type="Collection(graph.accessPackageAnswerChoice)" /> |
|
44750 | 44782 | <Member Name="allVersions" Value="1" /> |
44751 | 44783 | <Member Name="linkedFiles" Value="2" /> |
44752 | 44784 | <Member Name="unknownFutureValue" Value="4" /> |
| 44785 | + <Member Name="advancedIndexing" Value="8" /> |
| 44786 | + <Member Name="listAttachments" Value="16" /> |
| 44787 | + <Member Name="htmlTranscripts" Value="32" /> |
| 44788 | + <Member Name="messageConversationExpansion" Value="64" /> |
| 44789 | + <Member Name="locationsWithoutHits" Value="256" /> |
| 44790 | + <Member Name="allItemsInFolder" Value="512" /> |
44753 | 44791 | </EnumType> |
44754 | 44792 | <EnumType Name="additionalOptions" IsFlags="true"> |
44755 | 44793 | <Member Name="none" Value="0" /> |
|
44759 | 44797 | <Member Name="subfolderContents" Value="8" /> |
44760 | 44798 | <Member Name="listAttachments" Value="16" /> |
44761 | 44799 | <Member Name="unknownFutureValue" Value="32" /> |
| 44800 | + <Member Name="htmlTranscripts" Value="64" /> |
| 44801 | + <Member Name="advancedIndexing" Value="128" /> |
| 44802 | + <Member Name="allItemsInFolder" Value="256" /> |
| 44803 | + <Member Name="includeFolderAndPath" Value="512" /> |
| 44804 | + <Member Name="condensePaths" Value="1024" /> |
| 44805 | + <Member Name="friendlyName" Value="2048" /> |
| 44806 | + <Member Name="splitSource" Value="4096" /> |
| 44807 | + <Member Name="optimizedPartitionSize" Value="8192" /> |
| 44808 | + <Member Name="includeReport" Value="16384" /> |
44762 | 44809 | </EnumType> |
44763 | 44810 | <EnumType Name="alertClassification" UnderlyingType="Edm.Byte"> |
44764 | 44811 | <Member Name="unknown" Value="0" /> |
|
44850 | 44897 | <Member Name="Many" Value="1" /> |
44851 | 44898 | <Member Name="unknownFutureValue" Value="2" /> |
44852 | 44899 | </EnumType> |
| 44900 | + <EnumType Name="cloudAttachmentVersion"> |
| 44901 | + <Member Name="latest" Value="1" /> |
| 44902 | + <Member Name="recent10" Value="2" /> |
| 44903 | + <Member Name="recent100" Value="3" /> |
| 44904 | + <Member Name="all" Value="4" /> |
| 44905 | + <Member Name="unknownFutureValue" Value="5" /> |
| 44906 | + </EnumType> |
44853 | 44907 | <EnumType Name="containerPortProtocol"> |
44854 | 44908 | <Member Name="udp" Value="0" /> |
44855 | 44909 | <Member Name="tcp" Value="1" /> |
|
44970 | 45024 | <Member Name="high" Value="30" /> |
44971 | 45025 | <Member Name="unknownFutureValue" Value="31" /> |
44972 | 45026 | </EnumType> |
| 45027 | + <EnumType Name="documentVersion"> |
| 45028 | + <Member Name="latest" Value="1" /> |
| 45029 | + <Member Name="recent10" Value="2" /> |
| 45030 | + <Member Name="recent100" Value="3" /> |
| 45031 | + <Member Name="all" Value="4" /> |
| 45032 | + <Member Name="unknownFutureValue" Value="5" /> |
| 45033 | + </EnumType> |
44973 | 45034 | <EnumType Name="eventPropagationStatus"> |
44974 | 45035 | <Member Name="none" Value="0" /> |
44975 | 45036 | <Member Name="inProcessing" Value="1" /> |
|
45033 | 45094 | <Member Name="directory" Value="1" /> |
45034 | 45095 | <Member Name="pst" Value="2" /> |
45035 | 45096 | <Member Name="unknownFutureValue" Value="3" /> |
| 45097 | + <Member Name="msg" Value="4" /> |
45036 | 45098 | </EnumType> |
45037 | 45099 | <EnumType Name="exportFormat"> |
45038 | 45100 | <Member Name="pst" Value="0" /> |
|
45051 | 45113 | <Member Name="pdfReplacement" Value="4" /> |
45052 | 45114 | <Member Name="tags" Value="16" /> |
45053 | 45115 | <Member Name="unknownFutureValue" Value="32" /> |
| 45116 | + <Member Name="splitSource" Value="64" /> |
| 45117 | + <Member Name="includeFolderAndPath" Value="128" /> |
| 45118 | + <Member Name="friendlyName" Value="256" /> |
| 45119 | + <Member Name="condensePaths" Value="512" /> |
| 45120 | + <Member Name="optimizedPartitionSize" Value="1024" /> |
45054 | 45121 | </EnumType> |
45055 | 45122 | <EnumType Name="fileHashAlgorithm"> |
45056 | 45123 | <Member Name="unknown" Value="0" /> |
|
45135 | 45202 | <Member Name="high" Value="3" /> |
45136 | 45203 | <Member Name="unknownFutureValue" Value="4" /> |
45137 | 45204 | </EnumType> |
| 45205 | + <EnumType Name="itemsToInclude" IsFlags="true"> |
| 45206 | + <Member Name="searchHits" Value="1" /> |
| 45207 | + <Member Name="partiallyIndexed" Value="2" /> |
| 45208 | + <Member Name="unknownFutureValue" Value="4" /> |
| 45209 | + </EnumType> |
45138 | 45210 | <EnumType Name="kubernetesPlatform"> |
45139 | 45211 | <Member Name="unknown" Value="0" /> |
45140 | 45212 | <Member Name="aks" Value="1" /> |
|
45235 | 45307 | <Member Name="site" Value="2" /> |
45236 | 45308 | <Member Name="unknownFutureValue" Value="4" /> |
45237 | 45309 | </EnumType> |
| 45310 | + <EnumType Name="statisticsOptions" IsFlags="true"> |
| 45311 | + <Member Name="includeRefiners" Value="1" /> |
| 45312 | + <Member Name="includeQueryStats" Value="2" /> |
| 45313 | + <Member Name="includeUnindexedStats" Value="4" /> |
| 45314 | + <Member Name="advancedIndexing" Value="8" /> |
| 45315 | + <Member Name="locationsWithoutHits" Value="16" /> |
| 45316 | + <Member Name="unknownFutureValue" Value="32" /> |
| 45317 | + </EnumType> |
45238 | 45318 | <EnumType Name="teamsDeliveryLocation"> |
45239 | 45319 | <Member Name="unknown" Value="0" /> |
45240 | 45320 | <Member Name="teams" Value="1" /> |
|
45974 | 46054 | <Property Name="stageNumber" Type="Edm.String" Nullable="false" /> |
45975 | 46055 | </EntityType> |
45976 | 46056 | <EntityType Name="ediscoveryAddToReviewSetOperation" BaseType="microsoft.graph.security.caseOperation"> |
| 46057 | + <Property Name="additionalDataOptions" Type="microsoft.graph.security.additionalDataOptions" Nullable="false" /> |
| 46058 | + <Property Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" Nullable="false" /> |
| 46059 | + <Property Name="documentVersion" Type="microsoft.graph.security.documentVersion" Nullable="false" /> |
| 46060 | + <Property Name="itemsToInclude" Type="microsoft.graph.security.itemsToInclude" Nullable="false" /> |
45977 | 46061 | <NavigationProperty Name="reviewSet" Type="microsoft.graph.security.ediscoveryReviewSet" /> |
45978 | 46062 | <NavigationProperty Name="search" Type="microsoft.graph.security.ediscoverySearch" /> |
45979 | 46063 | </EntityType> |
|
46007 | 46091 | <Property Name="indexedItemsSize" Type="Edm.Int64" /> |
46008 | 46092 | <Property Name="mailboxCount" Type="Edm.Int32" /> |
46009 | 46093 | <Property Name="siteCount" Type="Edm.Int32" /> |
| 46094 | + <Property Name="statisticsOptions" Type="microsoft.graph.security.statisticsOptions" Nullable="false" /> |
46010 | 46095 | <Property Name="unindexedItemCount" Type="Edm.Int64" /> |
46011 | 46096 | <Property Name="unindexedItemsSize" Type="Edm.Int64" /> |
46012 | 46097 | <NavigationProperty Name="search" Type="microsoft.graph.security.ediscoverySearch" /> |
|
46046 | 46131 | </EntityType> |
46047 | 46132 | <EntityType Name="ediscoverySearchExportOperation" BaseType="microsoft.graph.security.caseOperation"> |
46048 | 46133 | <Property Name="additionalOptions" Type="microsoft.graph.security.additionalOptions" /> |
| 46134 | + <Property Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" Nullable="false" /> |
46049 | 46135 | <Property Name="description" Type="Edm.String" /> |
46050 | 46136 | <Property Name="displayName" Type="Edm.String" /> |
| 46137 | + <Property Name="documentVersion" Type="microsoft.graph.security.documentVersion" Nullable="false" /> |
46051 | 46138 | <Property Name="exportCriteria" Type="microsoft.graph.security.exportCriteria" /> |
46052 | 46139 | <Property Name="exportFileMetadata" Type="Collection(microsoft.graph.security.exportFileMetadata)" /> |
46053 | 46140 | <Property Name="exportFormat" Type="microsoft.graph.security.exportFormat" /> |
|
46414 | 46501 | <Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryReviewSet" /> |
46415 | 46502 | <Parameter Name="search" Type="microsoft.graph.security.ediscoverySearch" /> |
46416 | 46503 | <Parameter Name="additionalDataOptions" Type="microsoft.graph.security.additionalDataOptions" /> |
| 46504 | + <Parameter Name="itemsToInclude" Type="microsoft.graph.security.itemsToInclude" /> |
| 46505 | + <Parameter Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" /> |
| 46506 | + <Parameter Name="documentVersion" Type="microsoft.graph.security.documentVersion" /> |
46417 | 46507 | </Action> |
46418 | 46508 | <Action Name="applyHold" IsBound="true"> |
46419 | 46509 | <Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.ediscoveryCustodian)" /> |
|
46439 | 46529 | </Action> |
46440 | 46530 | <Action Name="estimateStatistics" IsBound="true"> |
46441 | 46531 | <Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch" /> |
| 46532 | + <Parameter Name="statisticsOptions" Type="microsoft.graph.security.statisticsOptions" /> |
46442 | 46533 | </Action> |
46443 | 46534 | <Action Name="export" IsBound="true"> |
46444 | 46535 | <Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryReviewSet" /> |
|
46461 | 46552 | <Parameter Name="exportCriteria" Type="microsoft.graph.security.exportCriteria" /> |
46462 | 46553 | <Parameter Name="exportLocation" Type="microsoft.graph.security.exportLocation" /> |
46463 | 46554 | <Parameter Name="additionalOptions" Type="microsoft.graph.security.additionalOptions" /> |
| 46555 | + <Parameter Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" /> |
| 46556 | + <Parameter Name="documentVersion" Type="microsoft.graph.security.documentVersion" /> |
46464 | 46557 | </Action> |
46465 | 46558 | <Action Name="exportResult" IsBound="true"> |
46466 | 46559 | <Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch" /> |
|
46471 | 46564 | <Parameter Name="additionalOptions" Type="microsoft.graph.security.additionalOptions" /> |
46472 | 46565 | <Parameter Name="exportFormat" Type="microsoft.graph.security.exportFormat" /> |
46473 | 46566 | <Parameter Name="exportSingleItems" Type="Edm.Boolean" /> |
| 46567 | + <Parameter Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" /> |
| 46568 | + <Parameter Name="documentVersion" Type="microsoft.graph.security.documentVersion" /> |
46474 | 46569 | </Action> |
46475 | 46570 | <Action Name="purgeData" IsBound="true"> |
46476 | 46571 | <Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch" /> |
|
0 commit comments