Skip to content

Commit c87680c

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean metadata file with 184371 [skip ci]
1 parent 663bc1d commit c87680c

File tree

4 files changed

+13551
-13213
lines changed

4 files changed

+13551
-13213
lines changed

clean_v10_metadata/cleanMetadata.xml

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5513,6 +5513,9 @@
55135513
<Property Name="languageCode" Type="Edm.String" Nullable="false" />
55145514
<Property Name="text" Type="Edm.String" />
55155515
</ComplexType>
5516+
<ComplexType Name="accessPackageNotificationSettings">
5517+
<Property Name="isAssignmentNotificationDisabled" Type="Edm.Boolean" Nullable="false" />
5518+
</ComplexType>
55165519
<ComplexType Name="accessPackageResourceAttribute">
55175520
<Property Name="destination" Type="graph.accessPackageResourceAttributeDestination" />
55185521
<Property Name="isEditable" Type="Edm.Boolean" />
@@ -10351,6 +10354,20 @@
1035110354
</Annotation>
1035210355
</NavigationProperty>
1035310356
<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>
1035410371
</EntityType>
1035510372
<EntityType Name="accessPackageAssignment" BaseType="graph.entity">
1035610373
<Property Name="customExtensionCalloutInstances" Type="Collection(graph.customExtensionCalloutInstance)" />
@@ -10370,6 +10387,7 @@
1037010387
<Property Name="displayName" Type="Edm.String" />
1037110388
<Property Name="expiration" Type="graph.expirationPattern" />
1037210389
<Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" />
10390+
<Property Name="notificationSettings" Type="graph.accessPackageNotificationSettings" />
1037310391
<Property Name="requestApprovalSettings" Type="graph.accessPackageAssignmentApprovalSettings" />
1037410392
<Property Name="requestorSettings" Type="graph.accessPackageAssignmentRequestorSettings" />
1037510393
<Property Name="reviewSettings" Type="graph.accessPackageAssignmentReviewSettings" />
@@ -10419,6 +10437,20 @@
1041910437
<NavigationProperty Name="resourceRoles" Type="Collection(graph.accessPackageResourceRole)" ContainsTarget="true" />
1042010438
<NavigationProperty Name="resources" Type="Collection(graph.accessPackageResource)" ContainsTarget="true" />
1042110439
<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>
1042210454
</EntityType>
1042310455
<EntityType Name="accessPackageMultipleChoiceQuestion" BaseType="graph.accessPackageQuestion">
1042410456
<Property Name="choices" Type="Collection(graph.accessPackageAnswerChoice)" />
@@ -44750,6 +44782,12 @@
4475044782
<Member Name="allVersions" Value="1" />
4475144783
<Member Name="linkedFiles" Value="2" />
4475244784
<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" />
4475344791
</EnumType>
4475444792
<EnumType Name="additionalOptions" IsFlags="true">
4475544793
<Member Name="none" Value="0" />
@@ -44759,6 +44797,15 @@
4475944797
<Member Name="subfolderContents" Value="8" />
4476044798
<Member Name="listAttachments" Value="16" />
4476144799
<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" />
4476244809
</EnumType>
4476344810
<EnumType Name="alertClassification" UnderlyingType="Edm.Byte">
4476444811
<Member Name="unknown" Value="0" />
@@ -44850,6 +44897,13 @@
4485044897
<Member Name="Many" Value="1" />
4485144898
<Member Name="unknownFutureValue" Value="2" />
4485244899
</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>
4485344907
<EnumType Name="containerPortProtocol">
4485444908
<Member Name="udp" Value="0" />
4485544909
<Member Name="tcp" Value="1" />
@@ -44970,6 +45024,13 @@
4497045024
<Member Name="high" Value="30" />
4497145025
<Member Name="unknownFutureValue" Value="31" />
4497245026
</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>
4497345034
<EnumType Name="eventPropagationStatus">
4497445035
<Member Name="none" Value="0" />
4497545036
<Member Name="inProcessing" Value="1" />
@@ -45033,6 +45094,7 @@
4503345094
<Member Name="directory" Value="1" />
4503445095
<Member Name="pst" Value="2" />
4503545096
<Member Name="unknownFutureValue" Value="3" />
45097+
<Member Name="msg" Value="4" />
4503645098
</EnumType>
4503745099
<EnumType Name="exportFormat">
4503845100
<Member Name="pst" Value="0" />
@@ -45051,6 +45113,11 @@
4505145113
<Member Name="pdfReplacement" Value="4" />
4505245114
<Member Name="tags" Value="16" />
4505345115
<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" />
4505445121
</EnumType>
4505545122
<EnumType Name="fileHashAlgorithm">
4505645123
<Member Name="unknown" Value="0" />
@@ -45135,6 +45202,11 @@
4513545202
<Member Name="high" Value="3" />
4513645203
<Member Name="unknownFutureValue" Value="4" />
4513745204
</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>
4513845210
<EnumType Name="kubernetesPlatform">
4513945211
<Member Name="unknown" Value="0" />
4514045212
<Member Name="aks" Value="1" />
@@ -45235,6 +45307,14 @@
4523545307
<Member Name="site" Value="2" />
4523645308
<Member Name="unknownFutureValue" Value="4" />
4523745309
</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>
4523845318
<EnumType Name="teamsDeliveryLocation">
4523945319
<Member Name="unknown" Value="0" />
4524045320
<Member Name="teams" Value="1" />
@@ -45974,6 +46054,10 @@
4597446054
<Property Name="stageNumber" Type="Edm.String" Nullable="false" />
4597546055
</EntityType>
4597646056
<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" />
4597746061
<NavigationProperty Name="reviewSet" Type="microsoft.graph.security.ediscoveryReviewSet" />
4597846062
<NavigationProperty Name="search" Type="microsoft.graph.security.ediscoverySearch" />
4597946063
</EntityType>
@@ -46007,6 +46091,7 @@
4600746091
<Property Name="indexedItemsSize" Type="Edm.Int64" />
4600846092
<Property Name="mailboxCount" Type="Edm.Int32" />
4600946093
<Property Name="siteCount" Type="Edm.Int32" />
46094+
<Property Name="statisticsOptions" Type="microsoft.graph.security.statisticsOptions" Nullable="false" />
4601046095
<Property Name="unindexedItemCount" Type="Edm.Int64" />
4601146096
<Property Name="unindexedItemsSize" Type="Edm.Int64" />
4601246097
<NavigationProperty Name="search" Type="microsoft.graph.security.ediscoverySearch" />
@@ -46046,8 +46131,10 @@
4604646131
</EntityType>
4604746132
<EntityType Name="ediscoverySearchExportOperation" BaseType="microsoft.graph.security.caseOperation">
4604846133
<Property Name="additionalOptions" Type="microsoft.graph.security.additionalOptions" />
46134+
<Property Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" Nullable="false" />
4604946135
<Property Name="description" Type="Edm.String" />
4605046136
<Property Name="displayName" Type="Edm.String" />
46137+
<Property Name="documentVersion" Type="microsoft.graph.security.documentVersion" Nullable="false" />
4605146138
<Property Name="exportCriteria" Type="microsoft.graph.security.exportCriteria" />
4605246139
<Property Name="exportFileMetadata" Type="Collection(microsoft.graph.security.exportFileMetadata)" />
4605346140
<Property Name="exportFormat" Type="microsoft.graph.security.exportFormat" />
@@ -46414,6 +46501,9 @@
4641446501
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryReviewSet" />
4641546502
<Parameter Name="search" Type="microsoft.graph.security.ediscoverySearch" />
4641646503
<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" />
4641746507
</Action>
4641846508
<Action Name="applyHold" IsBound="true">
4641946509
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.ediscoveryCustodian)" />
@@ -46439,6 +46529,7 @@
4643946529
</Action>
4644046530
<Action Name="estimateStatistics" IsBound="true">
4644146531
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch" />
46532+
<Parameter Name="statisticsOptions" Type="microsoft.graph.security.statisticsOptions" />
4644246533
</Action>
4644346534
<Action Name="export" IsBound="true">
4644446535
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryReviewSet" />
@@ -46461,6 +46552,8 @@
4646146552
<Parameter Name="exportCriteria" Type="microsoft.graph.security.exportCriteria" />
4646246553
<Parameter Name="exportLocation" Type="microsoft.graph.security.exportLocation" />
4646346554
<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" />
4646446557
</Action>
4646546558
<Action Name="exportResult" IsBound="true">
4646646559
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch" />
@@ -46471,6 +46564,8 @@
4647146564
<Parameter Name="additionalOptions" Type="microsoft.graph.security.additionalOptions" />
4647246565
<Parameter Name="exportFormat" Type="microsoft.graph.security.exportFormat" />
4647346566
<Parameter Name="exportSingleItems" Type="Edm.Boolean" />
46567+
<Parameter Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" />
46568+
<Parameter Name="documentVersion" Type="microsoft.graph.security.documentVersion" />
4647446569
</Action>
4647546570
<Action Name="purgeData" IsBound="true">
4647646571
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch" />

0 commit comments

Comments
 (0)