Skip to content

Commit f2db528

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean v1.0 metadata file with 209712 [skip ci]
1 parent 6e88ec8 commit f2db528

4 files changed

Lines changed: 597 additions & 55 deletions

clean_v10_metadata/cleanMetadata.xml

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1848,6 +1848,16 @@
18481848
<Member Name="restId" Value="3" />
18491849
<Member Name="restImmutableEntryId" Value="4" />
18501850
</EnumType>
1851+
<EnumType Name="exchangeMessageTraceStatus">
1852+
<Member Name="gettingStatus" Value="1" />
1853+
<Member Name="pending" Value="2" />
1854+
<Member Name="failed" Value="3" />
1855+
<Member Name="delivered" Value="4" />
1856+
<Member Name="expanded" Value="5" />
1857+
<Member Name="quarantined" Value="6" />
1858+
<Member Name="filteredAsSpam" Value="7" />
1859+
<Member Name="unknownFutureValue" Value="8" />
1860+
</EnumType>
18511861
<EnumType Name="executionMode">
18521862
<Member Name="evaluateInline" Value="1" />
18531863
<Member Name="evaluateOffline" Value="2" />
@@ -9042,6 +9052,10 @@
90429052
<Property Name="userTypeToCreate" Type="graph.userType" />
90439053
</ComplexType>
90449054
<ComplexType Name="onUserCreateStartHandler" Abstract="true" />
9055+
<ComplexType Name="openIdConnectSetting">
9056+
<Property Name="clientId" Type="Edm.String" Nullable="false" />
9057+
<Property Name="discoveryUrl" Type="Edm.String" Nullable="false" />
9058+
</ComplexType>
90459059
<ComplexType Name="openShiftItem" BaseType="graph.shiftItem">
90469060
<Property Name="openSlotCount" Type="Edm.Int32" Nullable="false" />
90479061
</ComplexType>
@@ -11687,6 +11701,7 @@
1168711701
</EntityType>
1168811702
<EntityType Name="admin">
1168911703
<NavigationProperty Name="edge" Type="graph.edge" ContainsTarget="true" />
11704+
<NavigationProperty Name="exchange" Type="graph.exchangeAdmin" ContainsTarget="true" />
1169011705
<NavigationProperty Name="microsoft365Apps" Type="graph.adminMicrosoft365Apps" ContainsTarget="true" />
1169111706
<NavigationProperty Name="people" Type="graph.peopleAdminSettings" ContainsTarget="true" />
1169211707
<NavigationProperty Name="reportSettings" Type="graph.adminReportSettings" ContainsTarget="true" />
@@ -14968,6 +14983,28 @@
1496814983
<Property Name="proposedNewTime" Type="graph.timeSlot" />
1496914984
<Property Name="responseType" Type="graph.responseType" />
1497014985
</EntityType>
14986+
<EntityType Name="exchangeAdmin" BaseType="graph.entity">
14987+
<NavigationProperty Name="tracing" Type="graph.messageTracingRoot" ContainsTarget="true" />
14988+
</EntityType>
14989+
<EntityType Name="exchangeMessageTrace" BaseType="graph.entity">
14990+
<Property Name="fromIP" Type="Edm.String" />
14991+
<Property Name="messageId" Type="Edm.String" />
14992+
<Property Name="receivedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
14993+
<Property Name="recipientAddress" Type="Edm.String" />
14994+
<Property Name="senderAddress" Type="Edm.String" />
14995+
<Property Name="size" Type="Edm.Int32" Nullable="false" />
14996+
<Property Name="status" Type="graph.exchangeMessageTraceStatus" Nullable="false" />
14997+
<Property Name="subject" Type="Edm.String" />
14998+
<Property Name="toIP" Type="Edm.String" />
14999+
</EntityType>
15000+
<EntityType Name="exchangeMessageTraceDetail" BaseType="graph.entity">
15001+
<Property Name="action" Type="Edm.String" />
15002+
<Property Name="data" Type="Edm.String" />
15003+
<Property Name="dateTime" Type="Edm.DateTimeOffset" Nullable="false" />
15004+
<Property Name="description" Type="Edm.String" />
15005+
<Property Name="event" Type="Edm.String" Nullable="false" />
15006+
<Property Name="messageId" Type="Edm.String" />
15007+
</EntityType>
1497115008
<EntityType Name="exchangeProtectionPolicy" BaseType="graph.protectionPolicyBase">
1497215009
<NavigationProperty Name="mailboxInclusionRules" Type="Collection(graph.mailboxProtectionRule)" />
1497315010
<NavigationProperty Name="mailboxProtectionUnits" Type="Collection(graph.mailboxProtectionUnit)" />
@@ -14991,6 +15028,12 @@
1499115028
<Property Name="configurationId" Type="Edm.String" Nullable="false" />
1499215029
<Property Name="displayName" Type="Edm.String" Nullable="false" />
1499315030
</EntityType>
15031+
<EntityType Name="externalAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
15032+
<Property Name="appId" Type="Edm.String" Nullable="false" />
15033+
<Property Name="displayName" Type="Edm.String" Nullable="false" />
15034+
<Property Name="openIdConnectSetting" Type="graph.openIdConnectSetting" Nullable="false" />
15035+
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" />
15036+
</EntityType>
1499415037
<EntityType Name="externalDomainName" BaseType="graph.entity" />
1499515038
<EntityType Name="externalUsersSelfServiceSignUpEventsFlow" BaseType="graph.authenticationEventsFlow">
1499615039
<Property Name="onAttributeCollection" Type="graph.onAttributeCollectionHandler">
@@ -15182,6 +15225,8 @@
1518215225
<Property Name="preferredLanguage" Type="Edm.String" />
1518315226
<Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" />
1518415227
<Property Name="renewedDateTime" Type="Edm.DateTimeOffset" />
15228+
<Property Name="resourceBehaviorOptions" Type="Collection(Edm.String)" Nullable="false" />
15229+
<Property Name="resourceProvisioningOptions" Type="Collection(Edm.String)" Nullable="false" />
1518515230
<Property Name="securityEnabled" Type="Edm.Boolean" />
1518615231
<Property Name="securityIdentifier" Type="Edm.String" />
1518715232
<Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)">
@@ -16599,6 +16644,9 @@
1659916644
<Property Name="isReadOnly" Type="Edm.Boolean" />
1660016645
<Property Name="sequence" Type="Edm.Int32" />
1660116646
</EntityType>
16647+
<EntityType Name="messageTracingRoot" BaseType="graph.entity">
16648+
<NavigationProperty Name="messageTraces" Type="Collection(graph.exchangeMessageTrace)" ContainsTarget="true" />
16649+
</EntityType>
1660216650
<EntityType Name="microsoftAccountUserConversationMember" BaseType="graph.conversationMember">
1660316651
<Property Name="userId" Type="Edm.String" />
1660416652
</EntityType>
@@ -26909,6 +26957,11 @@
2690926957
<Parameter Name="bindingParameter" Type="Collection(graph.contentType)" />
2691026958
<ReturnType Type="Collection(graph.contentType)" />
2691126959
</Function>
26960+
<Function Name="getDetailsByRecipient" IsBound="true">
26961+
<Parameter Name="bindingParameter" Type="graph.exchangeMessageTrace" />
26962+
<Parameter Name="recipientAddress" Type="Edm.String" Nullable="false" Unicode="false" />
26963+
<ReturnType Type="Collection(graph.exchangeMessageTraceDetail)" />
26964+
</Function>
2691226965
<Function Name="getEffectivePermissions" IsBound="true">
2691326966
<Parameter Name="bindingParameter" Type="graph.deviceManagement" />
2691426967
<Parameter Name="scope" Type="Edm.String" Unicode="false" />
@@ -28290,7 +28343,9 @@
2829028343
<Singleton Name="identity" Type="microsoft.graph.identityContainer">
2829128344
<NavigationPropertyBinding Path="riskPrevention/webApplicationFirewallVerifications/provider" Target="identity/microsoft.graph.riskPreventionContainer/riskPrevention/webApplicationFirewallProviders" />
2829228345
</Singleton>
28293-
<Singleton Name="identityGovernance" Type="microsoft.graph.identityGovernance" />
28346+
<Singleton Name="identityGovernance" Type="microsoft.graph.identityGovernance">
28347+
<NavigationPropertyBinding Path="lifecycleWorkflows/workflows/administrationScopeTargets" Target="directoryObjects" />
28348+
</Singleton>
2829428349
<Singleton Name="identityProtection" Type="microsoft.graph.identityProtectionRoot" />
2829528350
<Singleton Name="informationProtection" Type="microsoft.graph.informationProtection" />
2829628351
<Singleton Name="me" Type="microsoft.graph.user">
@@ -29697,6 +29752,7 @@
2969729752
<Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
2969829753
<Property Name="isSchedulingEnabled" Type="Edm.Boolean" Nullable="false" />
2969929754
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
29755+
<NavigationProperty Name="administrationScopeTargets" Type="Collection(graph.directoryObject)" />
2970029756
<NavigationProperty Name="createdBy" Type="graph.user" />
2970129757
<NavigationProperty Name="lastModifiedBy" Type="graph.user" />
2970229758
<NavigationProperty Name="tasks" Type="Collection(microsoft.graph.identityGovernance.task)" ContainsTarget="true" />

0 commit comments

Comments
 (0)