|
1165 | 1165 | <Member Name="alternateMobilePhone" Value="10" /> |
1166 | 1166 | <Member Name="mobilePhoneAndSMS" Value="11" /> |
1167 | 1167 | <Member Name="unknownFutureValue" Value="12" /> |
| 1168 | + <Member Name="externalAuthMethod" Value="13" /> |
1168 | 1169 | </EnumType> |
1169 | 1170 | <EnumType Name="authorizationSystemActionSeverity"> |
1170 | 1171 | <Member Name="normal" Value="0" /> |
|
1522 | 1523 | <Member Name="callEnded" Value="1" /> |
1523 | 1524 | <Member Name="unknownFutureValue" Value="2" /> |
1524 | 1525 | <Member Name="rosterUpdated" Value="3" /> |
| 1526 | + <Member Name="transcriptionStarted" Value="4" /> |
| 1527 | + <Member Name="transcriptionStopped" Value="5" /> |
| 1528 | + <Member Name="recordingStarted" Value="6" /> |
| 1529 | + <Member Name="recordingStopped" Value="7" /> |
1525 | 1530 | </EnumType> |
1526 | 1531 | <EnumType Name="callRecordingStatus"> |
1527 | 1532 | <Member Name="success" Value="0" /> |
|
3834 | 3839 | <Member Name="ssd" Value="2" /> |
3835 | 3840 | <Member Name="unknownFutureValue" Value="3" /> |
3836 | 3841 | </EnumType> |
| 3842 | + <EnumType Name="dlpAction"> |
| 3843 | + <Member Name="notifyUser" Value="0" /> |
| 3844 | + <Member Name="blockAccess" Value="1" /> |
| 3845 | + <Member Name="deviceRestriction" Value="2" /> |
| 3846 | + <Member Name="browserRestriction" Value="3" /> |
| 3847 | + <Member Name="unknownFutureValue" Value="4" /> |
| 3848 | + <Member Name="restrictAccess" Value="5" /> |
| 3849 | + <Member Name="generateAlert" Value="6" /> |
| 3850 | + <Member Name="generateIncidentReportAction" Value="7" /> |
| 3851 | + <Member Name="sPBlockAnonymousAccess" Value="8" /> |
| 3852 | + <Member Name="sPRuntimeAccessControl" Value="9" /> |
| 3853 | + <Member Name="sPSharingNotifyUser" Value="10" /> |
| 3854 | + <Member Name="sPSharingGenerateIncidentReport" Value="11" /> |
| 3855 | + </EnumType> |
3837 | 3856 | <EnumType Name="dmaGuardDeviceEnumerationPolicyType"> |
3838 | 3857 | <Member Name="deviceDefault" Value="0" /> |
3839 | 3858 | <Member Name="blockAll" Value="1" /> |
|
7697 | 7716 | <Member Name="unprotected" Value="3" /> |
7698 | 7717 | <Member Name="removeRequested" Value="4" /> |
7699 | 7718 | <Member Name="unknownFutureValue" Value="5" /> |
| 7719 | + <Member Name="offboardRequested" Value="6" /> |
| 7720 | + <Member Name="offboarded" Value="7" /> |
| 7721 | + <Member Name="cancelOffboardRequested" Value="8" /> |
7700 | 7722 | </EnumType> |
7701 | 7723 | <EnumType Name="protocolType" IsFlags="true"> |
7702 | 7724 | <Member Name="none" Value="0" /> |
|
8076 | 8098 | <Member Name="fido" Value="7" /> |
8077 | 8099 | <Member Name="appPassword" Value="8" /> |
8078 | 8100 | <Member Name="unknownFutureValue" Value="9" /> |
| 8101 | + <Member Name="externalAuthMethod" Value="10" /> |
8079 | 8102 | </EnumType> |
8080 | 8103 | <EnumType Name="registrationStatusType"> |
8081 | 8104 | <Member Name="registered" Value="0" /> |
|
9714 | 9737 | <Member Name="fido" Value="8" /> |
9715 | 9738 | <Member Name="appPassword" Value="9" /> |
9716 | 9739 | <Member Name="unknownFutureValue" Value="10" /> |
| 9740 | + <Member Name="externalAuthMethod" Value="11" /> |
9717 | 9741 | </EnumType> |
9718 | 9742 | <EnumType Name="usageRights" IsFlags="true"> |
9719 | 9743 | <Member Name="unknown" Value="1" /> |
|
14143 | 14167 | <ComplexType Name="deviceMetadata"> |
14144 | 14168 | <Property Name="deviceType" Type="Edm.String" /> |
14145 | 14169 | <Property Name="ipAddress" Type="Edm.String" /> |
| 14170 | + <Property Name="operatingSystemSpecifications" Type="graph.operatingSystemSpecifications" /> |
14146 | 14171 | </ComplexType> |
14147 | 14172 | <ComplexType Name="deviceOperatingSystemSummary"> |
14148 | 14173 | <Property Name="androidCorporateWorkProfileCount" Type="Edm.Int32" Nullable="false" /> |
|
14216 | 14241 | <Property Name="displayName" Type="Edm.String" /> |
14217 | 14242 | <Property Name="languageTag" Type="Edm.String" /> |
14218 | 14243 | </ComplexType> |
14219 | | - <ComplexType Name="dlpActionInfo" /> |
| 14244 | + <ComplexType Name="dlpActionInfo"> |
| 14245 | + <Property Name="action" Type="graph.dlpAction" /> |
| 14246 | + </ComplexType> |
14220 | 14247 | <ComplexType Name="dlpEvaluatePoliciesRequest"> |
14221 | 14248 | <Property Name="evaluationInput" Type="graph.dlpEvaluationInput" /> |
14222 | 14249 | <Property Name="notificationInfo" Type="graph.dlpNotification" /> |
|
16704 | 16731 | <ComplexType Name="openShiftItem" BaseType="graph.shiftItem"> |
16705 | 16732 | <Property Name="openSlotCount" Type="Edm.Int32" Nullable="false" /> |
16706 | 16733 | </ComplexType> |
| 16734 | + <ComplexType Name="operatingSystemSpecifications"> |
| 16735 | + <Property Name="operatingSystemPlatform" Type="Edm.String" Nullable="false" /> |
| 16736 | + <Property Name="operatingSystemVersion" Type="Edm.String" Nullable="false" /> |
| 16737 | + </ComplexType> |
16707 | 16738 | <ComplexType Name="operatingSystemVersionRange"> |
16708 | 16739 | <Property Name="description" Type="Edm.String" Nullable="false" /> |
16709 | 16740 | <Property Name="highestVersion" Type="Edm.String" Nullable="false" /> |
|
18003 | 18034 | <Property Name="inProgress" Type="Edm.Int32" /> |
18004 | 18035 | <Property Name="total" Type="Edm.Int32" /> |
18005 | 18036 | </ComplexType> |
| 18037 | + <ComplexType Name="restrictAccessAction" BaseType="graph.restrictAccessActionBase" /> |
| 18038 | + <ComplexType Name="restrictAccessActionBase" BaseType="graph.dlpActionInfo" Abstract="true"> |
| 18039 | + <Property Name="restrictionAction" Type="graph.restrictionAction" /> |
| 18040 | + </ComplexType> |
18006 | 18041 | <ComplexType Name="resultInfo"> |
18007 | 18042 | <Property Name="code" Type="Edm.Int32" Nullable="false" /> |
18008 | 18043 | <Property Name="message" Type="Edm.String" /> |
|
32127 | 32162 | <Property Name="error" Type="graph.publicError" /> |
32128 | 32163 | <Property Name="lastModifiedBy" Type="graph.identitySet" /> |
32129 | 32164 | <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> |
| 32165 | + <Property Name="offboardRequestedDateTime" Type="Edm.DateTimeOffset" /> |
32130 | 32166 | <Property Name="policyId" Type="Edm.String" /> |
32131 | 32167 | <Property Name="protectionSources" Type="graph.protectionSource" Nullable="false" /> |
32132 | 32168 | <Property Name="status" Type="graph.protectionUnitStatus" /> |
|
38783 | 38819 | <Parameter Name="bindingParameter" Type="Collection(graph.operationApprovalRequest)" /> |
38784 | 38820 | <Parameter Name="id" Type="Edm.String" Unicode="false" /> |
38785 | 38821 | </Action> |
| 38822 | + <Action Name="cancelOffboard" IsBound="true"> |
| 38823 | + <Parameter Name="bindingParameter" Type="graph.protectionUnitBase" /> |
| 38824 | + <ReturnType Type="graph.protectionUnitBase" /> |
| 38825 | + </Action> |
38786 | 38826 | <Action Name="cancelPrintJob" IsBound="true"> |
38787 | 38827 | <Parameter Name="bindingParameter" Type="graph.printJob" /> |
38788 | 38828 | </Action> |
|
42859 | 42899 | <Parameter Name="basis" Type="graph.Json" /> |
42860 | 42900 | <ReturnType Type="graph.workbookFunctionResult" /> |
42861 | 42901 | </Action> |
| 42902 | + <Action Name="offboard" IsBound="true"> |
| 42903 | + <Parameter Name="bindingParameter" Type="graph.protectionUnitBase" /> |
| 42904 | + <ReturnType Type="graph.protectionUnitBase" /> |
| 42905 | + </Action> |
42862 | 42906 | <Action Name="onenotePatchContent" IsBound="true"> |
42863 | 42907 | <Parameter Name="bindingParameter" Type="graph.onenotePage" /> |
42864 | 42908 | <Parameter Name="commands" Type="Collection(graph.onenotePatchContentCommand)" /> |
|
43636 | 43680 | <Action Name="retire" IsBound="true"> |
43637 | 43681 | <Parameter Name="bindingParameter" Type="graph.managedDevice" /> |
43638 | 43682 | </Action> |
| 43683 | + <Action Name="retrieval" IsBound="true"> |
| 43684 | + <Parameter Name="bindingParameter" Type="graph.copilotRoot" /> |
| 43685 | + <Parameter Name="queryString" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 43686 | + <Parameter Name="dataSource" Type="graph.retrievalDataSource" /> |
| 43687 | + <Parameter Name="filterExpression" Type="Edm.String" Unicode="false"> |
| 43688 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 43689 | + </Parameter> |
| 43690 | + <Parameter Name="resourceMetadata" Type="Collection(Edm.String)" Unicode="false"> |
| 43691 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 43692 | + </Parameter> |
| 43693 | + <Parameter Name="maximumNumberOfResults" Type="Edm.Int32"> |
| 43694 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 43695 | + </Parameter> |
| 43696 | + <ReturnType Type="graph.retrievalResponse" Nullable="false" /> |
| 43697 | + </Action> |
43639 | 43698 | <Action Name="retrieveAndroidWorkProfileDeviceMigrationStatuses" IsBound="true"> |
43640 | 43699 | <Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /> |
43641 | 43700 | <Parameter Name="name" Type="Edm.String" Unicode="false" /> |
|
49142 | 49201 | <Member Name="compliantDeviceSignInFailure" Value="3" /> |
49143 | 49202 | <Member Name="unknownFutureValue" Value="4" /> |
49144 | 49203 | <Member Name="conditionalAccessBlockedSignIn" Value="5" /> |
| 49204 | + <Member Name="samlSignInFailure" Value="6" /> |
49145 | 49205 | </EnumType> |
49146 | 49206 | <EnumType Name="category"> |
49147 | 49207 | <Member Name="unknown" Value="0" /> |
|
49160 | 49220 | <Member Name="devices" Value="2" /> |
49161 | 49221 | <Member Name="unknownFutureValue" Value="3" /> |
49162 | 49222 | <Member Name="conditionalAccess" Value="4" /> |
| 49223 | + <Member Name="saml" Value="5" /> |
49163 | 49224 | </EnumType> |
49164 | 49225 | <ComplexType Name="applicationImpactSummary" BaseType="microsoft.graph.healthMonitoring.directoryObjectImpactSummary" /> |
49165 | 49226 | <ComplexType Name="deviceImpactSummary" BaseType="microsoft.graph.healthMonitoring.directoryObjectImpactSummary" /> |
|
85367 | 85428 | <Annotations Target="microsoft.graph.retireScheduledManagedDevice/roleScopeTagIds"> |
85368 | 85429 | <Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." /> |
85369 | 85430 | </Annotations> |
| 85431 | + <Annotations Target="microsoft.graph.retrieval(microsoft.graph.copilotRoot, Edm.String, microsoft.graph.retrievalDataSource, Edm.String, Collection(Edm.String), Edm.Int32)"> |
| 85432 | + <Annotation Term="Org.OData.Core.V1.Revisions"> |
| 85433 | + <Collection> |
| 85434 | + <Record> |
| 85435 | + <PropertyValue Property="Date" Date="2024-02-23" /> |
| 85436 | + <PropertyValue Property="Kind"> |
| 85437 | + <EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember> |
| 85438 | + </PropertyValue> |
| 85439 | + <PropertyValue Property="RemovalDate" Date="2025-12-31" /> |
| 85440 | + <PropertyValue Property="Version" String="2024-12/PrivatePreview:retrievalAPI" /> |
| 85441 | + </Record> |
| 85442 | + </Collection> |
| 85443 | + </Annotation> |
| 85444 | + </Annotations> |
85370 | 85445 | <Annotations Target="microsoft.graph.retrieveManagedDevicesWithAppInstallationIssues(microsoft.graph.user)"> |
85371 | 85446 | <Annotation Term="Org.OData.Core.V1.Description" String="Retrieves the list of devices with failed or pending apps" /> |
85372 | 85447 | </Annotations> |
|
0 commit comments