Skip to content

Commit 2df17af

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean beta metadata file with 207061 [skip ci]
1 parent 8ce14a4 commit 2df17af

4 files changed

Lines changed: 230 additions & 4 deletions

clean_beta_metadata/cleanMetadata.xml

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4755,6 +4755,16 @@
47554755
<Member Name="restId" Value="3" />
47564756
<Member Name="restImmutableEntryId" Value="4" />
47574757
</EnumType>
4758+
<EnumType Name="exchangeMessageTraceStatus">
4759+
<Member Name="gettingStatus" Value="1" />
4760+
<Member Name="pending" Value="2" />
4761+
<Member Name="failed" Value="3" />
4762+
<Member Name="delivered" Value="4" />
4763+
<Member Name="expanded" Value="5" />
4764+
<Member Name="quarantined" Value="6" />
4765+
<Member Name="filteredAsSpam" Value="7" />
4766+
<Member Name="unknownFutureValue" Value="8" />
4767+
</EnumType>
47584768
<EnumType Name="executionMode">
47594769
<Member Name="evaluateInline" Value="1" />
47604770
<Member Name="evaluateOffline" Value="2" />
@@ -8407,6 +8417,8 @@
84078417
<Member Name="prtNonBrokerBased" Value="4194304" />
84088418
<Member Name="onBehalfOf" Value="8388608" />
84098419
<Member Name="samlOnBehalfOf" Value="16777216" />
8420+
<Member Name="officeS2S" Value="33554432" />
8421+
<Member Name="wsTrust" Value="67108864" />
84108422
</EnumType>
84118423
<EnumType Name="provisioningAction">
84128424
<Member Name="other" Value="0" />
@@ -9200,6 +9212,7 @@
92009212
<Member Name="adminConfirmedAgentSafe" Value="18" />
92019213
<Member Name="adminConfirmedAgentCompromised" Value="19" />
92029214
<Member Name="adminDismissedRiskForAgent" Value="20" />
9215+
<Member Name="microsoftRevokedSessions" Value="21" />
92039216
</EnumType>
92049217
<EnumType Name="riskDetectionTimingType">
92059218
<Member Name="notDefined" Value="0" />
@@ -17031,6 +17044,9 @@
1703117044
</ComplexType>
1703217045
<ComplexType Name="Json" />
1703317046
<ComplexType Name="justifyAction" BaseType="graph.informationProtectionAction" />
17047+
<ComplexType Name="justInTimeAuditConfiguration">
17048+
<Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
17049+
</ComplexType>
1703417050
<ComplexType Name="justInTimeEnforcementConfiguration">
1703517051
<Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
1703617052
</ComplexType>
@@ -18573,6 +18589,10 @@
1857318589
<Property Name="chooseFromType" Type="Edm.String" />
1857418590
<Property Name="displayAs" Type="Edm.String" />
1857518591
</ComplexType>
18592+
<ComplexType Name="perTenantTrafficSegmentsOverride">
18593+
<Property Name="percentage" Type="Edm.Int32" Nullable="false" />
18594+
<Property Name="tenantId" Type="Edm.Guid" Nullable="false" />
18595+
</ComplexType>
1857618596
<ComplexType Name="phone">
1857718597
<Property Name="number" Type="Edm.String" />
1857818598
<Property Name="type" Type="graph.phoneType" />
@@ -20644,6 +20664,7 @@
2064420664
<Property Name="initiator" Type="graph.identitySet" />
2064520665
<Property Name="tabId" Type="Edm.String" />
2064620666
</ComplexType>
20667+
<ComplexType Name="targetAgentIdentitySponsorsOrOwners" BaseType="graph.userSet" />
2064720668
<ComplexType Name="targetPolicyEndpoints">
2064820669
<Property Name="platformTypes" Type="Collection(Edm.String)" />
2064920670
</ComplexType>
@@ -23237,7 +23258,7 @@
2323723258
<Property Name="links" Type="Collection(graph.aiInteractionLink)" />
2323823259
<Property Name="locale" Type="Edm.String" Nullable="false" />
2323923260
<Property Name="mentions" Type="Collection(graph.aiInteractionMention)" />
23240-
<Property Name="requestId" Type="Edm.String" Nullable="false" />
23261+
<Property Name="requestId" Type="Edm.String" />
2324123262
<Property Name="sessionId" Type="Edm.String" Nullable="false" />
2324223263
</EntityType>
2324323264
<EntityType Name="aiInteractionHistory" BaseType="graph.entity" />
@@ -30061,6 +30082,26 @@
3006130082
<EntityType Name="exchangeAdmin" BaseType="graph.entity">
3006230083
<NavigationProperty Name="mailboxes" Type="Collection(graph.mailbox)" ContainsTarget="true" />
3006330084
<NavigationProperty Name="messageTraces" Type="Collection(graph.messageTrace)" ContainsTarget="true" />
30085+
<NavigationProperty Name="tracing" Type="graph.messageTracingRoot" ContainsTarget="true" />
30086+
</EntityType>
30087+
<EntityType Name="exchangeMessageTrace" BaseType="graph.entity">
30088+
<Property Name="fromIP" Type="Edm.String" />
30089+
<Property Name="messageId" Type="Edm.String" />
30090+
<Property Name="receivedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
30091+
<Property Name="recipientAddress" Type="Edm.String" />
30092+
<Property Name="senderAddress" Type="Edm.String" />
30093+
<Property Name="size" Type="Edm.Int32" Nullable="false" />
30094+
<Property Name="status" Type="graph.exchangeMessageTraceStatus" Nullable="false" />
30095+
<Property Name="subject" Type="Edm.String" />
30096+
<Property Name="toIP" Type="Edm.String" />
30097+
</EntityType>
30098+
<EntityType Name="exchangeMessageTraceDetail" BaseType="graph.entity">
30099+
<Property Name="action" Type="Edm.String" />
30100+
<Property Name="data" Type="Edm.String" />
30101+
<Property Name="dateTime" Type="Edm.DateTimeOffset" Nullable="false" />
30102+
<Property Name="description" Type="Edm.String" />
30103+
<Property Name="event" Type="Edm.String" Nullable="false" />
30104+
<Property Name="messageId" Type="Edm.String" />
3006430105
</EntityType>
3006530106
<EntityType Name="exchangeProtectionPolicy" BaseType="graph.protectionPolicyBase">
3006630107
<NavigationProperty Name="mailboxInclusionRules" Type="Collection(graph.mailboxProtectionRule)" />
@@ -30584,6 +30625,7 @@
3058430625
<Property Name="unseenCount" Type="Edm.Int32" />
3058530626
<Property Name="unseenMessagesCount" Type="Edm.Int32" />
3058630627
<Property Name="visibility" Type="Edm.String" />
30628+
<Property Name="welcomeMessageEnabled" Type="Edm.Boolean" />
3058730629
<Property Name="writebackConfiguration" Type="graph.groupWritebackConfiguration" />
3058830630
<NavigationProperty Name="acceptedSenders" Type="Collection(graph.directoryObject)">
3058930631
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
@@ -33531,6 +33573,9 @@
3353133573
<Property Name="subject" Type="Edm.String" />
3353233574
<NavigationProperty Name="recipients" Type="Collection(graph.messageRecipient)" ContainsTarget="true" />
3353333575
</EntityType>
33576+
<EntityType Name="messageTracingRoot" BaseType="graph.entity">
33577+
<NavigationProperty Name="messageTraces" Type="Collection(graph.exchangeMessageTrace)" ContainsTarget="true" />
33578+
</EntityType>
3353433579
<EntityType Name="mfaCompletionMetric" BaseType="graph.entity">
3353533580
<Property Name="appId" Type="Edm.String" />
3353633581
<Property Name="attemptsCount" Type="Edm.Int64" Nullable="false" />
@@ -51655,6 +51700,11 @@
5165551700
<Parameter Name="bindingParameter" Type="graph.deviceManagementIntent" />
5165651701
<ReturnType Type="Collection(graph.deviceManagementIntentCustomizedSetting)" />
5165751702
</Function>
51703+
<Function Name="getDetailsByRecipient" IsBound="true">
51704+
<Parameter Name="bindingParameter" Type="graph.exchangeMessageTrace" />
51705+
<Parameter Name="recipientAddress" Type="Edm.String" Nullable="false" Unicode="false" />
51706+
<ReturnType Type="Collection(graph.exchangeMessageTraceDetail)" />
51707+
</Function>
5165851708
<Function Name="getDevicesScheduledToRetire" IsBound="true">
5165951709
<Parameter Name="bindingParameter" Type="Collection(graph.deviceCompliancePolicy)" />
5166051710
<ReturnType Type="Collection(graph.retireScheduledManagedDevice)" />
@@ -112555,6 +112605,10 @@
112555112605
<Property Name="identifier" Type="Edm.String" Nullable="false" />
112556112606
<Property Name="identityProvider" Type="self.identityProvider" Nullable="false" />
112557112607
</ComplexType>
112608+
<ComplexType Name="activeDirectoryDomainEvidence" BaseType="self.alertEvidence">
112609+
<Property Name="activeDirectoryDomainName" Type="Edm.String" />
112610+
<Property Name="trustedDomains" Type="Collection(self.activeDirectoryDomainEvidence)" Nullable="false" />
112611+
</ComplexType>
112558112612
<ComplexType Name="addContentFooterAction" BaseType="self.informationProtectionAction">
112559112613
<Property Name="alignment" Type="self.contentAlignment" Nullable="false" />
112560112614
<Property Name="fontColor" Type="Edm.String" />
@@ -112940,6 +112994,7 @@
112940112994
<Property Name="osPlatform" Type="Edm.String" />
112941112995
<Property Name="rbacGroupId" Type="Edm.Int32" />
112942112996
<Property Name="rbacGroupName" Type="Edm.String" />
112997+
<Property Name="resourceAccessEvents" Type="Collection(self.resourceAccessEvent)" />
112943112998
<Property Name="riskScore" Type="self.deviceRiskScore" />
112944112999
<Property Name="version" Type="Edm.String" />
112945113000
<Property Name="vmMetadata" Type="self.vmMetadata" />

clean_beta_metadata/cleanMetadataWithDescriptionsAndAnnotationsAndErrorsbeta.xml

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4756,6 +4756,16 @@
47564756
<Member Name="restId" Value="3" />
47574757
<Member Name="restImmutableEntryId" Value="4" />
47584758
</EnumType>
4759+
<EnumType Name="exchangeMessageTraceStatus">
4760+
<Member Name="gettingStatus" Value="1" />
4761+
<Member Name="pending" Value="2" />
4762+
<Member Name="failed" Value="3" />
4763+
<Member Name="delivered" Value="4" />
4764+
<Member Name="expanded" Value="5" />
4765+
<Member Name="quarantined" Value="6" />
4766+
<Member Name="filteredAsSpam" Value="7" />
4767+
<Member Name="unknownFutureValue" Value="8" />
4768+
</EnumType>
47594769
<EnumType Name="executionMode">
47604770
<Member Name="evaluateInline" Value="1" />
47614771
<Member Name="evaluateOffline" Value="2" />
@@ -8408,6 +8418,8 @@
84088418
<Member Name="prtNonBrokerBased" Value="4194304" />
84098419
<Member Name="onBehalfOf" Value="8388608" />
84108420
<Member Name="samlOnBehalfOf" Value="16777216" />
8421+
<Member Name="officeS2S" Value="33554432" />
8422+
<Member Name="wsTrust" Value="67108864" />
84118423
</EnumType>
84128424
<EnumType Name="provisioningAction">
84138425
<Member Name="other" Value="0" />
@@ -9201,6 +9213,7 @@
92019213
<Member Name="adminConfirmedAgentSafe" Value="18" />
92029214
<Member Name="adminConfirmedAgentCompromised" Value="19" />
92039215
<Member Name="adminDismissedRiskForAgent" Value="20" />
9216+
<Member Name="microsoftRevokedSessions" Value="21" />
92049217
</EnumType>
92059218
<EnumType Name="riskDetectionTimingType">
92069219
<Member Name="notDefined" Value="0" />
@@ -13457,7 +13470,7 @@
1345713470
<Property Name="links" Type="Collection(graph.aiInteractionLink)" />
1345813471
<Property Name="locale" Type="Edm.String" Nullable="false" />
1345913472
<Property Name="mentions" Type="Collection(graph.aiInteractionMention)" />
13460-
<Property Name="requestId" Type="Edm.String" Nullable="false" />
13473+
<Property Name="requestId" Type="Edm.String" />
1346113474
<Property Name="sessionId" Type="Edm.String" Nullable="false" />
1346213475
</EntityType>
1346313476
<EntityType Name="aiInteractionHistory" BaseType="graph.entity" />
@@ -28251,6 +28264,26 @@
2825128264
<Annotation Term="Org.OData.Core.V1.Description" String="Represents a user's mailboxes." />
2825228265
</NavigationProperty>
2825328266
<NavigationProperty Name="messageTraces" Type="Collection(graph.messageTrace)" ContainsTarget="true" />
28267+
<NavigationProperty Name="tracing" Type="graph.messageTracingRoot" ContainsTarget="true" />
28268+
</EntityType>
28269+
<EntityType Name="exchangeMessageTrace" BaseType="graph.entity">
28270+
<Property Name="fromIP" Type="Edm.String" />
28271+
<Property Name="messageId" Type="Edm.String" />
28272+
<Property Name="receivedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
28273+
<Property Name="recipientAddress" Type="Edm.String" />
28274+
<Property Name="senderAddress" Type="Edm.String" />
28275+
<Property Name="size" Type="Edm.Int32" Nullable="false" />
28276+
<Property Name="status" Type="graph.exchangeMessageTraceStatus" Nullable="false" />
28277+
<Property Name="subject" Type="Edm.String" />
28278+
<Property Name="toIP" Type="Edm.String" />
28279+
</EntityType>
28280+
<EntityType Name="exchangeMessageTraceDetail" BaseType="graph.entity">
28281+
<Property Name="action" Type="Edm.String" />
28282+
<Property Name="data" Type="Edm.String" />
28283+
<Property Name="dateTime" Type="Edm.DateTimeOffset" Nullable="false" />
28284+
<Property Name="description" Type="Edm.String" />
28285+
<Property Name="event" Type="Edm.String" Nullable="false" />
28286+
<Property Name="messageId" Type="Edm.String" />
2825428287
</EntityType>
2825528288
<EntityType Name="exchangeProtectionPolicy" BaseType="graph.protectionPolicyBase">
2825628289
<NavigationProperty Name="mailboxInclusionRules" Type="Collection(graph.mailboxProtectionRule)">
@@ -29288,6 +29321,7 @@
2928829321
<Property Name="visibility" Type="Edm.String">
2928929322
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value isn't specified during group creation on Microsoft Graph, a security group is created as Private by default, and Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable." />
2929029323
</Property>
29324+
<Property Name="welcomeMessageEnabled" Type="Edm.Boolean" />
2929129325
<Property Name="writebackConfiguration" Type="graph.groupWritebackConfiguration">
2929229326
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether or not a group is configured to write back group object properties to on-premises Active Directory. These properties are used when group writeback is configured in the Microsoft Entra Connect sync client." />
2929329327
</Property>
@@ -35860,6 +35894,9 @@
3586035894
<Property Name="subject" Type="Edm.String" />
3586135895
<NavigationProperty Name="recipients" Type="Collection(graph.messageRecipient)" ContainsTarget="true" />
3586235896
</EntityType>
35897+
<EntityType Name="messageTracingRoot" BaseType="graph.entity">
35898+
<NavigationProperty Name="messageTraces" Type="Collection(graph.exchangeMessageTrace)" ContainsTarget="true" />
35899+
</EntityType>
3586335900
<EntityType Name="mfaCompletionMetric" BaseType="graph.entity">
3586435901
<Property Name="appId" Type="Edm.String">
3586535902
<Annotation Term="Org.OData.Core.V1.Description" String="The ID of the Microsoft Entra application. Supports $filter (eq)." />
@@ -66699,6 +66736,9 @@
6669966736
</ComplexType>
6670066737
<ComplexType Name="Json" />
6670166738
<ComplexType Name="justifyAction" BaseType="graph.informationProtectionAction" />
66739+
<ComplexType Name="justInTimeAuditConfiguration">
66740+
<Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
66741+
</ComplexType>
6670266742
<ComplexType Name="justInTimeEnforcementConfiguration">
6670366743
<Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
6670466744
</ComplexType>
@@ -69935,6 +69975,10 @@
6993569975
<Annotation Term="Org.OData.Core.V1.Description" String="How to display the information about the person or group chosen. See below." />
6993669976
</Property>
6993769977
</ComplexType>
69978+
<ComplexType Name="perTenantTrafficSegmentsOverride">
69979+
<Property Name="percentage" Type="Edm.Int32" Nullable="false" />
69980+
<Property Name="tenantId" Type="Edm.Guid" Nullable="false" />
69981+
</ComplexType>
6993869982
<ComplexType Name="phone">
6993969983
<Property Name="number" Type="Edm.String">
6994069984
<Annotation Term="Org.OData.Core.V1.Description" String="The phone number." />
@@ -74180,6 +74224,7 @@
7418074224
<Annotation Term="Org.OData.Core.V1.Description" String="Unique identifier of the tab." />
7418174225
</Property>
7418274226
</ComplexType>
74227+
<ComplexType Name="targetAgentIdentitySponsorsOrOwners" BaseType="graph.userSet" />
7418374228
<ComplexType Name="targetPolicyEndpoints">
7418474229
<Property Name="platformTypes" Type="Collection(Edm.String)">
7418574230
<Annotation Term="Org.OData.Core.V1.Description" String="Use to filter the notification distribution to a specific platform or platforms. Valid values are Windows, iOS, Android and WebPush. By default, all push endpoint types (Windows, iOS, Android and WebPush) are enabled." />
@@ -81299,6 +81344,11 @@
8129981344
<Parameter Name="bindingParameter" Type="graph.deviceManagementIntent" />
8130081345
<ReturnType Type="Collection(graph.deviceManagementIntentCustomizedSetting)" />
8130181346
</Function>
81347+
<Function Name="getDetailsByRecipient" IsBound="true">
81348+
<Parameter Name="bindingParameter" Type="graph.exchangeMessageTrace" />
81349+
<Parameter Name="recipientAddress" Type="Edm.String" Nullable="false" Unicode="false" />
81350+
<ReturnType Type="Collection(graph.exchangeMessageTraceDetail)" />
81351+
</Function>
8130281352
<Function Name="getDevicesScheduledToRetire" IsBound="true">
8130381353
<Parameter Name="bindingParameter" Type="Collection(graph.deviceCompliancePolicy)" />
8130481354
<ReturnType Type="Collection(graph.retireScheduledManagedDevice)" />
@@ -209318,6 +209368,10 @@
209318209368
<Annotation Term="Org.OData.Core.V1.Description" String="The identity provider. The possible values are: entraID, activeDirectory, okta." />
209319209369
</Property>
209320209370
</ComplexType>
209371+
<ComplexType Name="activeDirectoryDomainEvidence" BaseType="self.alertEvidence">
209372+
<Property Name="activeDirectoryDomainName" Type="Edm.String" />
209373+
<Property Name="trustedDomains" Type="Collection(self.activeDirectoryDomainEvidence)" Nullable="false" />
209374+
</ComplexType>
209321209375
<ComplexType Name="addContentFooterAction" BaseType="self.informationProtectionAction">
209322209376
<Property Name="alignment" Type="self.contentAlignment" Nullable="false">
209323209377
<Annotation Term="Org.OData.Core.V1.Description" String="The horizontal alignment of the footer." />
@@ -210123,6 +210177,9 @@
210123210177
<Property Name="rbacGroupName" Type="Edm.String">
210124210178
<Annotation Term="Org.OData.Core.V1.Description" String="The name of the role-based access control device group." />
210125210179
</Property>
210180+
<Property Name="resourceAccessEvents" Type="Collection(self.resourceAccessEvent)">
210181+
<Annotation Term="Org.OData.Core.V1.Description" String="Information on resource access attempts made by the user account." />
210182+
</Property>
210126210183
<Property Name="riskScore" Type="self.deviceRiskScore">
210127210184
<Annotation Term="Org.OData.Core.V1.Description" String="Risk score as evaluated by Microsoft Defender for Endpoint. The possible values are: none, informational, low, medium, high, unknownFutureValue." />
210128210185
</Property>

0 commit comments

Comments
 (0)