|
4756 | 4756 | <Member Name="restId" Value="3" /> |
4757 | 4757 | <Member Name="restImmutableEntryId" Value="4" /> |
4758 | 4758 | </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> |
4759 | 4769 | <EnumType Name="executionMode"> |
4760 | 4770 | <Member Name="evaluateInline" Value="1" /> |
4761 | 4771 | <Member Name="evaluateOffline" Value="2" /> |
|
8408 | 8418 | <Member Name="prtNonBrokerBased" Value="4194304" /> |
8409 | 8419 | <Member Name="onBehalfOf" Value="8388608" /> |
8410 | 8420 | <Member Name="samlOnBehalfOf" Value="16777216" /> |
| 8421 | + <Member Name="officeS2S" Value="33554432" /> |
| 8422 | + <Member Name="wsTrust" Value="67108864" /> |
8411 | 8423 | </EnumType> |
8412 | 8424 | <EnumType Name="provisioningAction"> |
8413 | 8425 | <Member Name="other" Value="0" /> |
|
9201 | 9213 | <Member Name="adminConfirmedAgentSafe" Value="18" /> |
9202 | 9214 | <Member Name="adminConfirmedAgentCompromised" Value="19" /> |
9203 | 9215 | <Member Name="adminDismissedRiskForAgent" Value="20" /> |
| 9216 | + <Member Name="microsoftRevokedSessions" Value="21" /> |
9204 | 9217 | </EnumType> |
9205 | 9218 | <EnumType Name="riskDetectionTimingType"> |
9206 | 9219 | <Member Name="notDefined" Value="0" /> |
|
17032 | 17045 | </ComplexType> |
17033 | 17046 | <ComplexType Name="Json" /> |
17034 | 17047 | <ComplexType Name="justifyAction" BaseType="graph.informationProtectionAction" /> |
| 17048 | + <ComplexType Name="justInTimeAuditConfiguration"> |
| 17049 | + <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /> |
| 17050 | + </ComplexType> |
17035 | 17051 | <ComplexType Name="justInTimeEnforcementConfiguration"> |
17036 | 17052 | <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /> |
17037 | 17053 | </ComplexType> |
|
18562 | 18578 | <Property Name="chooseFromType" Type="Edm.String" /> |
18563 | 18579 | <Property Name="displayAs" Type="Edm.String" /> |
18564 | 18580 | </ComplexType> |
| 18581 | + <ComplexType Name="perTenantTrafficSegmentsOverride"> |
| 18582 | + <Property Name="percentage" Type="Edm.Int32" Nullable="false" /> |
| 18583 | + <Property Name="tenantId" Type="Edm.Guid" Nullable="false" /> |
| 18584 | + </ComplexType> |
18565 | 18585 | <ComplexType Name="phone"> |
18566 | 18586 | <Property Name="number" Type="Edm.String" /> |
18567 | 18587 | <Property Name="type" Type="graph.phoneType" /> |
|
20634 | 20654 | <Property Name="initiator" Type="graph.identitySet" /> |
20635 | 20655 | <Property Name="tabId" Type="Edm.String" /> |
20636 | 20656 | </ComplexType> |
| 20657 | + <ComplexType Name="targetAgentIdentitySponsorsOrOwners" BaseType="graph.userSet" /> |
20637 | 20658 | <ComplexType Name="targetPolicyEndpoints"> |
20638 | 20659 | <Property Name="platformTypes" Type="Collection(Edm.String)" /> |
20639 | 20660 | </ComplexType> |
|
23164 | 23185 | <Property Name="links" Type="Collection(graph.aiInteractionLink)" /> |
23165 | 23186 | <Property Name="locale" Type="Edm.String" Nullable="false" /> |
23166 | 23187 | <Property Name="mentions" Type="Collection(graph.aiInteractionMention)" /> |
23167 | | - <Property Name="requestId" Type="Edm.String" Nullable="false" /> |
| 23188 | + <Property Name="requestId" Type="Edm.String" /> |
23168 | 23189 | <Property Name="sessionId" Type="Edm.String" Nullable="false" /> |
23169 | 23190 | </EntityType> |
23170 | 23191 | <EntityType Name="aiInteractionHistory" BaseType="graph.entity" /> |
|
29431 | 29452 | <EntityType Name="exchangeAdmin" BaseType="graph.entity"> |
29432 | 29453 | <NavigationProperty Name="mailboxes" Type="Collection(graph.mailbox)" ContainsTarget="true" /> |
29433 | 29454 | <NavigationProperty Name="messageTraces" Type="Collection(graph.messageTrace)" ContainsTarget="true" /> |
| 29455 | + <NavigationProperty Name="tracing" Type="graph.messageTracingRoot" ContainsTarget="true" /> |
| 29456 | + </EntityType> |
| 29457 | + <EntityType Name="exchangeMessageTrace" BaseType="graph.entity"> |
| 29458 | + <Property Name="fromIP" Type="Edm.String" /> |
| 29459 | + <Property Name="messageId" Type="Edm.String" /> |
| 29460 | + <Property Name="receivedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 29461 | + <Property Name="recipientAddress" Type="Edm.String" /> |
| 29462 | + <Property Name="senderAddress" Type="Edm.String" /> |
| 29463 | + <Property Name="size" Type="Edm.Int32" Nullable="false" /> |
| 29464 | + <Property Name="status" Type="graph.exchangeMessageTraceStatus" Nullable="false" /> |
| 29465 | + <Property Name="subject" Type="Edm.String" /> |
| 29466 | + <Property Name="toIP" Type="Edm.String" /> |
| 29467 | + </EntityType> |
| 29468 | + <EntityType Name="exchangeMessageTraceDetail" BaseType="graph.entity"> |
| 29469 | + <Property Name="action" Type="Edm.String" /> |
| 29470 | + <Property Name="data" Type="Edm.String" /> |
| 29471 | + <Property Name="dateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 29472 | + <Property Name="description" Type="Edm.String" /> |
| 29473 | + <Property Name="event" Type="Edm.String" Nullable="false" /> |
| 29474 | + <Property Name="messageId" Type="Edm.String" /> |
29434 | 29475 | </EntityType> |
29435 | 29476 | <EntityType Name="exchangeProtectionPolicy" BaseType="graph.protectionPolicyBase"> |
29436 | 29477 | <NavigationProperty Name="mailboxInclusionRules" Type="Collection(graph.mailboxProtectionRule)" /> |
|
29930 | 29971 | <Property Name="unseenCount" Type="Edm.Int32" /> |
29931 | 29972 | <Property Name="unseenMessagesCount" Type="Edm.Int32" /> |
29932 | 29973 | <Property Name="visibility" Type="Edm.String" /> |
| 29974 | + <Property Name="welcomeMessageEnabled" Type="Edm.Boolean" /> |
29933 | 29975 | <Property Name="writebackConfiguration" Type="graph.groupWritebackConfiguration" /> |
29934 | 29976 | <NavigationProperty Name="acceptedSenders" Type="Collection(graph.directoryObject)" ContainsTarget="true" /> |
29935 | 29977 | <NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" /> |
|
32514 | 32556 | <Property Name="subject" Type="Edm.String" /> |
32515 | 32557 | <NavigationProperty Name="recipients" Type="Collection(graph.messageRecipient)" ContainsTarget="true" /> |
32516 | 32558 | </EntityType> |
| 32559 | + <EntityType Name="messageTracingRoot" BaseType="graph.entity"> |
| 32560 | + <NavigationProperty Name="messageTraces" Type="Collection(graph.exchangeMessageTrace)" ContainsTarget="true" /> |
| 32561 | + </EntityType> |
32517 | 32562 | <EntityType Name="mfaCompletionMetric" BaseType="graph.entity"> |
32518 | 32563 | <Property Name="appId" Type="Edm.String" /> |
32519 | 32564 | <Property Name="attemptsCount" Type="Edm.Int64" Nullable="false" /> |
|
49646 | 49691 | <Parameter Name="bindingParameter" Type="graph.deviceManagementIntent" /> |
49647 | 49692 | <ReturnType Type="Collection(graph.deviceManagementIntentCustomizedSetting)" /> |
49648 | 49693 | </Function> |
| 49694 | + <Function Name="getDetailsByRecipient" IsBound="true"> |
| 49695 | + <Parameter Name="bindingParameter" Type="graph.exchangeMessageTrace" /> |
| 49696 | + <Parameter Name="recipientAddress" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 49697 | + <ReturnType Type="Collection(graph.exchangeMessageTraceDetail)" /> |
| 49698 | + </Function> |
49649 | 49699 | <Function Name="getDevicesScheduledToRetire" IsBound="true"> |
49650 | 49700 | <Parameter Name="bindingParameter" Type="Collection(graph.deviceCompliancePolicy)" /> |
49651 | 49701 | <ReturnType Type="Collection(graph.retireScheduledManagedDevice)" /> |
@@ -109715,6 +109765,10 @@ |
109715 | 109765 | <Property Name="identifier" Type="Edm.String" Nullable="false" /> |
109716 | 109766 | <Property Name="identityProvider" Type="self.identityProvider" Nullable="false" /> |
109717 | 109767 | </ComplexType> |
| 109768 | + <ComplexType Name="activeDirectoryDomainEvidence" BaseType="self.alertEvidence"> |
| 109769 | + <Property Name="activeDirectoryDomainName" Type="Edm.String" /> |
| 109770 | + <Property Name="trustedDomains" Type="Collection(self.activeDirectoryDomainEvidence)" Nullable="false" /> |
| 109771 | + </ComplexType> |
109718 | 109772 | <ComplexType Name="addContentFooterAction" BaseType="self.informationProtectionAction"> |
109719 | 109773 | <Property Name="alignment" Type="self.contentAlignment" Nullable="false" /> |
109720 | 109774 | <Property Name="fontColor" Type="Edm.String" /> |
@@ -110100,6 +110154,7 @@ |
110100 | 110154 | <Property Name="osPlatform" Type="Edm.String" /> |
110101 | 110155 | <Property Name="rbacGroupId" Type="Edm.Int32" /> |
110102 | 110156 | <Property Name="rbacGroupName" Type="Edm.String" /> |
| 110157 | + <Property Name="resourceAccessEvents" Type="Collection(self.resourceAccessEvent)" /> |
110103 | 110158 | <Property Name="riskScore" Type="self.deviceRiskScore" /> |
110104 | 110159 | <Property Name="version" Type="Edm.String" /> |
110105 | 110160 | <Property Name="vmMetadata" Type="self.vmMetadata" /> |
|
0 commit comments