Skip to content

Commit 6869a32

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean v1.0 metadata file with 209142
1 parent 47c5785 commit 6869a32

File tree

4 files changed

+1017
-133
lines changed

4 files changed

+1017
-133
lines changed

clean_v10_metadata/cleanMetadata.xml

Lines changed: 129 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2595,6 +2595,12 @@
25952595
<Member Name="always" Value="3" />
25962596
<Member Name="unknownFutureValue" Value="999" />
25972597
</EnumType>
2598+
<EnumType Name="oidcResponseType" IsFlags="true">
2599+
<Member Name="code" Value="1" />
2600+
<Member Name="id_token" Value="2" />
2601+
<Member Name="token" Value="4" />
2602+
<Member Name="unknownFutureValue" Value="8" />
2603+
</EnumType>
25982604
<EnumType Name="onenotePatchActionType">
25992605
<Member Name="Replace" Value="0" />
26002606
<Member Name="Append" Value="1" />
@@ -4236,6 +4242,19 @@
42364242
<Member Name="alphanumeric" Value="1" />
42374243
<Member Name="numeric" Value="2" />
42384244
</EnumType>
4245+
<EnumType Name="resourceAccessStatus">
4246+
<Member Name="none" Value="0" />
4247+
<Member Name="failure" Value="1" />
4248+
<Member Name="success" Value="2" />
4249+
<Member Name="unknownFutureValue" Value="4" />
4250+
</EnumType>
4251+
<EnumType Name="resourceAccessType" IsFlags="true">
4252+
<Member Name="none" Value="0" />
4253+
<Member Name="read" Value="1" />
4254+
<Member Name="write" Value="2" />
4255+
<Member Name="create" Value="4" />
4256+
<Member Name="unknownFutureValue" Value="8" />
4257+
</EnumType>
42394258
<EnumType Name="resourceLinkType">
42404259
<Member Name="url" Value="0" />
42414260
<Member Name="unknownFutureValue" Value="1" />
@@ -5258,7 +5277,8 @@
52585277
<Member Name="encryptedProtectionTypeNotSupportedException" Value="131072" />
52595278
<Member Name="purviewClaimsChallengeNotSupportedException" Value="262144" />
52605279
<Member Name="exception" Value="524288" />
5261-
<Member Name="unknownFutureValue" Value="1048576" />
5280+
<Member Name="labelNotFoundException" Value="1048576" />
5281+
<Member Name="unknownFutureValue" Value="2097152" />
52625282
</EnumType>
52635283
<EnumType Name="userAccountSecurityType">
52645284
<Member Name="unknown" Value="0" />
@@ -6108,6 +6128,9 @@
61086128
<ComplexType Name="agreementFileData">
61096129
<Property Name="data" Type="Edm.Binary" />
61106130
</ComplexType>
6131+
<ComplexType Name="aiAgentInfo" BaseType="graph.aiInteractionEntity">
6132+
<Property Name="blueprintId" Type="Edm.String" />
6133+
</ComplexType>
61116134
<ComplexType Name="aiInteractionAttachment">
61126135
<Property Name="attachmentId" Type="Edm.String" />
61136136
<Property Name="content" Type="Edm.String" />
@@ -6120,6 +6143,11 @@
61206143
<Property Name="contextType" Type="Edm.String" />
61216144
<Property Name="displayName" Type="Edm.String" />
61226145
</ComplexType>
6146+
<ComplexType Name="aiInteractionEntity">
6147+
<Property Name="identifier" Type="Edm.String" />
6148+
<Property Name="name" Type="Edm.String" />
6149+
<Property Name="version" Type="Edm.String" />
6150+
</ComplexType>
61236151
<ComplexType Name="aiInteractionLink">
61246152
<Property Name="displayName" Type="Edm.String" />
61256153
<Property Name="linkType" Type="Edm.String" />
@@ -6134,11 +6162,7 @@
61346162
<Property Name="conversation" Type="graph.teamworkConversationIdentity" />
61356163
<Property Name="tag" Type="graph.teamworkTagIdentity" />
61366164
</ComplexType>
6137-
<ComplexType Name="aiInteractionPlugin">
6138-
<Property Name="identifier" Type="Edm.String" />
6139-
<Property Name="name" Type="Edm.String" />
6140-
<Property Name="version" Type="Edm.String" />
6141-
</ComplexType>
6165+
<ComplexType Name="aiInteractionPlugin" BaseType="graph.aiInteractionEntity" />
61426166
<ComplexType Name="airPrintSettings">
61436167
<Property Name="incompatiblePrinters" Type="graph.incompatiblePrinterSettings" Nullable="false" />
61446168
</ComplexType>
@@ -8828,6 +8852,29 @@
88288852
<Property Name="key" Type="graph.objectMappingMetadata" />
88298853
<Property Name="value" Type="Edm.String" />
88308854
</ComplexType>
8855+
<ComplexType Name="oidcAddressInboundClaims">
8856+
<Property Name="country" Type="Edm.String" />
8857+
<Property Name="locality" Type="Edm.String" />
8858+
<Property Name="postal_code" Type="Edm.String" />
8859+
<Property Name="region" Type="Edm.String" />
8860+
<Property Name="street_address" Type="Edm.String" />
8861+
</ComplexType>
8862+
<ComplexType Name="oidcClientAuthentication" Abstract="true" />
8863+
<ComplexType Name="oidcClientSecretAuthentication" BaseType="graph.oidcClientAuthentication">
8864+
<Property Name="clientSecret" Type="Edm.String" Nullable="false" />
8865+
</ComplexType>
8866+
<ComplexType Name="oidcInboundClaimMappingOverride">
8867+
<Property Name="address" Type="graph.oidcAddressInboundClaims" />
8868+
<Property Name="email" Type="Edm.String" />
8869+
<Property Name="email_verified" Type="Edm.String" />
8870+
<Property Name="family_name" Type="Edm.String" />
8871+
<Property Name="given_name" Type="Edm.String" />
8872+
<Property Name="name" Type="Edm.String" />
8873+
<Property Name="phone_number" Type="Edm.String" />
8874+
<Property Name="phone_number_verified" Type="Edm.String" />
8875+
<Property Name="sub" Type="Edm.String" />
8876+
</ComplexType>
8877+
<ComplexType Name="oidcPrivateJwtKeyClientAuthentication" BaseType="graph.oidcClientAuthentication" />
88318878
<ComplexType Name="omaSetting" Abstract="true">
88328879
<Property Name="description" Type="Edm.String" />
88338880
<Property Name="displayName" Type="Edm.String" Nullable="false" />
@@ -9459,8 +9506,10 @@
94599506
</ComplexType>
94609507
<ComplexType Name="processConversationMetadata" BaseType="graph.processContentMetadataBase">
94619508
<Property Name="accessedResources" Type="Collection(Edm.String)" />
9509+
<Property Name="accessedResources_v2" Type="Collection(graph.resourceAccessDetail)" Nullable="false" />
9510+
<Property Name="agents" Type="Collection(graph.aiAgentInfo)" Nullable="false" />
94629511
<Property Name="parentMessageId" Type="Edm.String" />
9463-
<Property Name="plugins" Type="Collection(graph.aiInteractionPlugin)" />
9512+
<Property Name="plugins" Type="Collection(graph.aiInteractionPlugin)" Nullable="false" />
94649513
</ComplexType>
94659514
<ComplexType Name="processFileMetadata" BaseType="graph.processContentMetadataBase">
94669515
<Property Name="customProperties" Type="graph.customMetadataDictionary" />
@@ -9712,6 +9761,16 @@
97129761
<Property Name="id" Type="Edm.Guid" Nullable="false" />
97139762
<Property Name="type" Type="Edm.String" />
97149763
</ComplexType>
9764+
<ComplexType Name="resourceAccessDetail">
9765+
<Property Name="accessType" Type="graph.resourceAccessType" Nullable="false" />
9766+
<Property Name="identifier" Type="Edm.String" Nullable="false" />
9767+
<Property Name="isCrossPromptInjectionDetected" Type="Edm.Boolean" Nullable="false" />
9768+
<Property Name="labelId" Type="Edm.String" />
9769+
<Property Name="name" Type="Edm.String" Nullable="false" />
9770+
<Property Name="status" Type="graph.resourceAccessStatus" Nullable="false" />
9771+
<Property Name="storageId" Type="Edm.String" />
9772+
<Property Name="url" Type="Edm.String" />
9773+
</ComplexType>
97159774
<ComplexType Name="resourceAction">
97169775
<Property Name="allowedResourceActions" Type="Collection(Edm.String)" />
97179776
<Property Name="notAllowedResourceActions" Type="Collection(Edm.String)" />
@@ -11753,7 +11812,7 @@
1175311812
<Property Name="links" Type="Collection(graph.aiInteractionLink)" />
1175411813
<Property Name="locale" Type="Edm.String" Nullable="false" />
1175511814
<Property Name="mentions" Type="Collection(graph.aiInteractionMention)" />
11756-
<Property Name="requestId" Type="Edm.String" Nullable="false" />
11815+
<Property Name="requestId" Type="Edm.String" />
1175711816
<Property Name="sessionId" Type="Edm.String" Nullable="false" />
1175811817
</EntityType>
1175911818
<EntityType Name="aiInteractionHistory" BaseType="graph.entity" />
@@ -12263,6 +12322,7 @@
1226312322
</EntityType>
1226412323
<EntityType Name="authentication" BaseType="graph.entity">
1226512324
<NavigationProperty Name="emailMethods" Type="Collection(graph.emailAuthenticationMethod)" ContainsTarget="true" />
12325+
<NavigationProperty Name="externalAuthenticationMethods" Type="Collection(graph.externalAuthenticationMethod)" ContainsTarget="true" />
1226612326
<NavigationProperty Name="fido2Methods" Type="Collection(graph.fido2AuthenticationMethod)" ContainsTarget="true" />
1226712327
<NavigationProperty Name="methods" Type="Collection(graph.authenticationMethod)" ContainsTarget="true" />
1226812328
<NavigationProperty Name="microsoftAuthenticatorMethods" Type="Collection(graph.microsoftAuthenticatorAuthenticationMethod)" ContainsTarget="true" />
@@ -12303,7 +12363,9 @@
1230312363
<Property Name="displayName" Type="Edm.String" />
1230412364
<Property Name="selfServiceSignUp" Type="graph.selfServiceSignUpAuthenticationFlowConfiguration" />
1230512365
</EntityType>
12306-
<EntityType Name="authenticationMethod" BaseType="graph.entity" Abstract="true" />
12366+
<EntityType Name="authenticationMethod" BaseType="graph.entity" Abstract="true">
12367+
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
12368+
</EntityType>
1230712369
<EntityType Name="authenticationMethodConfiguration" BaseType="graph.entity" Abstract="true">
1230812370
<Property Name="excludeTargets" Type="Collection(graph.excludeTarget)" />
1230912371
<Property Name="state" Type="graph.authenticationMethodState" />
@@ -14925,6 +14987,10 @@
1492514987
<Property Name="name" Type="Edm.String" Nullable="false" />
1492614988
<Property Name="targetObjects" Type="Collection(Edm.String)" Nullable="false" />
1492714989
</EntityType>
14990+
<EntityType Name="externalAuthenticationMethod" BaseType="graph.authenticationMethod">
14991+
<Property Name="configurationId" Type="Edm.String" Nullable="false" />
14992+
<Property Name="displayName" Type="Edm.String" Nullable="false" />
14993+
</EntityType>
1492814994
<EntityType Name="externalDomainName" BaseType="graph.entity" />
1492914995
<EntityType Name="externalUsersSelfServiceSignUpEventsFlow" BaseType="graph.authenticationEventsFlow">
1493014996
<Property Name="onAttributeCollection" Type="graph.onAttributeCollectionHandler">
@@ -14985,7 +15051,6 @@
1498515051
<Property Name="aaGuid" Type="Edm.String" />
1498615052
<Property Name="attestationCertificates" Type="Collection(Edm.String)" />
1498715053
<Property Name="attestationLevel" Type="graph.attestationLevel" />
14988-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1498915054
<Property Name="displayName" Type="Edm.String" />
1499015055
<Property Name="model" Type="Edm.String" />
1499115056
</EntityType>
@@ -16538,7 +16603,6 @@
1653816603
<Property Name="userId" Type="Edm.String" />
1653916604
</EntityType>
1654016605
<EntityType Name="microsoftAuthenticatorAuthenticationMethod" BaseType="graph.authenticationMethod">
16541-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1654216606
<Property Name="deviceTag" Type="Edm.String" />
1654316607
<Property Name="displayName" Type="Edm.String" />
1654416608
<Property Name="phoneAppVersion" Type="Edm.String" />
@@ -16720,6 +16784,15 @@
1672016784
<NavigationProperty Name="trending" Type="Collection(graph.trending)" ContainsTarget="true" />
1672116785
<NavigationProperty Name="used" Type="Collection(graph.usedInsight)" ContainsTarget="true" />
1672216786
</EntityType>
16787+
<EntityType Name="oidcIdentityProvider" BaseType="graph.identityProviderBase">
16788+
<Property Name="clientAuthentication" Type="graph.oidcClientAuthentication" Nullable="false" />
16789+
<Property Name="clientId" Type="Edm.String" Nullable="false" />
16790+
<Property Name="inboundClaimMapping" Type="graph.oidcInboundClaimMappingOverride" />
16791+
<Property Name="issuer" Type="Edm.String" Nullable="false" />
16792+
<Property Name="responseType" Type="graph.oidcResponseType" Nullable="false" />
16793+
<Property Name="scope" Type="Edm.String" Nullable="false" />
16794+
<Property Name="wellKnownEndpoint" Type="Edm.String" />
16795+
</EntityType>
1672316796
<EntityType Name="onAttributeCollectionListener" BaseType="graph.authenticationEventListener">
1672416797
<Property Name="handler" Type="graph.onAttributeCollectionHandler" />
1672516798
</EntityType>
@@ -17198,7 +17271,6 @@
1719817271
<NavigationProperty Name="billing" Type="microsoft.graph.partners.billing.billing" ContainsTarget="true" />
1719917272
</EntityType>
1720017273
<EntityType Name="passwordAuthenticationMethod" BaseType="graph.authenticationMethod">
17201-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1720217274
<Property Name="password" Type="Edm.String" />
1720317275
</EntityType>
1720417276
<EntityType Name="payload" BaseType="graph.entity">
@@ -17474,7 +17546,6 @@
1747417546
<NavigationProperty Name="tasks" Type="Collection(graph.plannerTask)" ContainsTarget="true" />
1747517547
</EntityType>
1747617548
<EntityType Name="platformCredentialAuthenticationMethod" BaseType="graph.authenticationMethod">
17477-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1747817549
<Property Name="displayName" Type="Edm.String" />
1747917550
<Property Name="keyStrength" Type="graph.authenticationMethodKeyStrength" />
1748017551
<Property Name="platform" Type="graph.authenticationMethodPlatform" />
@@ -19162,7 +19233,6 @@
1916219233
<Property Name="userId" Type="Edm.String" />
1916319234
</EntityType>
1916419235
<EntityType Name="temporaryAccessPassAuthenticationMethod" BaseType="graph.authenticationMethod">
19165-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1916619236
<Property Name="isUsable" Type="Edm.Boolean" />
1916719237
<Property Name="isUsableOnce" Type="Edm.Boolean" />
1916819238
<Property Name="lifetimeInMinutes" Type="Edm.Int32" />
@@ -20934,7 +21004,6 @@
2093421004
<Property Name="threatState" Type="graph.windowsMalwareThreatState" />
2093521005
</EntityType>
2093621006
<EntityType Name="windowsHelloForBusinessAuthenticationMethod" BaseType="graph.authenticationMethod">
20937-
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
2093821007
<Property Name="displayName" Type="Edm.String" />
2093921008
<Property Name="keyStrength" Type="graph.authenticationMethodKeyStrength" />
2094021009
<NavigationProperty Name="device" Type="graph.device" />
@@ -40462,6 +40531,21 @@
4046240531
</Collection>
4046340532
</Annotation>
4046440533
</Annotations>
40534+
<Annotations Target="microsoft.graph.processConversationMetadata/accessedResources">
40535+
<Annotation Term="Org.OData.Core.V1.Revisions">
40536+
<Collection>
40537+
<Record>
40538+
<PropertyValue Property="Date" Date="2025-08-20" />
40539+
<PropertyValue Property="Description" String="The accessedResourcesproperty is deprecated and will not be processed data on August 20, 2025. Please use the new accessedResources_v2 property." />
40540+
<PropertyValue Property="Kind">
40541+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
40542+
</PropertyValue>
40543+
<PropertyValue Property="RemovalDate" Date="2025-08-20" />
40544+
<PropertyValue Property="Version" String="2020-08-20" />
40545+
</Record>
40546+
</Collection>
40547+
</Annotation>
40548+
</Annotations>
4046540549
<Annotations Target="microsoft.graph.processIntegrityLevel">
4046640550
<Annotation Term="Org.OData.Core.V1.Revisions">
4046740551
<Collection>
@@ -48942,7 +49026,9 @@
4894249026
<NavigationProperty Name="dataSource" Type="microsoft.graph.security.dataSource" ContainsTarget="true" />
4894349027
<NavigationProperty Name="lastIndexOperation" Type="microsoft.graph.security.ediscoveryIndexOperation" />
4894449028
</EntityType>
48945-
<EntityType Name="ediscoveryPurgeDataOperation" BaseType="microsoft.graph.security.caseOperation" />
49029+
<EntityType Name="ediscoveryPurgeDataOperation" BaseType="microsoft.graph.security.caseOperation">
49030+
<Property Name="reportFileMetadata" Type="Collection(microsoft.graph.security.reportFileMetadata)" />
49031+
</EntityType>
4894649032
<EntityType Name="ediscoveryReviewSet" BaseType="microsoft.graph.security.dataSet">
4894749033
<NavigationProperty Name="queries" Type="Collection(microsoft.graph.security.ediscoveryReviewSetQuery)" ContainsTarget="true" />
4894849034
</EntityType>
@@ -49535,9 +49621,22 @@
4953549621
<Property Name="groupId" Type="Edm.String" />
4953649622
<Property Name="policyId" Type="Edm.String" Nullable="false" />
4953749623
</ComplexType>
49624+
<EntityType Name="policyIdentifierDetail" BaseType="graph.entity">
49625+
<Property Name="name" Type="Edm.String" Nullable="false" />
49626+
<Property Name="policyId" Type="Edm.String" Nullable="false" />
49627+
</EntityType>
4953849628
<EntityType Name="teamsAdminRoot" BaseType="graph.entity">
49629+
<NavigationProperty Name="policy" Type="teamsAdministration.teamsPolicyAssignment" ContainsTarget="true" />
4953949630
<NavigationProperty Name="userConfigurations" Type="Collection(teamsAdministration.teamsUserConfiguration)" ContainsTarget="true" />
4954049631
</EntityType>
49632+
<EntityType Name="teamsPolicyAssignment" BaseType="graph.entity">
49633+
<NavigationProperty Name="userAssignments" Type="Collection(teamsAdministration.teamsPolicyUserAssignment)" ContainsTarget="true" />
49634+
</EntityType>
49635+
<EntityType Name="teamsPolicyUserAssignment" BaseType="graph.entity">
49636+
<Property Name="policyId" Type="Edm.String" />
49637+
<Property Name="policyType" Type="Edm.String" Nullable="false" />
49638+
<Property Name="userId" Type="Edm.String" Nullable="false" />
49639+
</EntityType>
4954149640
<EntityType Name="teamsUserConfiguration" BaseType="graph.entity">
4954249641
<Property Name="accountType" Type="teamsAdministration.accountType" Nullable="false" />
4954349642
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
@@ -49550,6 +49649,20 @@
4955049649
<Property Name="userPrincipalName" Type="Edm.String" Nullable="false" />
4955149650
<NavigationProperty Name="user" Type="graph.user" />
4955249651
</EntityType>
49652+
<Action Name="assign" IsBound="true">
49653+
<Parameter Name="bindingParameter" Type="Collection(teamsAdministration.teamsPolicyUserAssignment)" />
49654+
<Parameter Name="value" Type="Collection(teamsAdministration.teamsPolicyUserAssignment)" Nullable="false" />
49655+
</Action>
49656+
<Action Name="unassign" IsBound="true">
49657+
<Parameter Name="bindingParameter" Type="Collection(teamsAdministration.teamsPolicyUserAssignment)" />
49658+
<Parameter Name="value" Type="Collection(teamsAdministration.teamsPolicyUserAssignment)" Nullable="false" />
49659+
</Action>
49660+
<Function Name="getPolicyId" IsBound="true">
49661+
<Parameter Name="bindingParameter" Type="teamsAdministration.teamsPolicyAssignment" />
49662+
<Parameter Name="type" Type="Edm.String" Nullable="false" Unicode="false" />
49663+
<Parameter Name="name" Type="Edm.String" Nullable="false" Unicode="false" />
49664+
<ReturnType Type="Collection(teamsAdministration.policyIdentifierDetail)" />
49665+
</Function>
4955349666
</Schema>
4955449667
<Schema Namespace="microsoft.graph.termStore" xmlns="http://docs.oasis-open.org/odata/ns/edm">
4955549668
<EnumType Name="relationType">

0 commit comments

Comments
 (0)