|
5835 | 5835 | <Member Name="deliverAfterCampaignEnd" Value="2" /> |
5836 | 5836 | <Member Name="unknownFutureValue" Value="3" /> |
5837 | 5837 | </EnumType> |
| 5838 | + <EnumType Name="notificationEventsType" IsFlags="true"> |
| 5839 | + <Member Name="none" Value="1" /> |
| 5840 | + <Member Name="restoreAndPolicyUpdates" Value="2" /> |
| 5841 | + <Member Name="unknownFutureValue" Value="4" /> |
| 5842 | + </EnumType> |
| 5843 | + <EnumType Name="notificationRecipientsType" IsFlags="true"> |
| 5844 | + <Member Name="none" Value="0" /> |
| 5845 | + <Member Name="globalAdmins" Value="1" /> |
| 5846 | + <Member Name="backupAdmins" Value="2" /> |
| 5847 | + <Member Name="custom" Value="4" /> |
| 5848 | + <Member Name="allAdmins" Value="8" /> |
| 5849 | + <Member Name="unknownFutureValue" Value="16" /> |
| 5850 | + </EnumType> |
5838 | 5851 | <EnumType Name="notificationTemplateBrandingOptions" IsFlags="true"> |
5839 | 5852 | <Member Name="none" Value="0" /> |
5840 | 5853 | <Member Name="includeCompanyLogo" Value="1" /> |
|
14130 | 14143 | <Property Name="localUsersOrGroups" Type="Collection(graph.deviceManagementUserRightsLocalUserOrGroup)" /> |
14131 | 14144 | <Property Name="state" Type="graph.stateManagementSetting" Nullable="false" /> |
14132 | 14145 | </ComplexType> |
| 14146 | + <ComplexType Name="deviceMetadata"> |
| 14147 | + <Property Name="deviceType" Type="Edm.String" /> |
| 14148 | + <Property Name="ipAddress" Type="Edm.String" /> |
| 14149 | + </ComplexType> |
14133 | 14150 | <ComplexType Name="deviceOperatingSystemSummary"> |
14134 | 14151 | <Property Name="androidCorporateWorkProfileCount" Type="Edm.Int32" Nullable="false" /> |
14135 | 14152 | <Property Name="androidCount" Type="Edm.Int32" Nullable="false" /> |
|
16373 | 16390 | <Property Name="oneNoteClientUrl" Type="graph.externalLink" /> |
16374 | 16391 | <Property Name="oneNoteWebUrl" Type="graph.externalLink" /> |
16375 | 16392 | </ComplexType> |
| 16393 | + <ComplexType Name="notificationRecipients"> |
| 16394 | + <Property Name="customRecipients" Type="Collection(graph.emailIdentity)" Nullable="false" /> |
| 16395 | + <Property Name="role" Type="graph.notificationRecipientsType" Nullable="false" /> |
| 16396 | + </ComplexType> |
16376 | 16397 | <ComplexType Name="notifyUserAction" BaseType="graph.dlpActionInfo"> |
16377 | 16398 | <Property Name="actionLastModifiedDateTime" Type="Edm.DateTimeOffset" /> |
16378 | 16399 | <Property Name="emailText" Type="Edm.String" /> |
|
17513 | 17534 | <ComplexType Name="processContentRequest"> |
17514 | 17535 | <Property Name="activityMetadata" Type="graph.activityMetadata" Nullable="false" /> |
17515 | 17536 | <Property Name="contentEntries" Type="Collection(graph.processContentMetadataBase)" Nullable="false" /> |
| 17537 | + <Property Name="deviceMetadata" Type="graph.deviceMetadata" Nullable="false" /> |
17516 | 17538 | <Property Name="integratedAppMetadata" Type="graph.integratedApplicationMetadata" Nullable="false" /> |
17517 | 17539 | <Property Name="protectedAppMetadata" Type="graph.protectedApplicationMetadata" /> |
17518 | 17540 | </ComplexType> |
|
23073 | 23095 | <NavigationProperty Name="driveInclusionRules" Type="Collection(graph.driveProtectionRule)" ContainsTarget="true" /> |
23074 | 23096 | <NavigationProperty Name="driveProtectionUnits" Type="Collection(graph.driveProtectionUnit)" ContainsTarget="true" /> |
23075 | 23097 | <NavigationProperty Name="driveProtectionUnitsBulkAdditionJobs" Type="Collection(graph.driveProtectionUnitsBulkAdditionJob)" ContainsTarget="true" /> |
| 23098 | + <NavigationProperty Name="emailNotificationsSetting" Type="graph.emailNotificationsSetting" ContainsTarget="true" /> |
23076 | 23099 | <NavigationProperty Name="exchangeProtectionPolicies" Type="Collection(graph.exchangeProtectionPolicy)" ContainsTarget="true" /> |
23077 | 23100 | <NavigationProperty Name="exchangeRestoreSessions" Type="Collection(graph.exchangeRestoreSession)" ContainsTarget="true" /> |
23078 | 23101 | <NavigationProperty Name="mailboxInclusionRules" Type="Collection(graph.mailboxProtectionRule)" ContainsTarget="true" /> |
|
26793 | 26816 | <Property Name="destinationRoutingReason" Type="graph.mailDestinationRoutingReason" /> |
26794 | 26817 | <Property Name="recipientEmail" Type="Edm.String" Nullable="false" /> |
26795 | 26818 | </EntityType> |
| 26819 | + <EntityType Name="emailNotificationsSetting" BaseType="graph.entity"> |
| 26820 | + <Property Name="additionalEvents" Type="graph.notificationEventsType" Nullable="false" /> |
| 26821 | + <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /> |
| 26822 | + <Property Name="recipients" Type="graph.notificationRecipients" Nullable="false" /> |
| 26823 | + </EntityType> |
26796 | 26824 | <EntityType Name="embeddedSIMActivationCodePool" BaseType="graph.entity"> |
26797 | 26825 | <Property Name="activationCodeCount" Type="Edm.Int32" Nullable="false" /> |
26798 | 26826 | <Property Name="activationCodes" Type="Collection(graph.embeddedSIMActivationCode)" Nullable="false" /> |
|
31191 | 31219 | <Property Name="link" Type="graph.sharingLink" /> |
31192 | 31220 | <Property Name="roles" Type="Collection(Edm.String)" /> |
31193 | 31221 | <Property Name="shareId" Type="Edm.String" /> |
| 31222 | + <Annotation Term="Org.OData.Core.V1.AlternateKeys"> |
| 31223 | + <Collection> |
| 31224 | + <Record Type="Org.OData.Core.V1.AlternateKey"> |
| 31225 | + <PropertyValue Property="Key"> |
| 31226 | + <Collection> |
| 31227 | + <Record Type="Org.OData.Core.V1.PropertyRef"> |
| 31228 | + <PropertyValue Property="Alias" String="email" /> |
| 31229 | + <PropertyValue Property="Name" PropertyPath="email" /> |
| 31230 | + </Record> |
| 31231 | + </Collection> |
| 31232 | + </PropertyValue> |
| 31233 | + </Record> |
| 31234 | + <Record Type="Org.OData.Core.V1.AlternateKey"> |
| 31235 | + <PropertyValue Property="Key"> |
| 31236 | + <Collection> |
| 31237 | + <Record Type="Org.OData.Core.V1.PropertyRef"> |
| 31238 | + <PropertyValue Property="Alias" String="userPrincipalName" /> |
| 31239 | + <PropertyValue Property="Name" PropertyPath="userPrincipalName" /> |
| 31240 | + </Record> |
| 31241 | + </Collection> |
| 31242 | + </PropertyValue> |
| 31243 | + </Record> |
| 31244 | + </Collection> |
| 31245 | + </Annotation> |
31194 | 31246 | </EntityType> |
31195 | 31247 | <EntityType Name="permissionGrantConditionSet" BaseType="graph.entity"> |
31196 | 31248 | <Property Name="certifiedClientApplicationsOnly" Type="Edm.Boolean" /> |
|
38982 | 39034 | <Parameter Name="suffix" Type="graph.Json" /> |
38983 | 39035 | <ReturnType Type="graph.workbookFunctionResult" /> |
38984 | 39036 | </Action> |
| 39037 | + <Action Name="compute" IsBound="true"> |
| 39038 | + <Parameter Name="bindingParameter" Type="graph.tenantProtectionScopeContainer" /> |
| 39039 | + <Parameter Name="activities" Type="graph.userActivityTypes" /> |
| 39040 | + <Parameter Name="locations" Type="Collection(graph.policyLocation)" /> |
| 39041 | + <Parameter Name="pivotOn" Type="graph.policyPivotProperty" /> |
| 39042 | + <Parameter Name="deviceMetadata" Type="graph.deviceMetadata" /> |
| 39043 | + <Parameter Name="integratedAppMetadata" Type="graph.integratedApplicationMetadata" /> |
| 39044 | + <ReturnType Type="Collection(graph.policyTenantScope)" /> |
| 39045 | + </Action> |
| 39046 | + <Action Name="compute" IsBound="true"> |
| 39047 | + <Parameter Name="bindingParameter" Type="graph.userProtectionScopeContainer" /> |
| 39048 | + <Parameter Name="activities" Type="graph.userActivityTypes" /> |
| 39049 | + <Parameter Name="locations" Type="Collection(graph.policyLocation)" /> |
| 39050 | + <Parameter Name="pivotOn" Type="graph.policyPivotProperty" /> |
| 39051 | + <Parameter Name="deviceMetadata" Type="graph.deviceMetadata" /> |
| 39052 | + <Parameter Name="integratedAppMetadata" Type="graph.integratedApplicationMetadata" /> |
| 39053 | + <ReturnType Type="Collection(graph.policyUserScope)" /> |
| 39054 | + </Action> |
38985 | 39055 | <Action Name="computeRightsAndInheritance" IsBound="true"> |
38986 | 39056 | <Parameter Name="bindingParameter" Type="Collection(graph.sensitivityLabel)" /> |
38987 | 39057 | <Parameter Name="delegatedUserEmail" Type="Edm.String" Unicode="false" /> |
|
0 commit comments