|
1848 | 1848 | <Member Name="restId" Value="3" /> |
1849 | 1849 | <Member Name="restImmutableEntryId" Value="4" /> |
1850 | 1850 | </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> |
1851 | 1861 | <EnumType Name="executionMode"> |
1852 | 1862 | <Member Name="evaluateInline" Value="1" /> |
1853 | 1863 | <Member Name="evaluateOffline" Value="2" /> |
|
9042 | 9052 | <Property Name="userTypeToCreate" Type="graph.userType" /> |
9043 | 9053 | </ComplexType> |
9044 | 9054 | <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> |
9045 | 9059 | <ComplexType Name="openShiftItem" BaseType="graph.shiftItem"> |
9046 | 9060 | <Property Name="openSlotCount" Type="Edm.Int32" Nullable="false" /> |
9047 | 9061 | </ComplexType> |
|
11687 | 11701 | </EntityType> |
11688 | 11702 | <EntityType Name="admin"> |
11689 | 11703 | <NavigationProperty Name="edge" Type="graph.edge" ContainsTarget="true" /> |
| 11704 | + <NavigationProperty Name="exchange" Type="graph.exchangeAdmin" ContainsTarget="true" /> |
11690 | 11705 | <NavigationProperty Name="microsoft365Apps" Type="graph.adminMicrosoft365Apps" ContainsTarget="true" /> |
11691 | 11706 | <NavigationProperty Name="people" Type="graph.peopleAdminSettings" ContainsTarget="true" /> |
11692 | 11707 | <NavigationProperty Name="reportSettings" Type="graph.adminReportSettings" ContainsTarget="true" /> |
|
14968 | 14983 | <Property Name="proposedNewTime" Type="graph.timeSlot" /> |
14969 | 14984 | <Property Name="responseType" Type="graph.responseType" /> |
14970 | 14985 | </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> |
14971 | 15008 | <EntityType Name="exchangeProtectionPolicy" BaseType="graph.protectionPolicyBase"> |
14972 | 15009 | <NavigationProperty Name="mailboxInclusionRules" Type="Collection(graph.mailboxProtectionRule)" /> |
14973 | 15010 | <NavigationProperty Name="mailboxProtectionUnits" Type="Collection(graph.mailboxProtectionUnit)" /> |
|
14991 | 15028 | <Property Name="configurationId" Type="Edm.String" Nullable="false" /> |
14992 | 15029 | <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
14993 | 15030 | </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> |
14994 | 15037 | <EntityType Name="externalDomainName" BaseType="graph.entity" /> |
14995 | 15038 | <EntityType Name="externalUsersSelfServiceSignUpEventsFlow" BaseType="graph.authenticationEventsFlow"> |
14996 | 15039 | <Property Name="onAttributeCollection" Type="graph.onAttributeCollectionHandler"> |
|
15182 | 15225 | <Property Name="preferredLanguage" Type="Edm.String" /> |
15183 | 15226 | <Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" /> |
15184 | 15227 | <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" /> |
15185 | 15230 | <Property Name="securityEnabled" Type="Edm.Boolean" /> |
15186 | 15231 | <Property Name="securityIdentifier" Type="Edm.String" /> |
15187 | 15232 | <Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)"> |
|
16599 | 16644 | <Property Name="isReadOnly" Type="Edm.Boolean" /> |
16600 | 16645 | <Property Name="sequence" Type="Edm.Int32" /> |
16601 | 16646 | </EntityType> |
| 16647 | + <EntityType Name="messageTracingRoot" BaseType="graph.entity"> |
| 16648 | + <NavigationProperty Name="messageTraces" Type="Collection(graph.exchangeMessageTrace)" ContainsTarget="true" /> |
| 16649 | + </EntityType> |
16602 | 16650 | <EntityType Name="microsoftAccountUserConversationMember" BaseType="graph.conversationMember"> |
16603 | 16651 | <Property Name="userId" Type="Edm.String" /> |
16604 | 16652 | </EntityType> |
|
26909 | 26957 | <Parameter Name="bindingParameter" Type="Collection(graph.contentType)" /> |
26910 | 26958 | <ReturnType Type="Collection(graph.contentType)" /> |
26911 | 26959 | </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> |
26912 | 26965 | <Function Name="getEffectivePermissions" IsBound="true"> |
26913 | 26966 | <Parameter Name="bindingParameter" Type="graph.deviceManagement" /> |
26914 | 26967 | <Parameter Name="scope" Type="Edm.String" Unicode="false" /> |
|
28290 | 28343 | <Singleton Name="identity" Type="microsoft.graph.identityContainer"> |
28291 | 28344 | <NavigationPropertyBinding Path="riskPrevention/webApplicationFirewallVerifications/provider" Target="identity/microsoft.graph.riskPreventionContainer/riskPrevention/webApplicationFirewallProviders" /> |
28292 | 28345 | </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> |
28294 | 28349 | <Singleton Name="identityProtection" Type="microsoft.graph.identityProtectionRoot" /> |
28295 | 28350 | <Singleton Name="informationProtection" Type="microsoft.graph.informationProtection" /> |
28296 | 28351 | <Singleton Name="me" Type="microsoft.graph.user"> |
|
29697 | 29752 | <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /> |
29698 | 29753 | <Property Name="isSchedulingEnabled" Type="Edm.Boolean" Nullable="false" /> |
29699 | 29754 | <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> |
| 29755 | + <NavigationProperty Name="administrationScopeTargets" Type="Collection(graph.directoryObject)" /> |
29700 | 29756 | <NavigationProperty Name="createdBy" Type="graph.user" /> |
29701 | 29757 | <NavigationProperty Name="lastModifiedBy" Type="graph.user" /> |
29702 | 29758 | <NavigationProperty Name="tasks" Type="Collection(microsoft.graph.identityGovernance.task)" ContainsTarget="true" /> |
|
0 commit comments