Skip to content

Commit 3ba85a9

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean metadata file with 194896 [skip ci]
1 parent fa1c9c2 commit 3ba85a9

File tree

4 files changed

+16348
-14975
lines changed

4 files changed

+16348
-14975
lines changed

clean_beta_metadata/cleanMetadata.xml

Lines changed: 131 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@
176176
<Member Name="active" Value="0" />
177177
<Member Name="inactive" Value="1" />
178178
</EnumType>
179+
<EnumType Name="aggregationPeriod">
180+
<Member Name="d1" Value="0" />
181+
<Member Name="d7" Value="1" />
182+
<Member Name="d30" Value="2" />
183+
<Member Name="unknownFutureValue" Value="3" />
184+
</EnumType>
179185
<EnumType Name="agreementAcceptanceState">
180186
<Member Name="accepted" Value="2" />
181187
<Member Name="declined" Value="3" />
@@ -23255,6 +23261,9 @@
2325523261
<NavigationProperty Name="authenticationMethodConfigurations" Type="Collection(graph.authenticationMethodConfiguration)" ContainsTarget="true" />
2325623262
</EntityType>
2325723263
<EntityType Name="authenticationMethodsRoot" BaseType="graph.entity">
23264+
<NavigationProperty Name="userEventsSummary" Type="Collection(graph.userEventsSummary)" ContainsTarget="true" />
23265+
<NavigationProperty Name="userMfaSignInSummary" Type="Collection(graph.userMfaSignInSummary)" ContainsTarget="true" />
23266+
<NavigationProperty Name="userPasswordResetsAndChangesSummary" Type="Collection(graph.userPasswordResetsAndChangesSummary)" ContainsTarget="true" />
2325823267
<NavigationProperty Name="userRegistrationDetails" Type="Collection(graph.userRegistrationDetails)" ContainsTarget="true" />
2325923268
</EntityType>
2326023269
<EntityType Name="authenticationMethodTarget" BaseType="graph.entity">
@@ -32837,6 +32846,7 @@
3283732846
<EntityType Name="peopleAdminSettings" BaseType="graph.entity">
3283832847
<NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" />
3283932848
<NavigationProperty Name="namePronunciation" Type="graph.namePronunciationSettings" ContainsTarget="true" />
32849+
<NavigationProperty Name="photoUpdateSettings" Type="graph.photoUpdateSettings" ContainsTarget="true" />
3284032850
<NavigationProperty Name="profileCardProperties" Type="Collection(graph.profileCardProperty)" ContainsTarget="true" />
3284132851
<NavigationProperty Name="profilePropertySettings" Type="Collection(graph.profilePropertySetting)" ContainsTarget="true" />
3284232852
<NavigationProperty Name="profileSources" Type="Collection(graph.profileSource)" ContainsTarget="true" />
@@ -33035,6 +33045,9 @@
3303533045
<EntityType Name="phoneUserConversationMember" BaseType="graph.conversationMember">
3303633046
<Property Name="phoneNumber" Type="Edm.String" />
3303733047
</EntityType>
33048+
<EntityType Name="photoUpdateSettings" BaseType="graph.entity">
33049+
<Property Name="allowedRoles" Type="Collection(Edm.String)" />
33050+
</EntityType>
3303833051
<EntityType Name="picture">
3303933052
<Key>
3304033053
<PropertyRef Name="id" />
@@ -35006,6 +35019,7 @@
3500635019
<EntityType Name="sensitiveType" BaseType="graph.entity">
3500735020
<Property Name="classificationMethod" Type="graph.classificationMethod" />
3500835021
<Property Name="description" Type="Edm.String" />
35022+
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
3500935023
<Property Name="name" Type="Edm.String" />
3501035024
<Property Name="publisherName" Type="Edm.String" />
3501135025
<Property Name="rulePackageId" Type="Edm.String" />
@@ -35737,6 +35751,7 @@
3573735751
<NavigationProperty Name="documentProcessingJobs" Type="Collection(graph.documentProcessingJob)" ContainsTarget="true" />
3573835752
<NavigationProperty Name="drive" Type="graph.drive" />
3573935753
<NavigationProperty Name="drives" Type="Collection(graph.drive)" />
35754+
<NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" />
3574035755
<NavigationProperty Name="externalColumns" Type="Collection(graph.columnDefinition)" />
3574135756
<NavigationProperty Name="informationProtection" Type="graph.informationProtection" ContainsTarget="true" />
3574235757
<NavigationProperty Name="items" Type="Collection(graph.baseItem)" />
@@ -37525,6 +37540,15 @@
3752537540
<NavigationProperty Name="activities" Type="graph.activitiesContainer" ContainsTarget="true" />
3752637541
<NavigationProperty Name="protectionScopes" Type="graph.userProtectionScopeContainer" ContainsTarget="true" />
3752737542
</EntityType>
37543+
<EntityType Name="userEventsSummary" BaseType="graph.entity">
37544+
<Property Name="authMethod" Type="graph.usageAuthMethod" Nullable="false" />
37545+
<Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
37546+
<Property Name="failureReason" Type="Edm.String" Nullable="false" />
37547+
<Property Name="feature" Type="graph.featureType" Nullable="false" />
37548+
<Property Name="isSuccess" Type="Edm.Boolean" Nullable="false" />
37549+
<Property Name="userDisplayName" Type="Edm.String" Nullable="false" />
37550+
<Property Name="userPrincipalName" Type="Edm.String" Nullable="false" />
37551+
</EntityType>
3752837552
<EntityType Name="userExperienceAnalyticsAnomaly" BaseType="graph.entity">
3752937553
<Property Name="anomalyFirstOccurrenceDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
3753037554
<Property Name="anomalyId" Type="Edm.String" />
@@ -38010,6 +38034,18 @@
3801038034
<Property Name="userName" Type="Edm.String" />
3801138035
<NavigationProperty Name="deviceStates" Type="Collection(graph.deviceInstallState)" ContainsTarget="true" />
3801238036
</EntityType>
38037+
<EntityType Name="userMfaSignInSummary" BaseType="graph.entity">
38038+
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
38039+
<Property Name="multiFactorSignIns" Type="Edm.Int64" />
38040+
<Property Name="singleFactorSignIns" Type="Edm.Int64" />
38041+
<Property Name="totalSignIns" Type="Edm.Int64" />
38042+
</EntityType>
38043+
<EntityType Name="userPasswordResetsAndChangesSummary" BaseType="graph.entity">
38044+
<Property Name="aggregatedDateTime" Type="Edm.DateTimeOffset" />
38045+
<Property Name="changePasswordSelfServiceCount" Type="Edm.Int64" />
38046+
<Property Name="passwordResetsByAdminCount" Type="Edm.Int64" />
38047+
<Property Name="passwordResetsSelfServiceCount" Type="Edm.Int64" />
38048+
</EntityType>
3801338049
<EntityType Name="userPFXCertificate" BaseType="graph.entity">
3801438050
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
3801538051
<Property Name="encryptedPfxBlob" Type="Edm.Binary" />
@@ -38025,6 +38061,12 @@
3802538061
<Property Name="userPrincipalName" Type="Edm.String" />
3802638062
</EntityType>
3802738063
<EntityType Name="userProtectionScopeContainer" BaseType="graph.entity" />
38064+
<EntityType Name="userRegistrationActivitySummary" BaseType="graph.entity">
38065+
<Property Name="authMethod" Type="graph.usageAuthMethod" Nullable="false" />
38066+
<Property Name="failureActivityCount" Type="Edm.Int64" Nullable="false" />
38067+
<Property Name="feature" Type="graph.featureType" Nullable="false" />
38068+
<Property Name="successfulActivityCount" Type="Edm.Int64" Nullable="false" />
38069+
</EntityType>
3802838070
<EntityType Name="userRegistrationDetails" BaseType="graph.entity">
3802938071
<Property Name="defaultMfaMethod" Type="graph.defaultMfaMethodType" />
3803038072
<Property Name="isAdmin" Type="Edm.Boolean" />
@@ -38081,6 +38123,13 @@
3808138123
<EntityType Name="userSignInInsight" BaseType="graph.governanceInsight">
3808238124
<Property Name="lastSignInDateTime" Type="Edm.DateTimeOffset" />
3808338125
</EntityType>
38126+
<EntityType Name="userSignInUsageByAuthMethodActivity">
38127+
<Key>
38128+
<PropertyRef Name="authenticationMethod" />
38129+
</Key>
38130+
<Property Name="authenticationMethod" Type="Edm.String" Nullable="false" />
38131+
<Property Name="successActivityCount" Type="Edm.Int64" Nullable="false" />
38132+
</EntityType>
3808438133
<EntityType Name="userSignUpMetric" BaseType="graph.entity">
3808538134
<Property Name="appId" Type="Edm.String" />
3808638135
<Property Name="browser" Type="Edm.String" />
@@ -49601,6 +49650,10 @@
4960149650
<Parameter Name="bindingParameter" Type="Collection(graph.managedAppRegistration)" />
4960249651
<ReturnType Type="Collection(Edm.String)" Unicode="false" />
4960349652
</Function>
49653+
<Function Name="getVapidPublicKey" IsBound="true">
49654+
<Parameter Name="bindingParameter" Type="Collection(graph.subscription)" />
49655+
<ReturnType Type="Edm.String" Unicode="false" />
49656+
</Function>
4960449657
<Function Name="getVirtualAppointmentJoinWebUrl" IsBound="true">
4960549658
<Parameter Name="bindingParameter" Type="graph.onlineMeeting" />
4960649659
<ReturnType Type="Edm.String" Unicode="false" />
@@ -50154,6 +50207,16 @@
5015450207
<Parameter Name="bindingParameter" Type="graph.deviceManagement" />
5015550208
<ReturnType Type="graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary" />
5015650209
</Function>
50210+
<Function Name="userRegistrationActivity" IsBound="true" IsComposable="true">
50211+
<Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" />
50212+
<Parameter Name="period" Type="graph.aggregationPeriod" Nullable="false" />
50213+
<ReturnType Type="Collection(graph.userRegistrationActivitySummary)" Nullable="false" />
50214+
</Function>
50215+
<Function Name="userSignInsByAuthMethodSummary" IsBound="true" IsComposable="true">
50216+
<Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" />
50217+
<Parameter Name="period" Type="graph.aggregationPeriod" Nullable="false" />
50218+
<ReturnType Type="Collection(graph.userSignInUsageByAuthMethodActivity)" Nullable="false" />
50219+
</Function>
5015750220
<Function Name="usersRegisteredByFeature" IsBound="true" IsComposable="true">
5015850221
<Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" />
5015950222
<ReturnType Type="graph.userRegistrationFeatureSummary" Nullable="false" />
@@ -59014,6 +59077,14 @@
5901459077
</Collection>
5901559078
</Annotation>
5901659079
</Annotations>
59080+
<Annotations Target="microsoft.graph.backupRestoreRoot/protectionUnits">
59081+
<Annotation Term="Org.OData.Core.V1.ExplicitOperationBindings">
59082+
<Collection>
59083+
<String>microsoft.graph.cancelOffboard</String>
59084+
<String>microsoft.graph.offboard</String>
59085+
</Collection>
59086+
</Annotation>
59087+
</Annotations>
5901759088
<Annotations Target="microsoft.graph.baselineParameterType/unknownFutureValue">
5901859089
<Annotation Term="Org.OData.Core.V1.Description" String="A marker value for members added after the release of this API." />
5901959090
</Annotations>
@@ -62323,6 +62394,19 @@
6232362394
</Annotation>
6232462395
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
6232562396
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
62397+
<Annotation Term="Org.OData.Core.V1.Revisions">
62398+
<Collection>
62399+
<Record>
62400+
<PropertyValue Property="Date" Date="2023-06-21" />
62401+
<PropertyValue Property="Description" String="The Reporting getCredentialUsageSummary API is deprecated and will stop returning data on June 30, 2025. Please use the new userRegistrationActivity API." />
62402+
<PropertyValue Property="Kind">
62403+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
62404+
</PropertyValue>
62405+
<PropertyValue Property="RemovalDate" Date="2024-06-30" />
62406+
<PropertyValue Property="Version" String="2023-06/credentialUserRegistrationDetails" />
62407+
</Record>
62408+
</Collection>
62409+
</Annotation>
6232662410
</Annotations>
6232762411
<Annotations Target="microsoft.graph.credentialUserRegistrationCount">
6232862412
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
@@ -85193,34 +85277,6 @@
8519385277
</Collection>
8519485278
</Annotation>
8519585279
</Annotations>
85196-
<Annotations Target="microsoft.graph.networkaccess.getAlertFrequencies(Collection(microsoft.graph.networkaccess.alert), Edm.DateTimeOffset, Edm.DateTimeOffset)">
85197-
<Annotation Term="Org.OData.Core.V1.Revisions">
85198-
<Collection>
85199-
<Record>
85200-
<PropertyValue Property="Date" Date="2024-09-09" />
85201-
<PropertyValue Property="Kind">
85202-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
85203-
</PropertyValue>
85204-
<PropertyValue Property="RemovalDate" Date="2024-11-01" />
85205-
<PropertyValue Property="Version" String="2022-06/PrivatePreview:NetworkAccess" />
85206-
</Record>
85207-
</Collection>
85208-
</Annotation>
85209-
</Annotations>
85210-
<Annotations Target="microsoft.graph.networkaccess.getAlertSeveritySummaries(Collection(microsoft.graph.networkaccess.alert), Edm.DateTimeOffset, Edm.DateTimeOffset)">
85211-
<Annotation Term="Org.OData.Core.V1.Revisions">
85212-
<Collection>
85213-
<Record>
85214-
<PropertyValue Property="Date" Date="2024-09-09" />
85215-
<PropertyValue Property="Kind">
85216-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
85217-
</PropertyValue>
85218-
<PropertyValue Property="RemovalDate" Date="2024-11-01" />
85219-
<PropertyValue Property="Version" String="2022-06/PrivatePreview:NetworkAccess" />
85220-
</Record>
85221-
</Collection>
85222-
</Annotation>
85223-
</Annotations>
8522485280
<Annotations Target="microsoft.graph.networkaccess.intentCategory">
8522585281
<Annotation Term="Org.OData.Core.V1.Revisions">
8522685282
<Collection>
@@ -86445,6 +86501,13 @@
8644586501
</Record>
8644686502
</Annotation>
8644786503
</Annotations>
86504+
<Annotations Target="microsoft.graph.peopleAdminSettings/photoUpdateSettings">
86505+
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
86506+
<Record>
86507+
<PropertyValue Property="Deletable" Bool="true" />
86508+
</Record>
86509+
</Annotation>
86510+
</Annotations>
8644886511
<Annotations Target="microsoft.graph.perfectForwardSecrecyGroup">
8644986512
<Annotation Term="Org.OData.Core.V1.Description" String="Forward Secrecy Group values for Windows10 VPN policies with IKEv2 connection type." />
8645086513
</Annotations>
@@ -92845,6 +92908,19 @@
9284592908
</Annotation>
9284692909
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
9284792910
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
92911+
<Annotation Term="Org.OData.Core.V1.Revisions">
92912+
<Collection>
92913+
<Record>
92914+
<PropertyValue Property="Date" Date="2023-06-21" />
92915+
<PropertyValue Property="Description" String="The Reporting userCredentialUsageDetails API is deprecated and will stop returning data on June 30, 2025. Please use the new userEventsSummary API." />
92916+
<PropertyValue Property="Kind">
92917+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
92918+
</PropertyValue>
92919+
<PropertyValue Property="RemovalDate" Date="2024-06-30" />
92920+
<PropertyValue Property="Version" String="2023-06/credentialUserRegistrationDetails" />
92921+
</Record>
92922+
</Collection>
92923+
</Annotation>
9284892924
</Annotations>
9284992925
<Annotations Target="microsoft.graph.userEmailSource">
9285092926
<Annotation Term="Org.OData.Core.V1.Description" String="Possible values for username source or email source." />
@@ -92855,6 +92931,15 @@
9285592931
<Annotations Target="microsoft.graph.userEmailSource/userPrincipalName">
9285692932
<Annotation Term="Org.OData.Core.V1.Description" String="User principal name." />
9285792933
</Annotations>
92934+
<Annotations Target="microsoft.graph.userEventsSummary">
92935+
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
92936+
<Record>
92937+
<PropertyValue Property="Filterable" Bool="true" />
92938+
</Record>
92939+
</Annotation>
92940+
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
92941+
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
92942+
</Annotations>
9285892943
<Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly">
9285992944
<Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics anomaly entity contains anomaly details." />
9286092945
</Annotations>
@@ -94601,6 +94686,15 @@
9460194686
<Annotations Target="microsoft.graph.userPfxPaddingScheme/pkcs1">
9460294687
<Annotation Term="Org.OData.Core.V1.Description" String="Pkcs1 is no longer supported" />
9460394688
</Annotations>
94689+
<Annotations Target="microsoft.graph.userRegistrationActivitySummary">
94690+
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
94691+
<Record>
94692+
<PropertyValue Property="Filterable" Bool="true" />
94693+
</Record>
94694+
</Annotation>
94695+
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
94696+
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
94697+
</Annotations>
9460494698
<Annotations Target="microsoft.graph.userRegistrationDetails">
9460594699
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
9460694700
<Record>
@@ -105005,12 +105099,21 @@
105005105099
<EntityType Name="alert" BaseType="graph.entity">
105006105100
<Property Name="actions" Type="Collection(microsoft.graph.networkaccess.alertAction)" />
105007105101
<Property Name="alertType" Type="microsoft.graph.networkaccess.alertType" Nullable="false" />
105102+
<Property Name="categories" Type="Collection(microsoft.graph.networkaccess.intentCategory)" />
105103+
<Property Name="componentName" Type="Edm.String" />
105008105104
<Property Name="creationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
105009105105
<Property Name="description" Type="Edm.String" />
105010105106
<Property Name="detectionTechnology" Type="Edm.String" />
105011105107
<Property Name="displayName" Type="Edm.String" Nullable="false" />
105108+
<Property Name="extendedProperties" Type="microsoft.graph.networkaccess.extendedProperties" />
105109+
<Property Name="firstActivityDateTime" Type="Edm.DateTimeOffset" />
105110+
<Property Name="isPreview" Type="Edm.Boolean" />
105111+
<Property Name="lastActivityDateTime" Type="Edm.DateTimeOffset" />
105112+
<Property Name="productName" Type="Edm.String" />
105012105113
<Property Name="relatedResources" Type="Collection(microsoft.graph.networkaccess.relatedResource)" />
105013105114
<Property Name="severity" Type="microsoft.graph.networkaccess.alertSeverity" Nullable="false" />
105115+
<Property Name="subTechniques" Type="Collection(Edm.String)" />
105116+
<Property Name="techniques" Type="Collection(Edm.String)" />
105014105117
<Property Name="vendorName" Type="Edm.String" Nullable="false" />
105015105118
<NavigationProperty Name="policy" Type="microsoft.graph.networkaccess.filteringPolicy" />
105016105119
</EntityType>

0 commit comments

Comments
 (0)