<?xml version="1.0" encoding="utf-8"?><edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:DataServices><Schema Namespace="microsoft.graph.identityGovernance" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="activationTaskScopeType"><Member Name="allTasks" Value="0" /><Member Name="failedTasks" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="activationUserScopeType"><Member Name="allUsers" Value="0" /><Member Name="failedUsers" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="customTaskExtensionOperationStatus"><Member Name="completed" Value="0" /><Member Name="failed" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="lifecycleTaskCategory" IsFlags="true"><Member Name="joiner" Value="1" /><Member Name="leaver" Value="2" /><Member Name="unknownFutureValue" Value="4" /><Member Name="mover" Value="8" /></EnumType><EnumType Name="lifecycleWorkflowCategory"><Member Name="joiner" Value="0" /><Member Name="leaver" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="mover" Value="3" /></EnumType><EnumType Name="lifecycleWorkflowProcessingStatus"><Member Name="queued" Value="0" /><Member Name="inProgress" Value="1" /><Member Name="completed" Value="2" /><Member Name="completedWithErrors" Value="3" /><Member Name="canceled" Value="4" /><Member Name="failed" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="membershipChangeType"><Member Name="add" Value="1" /><Member Name="remove" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="valueType"><Member Name="enum" Value="0" /><Member Name="string" Value="1" /><Member Name="int" Value="2" /><Member Name="bool" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="workflowExecutionType"><Member Name="scheduled" Value="0" /><Member Name="onDemand" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="activatedWithScope" Value="3" /></EnumType><EnumType Name="workflowTriggerTimeBasedAttribute"><Member Name="employeeHireDate" Value="0" /><Member Name="employeeLeaveDateTime" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="createdDateTime" Value="3" /></EnumType><EntityType Name="workflowBase" Abstract="true"><Property Name="category" Type="microsoft.graph.identityGovernance.lifecycleWorkflowCategory" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="executionConditions" Type="microsoft.graph.identityGovernance.workflowExecutionConditions" /><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isSchedulingEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="administrationScopeTargets" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="createdBy" Type="graph.user" /><NavigationProperty Name="lastModifiedBy" Type="graph.user" /><NavigationProperty Name="tasks" Type="Collection(microsoft.graph.identityGovernance.task)" ContainsTarget="true" /></EntityType><EntityType Name="workflow" BaseType="microsoft.graph.identityGovernance.workflowBase"><Key><PropertyRef Name="id" /></Key><Property Name="deletedDateTime" Type="Edm.DateTimeOffset" /><Property Name="id" Type="Edm.String" Nullable="false" /><Property Name="nextScheduleRunDateTime" Type="Edm.DateTimeOffset" /><Property Name="version" Type="Edm.Int32" /><NavigationProperty Name="executionScope" Type="Collection(microsoft.graph.identityGovernance.userProcessingResult)" /><NavigationProperty Name="runs" Type="Collection(microsoft.graph.identityGovernance.run)" ContainsTarget="true" /><NavigationProperty Name="taskReports" Type="Collection(microsoft.graph.identityGovernance.taskReport)" ContainsTarget="true" /><NavigationProperty Name="userProcessingResults" Type="Collection(microsoft.graph.identityGovernance.userProcessingResult)" ContainsTarget="true" /><NavigationProperty Name="versions" Type="Collection(microsoft.graph.identityGovernance.workflowVersion)" ContainsTarget="true" /></EntityType><EntityType Name="lifecycleWorkflowsContainer" BaseType="graph.entity"><NavigationProperty Name="customTaskExtensions" Type="Collection(microsoft.graph.identityGovernance.customTaskExtension)" ContainsTarget="true" /><NavigationProperty Name="deletedItems" Type="graph.deletedItemContainer" ContainsTarget="true" /><NavigationProperty Name="insights" Type="microsoft.graph.identityGovernance.insights" ContainsTarget="true" /><NavigationProperty Name="settings" Type="microsoft.graph.identityGovernance.lifecycleManagementSettings" Nullable="false" ContainsTarget="true" /><NavigationProperty Name="taskDefinitions" Type="Collection(microsoft.graph.identityGovernance.taskDefinition)" ContainsTarget="true" /><NavigationProperty Name="workflows" Type="Collection(microsoft.graph.identityGovernance.workflow)" ContainsTarget="true" /><NavigationProperty Name="workflowTemplates" Type="Collection(microsoft.graph.identityGovernance.workflowTemplate)" ContainsTarget="true" /></EntityType><ComplexType Name="activationScope" Abstract="true" /><ComplexType Name="activateGroupScope" BaseType="microsoft.graph.identityGovernance.activationScope"><NavigationProperty Name="group" Type="graph.group" Nullable="false" /></ComplexType><ComplexType Name="activateProcessingResultScope" BaseType="microsoft.graph.identityGovernance.activationScope"><Property Name="taskScope" Type="microsoft.graph.identityGovernance.activationTaskScopeType" Nullable="false" /><NavigationProperty Name="processingResults" Type="Collection(microsoft.graph.identityGovernance.userProcessingResult)" /></ComplexType><EntityType Name="userProcessingResult" BaseType="graph.entity"><Property Name="completedDateTime" Type="Edm.DateTimeOffset" /><Property Name="failedTasksCount" Type="Edm.Int32" Nullable="false" /><Property Name="processingStatus" Type="microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus" Nullable="false" /><Property Name="scheduledDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="startedDateTime" Type="Edm.DateTimeOffset" /><Property Name="totalTasksCount" Type="Edm.Int32" Nullable="false" /><Property Name="totalUnprocessedTasksCount" Type="Edm.Int32" Nullable="false" /><Property Name="workflowExecutionType" Type="microsoft.graph.identityGovernance.workflowExecutionType" Nullable="false" /><Property Name="workflowVersion" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="reprocessedRuns" Type="Collection(microsoft.graph.identityGovernance.run)" /><NavigationProperty Name="subject" Type="graph.user" Nullable="false" /><NavigationProperty Name="taskProcessingResults" Type="Collection(microsoft.graph.identityGovernance.taskProcessingResult)" ContainsTarget="true" /></EntityType><ComplexType Name="activateRunScope" BaseType="microsoft.graph.identityGovernance.activationScope"><Property Name="taskScope" Type="microsoft.graph.identityGovernance.activationTaskScopeType" Nullable="false" /><Property Name="userScope" Type="microsoft.graph.identityGovernance.activationUserScopeType" Nullable="false" /><NavigationProperty Name="run" Type="microsoft.graph.identityGovernance.run" Nullable="false" /></ComplexType><EntityType Name="run" BaseType="graph.entity"><Property Name="activatedOnScope" Type="microsoft.graph.identityGovernance.activationScope" /><Property Name="completedDateTime" Type="Edm.DateTimeOffset" /><Property Name="failedTasksCount" Type="Edm.Int32" Nullable="false" /><Property Name="failedUsersCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="processingStatus" Type="microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus" Nullable="false" /><Property Name="scheduledDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="startedDateTime" Type="Edm.DateTimeOffset" /><Property Name="successfulUsersCount" Type="Edm.Int32" Nullable="false" /><Property Name="totalTasksCount" Type="Edm.Int32" Nullable="false" /><Property Name="totalUnprocessedTasksCount" Type="Edm.Int32" Nullable="false" /><Property Name="totalUsersCount" Type="Edm.Int32" Nullable="false" /><Property Name="workflowExecutionType" Type="microsoft.graph.identityGovernance.workflowExecutionType" Nullable="false" /><NavigationProperty Name="reprocessedRuns" Type="Collection(microsoft.graph.identityGovernance.run)" /><NavigationProperty Name="taskProcessingResults" Type="Collection(microsoft.graph.identityGovernance.taskProcessingResult)" ContainsTarget="true" /><NavigationProperty Name="userProcessingResults" Type="Collection(microsoft.graph.identityGovernance.userProcessingResult)" ContainsTarget="true" /></EntityType><ComplexType Name="activateUserScope" BaseType="microsoft.graph.identityGovernance.activationScope"><NavigationProperty Name="users" Type="Collection(graph.user)" /></ComplexType><ComplexType Name="workflowExecutionTrigger" Abstract="true" /><ComplexType Name="attributeChangeTrigger" BaseType="microsoft.graph.identityGovernance.workflowExecutionTrigger"><Property Name="triggerAttributes" Type="Collection(microsoft.graph.identityGovernance.triggerAttribute)" Nullable="false" /></ComplexType><ComplexType Name="triggerAttribute"><Property Name="name" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="customTaskExtensionCallbackConfiguration" BaseType="graph.customExtensionCallbackConfiguration"><NavigationProperty Name="authorizedApps" Type="Collection(graph.application)" /></ComplexType><ComplexType Name="customTaskExtensionCallbackData" BaseType="graph.customExtensionData"><Property Name="operationStatus" Type="microsoft.graph.identityGovernance.customTaskExtensionOperationStatus" /></ComplexType><ComplexType Name="customTaskExtensionCalloutData" BaseType="graph.customExtensionData"><NavigationProperty Name="subject" Type="graph.user" /><NavigationProperty Name="task" Type="microsoft.graph.identityGovernance.task" /><NavigationProperty Name="taskProcessingresult" Type="microsoft.graph.identityGovernance.taskProcessingResult" /><NavigationProperty Name="workflow" Type="microsoft.graph.identityGovernance.workflow" /></ComplexType><EntityType Name="task" BaseType="graph.entity"><Property Name="arguments" Type="Collection(graph.keyValuePair)" Nullable="false" /><Property Name="category" Type="microsoft.graph.identityGovernance.lifecycleTaskCategory" Nullable="false" /><Property Name="continueOnError" Type="Edm.Boolean" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="executionSequence" Type="Edm.Int32" Nullable="false" /><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="taskDefinitionId" Type="Edm.String" Nullable="false" /><NavigationProperty Name="taskProcessingResults" Type="Collection(microsoft.graph.identityGovernance.taskProcessingResult)" ContainsTarget="true" /></EntityType><EntityType Name="taskProcessingResult" BaseType="graph.entity"><Property Name="completedDateTime" Type="Edm.DateTimeOffset" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="failureReason" Type="Edm.String" /><Property Name="processingStatus" Type="microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus" Nullable="false" /><Property Name="startedDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="subject" Type="graph.user" Nullable="false" /><NavigationProperty Name="task" Type="microsoft.graph.identityGovernance.task" Nullable="false" /></EntityType><ComplexType Name="groupBasedSubjectSet" BaseType="graph.subjectSet"><NavigationProperty Name="groups" Type="Collection(graph.group)" /></ComplexType><ComplexType Name="membershipChangeTrigger" BaseType="microsoft.graph.identityGovernance.workflowExecutionTrigger"><Property Name="changeType" Type="microsoft.graph.identityGovernance.membershipChangeType" Nullable="false" /></ComplexType><ComplexType Name="workflowExecutionConditions" Abstract="true" /><ComplexType Name="onDemandExecutionOnly" BaseType="microsoft.graph.identityGovernance.workflowExecutionConditions" /><ComplexType Name="parameter"><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="values" Type="Collection(Edm.String)" /><Property Name="valueType" Type="microsoft.graph.identityGovernance.valueType" Nullable="false" /></ComplexType><ComplexType Name="ruleBasedSubjectSet" BaseType="graph.subjectSet"><Property Name="rule" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="runSummary"><Property Name="failedRuns" Type="Edm.Int32" Nullable="false" /><Property Name="failedTasks" Type="Edm.Int32" Nullable="false" /><Property Name="successfulRuns" Type="Edm.Int32" Nullable="false" /><Property Name="totalRuns" Type="Edm.Int32" Nullable="false" /><Property Name="totalTasks" Type="Edm.Int32" Nullable="false" /><Property Name="totalUsers" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="taskReportSummary"><Property Name="failedTasks" Type="Edm.Int32" Nullable="false" /><Property Name="successfulTasks" Type="Edm.Int32" Nullable="false" /><Property Name="totalTasks" Type="Edm.Int32" Nullable="false" /><Property Name="unprocessedTasks" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="timeBasedAttributeTrigger" BaseType="microsoft.graph.identityGovernance.workflowExecutionTrigger"><Property Name="offsetInDays" Type="Edm.Int32" Nullable="false" /><Property Name="timeBasedAttribute" Type="microsoft.graph.identityGovernance.workflowTriggerTimeBasedAttribute" Nullable="false" /></ComplexType><ComplexType Name="topTasksInsightsSummary"><Property Name="failedTasks" Type="Edm.Int32" Nullable="false" /><Property Name="failedUsers" Type="Edm.Int32" Nullable="false" /><Property Name="successfulTasks" Type="Edm.Int32" Nullable="false" /><Property Name="successfulUsers" Type="Edm.Int32" Nullable="false" /><Property Name="taskDefinitionDisplayName" Type="Edm.String" Nullable="false" /><Property Name="taskDefinitionId" Type="Edm.String" Nullable="false" /><Property Name="totalTasks" Type="Edm.Int32" Nullable="false" /><Property Name="totalUsers" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="topWorkflowsInsightsSummary"><Property Name="failedRuns" Type="Edm.Int32" Nullable="false" /><Property Name="failedUsers" Type="Edm.Int32" Nullable="false" /><Property Name="successfulRuns" Type="Edm.Int32" Nullable="false" /><Property Name="successfulUsers" Type="Edm.Int32" Nullable="false" /><Property Name="totalRuns" Type="Edm.Int32" Nullable="false" /><Property Name="totalUsers" Type="Edm.Int32" Nullable="false" /><Property Name="workflowCategory" Type="microsoft.graph.identityGovernance.lifecycleWorkflowCategory" Nullable="false" /><Property Name="workflowDisplayName" Type="Edm.String" Nullable="false" /><Property Name="workflowId" Type="Edm.String" Nullable="false" /><Property Name="workflowVersion" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="triggerAndScopeBasedConditions" BaseType="microsoft.graph.identityGovernance.workflowExecutionConditions"><Property Name="scope" Type="graph.subjectSet" /><Property Name="trigger" Type="microsoft.graph.identityGovernance.workflowExecutionTrigger" /></ComplexType><ComplexType Name="userInactivityTrigger" BaseType="microsoft.graph.identityGovernance.workflowExecutionTrigger"><Property Name="inactivityPeriodInDays" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="usersProcessingSummary"><Property Name="failedTasks" Type="Edm.Int32" Nullable="false" /><Property Name="failedUsers" Type="Edm.Int32" Nullable="false" /><Property Name="successfulUsers" Type="Edm.Int32" Nullable="false" /><Property Name="totalTasks" Type="Edm.Int32" Nullable="false" /><Property Name="totalUsers" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="userSummary"><Property Name="failedTasks" Type="Edm.Int32" Nullable="false" /><Property Name="failedUsers" Type="Edm.Int32" Nullable="false" /><Property Name="successfulUsers" Type="Edm.Int32" Nullable="false" /><Property Name="totalTasks" Type="Edm.Int32" Nullable="false" /><Property Name="totalUsers" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="workflowsInsightsByCategory"><Property Name="failedJoinerRuns" Type="Edm.Int32" Nullable="false" /><Property Name="failedLeaverRuns" Type="Edm.Int32" Nullable="false" /><Property Name="failedMoverRuns" Type="Edm.Int32" Nullable="false" /><Property Name="successfulJoinerRuns" Type="Edm.Int32" Nullable="false" /><Property Name="successfulLeaverRuns" Type="Edm.Int32" Nullable="false" /><Property Name="successfulMoverRuns" Type="Edm.Int32" Nullable="false" /><Property Name="totalJoinerRuns" Type="Edm.Int32" Nullable="false" /><Property Name="totalLeaverRuns" Type="Edm.Int32" Nullable="false" /><Property Name="totalMoverRuns" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="workflowsInsightsSummary"><Property Name="failedRuns" Type="Edm.Int32" Nullable="false" /><Property Name="failedTasks" Type="Edm.Int32" Nullable="false" /><Property Name="failedUsers" Type="Edm.Int32" Nullable="false" /><Property Name="successfulRuns" Type="Edm.Int32" Nullable="false" /><Property Name="successfulTasks" Type="Edm.Int32" Nullable="false" /><Property Name="successfulUsers" Type="Edm.Int32" Nullable="false" /><Property Name="totalRuns" Type="Edm.Int32" Nullable="false" /><Property Name="totalTasks" Type="Edm.Int32" Nullable="false" /><Property Name="totalUsers" Type="Edm.Int32" Nullable="false" /></ComplexType><EntityType Name="customTaskExtension" BaseType="graph.customCalloutExtension"><Property Name="callbackConfiguration" Type="graph.customExtensionCallbackConfiguration" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="createdBy" Type="graph.user" /><NavigationProperty Name="lastModifiedBy" Type="graph.user" /></EntityType><EntityType Name="insights" BaseType="graph.entity" /><EntityType Name="lifecycleManagementSettings" BaseType="graph.entity"><Property Name="emailSettings" Type="graph.emailSettings" Nullable="false" /><Property Name="workflowScheduleIntervalInHours" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="taskDefinition" BaseType="graph.entity"><Property Name="category" Type="microsoft.graph.identityGovernance.lifecycleTaskCategory" Nullable="false" /><Property Name="continueOnError" Type="Edm.Boolean" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="parameters" Type="Collection(microsoft.graph.identityGovernance.parameter)" Nullable="false" /><Property Name="version" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="workflowTemplate" BaseType="graph.entity"><Property Name="category" Type="microsoft.graph.identityGovernance.lifecycleWorkflowCategory" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="executionConditions" Type="microsoft.graph.identityGovernance.workflowExecutionConditions" /><NavigationProperty Name="tasks" Type="Collection(microsoft.graph.identityGovernance.task)" ContainsTarget="true" /></EntityType><EntityType Name="taskReport" BaseType="graph.entity"><Property Name="completedDateTime" Type="Edm.DateTimeOffset" /><Property Name="failedUsersCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="processingStatus" Type="microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus" Nullable="false" /><Property Name="runId" Type="Edm.String" /><Property Name="startedDateTime" Type="Edm.DateTimeOffset" /><Property Name="successfulUsersCount" Type="Edm.Int32" Nullable="false" /><Property Name="totalUsersCount" Type="Edm.Int32" Nullable="false" /><Property Name="unprocessedUsersCount" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="task" Type="microsoft.graph.identityGovernance.task" Nullable="false" /><NavigationProperty Name="taskDefinition" Type="microsoft.graph.identityGovernance.taskDefinition" Nullable="false" /><NavigationProperty Name="taskProcessingResults" Type="Collection(microsoft.graph.identityGovernance.taskProcessingResult)" ContainsTarget="true" /></EntityType><EntityType Name="workflowVersion" BaseType="microsoft.graph.identityGovernance.workflowBase"><Key><PropertyRef Name="versionNumber" /></Key><Property Name="versionNumber" Type="Edm.Int32" Nullable="false" /></EntityType><Action Name="activate" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.workflow" /><Parameter Name="subjects" Type="Collection(graph.user)" /></Action><Action Name="activateWithScope" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.workflow" /><Parameter Name="scope" Type="microsoft.graph.identityGovernance.activationScope" /></Action><Action Name="createNewVersion" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.workflow" /><Parameter Name="workflow" Type="microsoft.graph.identityGovernance.workflow" /><ReturnType Type="microsoft.graph.identityGovernance.workflow" /></Action><Action Name="restore" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.workflow" /><ReturnType Type="microsoft.graph.identityGovernance.workflow" /></Action><Action Name="resume" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.taskProcessingResult" /><Parameter Name="source" Type="Edm.String" Unicode="false" /><Parameter Name="type" Type="Edm.String" Unicode="false" /><Parameter Name="data" Type="microsoft.graph.identityGovernance.customTaskExtensionCallbackData" Nullable="false" /></Action><Function Name="summary" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(microsoft.graph.identityGovernance.run)" /><Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><ReturnType Type="microsoft.graph.identityGovernance.runSummary" /></Function><Function Name="summary" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(microsoft.graph.identityGovernance.taskReport)" /><Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><ReturnType Type="microsoft.graph.identityGovernance.taskReportSummary" /></Function><Function Name="summary" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(microsoft.graph.identityGovernance.userProcessingResult)" /><Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><ReturnType Type="microsoft.graph.identityGovernance.userSummary" /></Function><Function Name="topTasksProcessedSummary" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.insights" /><Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><ReturnType Type="Collection(microsoft.graph.identityGovernance.topTasksInsightsSummary)" /></Function><Function Name="topWorkflowsProcessedSummary" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.insights" /><Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><ReturnType Type="Collection(microsoft.graph.identityGovernance.topWorkflowsInsightsSummary)" /></Function><Function Name="workflowsProcessedByCategory" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.insights" /><Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><ReturnType Type="microsoft.graph.identityGovernance.workflowsInsightsByCategory" /></Function><Function Name="workflowsProcessedSummary" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.identityGovernance.insights" /><Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><ReturnType Type="microsoft.graph.identityGovernance.workflowsInsightsSummary" /></Function><Annotations Target="microsoft.graph.bookingPriceType"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the type of pricing of a booking service." /></Annotations><Annotations Target="microsoft.graph.bookingPriceType/undefined"><Annotation Term="Org.OData.Core.V1.Description" String="The price of the service is not defined." /></Annotations><Annotations Target="microsoft.graph.bookingPriceType/fixedPrice"><Annotation Term="Org.OData.Core.V1.Description" String="The price of the service is fixed." /></Annotations><Annotations Target="microsoft.graph.bookingPriceType/startingAt"><Annotation Term="Org.OData.Core.V1.Description" String="The price of the service starts with a particular value, but can be higher based on the final services performed." /></Annotations><Annotations Target="microsoft.graph.bookingPriceType/hourly"><Annotation Term="Org.OData.Core.V1.Description" String="The price of the service depends on the number of hours a staff member works on the service." /></Annotations><Annotations Target="microsoft.graph.bookingPriceType/free"><Annotation Term="Org.OData.Core.V1.Description" String="The service is free." /></Annotations><Annotations Target="microsoft.graph.bookingPriceType/priceVaries"><Annotation Term="Org.OData.Core.V1.Description" String="The price of the service varies." /></Annotations><Annotations Target="microsoft.graph.bookingPriceType/callUs"><Annotation Term="Org.OData.Core.V1.Description" String="The price of the service is not listed." /></Annotations><Annotations Target="microsoft.graph.bookingPriceType/notSet"><Annotation Term="Org.OData.Core.V1.Description" String="The price of the service is not set." /></Annotations><Annotations Target="microsoft.graph.browserSharedCookieSourceEnvironment/microsoftEdge"><Annotation Term="Org.OData.Core.V1.Description" String="Share session cookies from Microsoft Edge to Internet Explorer." /></Annotations><Annotations Target="microsoft.graph.browserSharedCookieSourceEnvironment/internetExplorer11"><Annotation Term="Org.OData.Core.V1.Description" String="Share session cookies from Internet Explorer to Microsoft Edge." /></Annotations><Annotations Target="microsoft.graph.browserSharedCookieSourceEnvironment/both"><Annotation Term="Org.OData.Core.V1.Description" String="Share session cookies to and from Microsoft Edge and Internet Explorer." /></Annotations><Annotations Target="microsoft.graph.browserSharedCookieSourceEnvironment/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary." /></Annotations><Annotations Target="microsoft.graph.browserSharedCookieStatus/published"><Annotation Term="Org.OData.Core.V1.Description" String="A sharedcookie that has been published" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookieStatus/pendingAdd"><Annotation Term="Org.OData.Core.V1.Description" String="A sharedcookie that has been added pending publish" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookieStatus/pendingEdit"><Annotation Term="Org.OData.Core.V1.Description" String="A sharedcookie that has been edited pending publish" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookieStatus/pendingDelete"><Annotation Term="Org.OData.Core.V1.Description" String="A sharedcookie that has been deleted pending publish" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookieStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary." /></Annotations><Annotations Target="microsoft.graph.browserSiteCompatibilityMode/default"><Annotation Term="Org.OData.Core.V1.Description" String="Loads the site using default compatibility mode." /></Annotations><Annotations Target="microsoft.graph.browserSiteCompatibilityMode/internetExplorer8Enterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Loads the site in internetExplorer8 Enterprise Mode" /></Annotations><Annotations Target="microsoft.graph.browserSiteCompatibilityMode/internetExplorer7Enterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Loads the site in internetExplorer7 Enterprise Mode" /></Annotations><Annotations Target="microsoft.graph.browserSiteCompatibilityMode/internetExplorer11"><Annotation Term="Org.OData.Core.V1.Description" String="Loads the site in internetExplorer11" /></Annotations><Annotations Target="microsoft.graph.browserSiteCompatibilityMode/internetExplorer10"><Annotation Term="Org.OData.Core.V1.Description" String="Loads the site in internetExplorer10" /></Annotations><Annotations Target="microsoft.graph.browserSiteCompatibilityMode/internetExplorer9"><Annotation Term="Org.OData.Core.V1.Description" String="Loads the site in internetExplorer9" /></Annotations><Annotations Target="microsoft.graph.browserSiteCompatibilityMode/internetExplorer8"><Annotation Term="Org.OData.Core.V1.Description" String="Loads the site in internetExplorer8" /></Annotations><Annotations Target="microsoft.graph.browserSiteCompatibilityMode/internetExplorer7"><Annotation Term="Org.OData.Core.V1.Description" String="Loads the site in internetExplorer7" /></Annotations><Annotations Target="microsoft.graph.browserSiteCompatibilityMode/internetExplorer5"><Annotation Term="Org.OData.Core.V1.Description" String="Loads the site in internetExplorer5" /></Annotations><Annotations Target="microsoft.graph.browserSiteCompatibilityMode/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary." /></Annotations><Annotations Target="microsoft.graph.browserSiteListStatus/draft"><Annotation Term="Org.OData.Core.V1.Description" String="A site list that has not yet been published" /></Annotations><Annotations Target="microsoft.graph.browserSiteListStatus/published"><Annotation Term="Org.OData.Core.V1.Description" String="A site list that has been published with no pending changes." /></Annotations><Annotations Target="microsoft.graph.browserSiteListStatus/pending"><Annotation Term="Org.OData.Core.V1.Description" String="A site that has pending changes" /></Annotations><Annotations Target="microsoft.graph.browserSiteListStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Placeholder for evolvable enum, but this enum is never returned to the caller, so it shoudn't be necessary." /></Annotations><Annotations Target="microsoft.graph.browserSiteMergeType/noMerge"><Annotation Term="Org.OData.Core.V1.Description" String="No merge type" /></Annotations><Annotations Target="microsoft.graph.browserSiteMergeType/default"><Annotation Term="Org.OData.Core.V1.Description" String="Default merge type" /></Annotations><Annotations Target="microsoft.graph.browserSiteMergeType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary." /></Annotations><Annotations Target="microsoft.graph.browserSiteStatus/published"><Annotation Term="Org.OData.Core.V1.Description" String="A site that has been published" /></Annotations><Annotations Target="microsoft.graph.browserSiteStatus/pendingAdd"><Annotation Term="Org.OData.Core.V1.Description" String="A site that has been added pending publish" /></Annotations><Annotations Target="microsoft.graph.browserSiteStatus/pendingEdit"><Annotation Term="Org.OData.Core.V1.Description" String="A site that has been edited pending publish" /></Annotations><Annotations Target="microsoft.graph.browserSiteStatus/pendingDelete"><Annotation Term="Org.OData.Core.V1.Description" String="A site that has been deleted pending publish" /></Annotations><Annotations Target="microsoft.graph.browserSiteStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary." /></Annotations><Annotations Target="microsoft.graph.browserSiteTargetEnvironment/internetExplorerMode"><Annotation Term="Org.OData.Core.V1.Description" String="Open in Internet Explorer Mode" /></Annotations><Annotations Target="microsoft.graph.browserSiteTargetEnvironment/internetExplorer11"><Annotation Term="Org.OData.Core.V1.Description" String="Open in standalone Internet Explorer 11" /></Annotations><Annotations Target="microsoft.graph.browserSiteTargetEnvironment/microsoftEdge"><Annotation Term="Org.OData.Core.V1.Description" String="Open in Microsoft Edge" /></Annotations><Annotations Target="microsoft.graph.browserSiteTargetEnvironment/configurable"><Annotation Term="Org.OData.Core.V1.Description" String="Configurable type" /></Annotations><Annotations Target="microsoft.graph.browserSiteTargetEnvironment/none"><Annotation Term="Org.OData.Core.V1.Description" String="Open in the browser the employee chooses." /></Annotations><Annotations Target="microsoft.graph.browserSiteTargetEnvironment/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary." /></Annotations><Annotations Target="microsoft.graph.installIntent"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for the install intent chosen by the admin." /></Annotations><Annotations Target="microsoft.graph.installIntent/available"><Annotation Term="Org.OData.Core.V1.Description" String="Available install intent." /></Annotations><Annotations Target="microsoft.graph.installIntent/required"><Annotation Term="Org.OData.Core.V1.Description" String="Required install intent." /></Annotations><Annotations Target="microsoft.graph.installIntent/uninstall"><Annotation Term="Org.OData.Core.V1.Description" String="Uninstall install intent." /></Annotations><Annotations Target="microsoft.graph.installIntent/availableWithoutEnrollment"><Annotation Term="Org.OData.Core.V1.Description" String="Available without enrollment install intent." /></Annotations><Annotations Target="microsoft.graph.managedAppAvailability"><Annotation Term="Org.OData.Core.V1.Description" String="A managed (MAM) application's availability." /></Annotations><Annotations Target="microsoft.graph.managedAppAvailability/global"><Annotation Term="Org.OData.Core.V1.Description" String="A globally available app to all tenants." /></Annotations><Annotations Target="microsoft.graph.managedAppAvailability/lineOfBusiness"><Annotation Term="Org.OData.Core.V1.Description" String="A line-of-business apps private to an organization." /></Annotations><Annotations Target="microsoft.graph.mdmAppConfigKeyType"><Annotation Term="Org.OData.Core.V1.Description" String="App configuration key types." /></Annotations><Annotations Target="microsoft.graph.microsoftEdgeChannel"><Annotation Term="Org.OData.Core.V1.Description" String="The enum to specify the channels for Microsoft Edge apps." /></Annotations><Annotations Target="microsoft.graph.microsoftEdgeChannel/dev"><Annotation Term="Org.OData.Core.V1.Description" String="The Dev Channel is intended to help you plan and develop with the latest capabilities of Microsoft Edge." /></Annotations><Annotations Target="microsoft.graph.microsoftEdgeChannel/beta"><Annotation Term="Org.OData.Core.V1.Description" String="The Beta Channel is intended for production deployment to a representative sample set of users. New features ship about every 4 weeks. Security and quality updates ship as needed." /></Annotations><Annotations Target="microsoft.graph.microsoftEdgeChannel/stable"><Annotation Term="Org.OData.Core.V1.Description" String="The Stable Channel is intended for broad deployment within organizations, and it's the channel that most users should be on. New features ship about every 4 weeks. Security and quality updates ship as needed." /></Annotations><Annotations Target="microsoft.graph.microsoftEdgeChannel/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.mobileAppContentFileUploadState"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for upload request states." /></Annotations><Annotations Target="microsoft.graph.mobileAppPublishingState"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the publishing state of an app." /></Annotations><Annotations Target="microsoft.graph.mobileAppPublishingState/notPublished"><Annotation Term="Org.OData.Core.V1.Description" String="The app is not yet published." /></Annotations><Annotations Target="microsoft.graph.mobileAppPublishingState/processing"><Annotation Term="Org.OData.Core.V1.Description" String="The app is pending service-side processing." /></Annotations><Annotations Target="microsoft.graph.mobileAppPublishingState/published"><Annotation Term="Org.OData.Core.V1.Description" String="The app is published." /></Annotations><Annotations Target="microsoft.graph.runAsAccountType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of execution context the app runs in." /></Annotations><Annotations Target="microsoft.graph.runAsAccountType/system"><Annotation Term="Org.OData.Core.V1.Description" String="System context" /></Annotations><Annotations Target="microsoft.graph.runAsAccountType/user"><Annotation Term="Org.OData.Core.V1.Description" String="User context" /></Annotations><Annotations Target="microsoft.graph.vppTokenAccountType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible types of an Apple Volume Purchase Program token." /></Annotations><Annotations Target="microsoft.graph.vppTokenAccountType/business"><Annotation Term="Org.OData.Core.V1.Description" String="Apple Volume Purchase Program token associated with an business program." /></Annotations><Annotations Target="microsoft.graph.vppTokenAccountType/education"><Annotation Term="Org.OData.Core.V1.Description" String="Apple Volume Purchase Program token associated with an education program." /></Annotations><Annotations Target="microsoft.graph.win32LobAppDeliveryOptimizationPriority"><Annotation Term="Org.OData.Core.V1.Description" String="Contains value for delivery optimization priority." /></Annotations><Annotations Target="microsoft.graph.win32LobAppDeliveryOptimizationPriority/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured or background normal delivery optimization priority." /></Annotations><Annotations Target="microsoft.graph.win32LobAppDeliveryOptimizationPriority/foreground"><Annotation Term="Org.OData.Core.V1.Description" String="Foreground delivery optimization priority." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemOperationType"><Annotation Term="Org.OData.Core.V1.Description" String="A list of possible operations for rules used to make determinations about an application based on files or folders. Unless noted, can be used with either detection or requirement rules." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemOperationType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates that the rule does not have the operation type configured." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemOperationType/exists"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the rule evaluates whether the specified file or folder exists." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemOperationType/modifiedDate"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the rule compares the modified date of the specified file against a provided comparison value by DateTime comparison." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemOperationType/createdDate"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the rule compares the created date of the specified file against a provided comparison value by DateTime comparison." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemOperationType/version"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the rule compares the detected version of the specified file against a provided comparison value via version semantics (both operand values will be parsed as versions and directly compared). If the value read at the given registry value is not discovered to be in version-compatible format, a string comparison will be used instead." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemOperationType/sizeInMB"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the rule compares the size of the file in MiB (rounded down) against a provided comparison value by integer comparison." /></Annotations><Annotations Target="microsoft.graph.win32LobAppMsiPackageType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the package type of an MSI Win32LobApp." /></Annotations><Annotations Target="microsoft.graph.win32LobAppMsiPackageType/perMachine"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a per-machine app package." /></Annotations><Annotations Target="microsoft.graph.win32LobAppMsiPackageType/perUser"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a per-user app package." /></Annotations><Annotations Target="microsoft.graph.win32LobAppMsiPackageType/dualPurpose"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a dual-purpose app package." /></Annotations><Annotations Target="microsoft.graph.win32LobAppNotification"><Annotation Term="Org.OData.Core.V1.Description" String="Contains value for notification status." /></Annotations><Annotations Target="microsoft.graph.win32LobAppNotification/showAll"><Annotation Term="Org.OData.Core.V1.Description" String="Show all notifications." /></Annotations><Annotations Target="microsoft.graph.win32LobAppNotification/showReboot"><Annotation Term="Org.OData.Core.V1.Description" String="Only show restart notification and suppress other notifications." /></Annotations><Annotations Target="microsoft.graph.win32LobAppNotification/hideAll"><Annotation Term="Org.OData.Core.V1.Description" String="Hide all notifications." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRuleOperationType"><Annotation Term="Org.OData.Core.V1.Description" String="Contains all supported Powershell Script output detection type." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRuleOperationType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRuleOperationType/string"><Annotation Term="Org.OData.Core.V1.Description" String="Output data type is string." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRuleOperationType/dateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Output data type is date time." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRuleOperationType/integer"><Annotation Term="Org.OData.Core.V1.Description" String="Output data type is integer." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRuleOperationType/float"><Annotation Term="Org.OData.Core.V1.Description" String="Output data type is float." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRuleOperationType/version"><Annotation Term="Org.OData.Core.V1.Description" String="Output data type is version." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRuleOperationType/boolean"><Annotation Term="Org.OData.Core.V1.Description" String="Output data type is boolean." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRuleOperationType"><Annotation Term="Org.OData.Core.V1.Description" String="A list of possible operations for rules used to make determinations about an application based on registry keys or values. Unless noted, the values can be used with either detection or requirement rules." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRuleOperationType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates that the rule does not have the operation type configured." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRuleOperationType/exists"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the rule evaluates whether the specified registry key or value exists." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRuleOperationType/doesNotExist"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the rule evaluates whether the specified registry key or value does not exist. It is the functional inverse of an equivalent rule that uses operation type `exists`." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRuleOperationType/string"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the rule compares the value read at the given registry value against a provided comparison value by string comparison." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRuleOperationType/integer"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the rule compares the value read at the given registry value against a provided comparison value by integer comparison." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRuleOperationType/version"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the rule compares the value read at the given registry value against a provided comparison value via version semantics (both operand values will be parsed as versions and directly compared). If the value read at the given registry value is not discovered to be in version-compatible format, a string comparison will be used instead." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRestartBehavior"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of restart action." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRestartBehavior/basedOnReturnCode"><Annotation Term="Org.OData.Core.V1.Description" String="Intune will restart the device after running the app installation if the operation returns a reboot code." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRestartBehavior/allow"><Annotation Term="Org.OData.Core.V1.Description" String="Intune will not take any specific action on reboot codes resulting from app installations. Intune will not attempt to suppress restarts for MSI apps." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRestartBehavior/suppress"><Annotation Term="Org.OData.Core.V1.Description" String="Intune will attempt to suppress restarts for MSI apps." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRestartBehavior/force"><Annotation Term="Org.OData.Core.V1.Description" String="Intune will force the device to restart immediately after the app installation operation." /></Annotations><Annotations Target="microsoft.graph.win32LobAppReturnCodeType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of return code." /></Annotations><Annotations Target="microsoft.graph.win32LobAppReturnCodeType/failed"><Annotation Term="Org.OData.Core.V1.Description" String="Failed." /></Annotations><Annotations Target="microsoft.graph.win32LobAppReturnCodeType/success"><Annotation Term="Org.OData.Core.V1.Description" String="Success." /></Annotations><Annotations Target="microsoft.graph.win32LobAppReturnCodeType/softReboot"><Annotation Term="Org.OData.Core.V1.Description" String="Soft-reboot is required." /></Annotations><Annotations Target="microsoft.graph.win32LobAppReturnCodeType/hardReboot"><Annotation Term="Org.OData.Core.V1.Description" String="Hard-reboot is required." /></Annotations><Annotations Target="microsoft.graph.win32LobAppReturnCodeType/retry"><Annotation Term="Org.OData.Core.V1.Description" String="Retry." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRuleOperator"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for detection operator." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRuleOperator/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRuleOperator/equal"><Annotation Term="Org.OData.Core.V1.Description" String="Equal operator." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRuleOperator/notEqual"><Annotation Term="Org.OData.Core.V1.Description" String="Not equal operator." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRuleOperator/greaterThan"><Annotation Term="Org.OData.Core.V1.Description" String="Greater than operator." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRuleOperator/greaterThanOrEqual"><Annotation Term="Org.OData.Core.V1.Description" String="Greater than or equal operator." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRuleOperator/lessThan"><Annotation Term="Org.OData.Core.V1.Description" String="Less than operator." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRuleOperator/lessThanOrEqual"><Annotation Term="Org.OData.Core.V1.Description" String="Less than or equal operator." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRuleType"><Annotation Term="Org.OData.Core.V1.Description" String="Contains rule types for Win32 LOB apps." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRuleType/detection"><Annotation Term="Org.OData.Core.V1.Description" String="Detection rule." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRuleType/requirement"><Annotation Term="Org.OData.Core.V1.Description" String="Requirement rule." /></Annotations><Annotations Target="microsoft.graph.win32LobAutoUpdateSupersededAppsState"><Annotation Term="Org.OData.Core.V1.Description" String="Contains value for auto-update superseded apps." /></Annotations><Annotations Target="microsoft.graph.win32LobAutoUpdateSupersededAppsState/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the auto-update superseded apps state is not configured and the app will not auto-update the superseded apps." /></Annotations><Annotations Target="microsoft.graph.win32LobAutoUpdateSupersededAppsState/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the auto-update superseded apps state is enabled and the app will auto-update the superseded apps if the superseded apps are installed on the device." /></Annotations><Annotations Target="microsoft.graph.win32LobAutoUpdateSupersededAppsState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.windowsArchitecture"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for Windows architecture." /></Annotations><Annotations Target="microsoft.graph.windowsArchitecture/none"><Annotation Term="Org.OData.Core.V1.Description" String="No flags set." /></Annotations><Annotations Target="microsoft.graph.windowsArchitecture/x86"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not the X86 Windows architecture type is supported." /></Annotations><Annotations Target="microsoft.graph.windowsArchitecture/x64"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not the X64 Windows architecture type is supported." /></Annotations><Annotations Target="microsoft.graph.windowsArchitecture/arm"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not the Arm Windows architecture type is supported." /></Annotations><Annotations Target="microsoft.graph.windowsArchitecture/neutral"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not the Neutral Windows architecture type is supported." /></Annotations><Annotations Target="microsoft.graph.windowsDeviceType"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for Windows device type. Multiple values can be selected. Default value is `none`." /></Annotations><Annotations Target="microsoft.graph.windowsDeviceType/none"><Annotation Term="Org.OData.Core.V1.Description" String="No device types supported. Default value." /></Annotations><Annotations Target="microsoft.graph.windowsDeviceType/desktop"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates support for Desktop Windows device type." /></Annotations><Annotations Target="microsoft.graph.windowsDeviceType/mobile"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates support for Mobile Windows device type." /></Annotations><Annotations Target="microsoft.graph.windowsDeviceType/holographic"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates support for Holographic Windows device type." /></Annotations><Annotations Target="microsoft.graph.windowsDeviceType/team"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates support for Team Windows device type." /></Annotations><Annotations Target="microsoft.graph.windowsDeviceType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.installState"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for install state." /></Annotations><Annotations Target="microsoft.graph.installState/notApplicable"><Annotation Term="Org.OData.Core.V1.Description" String="Not Applicable." /></Annotations><Annotations Target="microsoft.graph.installState/installed"><Annotation Term="Org.OData.Core.V1.Description" String="Installed." /></Annotations><Annotations Target="microsoft.graph.installState/failed"><Annotation Term="Org.OData.Core.V1.Description" String="Failed." /></Annotations><Annotations Target="microsoft.graph.installState/notInstalled"><Annotation Term="Org.OData.Core.V1.Description" String="Not Installed." /></Annotations><Annotations Target="microsoft.graph.installState/uninstallFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Uninstall Failed." /></Annotations><Annotations Target="microsoft.graph.installState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown." /></Annotations><Annotations Target="microsoft.graph.androidRequiredPasswordType"><Annotation Term="Org.OData.Core.V1.Description" String="Android required password type." /></Annotations><Annotations Target="microsoft.graph.androidRequiredPasswordType/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no intent." /></Annotations><Annotations Target="microsoft.graph.androidRequiredPasswordType/alphabetic"><Annotation Term="Org.OData.Core.V1.Description" String="Alphabetic password required." /></Annotations><Annotations Target="microsoft.graph.androidRequiredPasswordType/alphanumeric"><Annotation Term="Org.OData.Core.V1.Description" String="Alphanumeric password required." /></Annotations><Annotations Target="microsoft.graph.androidRequiredPasswordType/alphanumericWithSymbols"><Annotation Term="Org.OData.Core.V1.Description" String="Alphanumeric with symbols password required." /></Annotations><Annotations Target="microsoft.graph.androidRequiredPasswordType/lowSecurityBiometric"><Annotation Term="Org.OData.Core.V1.Description" String="Low security biometrics based password required." /></Annotations><Annotations Target="microsoft.graph.androidRequiredPasswordType/numeric"><Annotation Term="Org.OData.Core.V1.Description" String="Numeric password required." /></Annotations><Annotations Target="microsoft.graph.androidRequiredPasswordType/numericComplex"><Annotation Term="Org.OData.Core.V1.Description" String="Numeric complex password required." /></Annotations><Annotations Target="microsoft.graph.androidRequiredPasswordType/any"><Annotation Term="Org.OData.Core.V1.Description" String="A password or pattern is required, and any is acceptable." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCrossProfileDataSharingType"><Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile cross profile data sharing type." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCrossProfileDataSharingType/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no intent." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCrossProfileDataSharingType/preventAny"><Annotation Term="Org.OData.Core.V1.Description" String="Prevent any sharing." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCrossProfileDataSharingType/allowPersonalToWork"><Annotation Term="Org.OData.Core.V1.Description" String="Allow data sharing request from personal profile to work profile." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCrossProfileDataSharingType/noRestrictions"><Annotation Term="Org.OData.Core.V1.Description" String="No restrictions on sharing." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileDefaultAppPermissionPolicyType"><Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile default app permission policy type." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileDefaultAppPermissionPolicyType/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no intent." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileDefaultAppPermissionPolicyType/prompt"><Annotation Term="Org.OData.Core.V1.Description" String="Prompt." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileDefaultAppPermissionPolicyType/autoGrant"><Annotation Term="Org.OData.Core.V1.Description" String="Auto grant." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileDefaultAppPermissionPolicyType/autoDeny"><Annotation Term="Org.OData.Core.V1.Description" String="Auto deny." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileRequiredPasswordType"><Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile required password type." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileRequiredPasswordType/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no intent." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileRequiredPasswordType/lowSecurityBiometric"><Annotation Term="Org.OData.Core.V1.Description" String="Low security biometrics based password required." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileRequiredPasswordType/required"><Annotation Term="Org.OData.Core.V1.Description" String="Required." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileRequiredPasswordType/atLeastNumeric"><Annotation Term="Org.OData.Core.V1.Description" String="At least numeric password required." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileRequiredPasswordType/numericComplex"><Annotation Term="Org.OData.Core.V1.Description" String="Numeric complex password required." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileRequiredPasswordType/atLeastAlphabetic"><Annotation Term="Org.OData.Core.V1.Description" String="At least alphabetic password required." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileRequiredPasswordType/atLeastAlphanumeric"><Annotation Term="Org.OData.Core.V1.Description" String="At least alphanumeric password required." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileRequiredPasswordType/alphanumericWithSymbols"><Annotation Term="Org.OData.Core.V1.Description" String="At least alphanumeric with symbols password required." /></Annotations><Annotations Target="microsoft.graph.applicationGuardBlockClipboardSharingType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for applicationGuardBlockClipboardSharingType" /></Annotations><Annotations Target="microsoft.graph.applicationGuardBlockClipboardSharingType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not Configured" /></Annotations><Annotations Target="microsoft.graph.applicationGuardBlockClipboardSharingType/blockBoth"><Annotation Term="Org.OData.Core.V1.Description" String="Block clipboard to share data both from Host to Container and from Container to Host" /></Annotations><Annotations Target="microsoft.graph.applicationGuardBlockClipboardSharingType/blockHostToContainer"><Annotation Term="Org.OData.Core.V1.Description" String="Block clipboard to share data from Host to Container" /></Annotations><Annotations Target="microsoft.graph.applicationGuardBlockClipboardSharingType/blockContainerToHost"><Annotation Term="Org.OData.Core.V1.Description" String="Block clipboard to share data from Container to Host" /></Annotations><Annotations Target="microsoft.graph.applicationGuardBlockClipboardSharingType/blockNone"><Annotation Term="Org.OData.Core.V1.Description" String="Block clipboard to share data neither from Host to Container nor from Container to Host" /></Annotations><Annotations Target="microsoft.graph.applicationGuardBlockFileTransferType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for applicationGuardBlockFileTransfer" /></Annotations><Annotations Target="microsoft.graph.applicationGuardBlockFileTransferType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not Configured" /></Annotations><Annotations Target="microsoft.graph.applicationGuardBlockFileTransferType/blockImageAndTextFile"><Annotation Term="Org.OData.Core.V1.Description" String="Block clipboard to transfer Image and Text file" /></Annotations><Annotations Target="microsoft.graph.applicationGuardBlockFileTransferType/blockImageFile"><Annotation Term="Org.OData.Core.V1.Description" String="Block clipboard to transfer Image file" /></Annotations><Annotations Target="microsoft.graph.applicationGuardBlockFileTransferType/blockNone"><Annotation Term="Org.OData.Core.V1.Description" String="Neither of text file or image file is blocked from transferring" /></Annotations><Annotations Target="microsoft.graph.applicationGuardBlockFileTransferType/blockTextFile"><Annotation Term="Org.OData.Core.V1.Description" String="Block clipboard to transfer Text file" /></Annotations><Annotations Target="microsoft.graph.appListType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values of the compliance app list." /></Annotations><Annotations Target="microsoft.graph.appListType/none"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, no intent." /></Annotations><Annotations Target="microsoft.graph.appListType/appsInListCompliant"><Annotation Term="Org.OData.Core.V1.Description" String="The list represents the apps that will be considered compliant (only apps on the list are compliant)." /></Annotations><Annotations Target="microsoft.graph.appListType/appsNotInListCompliant"><Annotation Term="Org.OData.Core.V1.Description" String="The list represents the apps that will be considered non compliant (all apps are compliant except apps on the list)." /></Annotations><Annotations Target="microsoft.graph.appLockerApplicationControlType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values of AppLocker Application Control Types" /></Annotations><Annotations Target="microsoft.graph.appLockerApplicationControlType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no Application Control type selected." /></Annotations><Annotations Target="microsoft.graph.appLockerApplicationControlType/enforceComponentsAndStoreApps"><Annotation Term="Org.OData.Core.V1.Description" String="Enforce Windows component and store apps." /></Annotations><Annotations Target="microsoft.graph.appLockerApplicationControlType/auditComponentsAndStoreApps"><Annotation Term="Org.OData.Core.V1.Description" String="Audit Windows component and store apps." /></Annotations><Annotations Target="microsoft.graph.appLockerApplicationControlType/enforceComponentsStoreAppsAndSmartlocker"><Annotation Term="Org.OData.Core.V1.Description" String="Enforce Windows components, store apps and smart locker." /></Annotations><Annotations Target="microsoft.graph.appLockerApplicationControlType/auditComponentsStoreAppsAndSmartlocker"><Annotation Term="Org.OData.Core.V1.Description" String="Audit Windows components, store apps and smart locker​." /></Annotations><Annotations Target="microsoft.graph.automaticUpdateMode"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for automatic update mode." /></Annotations><Annotations Target="microsoft.graph.automaticUpdateMode/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="User Defined, default value, no intent." /></Annotations><Annotations Target="microsoft.graph.automaticUpdateMode/notifyDownload"><Annotation Term="Org.OData.Core.V1.Description" String="Notify on download." /></Annotations><Annotations Target="microsoft.graph.automaticUpdateMode/autoInstallAtMaintenanceTime"><Annotation Term="Org.OData.Core.V1.Description" String="Auto-install at maintenance time." /></Annotations><Annotations Target="microsoft.graph.automaticUpdateMode/autoInstallAndRebootAtMaintenanceTime"><Annotation Term="Org.OData.Core.V1.Description" String="Auto-install and reboot at maintenance time." /></Annotations><Annotations Target="microsoft.graph.automaticUpdateMode/autoInstallAndRebootAtScheduledTime"><Annotation Term="Org.OData.Core.V1.Description" String="Auto-install and reboot at scheduled time." /></Annotations><Annotations Target="microsoft.graph.automaticUpdateMode/autoInstallAndRebootWithoutEndUserControl"><Annotation Term="Org.OData.Core.V1.Description" String="Auto-install and restart without end-user control" /></Annotations><Annotations Target="microsoft.graph.autoRestartNotificationDismissalMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Auto restart required notification dismissal method" /></Annotations><Annotations Target="microsoft.graph.autoRestartNotificationDismissalMethod/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured" /></Annotations><Annotations Target="microsoft.graph.autoRestartNotificationDismissalMethod/automatic"><Annotation Term="Org.OData.Core.V1.Description" String="Auto dismissal Indicates that the notification is automatically dismissed without user intervention" /></Annotations><Annotations Target="microsoft.graph.autoRestartNotificationDismissalMethod/user"><Annotation Term="Org.OData.Core.V1.Description" String="User dismissal. Allows the user to dismiss the notification" /></Annotations><Annotations Target="microsoft.graph.autoRestartNotificationDismissalMethod/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.bitLockerEncryptionMethod"><Annotation Term="Org.OData.Core.V1.Description" String="BitLockerEncryptionMethod types" /></Annotations><Annotations Target="microsoft.graph.bitLockerEncryptionMethod/aesCbc128"><Annotation Term="Org.OData.Core.V1.Description" String="AES-CBC 128-bit." /></Annotations><Annotations Target="microsoft.graph.bitLockerEncryptionMethod/aesCbc256"><Annotation Term="Org.OData.Core.V1.Description" String="AES-CBC 256-bit." /></Annotations><Annotations Target="microsoft.graph.bitLockerEncryptionMethod/xtsAes128"><Annotation Term="Org.OData.Core.V1.Description" String="XTS-AES 128-bit." /></Annotations><Annotations Target="microsoft.graph.bitLockerEncryptionMethod/xtsAes256"><Annotation Term="Org.OData.Core.V1.Description" String="XTS-AES 256-bit." /></Annotations><Annotations Target="microsoft.graph.defenderCloudBlockLevelType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values of Cloud Block Level" /></Annotations><Annotations Target="microsoft.graph.defenderCloudBlockLevelType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, uses the default Windows Defender Antivirus blocking level and provides strong detection without increasing the risk of detecting legitimate files" /></Annotations><Annotations Target="microsoft.graph.defenderCloudBlockLevelType/high"><Annotation Term="Org.OData.Core.V1.Description" String="High applies a strong level of detection." /></Annotations><Annotations Target="microsoft.graph.defenderCloudBlockLevelType/highPlus"><Annotation Term="Org.OData.Core.V1.Description" String="High + uses the High level and applies addition protection measures" /></Annotations><Annotations Target="microsoft.graph.defenderCloudBlockLevelType/zeroTolerance"><Annotation Term="Org.OData.Core.V1.Description" String="Zero tolerance blocks all unknown executables" /></Annotations><Annotations Target="microsoft.graph.defenderMonitorFileActivity"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for monitoring file activity." /></Annotations><Annotations Target="microsoft.graph.defenderMonitorFileActivity/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="User Defined, default value, no intent." /></Annotations><Annotations Target="microsoft.graph.defenderMonitorFileActivity/disable"><Annotation Term="Org.OData.Core.V1.Description" String="Disable monitoring file activity." /></Annotations><Annotations Target="microsoft.graph.defenderMonitorFileActivity/monitorAllFiles"><Annotation Term="Org.OData.Core.V1.Description" String="Monitor all files." /></Annotations><Annotations Target="microsoft.graph.defenderMonitorFileActivity/monitorIncomingFilesOnly"><Annotation Term="Org.OData.Core.V1.Description" String=" Monitor incoming files only." /></Annotations><Annotations Target="microsoft.graph.defenderMonitorFileActivity/monitorOutgoingFilesOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Monitor outgoing files only." /></Annotations><Annotations Target="microsoft.graph.defenderPromptForSampleSubmission"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for prompting user for samples submission." /></Annotations><Annotations Target="microsoft.graph.defenderPromptForSampleSubmission/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="User Defined, default value, no intent." /></Annotations><Annotations Target="microsoft.graph.defenderPromptForSampleSubmission/alwaysPrompt"><Annotation Term="Org.OData.Core.V1.Description" String="Always prompt." /></Annotations><Annotations Target="microsoft.graph.defenderPromptForSampleSubmission/promptBeforeSendingPersonalData"><Annotation Term="Org.OData.Core.V1.Description" String="Send safe samples automatically." /></Annotations><Annotations Target="microsoft.graph.defenderPromptForSampleSubmission/neverSendData"><Annotation Term="Org.OData.Core.V1.Description" String="Never send data." /></Annotations><Annotations Target="microsoft.graph.defenderPromptForSampleSubmission/sendAllDataWithoutPrompting"><Annotation Term="Org.OData.Core.V1.Description" String="Send all data without prompting." /></Annotations><Annotations Target="microsoft.graph.defenderScanType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for system scan type." /></Annotations><Annotations Target="microsoft.graph.defenderScanType/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="User Defined, default value, no intent." /></Annotations><Annotations Target="microsoft.graph.defenderScanType/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="System scan disabled." /></Annotations><Annotations Target="microsoft.graph.defenderScanType/quick"><Annotation Term="Org.OData.Core.V1.Description" String="Quick system scan." /></Annotations><Annotations Target="microsoft.graph.defenderScanType/full"><Annotation Term="Org.OData.Core.V1.Description" String="Full system scan." /></Annotations><Annotations Target="microsoft.graph.defenderThreatAction"><Annotation Term="Org.OData.Core.V1.Description" String="Defender’s default action to take on detected Malware threats." /></Annotations><Annotations Target="microsoft.graph.defenderThreatAction/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Apply action based on the update definition." /></Annotations><Annotations Target="microsoft.graph.defenderThreatAction/clean"><Annotation Term="Org.OData.Core.V1.Description" String="Clean the detected threat." /></Annotations><Annotations Target="microsoft.graph.defenderThreatAction/quarantine"><Annotation Term="Org.OData.Core.V1.Description" String="Quarantine the detected threat." /></Annotations><Annotations Target="microsoft.graph.defenderThreatAction/remove"><Annotation Term="Org.OData.Core.V1.Description" String="Remove the detected threat." /></Annotations><Annotations Target="microsoft.graph.defenderThreatAction/allow"><Annotation Term="Org.OData.Core.V1.Description" String="Allow the detected threat." /></Annotations><Annotations Target="microsoft.graph.defenderThreatAction/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="Allow the user to determine the action to take with the detected threat." /></Annotations><Annotations Target="microsoft.graph.defenderThreatAction/block"><Annotation Term="Org.OData.Core.V1.Description" String="Block the detected threat." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceActionType"><Annotation Term="Org.OData.Core.V1.Description" String="Scheduled Action Type Enum" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceActionType/noAction"><Annotation Term="Org.OData.Core.V1.Description" String="No Action" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceActionType/notification"><Annotation Term="Org.OData.Core.V1.Description" String="Send Notification" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceActionType/block"><Annotation Term="Org.OData.Core.V1.Description" String="Block the device in AAD" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceActionType/retire"><Annotation Term="Org.OData.Core.V1.Description" String="Retire the device" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceActionType/wipe"><Annotation Term="Org.OData.Core.V1.Description" String="Wipe the device" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceActionType/removeResourceAccessProfiles"><Annotation Term="Org.OData.Core.V1.Description" String="Remove Resource Access Profiles from the device" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceActionType/pushNotification"><Annotation Term="Org.OData.Core.V1.Description" String="Send push notification to device" /></Annotations><Annotations Target="microsoft.graph.deviceThreatProtectionLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Device threat protection levels for the Device Threat Protection API." /></Annotations><Annotations Target="microsoft.graph.deviceThreatProtectionLevel/unavailable"><Annotation Term="Org.OData.Core.V1.Description" String="Default Value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceThreatProtectionLevel/secured"><Annotation Term="Org.OData.Core.V1.Description" String="Device Threat Level requirement: Secured. This is the most secure level, and represents that no threats were found on the device." /></Annotations><Annotations Target="microsoft.graph.deviceThreatProtectionLevel/low"><Annotation Term="Org.OData.Core.V1.Description" String="Device Threat Protection level requirement: Low. Low represents a severity of threat that poses minimal risk to the device or device data." /></Annotations><Annotations Target="microsoft.graph.deviceThreatProtectionLevel/medium"><Annotation Term="Org.OData.Core.V1.Description" String="Device Threat Protection level requirement: Medium. Medium represents a severity of threat that poses moderate risk to the device or device data." /></Annotations><Annotations Target="microsoft.graph.deviceThreatProtectionLevel/high"><Annotation Term="Org.OData.Core.V1.Description" String="Device Threat Protection level requirement: High. High represents a severity of threat that poses severe risk to the device or device data." /></Annotations><Annotations Target="microsoft.graph.deviceThreatProtectionLevel/notSet"><Annotation Term="Org.OData.Core.V1.Description" String="Device Threat Protection level requirement: Not Set. Not set represents that there is no requirement for the device to meet a Threat Protection level." /></Annotations><Annotations Target="microsoft.graph.diagnosticDataSubmissionMode"><Annotation Term="Org.OData.Core.V1.Description" String="Allow the device to send diagnostic and usage telemetry data, such as Watson." /></Annotations><Annotations Target="microsoft.graph.diagnosticDataSubmissionMode/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="Allow the user to set." /></Annotations><Annotations Target="microsoft.graph.diagnosticDataSubmissionMode/none"><Annotation Term="Org.OData.Core.V1.Description" String="No telemetry data is sent from OS components. Note: This value is only applicable to enterprise and server devices. Using this setting on other devices is equivalent to setting the value of 1." /></Annotations><Annotations Target="microsoft.graph.diagnosticDataSubmissionMode/basic"><Annotation Term="Org.OData.Core.V1.Description" String="Sends basic telemetry data." /></Annotations><Annotations Target="microsoft.graph.diagnosticDataSubmissionMode/enhanced"><Annotation Term="Org.OData.Core.V1.Description" String="Sends enhanced telemetry data including usage and insights data." /></Annotations><Annotations Target="microsoft.graph.diagnosticDataSubmissionMode/full"><Annotation Term="Org.OData.Core.V1.Description" String="Sends full telemetry data including diagnostic data, such as system state." /></Annotations><Annotations Target="microsoft.graph.edgeCookiePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values to specify which cookies are allowed in Microsoft Edge." /></Annotations><Annotations Target="microsoft.graph.edgeCookiePolicy/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="Allow the user to set." /></Annotations><Annotations Target="microsoft.graph.edgeCookiePolicy/allow"><Annotation Term="Org.OData.Core.V1.Description" String="Allow." /></Annotations><Annotations Target="microsoft.graph.edgeCookiePolicy/blockThirdParty"><Annotation Term="Org.OData.Core.V1.Description" String="Block only third party cookies." /></Annotations><Annotations Target="microsoft.graph.edgeCookiePolicy/blockAll"><Annotation Term="Org.OData.Core.V1.Description" String="Block all cookies." /></Annotations><Annotations Target="microsoft.graph.edgeSearchEngineType"><Annotation Term="Org.OData.Core.V1.Description" String="Allows IT admind to set a predefined default search engine for MDM-Controlled devices" /></Annotations><Annotations Target="microsoft.graph.edgeSearchEngineType/default"><Annotation Term="Org.OData.Core.V1.Description" String="Uses factory settings of Edge to assign the default search engine as per the user market" /></Annotations><Annotations Target="microsoft.graph.edgeSearchEngineType/bing"><Annotation Term="Org.OData.Core.V1.Description" String="Sets Bing as the default search engine" /></Annotations><Annotations Target="microsoft.graph.editionUpgradeLicenseType"><Annotation Term="Org.OData.Core.V1.Description" String="Edition Upgrade License type" /></Annotations><Annotations Target="microsoft.graph.editionUpgradeLicenseType/productKey"><Annotation Term="Org.OData.Core.V1.Description" String="Product Key Type" /></Annotations><Annotations Target="microsoft.graph.editionUpgradeLicenseType/licenseFile"><Annotation Term="Org.OData.Core.V1.Description" String="License File Type" /></Annotations><Annotations Target="microsoft.graph.enablement"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values of a property" /></Annotations><Annotations Target="microsoft.graph.enablement/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no intent." /></Annotations><Annotations Target="microsoft.graph.enablement/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Enables the setting on the device." /></Annotations><Annotations Target="microsoft.graph.enablement/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Disables the setting on the device." /></Annotations><Annotations Target="microsoft.graph.firewallCertificateRevocationListCheckMethodType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for firewallCertificateRevocationListCheckMethod" /></Annotations><Annotations Target="microsoft.graph.firewallCertificateRevocationListCheckMethodType/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="No value configured by Intune, do not override the user-configured device default value" /></Annotations><Annotations Target="microsoft.graph.firewallCertificateRevocationListCheckMethodType/none"><Annotation Term="Org.OData.Core.V1.Description" String="Do not check certificate revocation list" /></Annotations><Annotations Target="microsoft.graph.firewallCertificateRevocationListCheckMethodType/attempt"><Annotation Term="Org.OData.Core.V1.Description" String="Attempt CRL check and allow a certificate only if the certificate is confirmed by the check" /></Annotations><Annotations Target="microsoft.graph.firewallCertificateRevocationListCheckMethodType/require"><Annotation Term="Org.OData.Core.V1.Description" String="Require a successful CRL check before allowing a certificate" /></Annotations><Annotations Target="microsoft.graph.firewallPacketQueueingMethodType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for firewallPacketQueueingMethod" /></Annotations><Annotations Target="microsoft.graph.firewallPacketQueueingMethodType/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="No value configured by Intune, do not override the user-configured device default value" /></Annotations><Annotations Target="microsoft.graph.firewallPacketQueueingMethodType/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Disable packet queuing" /></Annotations><Annotations Target="microsoft.graph.firewallPacketQueueingMethodType/queueInbound"><Annotation Term="Org.OData.Core.V1.Description" String="Queue inbound encrypted packets" /></Annotations><Annotations Target="microsoft.graph.firewallPacketQueueingMethodType/queueOutbound"><Annotation Term="Org.OData.Core.V1.Description" String="Queue decrypted outbound packets for forwarding" /></Annotations><Annotations Target="microsoft.graph.firewallPacketQueueingMethodType/queueBoth"><Annotation Term="Org.OData.Core.V1.Description" String="Queue both inbound and outbound packets" /></Annotations><Annotations Target="microsoft.graph.firewallPreSharedKeyEncodingMethodType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for firewallPreSharedKeyEncodingMethod" /></Annotations><Annotations Target="microsoft.graph.firewallPreSharedKeyEncodingMethodType/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="No value configured by Intune, do not override the user-configured device default value" /></Annotations><Annotations Target="microsoft.graph.firewallPreSharedKeyEncodingMethodType/none"><Annotation Term="Org.OData.Core.V1.Description" String="Preshared key is not encoded. Instead, it is kept in its wide-character format" /></Annotations><Annotations Target="microsoft.graph.firewallPreSharedKeyEncodingMethodType/utF8"><Annotation Term="Org.OData.Core.V1.Description" String="Encode the preshared key using UTF-8" /></Annotations><Annotations Target="microsoft.graph.internetSiteSecurityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for internet site security level." /></Annotations><Annotations Target="microsoft.graph.internetSiteSecurityLevel/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="User Defined, default value, no intent." /></Annotations><Annotations Target="microsoft.graph.internetSiteSecurityLevel/medium"><Annotation Term="Org.OData.Core.V1.Description" String="Medium." /></Annotations><Annotations Target="microsoft.graph.internetSiteSecurityLevel/mediumHigh"><Annotation Term="Org.OData.Core.V1.Description" String="Medium-High." /></Annotations><Annotations Target="microsoft.graph.internetSiteSecurityLevel/high"><Annotation Term="Org.OData.Core.V1.Description" String="High." /></Annotations><Annotations Target="microsoft.graph.iosNotificationAlertType"><Annotation Term="Org.OData.Core.V1.Description" String="Notification Settings Alert Type." /></Annotations><Annotations Target="microsoft.graph.iosNotificationAlertType/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no intent." /></Annotations><Annotations Target="microsoft.graph.iosNotificationAlertType/banner"><Annotation Term="Org.OData.Core.V1.Description" String="Banner." /></Annotations><Annotations Target="microsoft.graph.iosNotificationAlertType/modal"><Annotation Term="Org.OData.Core.V1.Description" String="Modal." /></Annotations><Annotations Target="microsoft.graph.iosNotificationAlertType/none"><Annotation Term="Org.OData.Core.V1.Description" String="None." /></Annotations><Annotations Target="microsoft.graph.miracastChannel"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for Miracast channel." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="User Defined, default value, no intent." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/one"><Annotation Term="Org.OData.Core.V1.Description" String="One." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/two"><Annotation Term="Org.OData.Core.V1.Description" String="Two." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/three"><Annotation Term="Org.OData.Core.V1.Description" String="Three." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/four"><Annotation Term="Org.OData.Core.V1.Description" String="Four." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/five"><Annotation Term="Org.OData.Core.V1.Description" String="Five." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/six"><Annotation Term="Org.OData.Core.V1.Description" String="Six." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/seven"><Annotation Term="Org.OData.Core.V1.Description" String="Seven." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/eight"><Annotation Term="Org.OData.Core.V1.Description" String="Eight." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/nine"><Annotation Term="Org.OData.Core.V1.Description" String="Nine." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/ten"><Annotation Term="Org.OData.Core.V1.Description" String="Ten." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/eleven"><Annotation Term="Org.OData.Core.V1.Description" String="Eleven." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/thirtySix"><Annotation Term="Org.OData.Core.V1.Description" String="Thirty-Six." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/forty"><Annotation Term="Org.OData.Core.V1.Description" String="Forty." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/fortyFour"><Annotation Term="Org.OData.Core.V1.Description" String="Forty-Four." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/fortyEight"><Annotation Term="Org.OData.Core.V1.Description" String="Forty-Eight." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/oneHundredFortyNine"><Annotation Term="Org.OData.Core.V1.Description" String="OneHundredForty-Nine." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/oneHundredFiftyThree"><Annotation Term="Org.OData.Core.V1.Description" String="OneHundredFifty-Three." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/oneHundredFiftySeven"><Annotation Term="Org.OData.Core.V1.Description" String="OneHundredFifty-Seven." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/oneHundredSixtyOne"><Annotation Term="Org.OData.Core.V1.Description" String="OneHundredSixty-One." /></Annotations><Annotations Target="microsoft.graph.miracastChannel/oneHundredSixtyFive"><Annotation Term="Org.OData.Core.V1.Description" String="OneHundredSixty-Five." /></Annotations><Annotations Target="microsoft.graph.policyPlatformType"><Annotation Term="Org.OData.Core.V1.Description" String="Supported platform types for policies." /></Annotations><Annotations Target="microsoft.graph.policyPlatformType/android"><Annotation Term="Org.OData.Core.V1.Description" String="Android." /></Annotations><Annotations Target="microsoft.graph.policyPlatformType/androidForWork"><Annotation Term="Org.OData.Core.V1.Description" String="AndroidForWork." /></Annotations><Annotations Target="microsoft.graph.policyPlatformType/iOS"><Annotation Term="Org.OData.Core.V1.Description" String="iOS." /></Annotations><Annotations Target="microsoft.graph.policyPlatformType/macOS"><Annotation Term="Org.OData.Core.V1.Description" String="MacOS." /></Annotations><Annotations Target="microsoft.graph.policyPlatformType/windowsPhone81"><Annotation Term="Org.OData.Core.V1.Description" String="WindowsPhone 8.1." /></Annotations><Annotations Target="microsoft.graph.policyPlatformType/windows81AndLater"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 8.1 and later" /></Annotations><Annotations Target="microsoft.graph.policyPlatformType/windows10AndLater"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 and later." /></Annotations><Annotations Target="microsoft.graph.policyPlatformType/all"><Annotation Term="Org.OData.Core.V1.Description" String="All platforms." /></Annotations><Annotations Target="microsoft.graph.prereleaseFeatures"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for pre-release features." /></Annotations><Annotations Target="microsoft.graph.prereleaseFeatures/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="User Defined, default value, no intent." /></Annotations><Annotations Target="microsoft.graph.prereleaseFeatures/settingsOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Settings only pre-release features." /></Annotations><Annotations Target="microsoft.graph.prereleaseFeatures/settingsAndExperimentations"><Annotation Term="Org.OData.Core.V1.Description" String="Settings and experimentations pre-release features." /></Annotations><Annotations Target="microsoft.graph.prereleaseFeatures/notAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Pre-release features not allowed." /></Annotations><Annotations Target="microsoft.graph.ratingAppsType"><Annotation Term="Org.OData.Core.V1.Description" String="Apps rating as in media content" /></Annotations><Annotations Target="microsoft.graph.ratingAppsType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all apps content" /></Annotations><Annotations Target="microsoft.graph.ratingAppsType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any apps content" /></Annotations><Annotations Target="microsoft.graph.ratingAppsType/agesAbove4"><Annotation Term="Org.OData.Core.V1.Description" String="4+, age 4 and above" /></Annotations><Annotations Target="microsoft.graph.ratingAppsType/agesAbove9"><Annotation Term="Org.OData.Core.V1.Description" String="9+, age 9 and above" /></Annotations><Annotations Target="microsoft.graph.ratingAppsType/agesAbove12"><Annotation Term="Org.OData.Core.V1.Description" String="12+, age 12 and above " /></Annotations><Annotations Target="microsoft.graph.ratingAppsType/agesAbove17"><Annotation Term="Org.OData.Core.V1.Description" String="17+, age 17 and above" /></Annotations><Annotations Target="microsoft.graph.ratingAustraliaMoviesType"><Annotation Term="Org.OData.Core.V1.Description" String="Movies rating labels in Australia" /></Annotations><Annotations Target="microsoft.graph.ratingAustraliaMoviesType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all movies content" /></Annotations><Annotations Target="microsoft.graph.ratingAustraliaMoviesType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any movies content" /></Annotations><Annotations Target="microsoft.graph.ratingAustraliaMoviesType/general"><Annotation Term="Org.OData.Core.V1.Description" String="The G classification is suitable for everyone" /></Annotations><Annotations Target="microsoft.graph.ratingAustraliaMoviesType/parentalGuidance"><Annotation Term="Org.OData.Core.V1.Description" String="The PG recommends viewers under 15 with guidance from parents or guardians" /></Annotations><Annotations Target="microsoft.graph.ratingAustraliaMoviesType/mature"><Annotation Term="Org.OData.Core.V1.Description" String="The M classification is not recommended for viewers under 15" /></Annotations><Annotations Target="microsoft.graph.ratingAustraliaMoviesType/agesAbove15"><Annotation Term="Org.OData.Core.V1.Description" String="The MA15+ classification is not suitable for viewers under 15" /></Annotations><Annotations Target="microsoft.graph.ratingAustraliaMoviesType/agesAbove18"><Annotation Term="Org.OData.Core.V1.Description" String="The R18+ classification is not suitable for viewers under 18" /></Annotations><Annotations Target="microsoft.graph.ratingAustraliaTelevisionType"><Annotation Term="Org.OData.Core.V1.Description" String="TV content rating labels in Australia" /></Annotations><Annotations Target="microsoft.graph.ratingAustraliaTelevisionType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all TV shows content" /></Annotations><Annotations Target="microsoft.graph.ratingAustraliaTelevisionType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any TV shows content" /></Annotations><Annotations Target="microsoft.graph.ratingAustraliaTelevisionType/preschoolers"><Annotation Term="Org.OData.Core.V1.Description" String="The P classification is intended for preschoolers" /></Annotations><Annotations Target="microsoft.graph.ratingAustraliaTelevisionType/children"><Annotation Term="Org.OData.Core.V1.Description" String="The C classification is intended for children under 14" /></Annotations><Annotations Target="microsoft.graph.ratingAustraliaTelevisionType/general"><Annotation Term="Org.OData.Core.V1.Description" String="The G classification is suitable for all ages" /></Annotations><Annotations Target="microsoft.graph.ratingAustraliaTelevisionType/parentalGuidance"><Annotation Term="Org.OData.Core.V1.Description" String="The PG classification is recommended for young viewers" /></Annotations><Annotations Target="microsoft.graph.ratingAustraliaTelevisionType/mature"><Annotation Term="Org.OData.Core.V1.Description" String="The M classification is recommended for viewers over 15" /></Annotations><Annotations Target="microsoft.graph.ratingAustraliaTelevisionType/agesAbove15"><Annotation Term="Org.OData.Core.V1.Description" String="The MA15+ classification is not suitable for viewers under 15" /></Annotations><Annotations Target="microsoft.graph.ratingAustraliaTelevisionType/agesAbove15AdultViolence"><Annotation Term="Org.OData.Core.V1.Description" String="The AV15+ classification is not suitable for viewers under 15, adult violence-specific" /></Annotations><Annotations Target="microsoft.graph.ratingCanadaMoviesType"><Annotation Term="Org.OData.Core.V1.Description" String="Movies rating labels in Canada" /></Annotations><Annotations Target="microsoft.graph.ratingCanadaMoviesType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all movies content" /></Annotations><Annotations Target="microsoft.graph.ratingCanadaMoviesType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any movies content" /></Annotations><Annotations Target="microsoft.graph.ratingCanadaMoviesType/general"><Annotation Term="Org.OData.Core.V1.Description" String="The G classification is suitable for all ages" /></Annotations><Annotations Target="microsoft.graph.ratingCanadaMoviesType/parentalGuidance"><Annotation Term="Org.OData.Core.V1.Description" String="The PG classification advises parental guidance" /></Annotations><Annotations Target="microsoft.graph.ratingCanadaMoviesType/agesAbove14"><Annotation Term="Org.OData.Core.V1.Description" String="The 14A classification is suitable for viewers above 14 or older" /></Annotations><Annotations Target="microsoft.graph.ratingCanadaMoviesType/agesAbove18"><Annotation Term="Org.OData.Core.V1.Description" String="The 18A classification is suitable for viewers above 18 or older" /></Annotations><Annotations Target="microsoft.graph.ratingCanadaMoviesType/restricted"><Annotation Term="Org.OData.Core.V1.Description" String="The R classification is restricted to 18 years and older" /></Annotations><Annotations Target="microsoft.graph.ratingCanadaTelevisionType"><Annotation Term="Org.OData.Core.V1.Description" String="TV content rating labels in Canada" /></Annotations><Annotations Target="microsoft.graph.ratingCanadaTelevisionType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all TV shows content" /></Annotations><Annotations Target="microsoft.graph.ratingCanadaTelevisionType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any TV shows content" /></Annotations><Annotations Target="microsoft.graph.ratingCanadaTelevisionType/children"><Annotation Term="Org.OData.Core.V1.Description" String="The C classification is suitable for children ages of 2 to 7 years" /></Annotations><Annotations Target="microsoft.graph.ratingCanadaTelevisionType/childrenAbove8"><Annotation Term="Org.OData.Core.V1.Description" String="The C8 classification is suitable for children ages 8+" /></Annotations><Annotations Target="microsoft.graph.ratingCanadaTelevisionType/general"><Annotation Term="Org.OData.Core.V1.Description" String="The G classification is suitable for general audience" /></Annotations><Annotations Target="microsoft.graph.ratingCanadaTelevisionType/parentalGuidance"><Annotation Term="Org.OData.Core.V1.Description" String="PG, Parental Guidance" /></Annotations><Annotations Target="microsoft.graph.ratingCanadaTelevisionType/agesAbove14"><Annotation Term="Org.OData.Core.V1.Description" String="The 14+ classification is intended for viewers ages 14 and older" /></Annotations><Annotations Target="microsoft.graph.ratingCanadaTelevisionType/agesAbove18"><Annotation Term="Org.OData.Core.V1.Description" String="The 18+ classification is intended for viewers ages 18 and older" /></Annotations><Annotations Target="microsoft.graph.ratingFranceMoviesType"><Annotation Term="Org.OData.Core.V1.Description" String="Movies rating labels in France" /></Annotations><Annotations Target="microsoft.graph.ratingFranceMoviesType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all movies content" /></Annotations><Annotations Target="microsoft.graph.ratingFranceMoviesType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any movies content" /></Annotations><Annotations Target="microsoft.graph.ratingFranceMoviesType/agesAbove10"><Annotation Term="Org.OData.Core.V1.Description" String="The 10 classification prohibits the screening of the film to minors under 10" /></Annotations><Annotations Target="microsoft.graph.ratingFranceMoviesType/agesAbove12"><Annotation Term="Org.OData.Core.V1.Description" String="The 12 classification prohibits the screening of the film to minors under 12" /></Annotations><Annotations Target="microsoft.graph.ratingFranceMoviesType/agesAbove16"><Annotation Term="Org.OData.Core.V1.Description" String="The 16 classification prohibits the screening of the film to minors under 16" /></Annotations><Annotations Target="microsoft.graph.ratingFranceMoviesType/agesAbove18"><Annotation Term="Org.OData.Core.V1.Description" String="The 18 classification prohibits the screening to minors under 18" /></Annotations><Annotations Target="microsoft.graph.ratingFranceTelevisionType"><Annotation Term="Org.OData.Core.V1.Description" String="TV content rating labels in France" /></Annotations><Annotations Target="microsoft.graph.ratingFranceTelevisionType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all TV shows content" /></Annotations><Annotations Target="microsoft.graph.ratingFranceTelevisionType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any TV shows content" /></Annotations><Annotations Target="microsoft.graph.ratingFranceTelevisionType/agesAbove10"><Annotation Term="Org.OData.Core.V1.Description" String="The -10 classification is not recommended for children under 10" /></Annotations><Annotations Target="microsoft.graph.ratingFranceTelevisionType/agesAbove12"><Annotation Term="Org.OData.Core.V1.Description" String="The -12 classification is not recommended for children under 12" /></Annotations><Annotations Target="microsoft.graph.ratingFranceTelevisionType/agesAbove16"><Annotation Term="Org.OData.Core.V1.Description" String="The -16 classification is not recommended for children under 16" /></Annotations><Annotations Target="microsoft.graph.ratingFranceTelevisionType/agesAbove18"><Annotation Term="Org.OData.Core.V1.Description" String="The -18 classification is not recommended for persons under 18" /></Annotations><Annotations Target="microsoft.graph.ratingGermanyMoviesType"><Annotation Term="Org.OData.Core.V1.Description" String="Movies rating labels in Germany" /></Annotations><Annotations Target="microsoft.graph.ratingGermanyMoviesType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all movies content" /></Annotations><Annotations Target="microsoft.graph.ratingGermanyMoviesType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any movies content" /></Annotations><Annotations Target="microsoft.graph.ratingGermanyMoviesType/general"><Annotation Term="Org.OData.Core.V1.Description" String="Ab 0 Jahren, no age restrictions" /></Annotations><Annotations Target="microsoft.graph.ratingGermanyMoviesType/agesAbove6"><Annotation Term="Org.OData.Core.V1.Description" String="Ab 6 Jahren, ages 6 and older" /></Annotations><Annotations Target="microsoft.graph.ratingGermanyMoviesType/agesAbove12"><Annotation Term="Org.OData.Core.V1.Description" String="Ab 12 Jahren, ages 12 and older" /></Annotations><Annotations Target="microsoft.graph.ratingGermanyMoviesType/agesAbove16"><Annotation Term="Org.OData.Core.V1.Description" String="Ab 16 Jahren, ages 16 and older" /></Annotations><Annotations Target="microsoft.graph.ratingGermanyMoviesType/adults"><Annotation Term="Org.OData.Core.V1.Description" String="Ab 18 Jahren, adults only" /></Annotations><Annotations Target="microsoft.graph.ratingGermanyTelevisionType"><Annotation Term="Org.OData.Core.V1.Description" String="TV content rating labels in Germany" /></Annotations><Annotations Target="microsoft.graph.ratingGermanyTelevisionType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all TV shows content" /></Annotations><Annotations Target="microsoft.graph.ratingGermanyTelevisionType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any TV shows content" /></Annotations><Annotations Target="microsoft.graph.ratingGermanyTelevisionType/general"><Annotation Term="Org.OData.Core.V1.Description" String="Ab 0 Jahren, no age restrictions" /></Annotations><Annotations Target="microsoft.graph.ratingGermanyTelevisionType/agesAbove6"><Annotation Term="Org.OData.Core.V1.Description" String="Ab 6 Jahren, ages 6 and older" /></Annotations><Annotations Target="microsoft.graph.ratingGermanyTelevisionType/agesAbove12"><Annotation Term="Org.OData.Core.V1.Description" String="Ab 12 Jahren, ages 12 and older" /></Annotations><Annotations Target="microsoft.graph.ratingGermanyTelevisionType/agesAbove16"><Annotation Term="Org.OData.Core.V1.Description" String="Ab 16 Jahren, ages 16 and older" /></Annotations><Annotations Target="microsoft.graph.ratingGermanyTelevisionType/adults"><Annotation Term="Org.OData.Core.V1.Description" String="Ab 18 Jahren, adults only" /></Annotations><Annotations Target="microsoft.graph.ratingIrelandMoviesType"><Annotation Term="Org.OData.Core.V1.Description" String="Movies rating labels in Ireland" /></Annotations><Annotations Target="microsoft.graph.ratingIrelandMoviesType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all movies content" /></Annotations><Annotations Target="microsoft.graph.ratingIrelandMoviesType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any movies content" /></Annotations><Annotations Target="microsoft.graph.ratingIrelandMoviesType/general"><Annotation Term="Org.OData.Core.V1.Description" String="Suitable for children of school going age" /></Annotations><Annotations Target="microsoft.graph.ratingIrelandMoviesType/parentalGuidance"><Annotation Term="Org.OData.Core.V1.Description" String="The PG classification advises parental guidance" /></Annotations><Annotations Target="microsoft.graph.ratingIrelandMoviesType/agesAbove12"><Annotation Term="Org.OData.Core.V1.Description" String="The 12A classification is suitable for viewers of 12 or older" /></Annotations><Annotations Target="microsoft.graph.ratingIrelandMoviesType/agesAbove15"><Annotation Term="Org.OData.Core.V1.Description" String="The 15A classification is suitable for viewers of 15 or older" /></Annotations><Annotations Target="microsoft.graph.ratingIrelandMoviesType/agesAbove16"><Annotation Term="Org.OData.Core.V1.Description" String="The 16 classification is suitable for viewers of 16 or older" /></Annotations><Annotations Target="microsoft.graph.ratingIrelandMoviesType/adults"><Annotation Term="Org.OData.Core.V1.Description" String="The 18 classification, suitable only for adults" /></Annotations><Annotations Target="microsoft.graph.ratingIrelandTelevisionType"><Annotation Term="Org.OData.Core.V1.Description" String="TV content rating labels in Ireland" /></Annotations><Annotations Target="microsoft.graph.ratingIrelandTelevisionType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all TV shows content" /></Annotations><Annotations Target="microsoft.graph.ratingIrelandTelevisionType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any TV shows content" /></Annotations><Annotations Target="microsoft.graph.ratingIrelandTelevisionType/general"><Annotation Term="Org.OData.Core.V1.Description" String="The GA classification is suitable for all audiences" /></Annotations><Annotations Target="microsoft.graph.ratingIrelandTelevisionType/children"><Annotation Term="Org.OData.Core.V1.Description" String="The CH classification is suitable for children" /></Annotations><Annotations Target="microsoft.graph.ratingIrelandTelevisionType/youngAdults"><Annotation Term="Org.OData.Core.V1.Description" String="The YA classification is suitable for teenage audience" /></Annotations><Annotations Target="microsoft.graph.ratingIrelandTelevisionType/parentalSupervision"><Annotation Term="Org.OData.Core.V1.Description" String="The PS classification invites parents and guardians to consider restriction children’s access" /></Annotations><Annotations Target="microsoft.graph.ratingIrelandTelevisionType/mature"><Annotation Term="Org.OData.Core.V1.Description" String="The MA classification is suitable for adults" /></Annotations><Annotations Target="microsoft.graph.ratingJapanMoviesType"><Annotation Term="Org.OData.Core.V1.Description" String="Movies rating labels in Japan" /></Annotations><Annotations Target="microsoft.graph.ratingJapanMoviesType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all movies content" /></Annotations><Annotations Target="microsoft.graph.ratingJapanMoviesType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any movies content" /></Annotations><Annotations Target="microsoft.graph.ratingJapanMoviesType/general"><Annotation Term="Org.OData.Core.V1.Description" String="Suitable for all ages" /></Annotations><Annotations Target="microsoft.graph.ratingJapanMoviesType/parentalGuidance"><Annotation Term="Org.OData.Core.V1.Description" String="The PG-12 classification requests parental guidance for young people under 12" /></Annotations><Annotations Target="microsoft.graph.ratingJapanMoviesType/agesAbove15"><Annotation Term="Org.OData.Core.V1.Description" String="The R15+ classification is suitable for viewers of 15 or older" /></Annotations><Annotations Target="microsoft.graph.ratingJapanMoviesType/agesAbove18"><Annotation Term="Org.OData.Core.V1.Description" String="The R18+ classification is suitable for viewers of 18 or older" /></Annotations><Annotations Target="microsoft.graph.ratingJapanTelevisionType"><Annotation Term="Org.OData.Core.V1.Description" String="TV content rating labels in Japan" /></Annotations><Annotations Target="microsoft.graph.ratingJapanTelevisionType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all TV shows content" /></Annotations><Annotations Target="microsoft.graph.ratingJapanTelevisionType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any TV shows content" /></Annotations><Annotations Target="microsoft.graph.ratingJapanTelevisionType/explicitAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="All TV content is explicitly allowed" /></Annotations><Annotations Target="microsoft.graph.ratingNewZealandMoviesType"><Annotation Term="Org.OData.Core.V1.Description" String="Movies rating labels in New Zealand" /></Annotations><Annotations Target="microsoft.graph.ratingNewZealandMoviesType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all movies content" /></Annotations><Annotations Target="microsoft.graph.ratingNewZealandMoviesType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any movies content" /></Annotations><Annotations Target="microsoft.graph.ratingNewZealandMoviesType/general"><Annotation Term="Org.OData.Core.V1.Description" String="Suitable for general audience" /></Annotations><Annotations Target="microsoft.graph.ratingNewZealandMoviesType/parentalGuidance"><Annotation Term="Org.OData.Core.V1.Description" String="The PG classification recommends parental guidance" /></Annotations><Annotations Target="microsoft.graph.ratingNewZealandMoviesType/mature"><Annotation Term="Org.OData.Core.V1.Description" String="The M classification is suitable for mature audience" /></Annotations><Annotations Target="microsoft.graph.ratingNewZealandMoviesType/agesAbove13"><Annotation Term="Org.OData.Core.V1.Description" String="The R13 classification is restricted to persons 13 years and over" /></Annotations><Annotations Target="microsoft.graph.ratingNewZealandMoviesType/agesAbove15"><Annotation Term="Org.OData.Core.V1.Description" String="The R15 classification is restricted to persons 15 years and over" /></Annotations><Annotations Target="microsoft.graph.ratingNewZealandMoviesType/agesAbove16"><Annotation Term="Org.OData.Core.V1.Description" String="The R16 classification is restricted to persons 16 years and over" /></Annotations><Annotations Target="microsoft.graph.ratingNewZealandMoviesType/agesAbove18"><Annotation Term="Org.OData.Core.V1.Description" String="The R18 classification is restricted to persons 18 years and over" /></Annotations><Annotations Target="microsoft.graph.ratingNewZealandMoviesType/restricted"><Annotation Term="Org.OData.Core.V1.Description" String="The R classification is restricted to a certain audience" /></Annotations><Annotations Target="microsoft.graph.ratingNewZealandMoviesType/agesAbove16Restricted"><Annotation Term="Org.OData.Core.V1.Description" String="The RP16 classification requires viewers under 16 accompanied by a parent or an adult" /></Annotations><Annotations Target="microsoft.graph.ratingNewZealandTelevisionType"><Annotation Term="Org.OData.Core.V1.Description" String="TV content rating labels in New Zealand" /></Annotations><Annotations Target="microsoft.graph.ratingNewZealandTelevisionType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all TV shows content" /></Annotations><Annotations Target="microsoft.graph.ratingNewZealandTelevisionType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any TV shows content" /></Annotations><Annotations Target="microsoft.graph.ratingNewZealandTelevisionType/general"><Annotation Term="Org.OData.Core.V1.Description" String="The G classification excludes materials likely to harm children under 14" /></Annotations><Annotations Target="microsoft.graph.ratingNewZealandTelevisionType/parentalGuidance"><Annotation Term="Org.OData.Core.V1.Description" String="The PGR classification encourages parents and guardians to supervise younger viewers" /></Annotations><Annotations Target="microsoft.graph.ratingNewZealandTelevisionType/adults"><Annotation Term="Org.OData.Core.V1.Description" String="The AO classification is not suitable for children" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedKingdomMoviesType"><Annotation Term="Org.OData.Core.V1.Description" String="Movies rating labels in United Kingdom" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedKingdomMoviesType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all movies content" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedKingdomMoviesType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any movies content" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedKingdomMoviesType/general"><Annotation Term="Org.OData.Core.V1.Description" String="The U classification is suitable for all ages" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedKingdomMoviesType/universalChildren"><Annotation Term="Org.OData.Core.V1.Description" String="The UC classification is suitable for pre-school children, an old rating label" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedKingdomMoviesType/parentalGuidance"><Annotation Term="Org.OData.Core.V1.Description" String="The PG classification is suitable for mature" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedKingdomMoviesType/agesAbove12Video"><Annotation Term="Org.OData.Core.V1.Description" String="12, video release suitable for 12 years and over" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedKingdomMoviesType/agesAbove12Cinema"><Annotation Term="Org.OData.Core.V1.Description" String="12A, cinema release suitable for 12 years and over" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedKingdomMoviesType/agesAbove15"><Annotation Term="Org.OData.Core.V1.Description" String="15, suitable only for 15 years and older" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedKingdomMoviesType/adults"><Annotation Term="Org.OData.Core.V1.Description" String="Suitable only for adults" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedKingdomTelevisionType"><Annotation Term="Org.OData.Core.V1.Description" String="TV content rating labels in United Kingdom" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedKingdomTelevisionType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all TV shows content" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedKingdomTelevisionType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any TV shows content" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedKingdomTelevisionType/caution"><Annotation Term="Org.OData.Core.V1.Description" String="Allowing TV contents with a warning message" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedStatesMoviesType"><Annotation Term="Org.OData.Core.V1.Description" String="Movies rating labels in United States" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedStatesMoviesType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all movies content" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedStatesMoviesType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any movies content" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedStatesMoviesType/general"><Annotation Term="Org.OData.Core.V1.Description" String="G, all ages admitted" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedStatesMoviesType/parentalGuidance"><Annotation Term="Org.OData.Core.V1.Description" String="PG, some material may not be suitable for children" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedStatesMoviesType/parentalGuidance13"><Annotation Term="Org.OData.Core.V1.Description" String="PG13, some material may be inappropriate for children under 13" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedStatesMoviesType/restricted"><Annotation Term="Org.OData.Core.V1.Description" String="R, viewers under 17 require accompanying parent or adult guardian" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedStatesMoviesType/adults"><Annotation Term="Org.OData.Core.V1.Description" String="NC17, adults only" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedStatesTelevisionType"><Annotation Term="Org.OData.Core.V1.Description" String="TV content rating labels in United States" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedStatesTelevisionType/allAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, allow all TV shows content" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedStatesTelevisionType/allBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Do not allow any TV shows content" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedStatesTelevisionType/childrenAll"><Annotation Term="Org.OData.Core.V1.Description" String="TV-Y, all children" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedStatesTelevisionType/childrenAbove7"><Annotation Term="Org.OData.Core.V1.Description" String="TV-Y7, children age 7 and above" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedStatesTelevisionType/general"><Annotation Term="Org.OData.Core.V1.Description" String="TV-G, suitable for all ages" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedStatesTelevisionType/parentalGuidance"><Annotation Term="Org.OData.Core.V1.Description" String="TV-PG, parental guidance" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedStatesTelevisionType/childrenAbove14"><Annotation Term="Org.OData.Core.V1.Description" String="TV-14, children age 14 and above" /></Annotations><Annotations Target="microsoft.graph.ratingUnitedStatesTelevisionType/adults"><Annotation Term="Org.OData.Core.V1.Description" String="TV-MA, adults only" /></Annotations><Annotations Target="microsoft.graph.requiredPasswordType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values of required passwords." /></Annotations><Annotations Target="microsoft.graph.requiredPasswordType/deviceDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Device default value, no intent." /></Annotations><Annotations Target="microsoft.graph.requiredPasswordType/alphanumeric"><Annotation Term="Org.OData.Core.V1.Description" String="Alphanumeric password required." /></Annotations><Annotations Target="microsoft.graph.requiredPasswordType/numeric"><Annotation Term="Org.OData.Core.V1.Description" String="Numeric password required." /></Annotations><Annotations Target="microsoft.graph.safeSearchFilterType"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies what level of safe search (filtering adult content) is required" /></Annotations><Annotations Target="microsoft.graph.safeSearchFilterType/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="User Defined, default value, no intent." /></Annotations><Annotations Target="microsoft.graph.safeSearchFilterType/strict"><Annotation Term="Org.OData.Core.V1.Description" String="Strict, highest filtering against adult content." /></Annotations><Annotations Target="microsoft.graph.safeSearchFilterType/moderate"><Annotation Term="Org.OData.Core.V1.Description" String="Moderate filtering against adult content (valid search results will not be filtered)." /></Annotations><Annotations Target="microsoft.graph.sharedPCAccountDeletionPolicyType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for when accounts are deleted on a shared PC." /></Annotations><Annotations Target="microsoft.graph.sharedPCAccountDeletionPolicyType/immediate"><Annotation Term="Org.OData.Core.V1.Description" String="Delete immediately." /></Annotations><Annotations Target="microsoft.graph.sharedPCAccountDeletionPolicyType/diskSpaceThreshold"><Annotation Term="Org.OData.Core.V1.Description" String="Delete at disk space threshold." /></Annotations><Annotations Target="microsoft.graph.sharedPCAccountDeletionPolicyType/diskSpaceThresholdOrInactiveThreshold"><Annotation Term="Org.OData.Core.V1.Description" String="Delete at disk space threshold or inactive threshold." /></Annotations><Annotations Target="microsoft.graph.sharedPCAllowedAccountType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of accounts that are allowed to share the PC." /></Annotations><Annotations Target="microsoft.graph.sharedPCAllowedAccountType/guest"><Annotation Term="Org.OData.Core.V1.Description" String="Only guest accounts." /></Annotations><Annotations Target="microsoft.graph.sharedPCAllowedAccountType/domain"><Annotation Term="Org.OData.Core.V1.Description" String="Only domain-joined accounts." /></Annotations><Annotations Target="microsoft.graph.siteSecurityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for site security level." /></Annotations><Annotations Target="microsoft.graph.siteSecurityLevel/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="User Defined, default value, no intent." /></Annotations><Annotations Target="microsoft.graph.siteSecurityLevel/low"><Annotation Term="Org.OData.Core.V1.Description" String="Low." /></Annotations><Annotations Target="microsoft.graph.siteSecurityLevel/mediumLow"><Annotation Term="Org.OData.Core.V1.Description" String="Medium-low." /></Annotations><Annotations Target="microsoft.graph.siteSecurityLevel/medium"><Annotation Term="Org.OData.Core.V1.Description" String="Medium." /></Annotations><Annotations Target="microsoft.graph.siteSecurityLevel/mediumHigh"><Annotation Term="Org.OData.Core.V1.Description" String="Medium-high." /></Annotations><Annotations Target="microsoft.graph.siteSecurityLevel/high"><Annotation Term="Org.OData.Core.V1.Description" String="High." /></Annotations><Annotations Target="microsoft.graph.stateManagementSetting"><Annotation Term="Org.OData.Core.V1.Description" String="State Management Setting." /></Annotations><Annotations Target="microsoft.graph.stateManagementSetting/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.stateManagementSetting/blocked"><Annotation Term="Org.OData.Core.V1.Description" String="Blocked." /></Annotations><Annotations Target="microsoft.graph.stateManagementSetting/allowed"><Annotation Term="Org.OData.Core.V1.Description" String="Allowed." /></Annotations><Annotations Target="microsoft.graph.visibilitySetting"><Annotation Term="Org.OData.Core.V1.Description" String="Generic visibility state." /></Annotations><Annotations Target="microsoft.graph.visibilitySetting/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured." /></Annotations><Annotations Target="microsoft.graph.visibilitySetting/hide"><Annotation Term="Org.OData.Core.V1.Description" String="Hide." /></Annotations><Annotations Target="microsoft.graph.visibilitySetting/show"><Annotation Term="Org.OData.Core.V1.Description" String="Show." /></Annotations><Annotations Target="microsoft.graph.webBrowserCookieSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Web Browser Cookie Settings." /></Annotations><Annotations Target="microsoft.graph.webBrowserCookieSettings/browserDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Browser default value, no intent." /></Annotations><Annotations Target="microsoft.graph.webBrowserCookieSettings/blockAlways"><Annotation Term="Org.OData.Core.V1.Description" String="Always block cookies." /></Annotations><Annotations Target="microsoft.graph.webBrowserCookieSettings/allowCurrentWebSite"><Annotation Term="Org.OData.Core.V1.Description" String="Allow cookies from current Web site." /></Annotations><Annotations Target="microsoft.graph.webBrowserCookieSettings/allowFromWebsitesVisited"><Annotation Term="Org.OData.Core.V1.Description" String="Allow Cookies from websites visited." /></Annotations><Annotations Target="microsoft.graph.webBrowserCookieSettings/allowAlways"><Annotation Term="Org.OData.Core.V1.Description" String="Always allow cookies." /></Annotations><Annotations Target="microsoft.graph.weeklySchedule"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for a weekly schedule." /></Annotations><Annotations Target="microsoft.graph.weeklySchedule/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="User Defined, default value, no intent." /></Annotations><Annotations Target="microsoft.graph.weeklySchedule/everyday"><Annotation Term="Org.OData.Core.V1.Description" String="Everyday." /></Annotations><Annotations Target="microsoft.graph.weeklySchedule/sunday"><Annotation Term="Org.OData.Core.V1.Description" String="Sunday." /></Annotations><Annotations Target="microsoft.graph.weeklySchedule/monday"><Annotation Term="Org.OData.Core.V1.Description" String="Monday." /></Annotations><Annotations Target="microsoft.graph.weeklySchedule/tuesday"><Annotation Term="Org.OData.Core.V1.Description" String="Tuesday." /></Annotations><Annotations Target="microsoft.graph.weeklySchedule/wednesday"><Annotation Term="Org.OData.Core.V1.Description" String="Wednesday." /></Annotations><Annotations Target="microsoft.graph.weeklySchedule/thursday"><Annotation Term="Org.OData.Core.V1.Description" String="Thursday." /></Annotations><Annotations Target="microsoft.graph.weeklySchedule/friday"><Annotation Term="Org.OData.Core.V1.Description" String="Friday." /></Annotations><Annotations Target="microsoft.graph.weeklySchedule/saturday"><Annotation Term="Org.OData.Core.V1.Description" String="Saturday." /></Annotations><Annotations Target="microsoft.graph.welcomeScreenMeetingInformation"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for welcome screen meeting information." /></Annotations><Annotations Target="microsoft.graph.welcomeScreenMeetingInformation/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="User Defined, default value, no intent." /></Annotations><Annotations Target="microsoft.graph.welcomeScreenMeetingInformation/showOrganizerAndTimeOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Show organizer and time only." /></Annotations><Annotations Target="microsoft.graph.welcomeScreenMeetingInformation/showOrganizerAndTimeAndSubject"><Annotation Term="Org.OData.Core.V1.Description" String="Show organizer, time and subject (subject is hidden for private meetings)." /></Annotations><Annotations Target="microsoft.graph.windows10EditionType"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Edition type." /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10Enterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Enterprise" /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10EnterpriseN"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 EnterpriseN" /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10Education"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Education" /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10EducationN"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 EducationN" /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10MobileEnterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Mobile Enterprise" /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10HolographicEnterprise"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Holographic Enterprise" /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10Professional"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Professional" /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10ProfessionalN"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 ProfessionalN" /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10ProfessionalEducation"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Professional Education" /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10ProfessionalEducationN"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Professional EducationN" /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10ProfessionalWorkstation"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Professional for Workstations" /></Annotations><Annotations Target="microsoft.graph.windows10EditionType/windows10ProfessionalWorkstationN"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Professional for Workstations N" /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationMode"><Annotation Term="Org.OData.Core.V1.Description" String="Delivery optimization mode for peer distribution" /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationMode/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="Allow the user to set." /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationMode/httpOnly"><Annotation Term="Org.OData.Core.V1.Description" String="HTTP only, no peering" /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationMode/httpWithPeeringNat"><Annotation Term="Org.OData.Core.V1.Description" String="OS default – Http blended with peering behind the same network address translator" /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationMode/httpWithPeeringPrivateGroup"><Annotation Term="Org.OData.Core.V1.Description" String="HTTP blended with peering across a private group" /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationMode/httpWithInternetPeering"><Annotation Term="Org.OData.Core.V1.Description" String="HTTP blended with Internet peering" /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationMode/simpleDownload"><Annotation Term="Org.OData.Core.V1.Description" String="Simple download mode with no peering" /></Annotations><Annotations Target="microsoft.graph.windowsDeliveryOptimizationMode/bypassMode"><Annotation Term="Org.OData.Core.V1.Description" String="Bypass mode. Do not use Delivery Optimization and use BITS instead" /></Annotations><Annotations Target="microsoft.graph.windowsSpotlightEnablementSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Allows IT admind to set a predefined default search engine for MDM-Controlled devices" /></Annotations><Annotations Target="microsoft.graph.windowsSpotlightEnablementSettings/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Spotlight on lock screen is not configured" /></Annotations><Annotations Target="microsoft.graph.windowsSpotlightEnablementSettings/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Disable Windows Spotlight on lock screen" /></Annotations><Annotations Target="microsoft.graph.windowsSpotlightEnablementSettings/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Enable Windows Spotlight on lock screen" /></Annotations><Annotations Target="microsoft.graph.windowsStartMenuAppListVisibilityType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of start menu app list visibility." /></Annotations><Annotations Target="microsoft.graph.windowsStartMenuAppListVisibilityType/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="User defined. Default value." /></Annotations><Annotations Target="microsoft.graph.windowsStartMenuAppListVisibilityType/collapse"><Annotation Term="Org.OData.Core.V1.Description" String="Collapse the app list on the start menu." /></Annotations><Annotations Target="microsoft.graph.windowsStartMenuAppListVisibilityType/remove"><Annotation Term="Org.OData.Core.V1.Description" String="Removes the app list entirely from the start menu." /></Annotations><Annotations Target="microsoft.graph.windowsStartMenuAppListVisibilityType/disableSettingsApp"><Annotation Term="Org.OData.Core.V1.Description" String="Disables the corresponding toggle (Collapse or Remove) in the Settings app." /></Annotations><Annotations Target="microsoft.graph.windowsStartMenuModeType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of display modes for the start menu." /></Annotations><Annotations Target="microsoft.graph.windowsStartMenuModeType/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="User defined. Default value." /></Annotations><Annotations Target="microsoft.graph.windowsStartMenuModeType/fullScreen"><Annotation Term="Org.OData.Core.V1.Description" String="Full screen." /></Annotations><Annotations Target="microsoft.graph.windowsStartMenuModeType/nonFullScreen"><Annotation Term="Org.OData.Core.V1.Description" String="Non-full screen." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessUpdateWeeks"><Annotation Term="Org.OData.Core.V1.Description" String="Scheduled the update installation on the weeks of the month" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessUpdateWeeks/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="Allow the user to set." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessUpdateWeeks/firstWeek"><Annotation Term="Org.OData.Core.V1.Description" String="Scheduled the update installation on the first week of the month" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessUpdateWeeks/secondWeek"><Annotation Term="Org.OData.Core.V1.Description" String="Scheduled the update installation on the second week of the month" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessUpdateWeeks/thirdWeek"><Annotation Term="Org.OData.Core.V1.Description" String="Scheduled the update installation on the third week of the month" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessUpdateWeeks/fourthWeek"><Annotation Term="Org.OData.Core.V1.Description" String="Scheduled the update installation on the fourth week of the month" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessUpdateWeeks/everyWeek"><Annotation Term="Org.OData.Core.V1.Description" String="Scheduled the update installation on every week of the month" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessUpdateWeeks/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateNotificationDisplayOption"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Update Notification Display Options" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateNotificationDisplayOption/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateNotificationDisplayOption/defaultNotifications"><Annotation Term="Org.OData.Core.V1.Description" String="Use the default Windows Update notifications." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateNotificationDisplayOption/restartWarningsOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Turn off all notifications, excluding restart warnings." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateNotificationDisplayOption/disableAllNotifications"><Annotation Term="Org.OData.Core.V1.Description" String="Turn off all notifications, including restart warnings." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateNotificationDisplayOption/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateType"><Annotation Term="Org.OData.Core.V1.Description" String="Which branch devices will receive their updates from" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateType/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="Allow the user to set." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateType/all"><Annotation Term="Org.OData.Core.V1.Description" String="Semi-annual Channel (Targeted). Device gets all applicable feature updates from Semi-annual Channel (Targeted)." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateType/businessReadyOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Semi-annual Channel. Device gets feature updates from Semi-annual Channel." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateType/windowsInsiderBuildFast"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Insider build - Fast" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateType/windowsInsiderBuildSlow"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Insider build - Slow" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateType/windowsInsiderBuildRelease"><Annotation Term="Org.OData.Core.V1.Description" String="Release Windows Insider build" /></Annotations><Annotations Target="microsoft.graph.windowsUserAccountControlSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for Windows user account control settings." /></Annotations><Annotations Target="microsoft.graph.windowsUserAccountControlSettings/userDefined"><Annotation Term="Org.OData.Core.V1.Description" String="User Defined, default value, no intent." /></Annotations><Annotations Target="microsoft.graph.windowsUserAccountControlSettings/alwaysNotify"><Annotation Term="Org.OData.Core.V1.Description" String="Always notify." /></Annotations><Annotations Target="microsoft.graph.windowsUserAccountControlSettings/notifyOnAppChanges"><Annotation Term="Org.OData.Core.V1.Description" String="Notify on app changes." /></Annotations><Annotations Target="microsoft.graph.windowsUserAccountControlSettings/notifyOnAppChangesWithoutDimming"><Annotation Term="Org.OData.Core.V1.Description" String="Notify on app changes without dimming desktop." /></Annotations><Annotations Target="microsoft.graph.windowsUserAccountControlSettings/neverNotify"><Annotation Term="Org.OData.Core.V1.Description" String="Never notify." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnectorStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The current status of the Exchange Connector." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnectorStatus/none"><Annotation Term="Org.OData.Core.V1.Description" String="No Connector exists." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnectorStatus/connectionPending"><Annotation Term="Org.OData.Core.V1.Description" String="Pending Connection to the Exchange Environment." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnectorStatus/connected"><Annotation Term="Org.OData.Core.V1.Description" String="Connected to the Exchange Environment" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnectorStatus/disconnected"><Annotation Term="Org.OData.Core.V1.Description" String="Disconnected from the Exchange Environment" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnectorStatus/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnectorSyncType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of Exchange Connector sync requested." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnectorSyncType/fullSync"><Annotation Term="Org.OData.Core.V1.Description" String="Discover all the device in Exchange." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnectorSyncType/deltaSync"><Annotation Term="Org.OData.Core.V1.Description" String="Discover only the device in Exchange which have updated during the delta sync window." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnectorType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of Exchange Connector." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnectorType/onPremises"><Annotation Term="Org.OData.Core.V1.Description" String="Connects to on-premises Exchange Environment." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnectorType/hosted"><Annotation Term="Org.OData.Core.V1.Description" String="Connects to O365 multi-tenant Exchange environment" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnectorType/serviceToService"><Annotation Term="Org.OData.Core.V1.Description" String="Intune Service connects directly to O365 multi-tenant Exchange environment" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnectorType/dedicated"><Annotation Term="Org.OData.Core.V1.Description" String="Connects to O365 Dedicated Exchange environment." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnectorType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartnerAppType"><Annotation Term="Org.OData.Core.V1.Description" String="Partner App Type." /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartnerAppType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Partner App type is unknown." /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartnerAppType/singleTenantApp"><Annotation Term="Org.OData.Core.V1.Description" String="Partner App is Single tenant in AAD." /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartnerAppType/multiTenantApp"><Annotation Term="Org.OData.Core.V1.Description" String="Partner App is Multi tenant in AAD." /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartnerTenantState"><Annotation Term="Org.OData.Core.V1.Description" String="Partner state of this tenant." /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartnerTenantState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Partner state is unknown." /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartnerTenantState/unavailable"><Annotation Term="Org.OData.Core.V1.Description" String="Partner is unavailable." /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartnerTenantState/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Partner is enabled." /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartnerTenantState/terminated"><Annotation Term="Org.OData.Core.V1.Description" String="Partner connection is terminated." /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartnerTenantState/rejected"><Annotation Term="Org.OData.Core.V1.Description" String="Partner messages are rejected." /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartnerTenantState/unresponsive"><Annotation Term="Org.OData.Core.V1.Description" String="Partner is unresponsive." /></Annotations><Annotations Target="microsoft.graph.mdmAuthority"><Annotation Term="Org.OData.Core.V1.Description" String="Mobile device management authority." /></Annotations><Annotations Target="microsoft.graph.mdmAuthority/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown" /></Annotations><Annotations Target="microsoft.graph.mdmAuthority/intune"><Annotation Term="Org.OData.Core.V1.Description" String="Intune" /></Annotations><Annotations Target="microsoft.graph.mdmAuthority/sccm"><Annotation Term="Org.OData.Core.V1.Description" String="SCCM" /></Annotations><Annotations Target="microsoft.graph.mdmAuthority/office365"><Annotation Term="Org.OData.Core.V1.Description" String="Office365" /></Annotations><Annotations Target="microsoft.graph.mobileThreatPartnerTenantState"><Annotation Term="Org.OData.Core.V1.Description" String="Partner state of this tenant." /></Annotations><Annotations Target="microsoft.graph.mobileThreatPartnerTenantState/unavailable"><Annotation Term="Org.OData.Core.V1.Description" String="Partner is unavailable." /></Annotations><Annotations Target="microsoft.graph.mobileThreatPartnerTenantState/available"><Annotation Term="Org.OData.Core.V1.Description" String="Partner is available." /></Annotations><Annotations Target="microsoft.graph.mobileThreatPartnerTenantState/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Partner is enabled." /></Annotations><Annotations Target="microsoft.graph.mobileThreatPartnerTenantState/unresponsive"><Annotation Term="Org.OData.Core.V1.Description" String="Partner is unresponsive." /></Annotations><Annotations Target="microsoft.graph.mobileThreatPartnerTenantState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.vppTokenState"><Annotation Term="Org.OData.Core.V1.Description" String="Possible states associated with an Apple Volume Purchase Program token." /></Annotations><Annotations Target="microsoft.graph.vppTokenState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default state." /></Annotations><Annotations Target="microsoft.graph.vppTokenState/valid"><Annotation Term="Org.OData.Core.V1.Description" String="Token is valid." /></Annotations><Annotations Target="microsoft.graph.vppTokenState/expired"><Annotation Term="Org.OData.Core.V1.Description" String="Token is expired." /></Annotations><Annotations Target="microsoft.graph.vppTokenState/invalid"><Annotation Term="Org.OData.Core.V1.Description" String="Token is invalid." /></Annotations><Annotations Target="microsoft.graph.vppTokenState/assignedToExternalMDM"><Annotation Term="Org.OData.Core.V1.Description" String="Token is managed by another MDM Service." /></Annotations><Annotations Target="microsoft.graph.vppTokenSyncStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Possible sync statuses associated with an Apple Volume Purchase Program token." /></Annotations><Annotations Target="microsoft.graph.vppTokenSyncStatus/none"><Annotation Term="Org.OData.Core.V1.Description" String="Default status." /></Annotations><Annotations Target="microsoft.graph.vppTokenSyncStatus/inProgress"><Annotation Term="Org.OData.Core.V1.Description" String="Last Sync in progress." /></Annotations><Annotations Target="microsoft.graph.vppTokenSyncStatus/completed"><Annotation Term="Org.OData.Core.V1.Description" String="Last Sync completed successfully." /></Annotations><Annotations Target="microsoft.graph.vppTokenSyncStatus/failed"><Annotation Term="Org.OData.Core.V1.Description" String="Last Sync failed." /></Annotations><Annotations Target="microsoft.graph.windowsHelloForBusinessPinUsage"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Hello for Business pin usage options" /></Annotations><Annotations Target="microsoft.graph.windowsHelloForBusinessPinUsage/allowed"><Annotation Term="Org.OData.Core.V1.Description" String="Allowed the usage of certain pin rule" /></Annotations><Annotations Target="microsoft.graph.windowsHelloForBusinessPinUsage/required"><Annotation Term="Org.OData.Core.V1.Description" String="Enforce the usage of certain pin rule" /></Annotations><Annotations Target="microsoft.graph.windowsHelloForBusinessPinUsage/disallowed"><Annotation Term="Org.OData.Core.V1.Description" String="Forbit the usage of certain pin rule" /></Annotations><Annotations Target="microsoft.graph.actionState"><Annotation Term="Org.OData.Core.V1.Description" String="State of the action on the device" /></Annotations><Annotations Target="microsoft.graph.actionState/none"><Annotation Term="Org.OData.Core.V1.Description" String="Not a valid action state" /></Annotations><Annotations Target="microsoft.graph.actionState/pending"><Annotation Term="Org.OData.Core.V1.Description" String="Action is pending" /></Annotations><Annotations Target="microsoft.graph.actionState/canceled"><Annotation Term="Org.OData.Core.V1.Description" String="Action has been cancelled." /></Annotations><Annotations Target="microsoft.graph.actionState/active"><Annotation Term="Org.OData.Core.V1.Description" String="Action is active." /></Annotations><Annotations Target="microsoft.graph.actionState/done"><Annotation Term="Org.OData.Core.V1.Description" String="Action completed without errors." /></Annotations><Annotations Target="microsoft.graph.actionState/failed"><Annotation Term="Org.OData.Core.V1.Description" String="Action failed" /></Annotations><Annotations Target="microsoft.graph.actionState/notSupported"><Annotation Term="Org.OData.Core.V1.Description" String="Action is not supported." /></Annotations><Annotations Target="microsoft.graph.appLogDecryptionAlgorithm/aes256"><Annotation Term="Org.OData.Core.V1.Description" String="decrypting using Aes256." /></Annotations><Annotations Target="microsoft.graph.appLogDecryptionAlgorithm/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.appLogUploadState"><Annotation Term="Org.OData.Core.V1.Description" String="AppLogUploadStatus" /></Annotations><Annotations Target="microsoft.graph.appLogUploadState/pending"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates that request is waiting to be processed or under processing." /></Annotations><Annotations Target="microsoft.graph.appLogUploadState/completed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that request is completed with file uploaded to Azure blob for download." /></Annotations><Annotations Target="microsoft.graph.appLogUploadState/failed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that request is completed with file uploaded to Azure blob for download." /></Annotations><Annotations Target="microsoft.graph.appLogUploadState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.complianceState"><Annotation Term="Org.OData.Core.V1.Description" String="Compliance state." /></Annotations><Annotations Target="microsoft.graph.complianceState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown." /></Annotations><Annotations Target="microsoft.graph.complianceState/compliant"><Annotation Term="Org.OData.Core.V1.Description" String="Compliant." /></Annotations><Annotations Target="microsoft.graph.complianceState/noncompliant"><Annotation Term="Org.OData.Core.V1.Description" String="Device is non-compliant and is blocked from corporate resources." /></Annotations><Annotations Target="microsoft.graph.complianceState/conflict"><Annotation Term="Org.OData.Core.V1.Description" String="Conflict with other rules." /></Annotations><Annotations Target="microsoft.graph.complianceState/error"><Annotation Term="Org.OData.Core.V1.Description" String="Error." /></Annotations><Annotations Target="microsoft.graph.complianceState/inGracePeriod"><Annotation Term="Org.OData.Core.V1.Description" String="Device is non-compliant but still has access to corporate resources" /></Annotations><Annotations Target="microsoft.graph.complianceState/configManager"><Annotation Term="Org.OData.Core.V1.Description" String="Managed by Config Manager" /></Annotations><Annotations Target="microsoft.graph.detectedAppPlatformType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the operating system / platform of the discovered application.  Some possible values are Windows, iOS, macOS. The default value is unknown (0)." /></Annotations><Annotations Target="microsoft.graph.detectedAppPlatformType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Set to unknown when platform cannot be determined." /></Annotations><Annotations Target="microsoft.graph.detectedAppPlatformType/windows"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the platform of the detected application is Windows." /></Annotations><Annotations Target="microsoft.graph.detectedAppPlatformType/windowsMobile"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the platform of the detected application is Windows Mobile." /></Annotations><Annotations Target="microsoft.graph.detectedAppPlatformType/windowsHolographic"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the platform of the detected application is Windows Holographic." /></Annotations><Annotations Target="microsoft.graph.detectedAppPlatformType/ios"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the platform of the detected application is iOS." /></Annotations><Annotations Target="microsoft.graph.detectedAppPlatformType/macOS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the platform of the detected application is macOS." /></Annotations><Annotations Target="microsoft.graph.detectedAppPlatformType/chromeOS"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the platform of the detected application is ChromeOS." /></Annotations><Annotations Target="microsoft.graph.detectedAppPlatformType/androidOSP"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the platform of the detected application is Android open source project." /></Annotations><Annotations Target="microsoft.graph.detectedAppPlatformType/androidDeviceAdministrator"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the platform of the detected application is Android device administrator." /></Annotations><Annotations Target="microsoft.graph.detectedAppPlatformType/androidWorkProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the platform of the detected application is Android work profile." /></Annotations><Annotations Target="microsoft.graph.detectedAppPlatformType/androidDedicatedAndFullyManaged"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the platform of the detected application is Android dedicated and fully managed." /></Annotations><Annotations Target="microsoft.graph.detectedAppPlatformType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible ways of adding a mobile device to management." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, enrollment type was not collected." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/userEnrollment"><Annotation Term="Org.OData.Core.V1.Description" String="User driven enrollment through BYOD channel." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/deviceEnrollmentManager"><Annotation Term="Org.OData.Core.V1.Description" String="User enrollment with a device enrollment manager account." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/appleBulkWithUser"><Annotation Term="Org.OData.Core.V1.Description" String="Apple bulk enrollment with user challenge. (DEP, Apple Configurator)" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/appleBulkWithoutUser"><Annotation Term="Org.OData.Core.V1.Description" String="Apple bulk enrollment without user challenge. (DEP, Apple Configurator, Mobile Config)" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/windowsAzureADJoin"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Entra ID (Azure AD) Join." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/windowsBulkUserless"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Bulk enrollment through ICD with certificate." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/windowsAutoEnrollment"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 automatic enrollment. (Add work account)" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/windowsBulkAzureDomainJoin"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 bulk Entra ID (Azure AD) Join." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/windowsCoManagement"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Co-Management triggered by AutoPilot or Group Policy." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/windowsAzureADJoinUsingDeviceAuth"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Entra ID (Azure AD) Join using Device Auth." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/appleUserEnrollment"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device is enrolled via Apple User Enrollment with Company Portal. It results in an enrollment with a new partition for managed apps and data and which supports a limited set of management capabilities" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/appleUserEnrollmentWithServiceAccount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device is enrolled via Apple User Enrollment with Company Portal using a device enrollment manager user. It results in an enrollment with a new partition for managed apps and data and which supports a limited set of management capabilities" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceLogCollectionTemplateType"><Annotation Term="Org.OData.Core.V1.Description" String="Enum for the template type used for collecting logs" /></Annotations><Annotations Target="microsoft.graph.deviceLogCollectionTemplateType/predefined"><Annotation Term="Org.OData.Core.V1.Description" String="Predefined template for what will be collected" /></Annotations><Annotations Target="microsoft.graph.deviceLogCollectionTemplateType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessState"><Annotation Term="Org.OData.Core.V1.Description" String="Device Exchange Access State." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessState/none"><Annotation Term="Org.OData.Core.V1.Description" String="No access state discovered from Exchange" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Device access state to Exchange is unknown" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessState/allowed"><Annotation Term="Org.OData.Core.V1.Description" String="Device has access to Exchange" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessState/blocked"><Annotation Term="Org.OData.Core.V1.Description" String="Device is Blocked in Exchange" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessState/quarantined"><Annotation Term="Org.OData.Core.V1.Description" String="Device is Quarantined in Exchange" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessStateReason"><Annotation Term="Org.OData.Core.V1.Description" String="Device Exchange Access State Reason." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessStateReason/none"><Annotation Term="Org.OData.Core.V1.Description" String="No access state reason discovered from Exchange" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessStateReason/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown access state reason" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessStateReason/exchangeGlobalRule"><Annotation Term="Org.OData.Core.V1.Description" String="Access state determined by Exchange Global rule" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessStateReason/exchangeIndividualRule"><Annotation Term="Org.OData.Core.V1.Description" String="Access state determined by Exchange Individual rule" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessStateReason/exchangeDeviceRule"><Annotation Term="Org.OData.Core.V1.Description" String="Access state determined by Exchange Device rule" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessStateReason/exchangeUpgrade"><Annotation Term="Org.OData.Core.V1.Description" String="Access state due to Exchange upgrade" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessStateReason/exchangeMailboxPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Access state determined by Exchange Mailbox Policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessStateReason/other"><Annotation Term="Org.OData.Core.V1.Description" String="Access state determined by Exchange" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessStateReason/compliant"><Annotation Term="Org.OData.Core.V1.Description" String="Access state granted by compliance challenge" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessStateReason/notCompliant"><Annotation Term="Org.OData.Core.V1.Description" String="Access state revoked by compliance challenge" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessStateReason/notEnrolled"><Annotation Term="Org.OData.Core.V1.Description" String="Access state revoked by management challenge" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessStateReason/unknownLocation"><Annotation Term="Org.OData.Core.V1.Description" String="Access state due to unknown location" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessStateReason/mfaRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Access state due to MFA challenge" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessStateReason/azureADBlockDueToAccessPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Access State revoked by AAD Access Policy" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessStateReason/compromisedPassword"><Annotation Term="Org.OData.Core.V1.Description" String="Access State revoked by compromised password" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeAccessStateReason/deviceNotKnownWithManagedApp"><Annotation Term="Org.OData.Core.V1.Description" String="Access state revoked by managed application challenge" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSubscriptionState"><Annotation Term="Org.OData.Core.V1.Description" String="Tenant mobile device management subscription state." /></Annotations><Annotations Target="microsoft.graph.deviceManagementSubscriptionState/pending"><Annotation Term="Org.OData.Core.V1.Description" String="Pending" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSubscriptionState/active"><Annotation Term="Org.OData.Core.V1.Description" String="Active" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSubscriptionState/warning"><Annotation Term="Org.OData.Core.V1.Description" String="Warning" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSubscriptionState/disabled"><Annotation Term="Org.OData.Core.V1.Description" String="Disabled" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSubscriptionState/deleted"><Annotation Term="Org.OData.Core.V1.Description" String="Deleted" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSubscriptionState/blocked"><Annotation Term="Org.OData.Core.V1.Description" String="Blocked" /></Annotations><Annotations Target="microsoft.graph.deviceManagementSubscriptionState/lockedOut"><Annotation Term="Org.OData.Core.V1.Description" String="LockedOut" /></Annotations><Annotations Target="microsoft.graph.deviceRegistrationState"><Annotation Term="Org.OData.Core.V1.Description" String="Device registration status." /></Annotations><Annotations Target="microsoft.graph.deviceRegistrationState/notRegistered"><Annotation Term="Org.OData.Core.V1.Description" String="The device is not registered." /></Annotations><Annotations Target="microsoft.graph.deviceRegistrationState/registered"><Annotation Term="Org.OData.Core.V1.Description" String="The device is registered." /></Annotations><Annotations Target="microsoft.graph.deviceRegistrationState/revoked"><Annotation Term="Org.OData.Core.V1.Description" String="The device has been blocked, wiped or retired." /></Annotations><Annotations Target="microsoft.graph.deviceRegistrationState/keyConflict"><Annotation Term="Org.OData.Core.V1.Description" String="The device has a key conflict." /></Annotations><Annotations Target="microsoft.graph.deviceRegistrationState/approvalPending"><Annotation Term="Org.OData.Core.V1.Description" String="The device is pending approval." /></Annotations><Annotations Target="microsoft.graph.deviceRegistrationState/certificateReset"><Annotation Term="Org.OData.Core.V1.Description" String="The device certificate has been reset." /></Annotations><Annotations Target="microsoft.graph.deviceRegistrationState/notRegisteredPendingEnrollment"><Annotation Term="Org.OData.Core.V1.Description" String="The device is not registered and pending enrollment." /></Annotations><Annotations Target="microsoft.graph.deviceRegistrationState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="The device registration status is unknown." /></Annotations><Annotations Target="microsoft.graph.diskType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Enum member for unknown or default diskType." /></Annotations><Annotations Target="microsoft.graph.diskType/hdd"><Annotation Term="Org.OData.Core.V1.Description" String="Enum member for HDD devices." /></Annotations><Annotations Target="microsoft.graph.diskType/ssd"><Annotation Term="Org.OData.Core.V1.Description" String="Enum member for SSD devices." /></Annotations><Annotations Target="microsoft.graph.diskType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.managedDeviceOwnerType"><Annotation Term="Org.OData.Core.V1.Description" String="Owner type of device." /></Annotations><Annotations Target="microsoft.graph.managedDeviceOwnerType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown device owner type." /></Annotations><Annotations Target="microsoft.graph.managedDeviceOwnerType/company"><Annotation Term="Org.OData.Core.V1.Description" String="Corporate device owner type." /></Annotations><Annotations Target="microsoft.graph.managedDeviceOwnerType/personal"><Annotation Term="Org.OData.Core.V1.Description" String="Personal device owner type." /></Annotations><Annotations Target="microsoft.graph.managedDeviceOwnerType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.managedDevicePartnerReportedHealthState"><Annotation Term="Org.OData.Core.V1.Description" String="Available health states for the Device Health API" /></Annotations><Annotations Target="microsoft.graph.managedDevicePartnerReportedHealthState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Device health state is not yet reported" /></Annotations><Annotations Target="microsoft.graph.managedDevicePartnerReportedHealthState/activated"><Annotation Term="Org.OData.Core.V1.Description" String="Device has been activated by a mobile threat defense partner, but has not yet reported health." /></Annotations><Annotations Target="microsoft.graph.managedDevicePartnerReportedHealthState/deactivated"><Annotation Term="Org.OData.Core.V1.Description" String="Device has been deactivated by a mobile threat defense partner. The device health is not known." /></Annotations><Annotations Target="microsoft.graph.managedDevicePartnerReportedHealthState/secured"><Annotation Term="Org.OData.Core.V1.Description" String="Device is considered secured by the mobile threat defense partner." /></Annotations><Annotations Target="microsoft.graph.managedDevicePartnerReportedHealthState/lowSeverity"><Annotation Term="Org.OData.Core.V1.Description" String="Device is considered low threat by the mobile threat defense partner." /></Annotations><Annotations Target="microsoft.graph.managedDevicePartnerReportedHealthState/mediumSeverity"><Annotation Term="Org.OData.Core.V1.Description" String="Device is considered medium threat by the mobile threat defense partner." /></Annotations><Annotations Target="microsoft.graph.managedDevicePartnerReportedHealthState/highSeverity"><Annotation Term="Org.OData.Core.V1.Description" String="Device is considered high threat by the mobile threat defense partner." /></Annotations><Annotations Target="microsoft.graph.managedDevicePartnerReportedHealthState/unresponsive"><Annotation Term="Org.OData.Core.V1.Description" String="Device is considered unresponsive by the mobile threat defense partner. The device health is not known." /></Annotations><Annotations Target="microsoft.graph.managedDevicePartnerReportedHealthState/compromised"><Annotation Term="Org.OData.Core.V1.Description" String="Device is considered compromised by the Threat Defense partner. This means the device has an active Threat or Risk which cannot be easily remediated by the end user and the user should contact their IT Admin." /></Annotations><Annotations Target="microsoft.graph.managedDevicePartnerReportedHealthState/misconfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Device is considered misconfigured with the Threat Defense partner. This means the device is missing a required profile or configuration for the Threat Defense Partner to function properly and is thus threat or risk analysis is not able to complete." /></Annotations><Annotations Target="microsoft.graph.managementAgentType/eas"><Annotation Term="Org.OData.Core.V1.Description" String="The device is managed by Exchange server." /></Annotations><Annotations Target="microsoft.graph.managementAgentType/mdm"><Annotation Term="Org.OData.Core.V1.Description" String="The device is managed by Intune MDM." /></Annotations><Annotations Target="microsoft.graph.managementAgentType/easMdm"><Annotation Term="Org.OData.Core.V1.Description" String="The device is managed by both Exchange server and Intune MDM." /></Annotations><Annotations Target="microsoft.graph.managementAgentType/intuneClient"><Annotation Term="Org.OData.Core.V1.Description" String="Intune client managed." /></Annotations><Annotations Target="microsoft.graph.managementAgentType/easIntuneClient"><Annotation Term="Org.OData.Core.V1.Description" String="The device is EAS and Intune client dual managed." /></Annotations><Annotations Target="microsoft.graph.managementAgentType/configurationManagerClient"><Annotation Term="Org.OData.Core.V1.Description" String="The device is managed by Configuration Manager." /></Annotations><Annotations Target="microsoft.graph.managementAgentType/configurationManagerClientMdm"><Annotation Term="Org.OData.Core.V1.Description" String="The device is managed by Configuration Manager and MDM." /></Annotations><Annotations Target="microsoft.graph.managementAgentType/configurationManagerClientMdmEas"><Annotation Term="Org.OData.Core.V1.Description" String="The device is managed by Configuration Manager, MDM and Eas." /></Annotations><Annotations Target="microsoft.graph.managementAgentType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown management agent type." /></Annotations><Annotations Target="microsoft.graph.managementAgentType/jamf"><Annotation Term="Org.OData.Core.V1.Description" String="The device attributes are fetched from Jamf." /></Annotations><Annotations Target="microsoft.graph.managementAgentType/googleCloudDevicePolicyController"><Annotation Term="Org.OData.Core.V1.Description" String="The device is managed by Google's CloudDPC." /></Annotations><Annotations Target="microsoft.graph.managementAgentType/microsoft365ManagedMdm"><Annotation Term="Org.OData.Core.V1.Description" String="This device is managed by Microsoft 365 through Intune." /></Annotations><Annotations Target="microsoft.graph.managementState"><Annotation Term="Org.OData.Core.V1.Description" String="Management state of device in Microsoft Intune." /></Annotations><Annotations Target="microsoft.graph.managementState/managed"><Annotation Term="Org.OData.Core.V1.Description" String="The device is under management" /></Annotations><Annotations Target="microsoft.graph.managementState/retirePending"><Annotation Term="Org.OData.Core.V1.Description" String="A retire command is occuring on the device and in the process of unenrolling from management" /></Annotations><Annotations Target="microsoft.graph.managementState/retireFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Retire command failed on the device" /></Annotations><Annotations Target="microsoft.graph.managementState/wipePending"><Annotation Term="Org.OData.Core.V1.Description" String="A wipe command is occuring on the device and in the process of unenrolling from management" /></Annotations><Annotations Target="microsoft.graph.managementState/wipeFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Wipe command failed on the device" /></Annotations><Annotations Target="microsoft.graph.managementState/unhealthy"><Annotation Term="Org.OData.Core.V1.Description" String="The device is unhealthy." /></Annotations><Annotations Target="microsoft.graph.managementState/deletePending"><Annotation Term="Org.OData.Core.V1.Description" String="A delete command is occuring on the device " /></Annotations><Annotations Target="microsoft.graph.managementState/retireIssued"><Annotation Term="Org.OData.Core.V1.Description" String="A retire command was issued for the device" /></Annotations><Annotations Target="microsoft.graph.managementState/wipeIssued"><Annotation Term="Org.OData.Core.V1.Description" String="A wipe command was issued for the device" /></Annotations><Annotations Target="microsoft.graph.managementState/wipeCanceled"><Annotation Term="Org.OData.Core.V1.Description" String="A wipe command for this device has been canceled" /></Annotations><Annotations Target="microsoft.graph.managementState/retireCanceled"><Annotation Term="Org.OData.Core.V1.Description" String="A retire command for this device has been canceled" /></Annotations><Annotations Target="microsoft.graph.managementState/discovered"><Annotation Term="Org.OData.Core.V1.Description" String="The device is discovered but not fully enrolled." /></Annotations><Annotations Target="microsoft.graph.managementState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.obliterationBehavior"><Annotation Term="Org.OData.Core.V1.Description" String="In macOS 12 and later, this command uses Erase All Content and Settings (EACS) on Mac computers with the Apple M1 chip or the Apple T2 Security Chip. On those devices, if EACS can’t run, the device can use obliteration (macOS 11.x behavior). This key has no effect on machines prior to the T2 chip. Upon receiving this command, the device performs preflight checks to determine if the device is in a state that allows EACS. The ObliterationBehavior value defines the device's fallback behavior." /></Annotations><Annotations Target="microsoft.graph.obliterationBehavior/default"><Annotation Term="Org.OData.Core.V1.Description" String="Default. If Erase All Content and Settings (EACS) preflight fails, the device responds to the server with an Error status and then attempts to erase itself. If EACS preflight succeeds but EACS fails, then the device attempts to erase itself." /></Annotations><Annotations Target="microsoft.graph.obliterationBehavior/doNotObliterate"><Annotation Term="Org.OData.Core.V1.Description" String="If Erase All Content and Settings (EACS) preflight fails, the device responds to the server with an Error status and doesn’t attempt to erase itself. If EACS preflight succeeds but EACS fails, then the device doesn’t attempt to erase itself." /></Annotations><Annotations Target="microsoft.graph.obliterationBehavior/obliterateWithWarning"><Annotation Term="Org.OData.Core.V1.Description" String="If Erase All Content and Settings (EACS) preflight fails, the device responds with an Acknowledged status and then attempts to erase itself. If EACS preflight succeeds but EACS fails, then the device attempts to erase itself." /></Annotations><Annotations Target="microsoft.graph.obliterationBehavior/always"><Annotation Term="Org.OData.Core.V1.Description" String="The system doesn’t attempt Erase All Content and Settings (EACS). T2 and later devices always obliterate." /></Annotations><Annotations Target="microsoft.graph.obliterationBehavior/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.operatingSystemUpgradeEligibility"><Annotation Term="Org.OData.Core.V1.Description" String="Work From Anywhere windows device upgrade eligibility status." /></Annotations><Annotations Target="microsoft.graph.operatingSystemUpgradeEligibility/upgraded"><Annotation Term="Org.OData.Core.V1.Description" String="The device is upgraded to latest version of windows." /></Annotations><Annotations Target="microsoft.graph.operatingSystemUpgradeEligibility/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Not enough data available to compute the eligibility of device for windows upgrade." /></Annotations><Annotations Target="microsoft.graph.operatingSystemUpgradeEligibility/notCapable"><Annotation Term="Org.OData.Core.V1.Description" String="The device is not capable for windows upgrade." /></Annotations><Annotations Target="microsoft.graph.operatingSystemUpgradeEligibility/capable"><Annotation Term="Org.OData.Core.V1.Description" String="The device is capable for windows upgrade." /></Annotations><Annotations Target="microsoft.graph.operatingSystemUpgradeEligibility/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsHealthState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the health state is unknown." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsHealthState/insufficientData"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the health state is insufficient data." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsHealthState/needsAttention"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the health state needs attention." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsHealthState/meetingGoals"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the health state is meeting goals." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsHealthState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsInsightSeverity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates severity of insights. Possible values are: None, Informational, Warning, Error." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsInsightSeverity/none"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the insight severity is none." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsInsightSeverity/informational"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the insight severity is informational." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsInsightSeverity/warning"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the insight severity is warning." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsInsightSeverity/error"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the insight severity is error." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsInsightSeverity/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsOperatingSystemRestartCategory"><Annotation Term="Org.OData.Core.V1.Description" String="Operating System restart category." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsOperatingSystemRestartCategory/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Set to unknown if device operating system restart category has not yet been calculated." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsOperatingSystemRestartCategory/restartWithUpdate"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device operating system restart is along with an update." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsOperatingSystemRestartCategory/restartWithoutUpdate"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device operating system restart is without update." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsOperatingSystemRestartCategory/blueScreen"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device operating system restart is due to a specific stop error." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsOperatingSystemRestartCategory/shutdownWithUpdate"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device operating system restart is due to shutdown with update." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsOperatingSystemRestartCategory/shutdownWithoutUpdate"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device operating system restart is due to shutdown without update." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsOperatingSystemRestartCategory/longPowerButtonPress"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device operating system restart is due to update long power-button press." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsOperatingSystemRestartCategory/bootError"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device operating system restart is due to boot error." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsOperatingSystemRestartCategory/update"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device operating system restarted after an update." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsOperatingSystemRestartCategory/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsSummarizedBy"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates type of summarization. Possible values are: None, Model, AllRegressions, ModelRegression, ManufacturerRegression, OperatingSystemVersionRegression." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsSummarizedBy/none"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the summarization is none." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsSummarizedBy/model"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the summarization is by model." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsSummarizedBy/allRegressions"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the summarization is by all regressions." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsSummarizedBy/modelRegression"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the summarization is by model regression." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsSummarizedBy/manufacturerRegression"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the summarization is by manufacturer regression." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsSummarizedBy/operatingSystemVersionRegression"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the summarization is by operating system version regression." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsSummarizedBy/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Product Status of Windows Defender" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/noStatus"><Annotation Term="Org.OData.Core.V1.Description" String="No status" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/serviceNotRunning"><Annotation Term="Org.OData.Core.V1.Description" String="Service not running" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/serviceStartedWithoutMalwareProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Service started without any malware protection engine" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/pendingFullScanDueToThreatAction"><Annotation Term="Org.OData.Core.V1.Description" String="Pending full scan due to threat action" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/pendingRebootDueToThreatAction"><Annotation Term="Org.OData.Core.V1.Description" String="Pending reboot due to threat action" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/pendingManualStepsDueToThreatAction"><Annotation Term="Org.OData.Core.V1.Description" String="Pending manual steps due to threat action" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/avSignaturesOutOfDate"><Annotation Term="Org.OData.Core.V1.Description" String="Antivirus (AV) signatures out of date" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/asSignaturesOutOfDate"><Annotation Term="Org.OData.Core.V1.Description" String="Antisypware (AS) signatures out of date" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/noQuickScanHappenedForSpecifiedPeriod"><Annotation Term="Org.OData.Core.V1.Description" String="No quick scan has happened for a specified period" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/noFullScanHappenedForSpecifiedPeriod"><Annotation Term="Org.OData.Core.V1.Description" String="No full scan has happened for a specified period" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/systemInitiatedScanInProgress"><Annotation Term="Org.OData.Core.V1.Description" String="System initiated scan in progress" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/systemInitiatedCleanInProgress"><Annotation Term="Org.OData.Core.V1.Description" String="System initiated clean in progress" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/samplesPendingSubmission"><Annotation Term="Org.OData.Core.V1.Description" String="There are samples pending submission" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/productRunningInEvaluationMode"><Annotation Term="Org.OData.Core.V1.Description" String="Product running in evaluation mode" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/productRunningInNonGenuineMode"><Annotation Term="Org.OData.Core.V1.Description" String="Product running in non-genuine Windows mode" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/productExpired"><Annotation Term="Org.OData.Core.V1.Description" String="Product expired" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/offlineScanRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Off-line scan required" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/serviceShutdownAsPartOfSystemShutdown"><Annotation Term="Org.OData.Core.V1.Description" String="Service is shutting down as part of system shutdown" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/threatRemediationFailedCritically"><Annotation Term="Org.OData.Core.V1.Description" String="Threat remediation failed critically" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/threatRemediationFailedNonCritically"><Annotation Term="Org.OData.Core.V1.Description" String="Threat remediation failed non-critically" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/noStatusFlagsSet"><Annotation Term="Org.OData.Core.V1.Description" String="No status flags set (well initialized state)" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/platformOutOfDate"><Annotation Term="Org.OData.Core.V1.Description" String="Platform is out of date" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/platformUpdateInProgress"><Annotation Term="Org.OData.Core.V1.Description" String="Platform update is in progress" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/platformAboutToBeOutdated"><Annotation Term="Org.OData.Core.V1.Description" String="Platform is about to be outdated" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/signatureOrPlatformEndOfLifeIsPastOrIsImpending"><Annotation Term="Org.OData.Core.V1.Description" String="Signature or platform end of life is past or is impending" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderProductStatus/windowsSModeSignaturesInUseOnNonWin10SInstall"><Annotation Term="Org.OData.Core.V1.Description" String="Windows SMode signatures still in use on non-Win10S install" /></Annotations><Annotations Target="microsoft.graph.windowsDeviceHealthState"><Annotation Term="Org.OData.Core.V1.Description" String="Computer endpoint protection state" /></Annotations><Annotations Target="microsoft.graph.windowsDeviceHealthState/clean"><Annotation Term="Org.OData.Core.V1.Description" String="Computer is clean and no action is required" /></Annotations><Annotations Target="microsoft.graph.windowsDeviceHealthState/fullScanPending"><Annotation Term="Org.OData.Core.V1.Description" String="Computer is in pending full scan state" /></Annotations><Annotations Target="microsoft.graph.windowsDeviceHealthState/rebootPending"><Annotation Term="Org.OData.Core.V1.Description" String="Computer is in pending reboot state" /></Annotations><Annotations Target="microsoft.graph.windowsDeviceHealthState/manualStepsPending"><Annotation Term="Org.OData.Core.V1.Description" String="Computer is in pending manual steps state" /></Annotations><Annotations Target="microsoft.graph.windowsDeviceHealthState/offlineScanPending"><Annotation Term="Org.OData.Core.V1.Description" String="Computer is in pending offline scan state" /></Annotations><Annotations Target="microsoft.graph.windowsDeviceHealthState/critical"><Annotation Term="Org.OData.Core.V1.Description" String="Computer is in critical failure state" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory"><Annotation Term="Org.OData.Core.V1.Description" String="Malware category id" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/invalid"><Annotation Term="Org.OData.Core.V1.Description" String="Invalid" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/adware"><Annotation Term="Org.OData.Core.V1.Description" String="Adware" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/spyware"><Annotation Term="Org.OData.Core.V1.Description" String="Spyware" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/passwordStealer"><Annotation Term="Org.OData.Core.V1.Description" String="Password stealer" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/trojanDownloader"><Annotation Term="Org.OData.Core.V1.Description" String="Trojan downloader" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/worm"><Annotation Term="Org.OData.Core.V1.Description" String="Worm" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/backdoor"><Annotation Term="Org.OData.Core.V1.Description" String="Backdoor" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/remoteAccessTrojan"><Annotation Term="Org.OData.Core.V1.Description" String="Remote access Trojan" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/trojan"><Annotation Term="Org.OData.Core.V1.Description" String="Trojan" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/emailFlooder"><Annotation Term="Org.OData.Core.V1.Description" String="Email flooder" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/keylogger"><Annotation Term="Org.OData.Core.V1.Description" String="Keylogger" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/dialer"><Annotation Term="Org.OData.Core.V1.Description" String="Dialer" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/monitoringSoftware"><Annotation Term="Org.OData.Core.V1.Description" String="Monitoring software" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/browserModifier"><Annotation Term="Org.OData.Core.V1.Description" String="Browser modifier" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/cookie"><Annotation Term="Org.OData.Core.V1.Description" String="Cookie" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/browserPlugin"><Annotation Term="Org.OData.Core.V1.Description" String="Browser plugin" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/aolExploit"><Annotation Term="Org.OData.Core.V1.Description" String="AOL exploit" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/nuker"><Annotation Term="Org.OData.Core.V1.Description" String="Nuker" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/securityDisabler"><Annotation Term="Org.OData.Core.V1.Description" String="Security disabler" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/jokeProgram"><Annotation Term="Org.OData.Core.V1.Description" String="Joke program" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/hostileActiveXControl"><Annotation Term="Org.OData.Core.V1.Description" String="Hostile ActiveX control" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/softwareBundler"><Annotation Term="Org.OData.Core.V1.Description" String="Software bundler" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/stealthNotifier"><Annotation Term="Org.OData.Core.V1.Description" String="Stealth modifier" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/settingsModifier"><Annotation Term="Org.OData.Core.V1.Description" String="Settings modifier" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/toolBar"><Annotation Term="Org.OData.Core.V1.Description" String="Toolbar" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/remoteControlSoftware"><Annotation Term="Org.OData.Core.V1.Description" String="Remote control software" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/trojanFtp"><Annotation Term="Org.OData.Core.V1.Description" String="Trojan FTP" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/potentialUnwantedSoftware"><Annotation Term="Org.OData.Core.V1.Description" String="Potential unwanted software" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/icqExploit"><Annotation Term="Org.OData.Core.V1.Description" String="ICQ exploit" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/trojanTelnet"><Annotation Term="Org.OData.Core.V1.Description" String="Trojan telnet" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/exploit"><Annotation Term="Org.OData.Core.V1.Description" String="Exploit" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/filesharingProgram"><Annotation Term="Org.OData.Core.V1.Description" String="File sharing program" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/malwareCreationTool"><Annotation Term="Org.OData.Core.V1.Description" String="Malware creation tool" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/remote_Control_Software"><Annotation Term="Org.OData.Core.V1.Description" String="Remote control software" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/tool"><Annotation Term="Org.OData.Core.V1.Description" String="Tool" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/trojanDenialOfService"><Annotation Term="Org.OData.Core.V1.Description" String="Trojan denial of service" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/trojanDropper"><Annotation Term="Org.OData.Core.V1.Description" String="Trojan dropper" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/trojanMassMailer"><Annotation Term="Org.OData.Core.V1.Description" String="Trojan mass mailer" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/trojanMonitoringSoftware"><Annotation Term="Org.OData.Core.V1.Description" String="Trojan monitoring software" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/trojanProxyServer"><Annotation Term="Org.OData.Core.V1.Description" String="Trojan proxy server" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/virus"><Annotation Term="Org.OData.Core.V1.Description" String="Virus" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/known"><Annotation Term="Org.OData.Core.V1.Description" String="Known" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/spp"><Annotation Term="Org.OData.Core.V1.Description" String="SPP" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/behavior"><Annotation Term="Org.OData.Core.V1.Description" String="Behavior" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/vulnerability"><Annotation Term="Org.OData.Core.V1.Description" String="Vulnerability" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/policy"><Annotation Term="Org.OData.Core.V1.Description" String="Policy" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/enterpriseUnwantedSoftware"><Annotation Term="Org.OData.Core.V1.Description" String="Enterprise Unwanted Software" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/ransom"><Annotation Term="Org.OData.Core.V1.Description" String="Ransom" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategory/hipsRule"><Annotation Term="Org.OData.Core.V1.Description" String="HIPS Rule" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareExecutionState"><Annotation Term="Org.OData.Core.V1.Description" String="Malware execution status" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareExecutionState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareExecutionState/blocked"><Annotation Term="Org.OData.Core.V1.Description" String="Blocked" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareExecutionState/allowed"><Annotation Term="Org.OData.Core.V1.Description" String="Allowed" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareExecutionState/running"><Annotation Term="Org.OData.Core.V1.Description" String="Running" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareExecutionState/notRunning"><Annotation Term="Org.OData.Core.V1.Description" String="Not running" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareSeverity"><Annotation Term="Org.OData.Core.V1.Description" String="Malware severity" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareSeverity/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareSeverity/low"><Annotation Term="Org.OData.Core.V1.Description" String="Low" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareSeverity/moderate"><Annotation Term="Org.OData.Core.V1.Description" String="Moderate" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareSeverity/high"><Annotation Term="Org.OData.Core.V1.Description" String="High" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareSeverity/severe"><Annotation Term="Org.OData.Core.V1.Description" String="Severe" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareState"><Annotation Term="Org.OData.Core.V1.Description" String="Malware current status" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareState/detected"><Annotation Term="Org.OData.Core.V1.Description" String="Detected" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareState/cleaned"><Annotation Term="Org.OData.Core.V1.Description" String="Cleaned" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareState/quarantined"><Annotation Term="Org.OData.Core.V1.Description" String="Quarantined" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareState/removed"><Annotation Term="Org.OData.Core.V1.Description" String="Removed" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareState/allowed"><Annotation Term="Org.OData.Core.V1.Description" String="Allowed" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareState/blocked"><Annotation Term="Org.OData.Core.V1.Description" String="Blocked" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareState/cleanFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Clean failed" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareState/quarantineFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Quarantine failed" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareState/removeFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Remove failed" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareState/allowFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Allow failed" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareState/abandoned"><Annotation Term="Org.OData.Core.V1.Description" String="Abandoned" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareState/blockFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Block failed" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareThreatState"><Annotation Term="Org.OData.Core.V1.Description" String="Malware threat status" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareThreatState/active"><Annotation Term="Org.OData.Core.V1.Description" String="Active" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareThreatState/actionFailed"><Annotation Term="Org.OData.Core.V1.Description" String="Action failed" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareThreatState/manualStepsRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Manual steps required" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareThreatState/fullScanRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Full scan required" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareThreatState/rebootRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Reboot required" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareThreatState/remediatedWithNonCriticalFailures"><Annotation Term="Org.OData.Core.V1.Description" String="Remediated with non critical failures " /></Annotations><Annotations Target="microsoft.graph.windowsMalwareThreatState/quarantined"><Annotation Term="Org.OData.Core.V1.Description" String="Quarantined" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareThreatState/removed"><Annotation Term="Org.OData.Core.V1.Description" String="Removed" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareThreatState/cleaned"><Annotation Term="Org.OData.Core.V1.Description" String="Cleaned" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareThreatState/allowed"><Annotation Term="Org.OData.Core.V1.Description" String="Allowed" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareThreatState/noStatusCleared"><Annotation Term="Org.OData.Core.V1.Description" String="No status cleared" /></Annotations><Annotations Target="microsoft.graph.enrollmentState/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Device enrollment state is unknown" /></Annotations><Annotations Target="microsoft.graph.enrollmentState/enrolled"><Annotation Term="Org.OData.Core.V1.Description" String="Device is Enrolled." /></Annotations><Annotations Target="microsoft.graph.enrollmentState/pendingReset"><Annotation Term="Org.OData.Core.V1.Description" String="Enrolled but it's enrolled via enrollment profile and the enrolled profile is different from the assigned profile." /></Annotations><Annotations Target="microsoft.graph.enrollmentState/failed"><Annotation Term="Org.OData.Core.V1.Description" String="Not enrolled and there is enrollment failure record." /></Annotations><Annotations Target="microsoft.graph.enrollmentState/notContacted"><Annotation Term="Org.OData.Core.V1.Description" String="Device is imported but not enrolled." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityImportStatus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown status." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityImportStatus/pending"><Annotation Term="Org.OData.Core.V1.Description" String="Pending status." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityImportStatus/partial"><Annotation Term="Org.OData.Core.V1.Description" String="Partial status." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityImportStatus/complete"><Annotation Term="Org.OData.Core.V1.Description" String="Complete status." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityImportStatus/error"><Annotation Term="Org.OData.Core.V1.Description" String="Error status." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityUploadStatus/noUpload"><Annotation Term="Org.OData.Core.V1.Description" String="No upload status." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityUploadStatus/pending"><Annotation Term="Org.OData.Core.V1.Description" String="Pending status." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityUploadStatus/complete"><Annotation Term="Org.OData.Core.V1.Description" String="Complete status." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityUploadStatus/error"><Annotation Term="Org.OData.Core.V1.Description" String="Error status." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceType/windowsPc"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates that the device type  is a Windows PC." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceType/holoLens"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the device type is a HoloLens." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.windowsDeviceUsageType/singleUser"><Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates that a device is a single-user device." /></Annotations><Annotations Target="microsoft.graph.windowsDeviceUsageType/shared"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that a device is a multi-user device." /></Annotations><Annotations Target="microsoft.graph.windowsDeviceUsageType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.windowsUserType/administrator"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the user has administrator privileges." /></Annotations><Annotations Target="microsoft.graph.windowsUserType/standard"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the user is a low-rights user without administrator privileges." /></Annotations><Annotations Target="microsoft.graph.windowsUserType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.managedAppClipboardSharingLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the level to which the device's clipboard may be shared between apps" /></Annotations><Annotations Target="microsoft.graph.managedAppClipboardSharingLevel/allApps"><Annotation Term="Org.OData.Core.V1.Description" String="Sharing is allowed between all apps, managed or not" /></Annotations><Annotations Target="microsoft.graph.managedAppClipboardSharingLevel/managedAppsWithPasteIn"><Annotation Term="Org.OData.Core.V1.Description" String="Sharing is allowed between all managed apps with paste in enabled" /></Annotations><Annotations Target="microsoft.graph.managedAppClipboardSharingLevel/managedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Sharing is allowed between all managed apps" /></Annotations><Annotations Target="microsoft.graph.managedAppClipboardSharingLevel/blocked"><Annotation Term="Org.OData.Core.V1.Description" String="Sharing between apps is disabled" /></Annotations><Annotations Target="microsoft.graph.managedAppDataEncryptionType"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the level to which app data is encrypted for managed apps" /></Annotations><Annotations Target="microsoft.graph.managedAppDataEncryptionType/useDeviceSettings"><Annotation Term="Org.OData.Core.V1.Description" String="App data is encrypted based on the default settings on the device." /></Annotations><Annotations Target="microsoft.graph.managedAppDataEncryptionType/afterDeviceRestart"><Annotation Term="Org.OData.Core.V1.Description" String="App data is encrypted when the device is restarted." /></Annotations><Annotations Target="microsoft.graph.managedAppDataEncryptionType/whenDeviceLockedExceptOpenFiles"><Annotation Term="Org.OData.Core.V1.Description" String="App data associated with this policy is encrypted when the device is locked, except data in files that are open" /></Annotations><Annotations Target="microsoft.graph.managedAppDataEncryptionType/whenDeviceLocked"><Annotation Term="Org.OData.Core.V1.Description" String="App data associated with this policy is encrypted when the device is locked" /></Annotations><Annotations Target="microsoft.graph.managedAppDataStorageLocation"><Annotation Term="Org.OData.Core.V1.Description" String="The storage locations where managed apps can potentially store their data." /></Annotations><Annotations Target="microsoft.graph.managedAppDataStorageLocation/oneDriveForBusiness"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates allowed storage location for the managed app to save files is 'OneDrive for Business'." /></Annotations><Annotations Target="microsoft.graph.managedAppDataStorageLocation/sharePoint"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates allowed storage location for the managed app to save files is 'Sharepoint'." /></Annotations><Annotations Target="microsoft.graph.managedAppDataStorageLocation/box"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the allowed storage location for a managed app to save files is to 'Box'. Box is a non-Microsoft solution that enables cloud-based file storage capabilities." /></Annotations><Annotations Target="microsoft.graph.managedAppDataStorageLocation/localStorage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates allowed storage location for the managed app to save files is local storage on the device." /></Annotations><Annotations Target="microsoft.graph.managedAppDataTransferLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Data can be transferred from/to these classes of apps" /></Annotations><Annotations Target="microsoft.graph.managedAppDataTransferLevel/allApps"><Annotation Term="Org.OData.Core.V1.Description" String="All apps." /></Annotations><Annotations Target="microsoft.graph.managedAppDataTransferLevel/managedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Managed apps." /></Annotations><Annotations Target="microsoft.graph.managedAppDataTransferLevel/none"><Annotation Term="Org.OData.Core.V1.Description" String="No apps." /></Annotations><Annotations Target="microsoft.graph.managedAppFlaggedReason"><Annotation Term="Org.OData.Core.V1.Description" String="The reason for which a user has been flagged" /></Annotations><Annotations Target="microsoft.graph.managedAppFlaggedReason/none"><Annotation Term="Org.OData.Core.V1.Description" String="No issue." /></Annotations><Annotations Target="microsoft.graph.managedAppFlaggedReason/rootedDevice"><Annotation Term="Org.OData.Core.V1.Description" String="The app registration is running on a rooted/unlocked device." /></Annotations><Annotations Target="microsoft.graph.managedAppPinCharacterSet"><Annotation Term="Org.OData.Core.V1.Description" String="Character set which is to be used for a user's app PIN" /></Annotations><Annotations Target="microsoft.graph.managedAppPinCharacterSet/numeric"><Annotation Term="Org.OData.Core.V1.Description" String="Numeric characters" /></Annotations><Annotations Target="microsoft.graph.managedAppPinCharacterSet/alphanumericAndSymbol"><Annotation Term="Org.OData.Core.V1.Description" String="Alphanumeric and symbolic characters" /></Annotations><Annotations Target="microsoft.graph.managedBrowserType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of managed browser" /></Annotations><Annotations Target="microsoft.graph.managedBrowserType/notConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Not configured" /></Annotations><Annotations Target="microsoft.graph.managedBrowserType/microsoftEdge"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Edge" /></Annotations><Annotations Target="microsoft.graph.targetedManagedAppGroupType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a collection of apps to target which can be one of several pre-defined lists of apps or a manually selected list of apps" /></Annotations><Annotations Target="microsoft.graph.targetedManagedAppGroupType/selectedPublicApps"><Annotation Term="Org.OData.Core.V1.Description" String="Target the collection of apps manually selected by the admin." /></Annotations><Annotations Target="microsoft.graph.targetedManagedAppGroupType/allCoreMicrosoftApps"><Annotation Term="Org.OData.Core.V1.Description" String="Target the core set of Microsoft apps (Office, Edge, etc)." /></Annotations><Annotations Target="microsoft.graph.targetedManagedAppGroupType/allMicrosoftApps"><Annotation Term="Org.OData.Core.V1.Description" String="Target all apps with Microsoft as publisher." /></Annotations><Annotations Target="microsoft.graph.targetedManagedAppGroupType/allApps"><Annotation Term="Org.OData.Core.V1.Description" String="Target all apps with an available assignment." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionEnforcementLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for WIP Protection enforcement levels" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionEnforcementLevel/noProtection"><Annotation Term="Org.OData.Core.V1.Description" String="No protection enforcement" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionEnforcementLevel/encryptAndAuditOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Encrypt and Audit only" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionEnforcementLevel/encryptAuditAndPrompt"><Annotation Term="Org.OData.Core.V1.Description" String="Encrypt, Audit and Prompt" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionEnforcementLevel/encryptAuditAndBlock"><Annotation Term="Org.OData.Core.V1.Description" String="Encrypt, Audit and Block" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionPinCharacterRequirements"><Annotation Term="Org.OData.Core.V1.Description" String="Pin Character Requirements" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionPinCharacterRequirements/notAllow"><Annotation Term="Org.OData.Core.V1.Description" String="Not allow" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionPinCharacterRequirements/requireAtLeastOne"><Annotation Term="Org.OData.Core.V1.Description" String="Require atleast one" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionPinCharacterRequirements/allow"><Annotation Term="Org.OData.Core.V1.Description" String="Allow any number" /></Annotations><Annotations Target="microsoft.graph.notificationTemplateBrandingOptions"><Annotation Term="Org.OData.Core.V1.Description" String="Branding Options for the Message Template. Branding is defined in the Intune Admin Console." /></Annotations><Annotations Target="microsoft.graph.notificationTemplateBrandingOptions/none"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that no branding options are set in the message template." /></Annotations><Annotations Target="microsoft.graph.notificationTemplateBrandingOptions/includeCompanyLogo"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates to include company logo in the message template." /></Annotations><Annotations Target="microsoft.graph.notificationTemplateBrandingOptions/includeCompanyName"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates to include company name in the message template." /></Annotations><Annotations Target="microsoft.graph.notificationTemplateBrandingOptions/includeContactInformation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates to include contact information in the message template." /></Annotations><Annotations Target="microsoft.graph.notificationTemplateBrandingOptions/includeCompanyPortalLink"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates to include company portal website link in the message template." /></Annotations><Annotations Target="microsoft.graph.notificationTemplateBrandingOptions/includeDeviceDetails"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates to include device details in the message template." /></Annotations><Annotations Target="microsoft.graph.notificationTemplateBrandingOptions/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.remoteAssistanceOnboardingStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The current TeamViewer connector status" /></Annotations><Annotations Target="microsoft.graph.remoteAssistanceOnboardingStatus/notOnboarded"><Annotation Term="Org.OData.Core.V1.Description" String="The status reported when there is no active TeamViewer connector configured or active" /></Annotations><Annotations Target="microsoft.graph.remoteAssistanceOnboardingStatus/onboarding"><Annotation Term="Org.OData.Core.V1.Description" String="The status reported when the system has initiated a TeamViewer connection, but the service has not yet completed the confirmation of a connector" /></Annotations><Annotations Target="microsoft.graph.remoteAssistanceOnboardingStatus/onboarded"><Annotation Term="Org.OData.Core.V1.Description" String="The status reported when the system has successfully exchanged account information with TeamViewer and can now initiate remote assistance sessions with clients" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExportJobLocalizationType"><Annotation Term="Org.OData.Core.V1.Description" String="Configures how the requested export job is localized." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExportJobLocalizationType/localizedValuesAsAdditionalColumn"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the export job to expose localized values as an additional column." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExportJobLocalizationType/replaceLocalizableValues"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the export job to replace enumerable values with their localized values." /></Annotations><Annotations Target="microsoft.graph.deviceManagementReportFileFormat"><Annotation Term="Org.OData.Core.V1.Description" String="Possible values for the file format of a report to be exported." /></Annotations><Annotations Target="microsoft.graph.deviceManagementReportFileFormat/csv"><Annotation Term="Org.OData.Core.V1.Description" String="CSV Format." /></Annotations><Annotations Target="microsoft.graph.deviceManagementReportFileFormat/pdf"><Annotation Term="Org.OData.Core.V1.Description" String="PDF Format (Deprecate later)." /></Annotations><Annotations Target="microsoft.graph.deviceManagementReportFileFormat/json"><Annotation Term="Org.OData.Core.V1.Description" String="JSON Format." /></Annotations><Annotations Target="microsoft.graph.deviceManagementReportFileFormat/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." /></Annotations><Annotations Target="microsoft.graph.deviceManagementReportStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Possible statuses associated with a generated report." /></Annotations><Annotations Target="microsoft.graph.deviceManagementReportStatus/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Report generation status is unknown." /></Annotations><Annotations Target="microsoft.graph.deviceManagementReportStatus/notStarted"><Annotation Term="Org.OData.Core.V1.Description" String="Report generation has not started." /></Annotations><Annotations Target="microsoft.graph.deviceManagementReportStatus/inProgress"><Annotation Term="Org.OData.Core.V1.Description" String="Report generation is in progress." /></Annotations><Annotations Target="microsoft.graph.deviceManagementReportStatus/completed"><Annotation Term="Org.OData.Core.V1.Description" String="Report generation is completed." /></Annotations><Annotations Target="microsoft.graph.deviceManagementReportStatus/failed"><Annotation Term="Org.OData.Core.V1.Description" String="Report generation has failed." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentFailureReason"><Annotation Term="Org.OData.Core.V1.Description" String="Top level failure categories for enrollment." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentFailureReason/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Default value, failure reason is unknown." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentFailureReason/authentication"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication failed" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentFailureReason/authorization"><Annotation Term="Org.OData.Core.V1.Description" String="Call was authenticated, but not authorized to enroll." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentFailureReason/accountValidation"><Annotation Term="Org.OData.Core.V1.Description" String="Failed to validate the account for enrollment. (Account blocked, enrollment not enabled)" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentFailureReason/userValidation"><Annotation Term="Org.OData.Core.V1.Description" String="User could not be validated. (User does not exist, missing license)" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentFailureReason/deviceNotSupported"><Annotation Term="Org.OData.Core.V1.Description" String="Device is not supported for mobile device management." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentFailureReason/inMaintenance"><Annotation Term="Org.OData.Core.V1.Description" String="Account is in maintenance." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentFailureReason/badRequest"><Annotation Term="Org.OData.Core.V1.Description" String="Client sent a request that is not understood/supported by the service." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentFailureReason/featureNotSupported"><Annotation Term="Org.OData.Core.V1.Description" String="Feature(s) used by this enrollment are not supported for this account." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentFailureReason/enrollmentRestrictionsEnforced"><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment restrictions configured by admin blocked this enrollment." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentFailureReason/clientDisconnected"><Annotation Term="Org.OData.Core.V1.Description" String="Client timed out or enrollment was aborted by enduser." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentFailureReason/userAbandonment"><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment was abandoned by enduser. (Enduser started onboarding but failed to complete it in timely manner)" /></Annotations><Annotations Target="microsoft.graph.applicationType"><Annotation Term="Org.OData.Core.V1.Description" String="Possible types of Application" /></Annotations><Annotations Target="microsoft.graph.applicationType/universal"><Annotation Term="Org.OData.Core.V1.Description" String="The windows universal application" /></Annotations><Annotations Target="microsoft.graph.applicationType/desktop"><Annotation Term="Org.OData.Core.V1.Description" String="The windows desktop application" /></Annotations><Annotations Target="microsoft.graph.devicePlatformType"><Annotation Term="Org.OData.Core.V1.Description" String="Supported platform types." /></Annotations><Annotations Target="microsoft.graph.devicePlatformType/android"><Annotation Term="Org.OData.Core.V1.Description" String="Android." /></Annotations><Annotations Target="microsoft.graph.devicePlatformType/androidForWork"><Annotation Term="Org.OData.Core.V1.Description" String="AndroidForWork." /></Annotations><Annotations Target="microsoft.graph.devicePlatformType/iOS"><Annotation Term="Org.OData.Core.V1.Description" String="iOS." /></Annotations><Annotations Target="microsoft.graph.devicePlatformType/macOS"><Annotation Term="Org.OData.Core.V1.Description" String="MacOS." /></Annotations><Annotations Target="microsoft.graph.devicePlatformType/windowsPhone81"><Annotation Term="Org.OData.Core.V1.Description" String="WindowsPhone 8.1." /></Annotations><Annotations Target="microsoft.graph.devicePlatformType/windows81AndLater"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 8.1 and later" /></Annotations><Annotations Target="microsoft.graph.devicePlatformType/windows10AndLater"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 and later." /></Annotations><Annotations Target="microsoft.graph.devicePlatformType/androidWorkProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile." /></Annotations><Annotations Target="microsoft.graph.devicePlatformType/unknown"><Annotation Term="Org.OData.Core.V1.Description" String="Unknown." /></Annotations><Annotations Target="microsoft.graph.devicePlatformType/androidAOSP"><Annotation Term="Org.OData.Core.V1.Description" String="Android AOSP." /></Annotations><Annotations Target="microsoft.graph.devicePlatformType/androidMobileApplicationManagement"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Mobile Application Management (MAM) for android devices." /></Annotations><Annotations Target="microsoft.graph.devicePlatformType/iOSMobileApplicationManagement"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Mobile Application Management (MAM) for iOS devices" /></Annotations><Annotations Target="microsoft.graph.devicePlatformType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use" /></Annotations><Annotations Target="microsoft.graph.alertFeedback"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.alertSeverity"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.alertStatus"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.connectionDirection"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.connectionStatus"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.emailRole"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.fileHashType"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.logonType"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.processIntegrityLevel"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.registryHive"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.registryOperation"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.registryValueType"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.securityNetworkProtocol"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.securityResourceType"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.userAccountSecurityType"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.communityPrivacy"><Annotation Term="Org.OData.Core.V1.Description" String="Types of communityPrivacy." /></Annotations><Annotations Target="microsoft.graph.communityPrivacy/public"><Annotation Term="Org.OData.Core.V1.Description" String="Any user from the tenant can join and participate in the community." /></Annotations><Annotations Target="microsoft.graph.communityPrivacy/private"><Annotation Term="Org.OData.Core.V1.Description" String="A community administrator must add tenant users to the community before they can participate." /></Annotations><Annotations Target="microsoft.graph.communityPrivacy/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="A marker value for members added after the release of this API." /></Annotations><Annotations Target="microsoft.graph.engagementAsyncOperationType"><Annotation Term="Org.OData.Core.V1.Description" String="Types of engagementAsyncOperationType. Members will be added here as more async operations are supported." /></Annotations><Annotations Target="microsoft.graph.engagementAsyncOperationType/createCommunity"><Annotation Term="Org.OData.Core.V1.Description" String="Operation to create a Viva Engage community." /></Annotations><Annotations Target="microsoft.graph.engagementAsyncOperationType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="A marker value for members added after the release of this API." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType"><Annotation Term="Org.OData.Core.V1.Description" String="Types of reactions to conversation messages." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/like"><Annotation Term="Org.OData.Core.V1.Description" String="Like reaction, represented as a thumbs-up hand. A positive sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/love"><Annotation Term="Org.OData.Core.V1.Description" String="Love reaction, represented as a solid heart shape. A very positive sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/celebrate"><Annotation Term="Org.OData.Core.V1.Description" String="Celebrate reaction, represented as a party hat. A positive sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/thank"><Annotation Term="Org.OData.Core.V1.Description" String="Thank reaction, represented as applauding hands. A positive sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/laugh"><Annotation Term="Org.OData.Core.V1.Description" String="Laugh reaction, represented as a grinning face. A positive sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/sad"><Annotation Term="Org.OData.Core.V1.Description" String="Sad reaction, represented as a frowning face. A sympathetic sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/happy"><Annotation Term="Org.OData.Core.V1.Description" String="Happy reaction, represented as an open mouth smile face. A very positive sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/excited"><Annotation Term="Org.OData.Core.V1.Description" String="Excited reaction, represented as a face with closed eyes and a big smile. A very positive sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/smile"><Annotation Term="Org.OData.Core.V1.Description" String="Smiling reaction, represented as a face with a small smile. A positive sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/silly"><Annotation Term="Org.OData.Core.V1.Description" String="Silly reaction, represented as an upside down smiling face. A positive sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/intenseLaugh"><Annotation Term="Org.OData.Core.V1.Description" String="Intense laughter reaction, represented as a crying laughing face. A very positive sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/starStruck"><Annotation Term="Org.OData.Core.V1.Description" String="Star struck reaction, represented as a face with stars for eyes. A very positive sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/goofy"><Annotation Term="Org.OData.Core.V1.Description" String="Goofy reaction, represented as a face with tongue sticking out of mouth. A positive sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/thinking"><Annotation Term="Org.OData.Core.V1.Description" String="Thinking reaction, represented as a face with a hand on the chin. A neutral sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/surprised"><Annotation Term="Org.OData.Core.V1.Description" String="Surprised reaction, represented as a face with its mouth open. A neutral sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/mindBlown"><Annotation Term="Org.OData.Core.V1.Description" String="Mind blown reaction, represented as a face with its head covered in an exploding cloud. A positive sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/scared"><Annotation Term="Org.OData.Core.V1.Description" String="Scared reaction, represented as a face with fearful look. A negative sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/crying"><Annotation Term="Org.OData.Core.V1.Description" String="Crying reaction, represented as a face with tears streaming down. A negative sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/shocked"><Annotation Term="Org.OData.Core.V1.Description" String="Shocked reaction, represented as a face with two hands against cheeks and mouth open. A negative sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/angry"><Annotation Term="Org.OData.Core.V1.Description" String="Angry reaction, represented as a face with furrowed eyebrows and sad mouth. A very negative sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/agree"><Annotation Term="Org.OData.Core.V1.Description" String="Agree reaction, represented as a hand pointing upward. A positive sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/praise"><Annotation Term="Org.OData.Core.V1.Description" String="Praise reaction, represented as two hands facing outward. A positive sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/takingNotes"><Annotation Term="Org.OData.Core.V1.Description" String="Taking notes reaction, represented as a hand holding a pen. A neutral sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/heartBroken"><Annotation Term="Org.OData.Core.V1.Description" String="Heart broken reaction, represented as a broken heart. A negative sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/support"><Annotation Term="Org.OData.Core.V1.Description" String="Support reaction, represented as red numbers showing 100. A positive sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/confirmed"><Annotation Term="Org.OData.Core.V1.Description" String="Confirmed reaction, represented as a green check mark. A neutral sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/watching"><Annotation Term="Org.OData.Core.V1.Description" String="Watching reaction, represented as two eyeballs. A neutral sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/brain"><Annotation Term="Org.OData.Core.V1.Description" String="Brain reaction, represented as a brain. A neutral sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/medal"><Annotation Term="Org.OData.Core.V1.Description" String="Medal reaction, represented as a medal hanging from a sash. A positive sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/bullseye"><Annotation Term="Org.OData.Core.V1.Description" String="Bullseye reaction, represented as a target with an arrow in the middle. A positive sentiment." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReactionType/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="A marker value for members added after the release of this API." /></Annotations><Annotations Target="microsoft.graph.engagementConversationModerationState"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the moderation state of an Engage conversation message." /></Annotations><Annotations Target="microsoft.graph.engagementConversationModerationState/published"><Annotation Term="Org.OData.Core.V1.Description" String="The content is published." /></Annotations><Annotations Target="microsoft.graph.engagementConversationModerationState/pendingReview"><Annotation Term="Org.OData.Core.V1.Description" String="The content is pending review by a moderator." /></Annotations><Annotations Target="microsoft.graph.engagementConversationModerationState/dismissed"><Annotation Term="Org.OData.Core.V1.Description" String="he content has been rejected by a moderator." /></Annotations><Annotations Target="microsoft.graph.engagementConversationModerationState/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="A marker value for members added after the release of this API." /></Annotations><Annotations Target="microsoft.graph.engagementCreationMode"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the resource is in migration state and is currently being used for migration purposes." /></Annotations><Annotations Target="microsoft.graph.engagementCreationMode/none"><Annotation Term="Org.OData.Core.V1.Description" String="Unspecified creation mode." /></Annotations><Annotations Target="microsoft.graph.engagementCreationMode/migration"><Annotation Term="Org.OData.Core.V1.Description" String="Creation is a migration." /></Annotations><Annotations Target="microsoft.graph.engagementCreationMode/unknownFutureValue"><Annotation Term="Org.OData.Core.V1.Description" String="A marker value for members added after the release of this API." /></Annotations><Annotations Target="microsoft.graph.directoryObject"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.application"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.application/federatedIdentityCredentials"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.synchronization"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="UpdateMethod"><EnumMember>Org.OData.Capabilities.V1.HttpMethod/PUT</EnumMember></PropertyValue></Record></Annotation></Annotations><Annotations Target="microsoft.graph.identityGovernance.workflowBase"><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.identityGovernance.workflow"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.deletedItemContainer/workflows"><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.group"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Core.V1.Description" String="Represents a Microsoft Entra group." /></Annotations><Annotations Target="microsoft.graph.resourceSpecificPermissionGrant"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.group/acceptedSenders"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.group/calendar"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.group/calendarView"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.group/conversations"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.group/events"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.group/rejectedSenders"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.group/threads"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.group/photo"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.group/photos"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.user"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Core.V1.Description" String="Represents a Microsoft Entra user account." /></Annotations><Annotations Target="microsoft.graph.oAuth2PermissionGrant"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.user/calendar"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.user/calendarGroups"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.user/calendars"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.user/calendarView"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Navigability"><EnumMember>Org.OData.Capabilities.V1.NavigationType/Single</EnumMember></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.user/contactFolders"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.user/contacts"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.user/events"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.user/inferenceClassification"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.user/mailFolders"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.user/messages"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.user/outlook"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.user/people"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.agreementAcceptance"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.user/deviceEnrollmentLimit"><Annotation Term="Org.OData.Core.V1.Description" String="The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000." /></Annotations><Annotations Target="microsoft.graph.managedDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Devices that are managed or pre-enrolled through Intune. Limited support for $filter: Only properties whose descriptions mention support for $filter may be used, and combinations of those filtered properties must use 'and', not 'or'." /></Annotations><Annotations Target="microsoft.graph.user/managedDevices"><Annotation Term="Org.OData.Core.V1.Description" String="The managed devices associated with the user." /></Annotations><Annotations Target="microsoft.graph.managedAppRegistration"><Annotation Term="Org.OData.Core.V1.Description" String="The ManagedAppEntity is the base entity type for all other entity types under app management workflow." /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The ManagedAppRegistration resource represents the details of an app, with management capability, used by a member of the organization." /></Annotations><Annotations Target="microsoft.graph.user/managedAppRegistrations"><Annotation Term="Org.OData.Core.V1.Description" String="Zero or more managed app registrations that belong to the user." /></Annotations><Annotations Target="microsoft.graph.deviceManagementTroubleshootingEvent"><Annotation Term="Org.OData.Core.V1.Description" String="Event representing an general failure." /></Annotations><Annotations Target="microsoft.graph.user/deviceManagementTroubleshootingEvents"><Annotation Term="Org.OData.Core.V1.Description" String="The list of troubleshooting events for this user." /></Annotations><Annotations Target="microsoft.graph.user/photo"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.user/photos"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.userActivity"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.onlineMeeting"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a Microsoft online meeting." /></Annotations><Annotations Target="microsoft.graph.identityGovernance.userProcessingResult"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.identityGovernance.run"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.identityGovernance.task"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.identityGovernance.taskProcessingResult"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.identityGovernance.customTaskExtension"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.identityGovernance.lifecycleWorkflowsContainer/deletedItems"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.identityGovernance.lifecycleWorkflowsContainer/settings"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.identityGovernance.taskDefinition"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.identityGovernance.lifecycleWorkflowsContainer/taskDefinitions"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.identityGovernance.workflowTemplate"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.identityGovernance.lifecycleWorkflowsContainer/workflowTemplates"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.identityGovernance.run/taskProcessingResults"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.identityGovernance.run/userProcessingResults"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.identityGovernance.task/taskProcessingResults"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.identityGovernance.taskReport"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.identityGovernance.taskReport/taskDefinition"><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.identityGovernance.taskReport/taskProcessingResults"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.identityGovernance.userProcessingResult/taskProcessingResults"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.identityGovernance.workflow/runs"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.identityGovernance.workflow/taskReports"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.identityGovernance.workflow/userProcessingResults"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.identityGovernance.workflow/versions"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.identityGovernance.workflowTemplate/tasks"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.directoryAudit"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.provisioningObjectSummary"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.signIn"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.userRegistrationDetails"><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.membershipOutlierInsight"><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.relyingPartyDetailedSummary"><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.servicePrincipal"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.authenticationContextClassReference"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.namedLocation"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.conditionalAccessPolicy"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.conditionalAccessTemplate"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.fido2AuthenticationMethodConfiguration/isAttestationEnforced"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-10-15" /><PropertyValue Property="Description" String="This property is deprecated and will stop returning data on October 15, 2027. Please use passkeyProfiles property." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2027-10-15" /><PropertyValue Property="Version" String="2025-10/PasskeyGlobalProperties" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.fido2AuthenticationMethodConfiguration/keyRestrictions"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-10-15" /><PropertyValue Property="Description" String="This property is deprecated and will stop returning data on October 15, 2027. Please use passkeyProfiles property." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2027-10-15" /><PropertyValue Property="Version" String="2025-10/PasskeyGlobalProperties" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.policyRoot/deviceRegistrationPolicy"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.crossTenantAccessPolicy"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.bitlocker"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.bitlockerRecoveryKey"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /><PropertyValue Property="NonFilterableProperties"><Collection><PropertyPath>createdDateTime</PropertyPath><PropertyPath>key</PropertyPath><PropertyPath>volumeType</PropertyPath></Collection></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.bookingPageSettings/accessControl"><Annotation Term="Org.OData.Core.V1.Description" String="Access control on the Bookings page." /></Annotations><Annotations Target="microsoft.graph.bookingPageSettings/bookingPageColorCode"><Annotation Term="Org.OData.Core.V1.Description" String="Custom color for bookings page. Value should be in Hex format. Example: `#123456`." /></Annotations><Annotations Target="microsoft.graph.bookingPageSettings/businessTimeZone"><Annotation Term="Org.OData.Core.V1.Description" String="The time zone of the customer. For a list of possible values, see [dateTimeTimeZone](https://learn.microsoft.com/en-us/graph/api/resources/datetimetimezone?view=graph-rest-beta)." /></Annotations><Annotations Target="microsoft.graph.bookingPageSettings/customerConsentMessage"><Annotation Term="Org.OData.Core.V1.Description" String="Customer consent message that is displayed in the Booking page." /></Annotations><Annotations Target="microsoft.graph.bookingPageSettings/enforceOneTimePassword"><Annotation Term="Org.OData.Core.V1.Description" String="Enforcing One Time Password (OTP) during appointment creation." /></Annotations><Annotations Target="microsoft.graph.bookingPageSettings/isBusinessLogoDisplayEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Enable display of business logo display on the Bookings page." /></Annotations><Annotations Target="microsoft.graph.bookingPageSettings/isCustomerConsentEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Enforces customer consent on the customer consent message before appointment is booked." /></Annotations><Annotations Target="microsoft.graph.bookingPageSettings/isSearchEngineIndexabilityDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="Disable booking page to be indexed by search engines. False by default." /></Annotations><Annotations Target="microsoft.graph.bookingPageSettings/isTimeSlotTimeZoneSetToBusinessTimeZone"><Annotation Term="Org.OData.Core.V1.Description" String="If business time zone the default value for the time slots that we show in the bookings page. False by default." /></Annotations><Annotations Target="microsoft.graph.bookingPageSettings/privacyPolicyWebUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The URL of the business' Privacy Policy." /><Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" /><Annotation Term="Org.OData.Core.V1.LongDescription" String="Example: https://www.contoso.com" /></Annotations><Annotations Target="microsoft.graph.bookingPageSettings/termsAndConditionsWebUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The URL of the business' Terms and Conditions." /><Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" /><Annotation Term="Org.OData.Core.V1.LongDescription" String="Example: https://www.contoso.com" /></Annotations><Annotations Target="microsoft.graph.bookingReminder"><Annotation Term="Org.OData.Core.V1.Description" String="This type represents when and to whom to send an e-mail reminder." /></Annotations><Annotations Target="microsoft.graph.bookingReminder/message"><Annotation Term="Org.OData.Core.V1.Description" String="Message to send." /></Annotations><Annotations Target="microsoft.graph.bookingReminder/offset"><Annotation Term="Org.OData.Core.V1.Description" String="How much time before an appointment the reminder should be sent." /></Annotations><Annotations Target="microsoft.graph.bookingReminder/recipients"><Annotation Term="Org.OData.Core.V1.Description" String="Who should receive the reminder." /></Annotations><Annotations Target="microsoft.graph.bookingsAvailability/availabilityType"><Annotation Term="Org.OData.Core.V1.Description" String="Allow customers to set the type of availability." /></Annotations><Annotations Target="microsoft.graph.bookingWorkHours"><Annotation Term="Org.OData.Core.V1.Description" String="This type represents the set of working hours in a single day of the week." /></Annotations><Annotations Target="microsoft.graph.bookingsAvailability/businessHours"><Annotation Term="Org.OData.Core.V1.Description" String="The hours of operation in a week. This is set to null if the availability type is not customWeeklyHours" /></Annotations><Annotations Target="microsoft.graph.bookingsAvailabilityWindow/endDate"><Annotation Term="Org.OData.Core.V1.Description" String="Allow customers to end date of availability window." /></Annotations><Annotations Target="microsoft.graph.bookingsAvailabilityWindow/startDate"><Annotation Term="Org.OData.Core.V1.Description" String="Allow customers to start date of availability window." /></Annotations><Annotations Target="microsoft.graph.bookingSchedulingPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="This type represents the set of policies that dictate how bookings can be created in a Booking Calendar." /></Annotations><Annotations Target="microsoft.graph.bookingSchedulingPolicy/allowStaffSelection"><Annotation Term="Org.OData.Core.V1.Description" String="Allow customers to choose a specific person for the booking." /></Annotations><Annotations Target="microsoft.graph.bookingSchedulingPolicy/customAvailabilities"><Annotation Term="Org.OData.Core.V1.Description" String="collection of custom availabilities for a given time range." /></Annotations><Annotations Target="microsoft.graph.bookingSchedulingPolicy/generalAvailability"><Annotation Term="Org.OData.Core.V1.Description" String="General availability " /></Annotations><Annotations Target="microsoft.graph.bookingSchedulingPolicy/isMeetingInviteToCustomersEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Enable sending meeting invite to customers. False by default." /></Annotations><Annotations Target="microsoft.graph.bookingSchedulingPolicy/maximumAdvance"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum number of days in advance that a booking can be made." /></Annotations><Annotations Target="microsoft.graph.bookingSchedulingPolicy/minimumLeadTime"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum lead time for bookings and cancellations." /></Annotations><Annotations Target="microsoft.graph.bookingSchedulingPolicy/sendConfirmationsToOwner"><Annotation Term="Org.OData.Core.V1.Description" String="Notify the business via email when a booking is created or changed." /></Annotations><Annotations Target="microsoft.graph.bookingSchedulingPolicy/timeSlotInterval"><Annotation Term="Org.OData.Core.V1.Description" String="Duration of each time slot." /></Annotations><Annotations Target="microsoft.graph.bookingWorkHours/day"><Annotation Term="Org.OData.Core.V1.Description" String="The day of the week represented by this instance." /></Annotations><Annotations Target="microsoft.graph.bookingWorkHours/timeSlots"><Annotation Term="Org.OData.Core.V1.Description" String="A list of start/end times during a day." /></Annotations><Annotations Target="microsoft.graph.bookingAppointment"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a booked appointment of a service by a customer in a business." /></Annotations><Annotations Target="microsoft.graph.bookingAppointment/anonymousJoinWebUrl"><Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" /></Annotations><Annotations Target="microsoft.graph.bookingAppointment/appointmentLabel"><Annotation Term="Org.OData.Core.V1.Description" String="Custom label that can be stamped on this appointment by users." /></Annotations><Annotations Target="microsoft.graph.bookingAppointment/customerNotes"><Annotation Term="Org.OData.Core.V1.Description" String="Notes from the customer associated with this appointment." /><Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The value of this property is only available when reading an individual booking appointment by id. Its value can only be set when creating a new appointment with a new customer, ie, without specifying a CustomerId. After that, the property is computed from the customer represented by CustomerId." /></Annotations><Annotations Target="microsoft.graph.bookingAppointment/duration"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.bookingAppointment/filledAttendeesCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.bookingAppointment/joinWebUrl"><Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" /></Annotations><Annotations Target="microsoft.graph.bookingAppointment/reminders"><Annotation Term="Org.OData.Core.V1.LongDescription" String="The value of this property is only available when reading an individual booking appointment by id." /></Annotations><Annotations Target="microsoft.graph.bookingAppointment/serviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The id of the booking service associated with this appointment." /><Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /></Annotations><Annotations Target="microsoft.graph.bookingAppointment/serviceName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the booking service associated with this appointment." /><Annotation Term="Org.OData.Core.V1.LongDescription" String="This property is optional when creating a new appointment. If not specified, it is computed from the service associated with the appointment by the service id." /></Annotations><Annotations Target="microsoft.graph.bookingAppointment/serviceNotes"><Annotation Term="Org.OData.Core.V1.LongDescription" String="The value of this property is only available when reading an individual booking appointment by id." /></Annotations><Annotations Target="microsoft.graph.bookingBusiness"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a Microsoft Bookings Business." /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The bookingBusiness is the top level object which contains business information and related business objects such as appointments, customers, services and staff members." /></Annotations><Annotations Target="microsoft.graph.bookingBusiness/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name of this entity." /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The display name is suitable for human-readable interfaces." /></Annotations><Annotations Target="microsoft.graph.bookingBusiness/isPublished"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.bookingBusiness/publicUrl"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" /></Annotations><Annotations Target="microsoft.graph.bookingBusiness/webSiteUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The URL of the business web site." /><Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" /><Annotation Term="Org.OData.Core.V1.LongDescription" String="Example: https://www.contoso.com" /></Annotations><Annotations Target="microsoft.graph.bookingBusiness/appointments"><Annotation Term="Org.OData.Core.V1.Description" String="All appointments in this business." /></Annotations><Annotations Target="microsoft.graph.bookingBusiness/calendarView"><Annotation Term="Org.OData.Core.V1.Description" String="A calendar view of appointments in this business." /></Annotations><Annotations Target="microsoft.graph.bookingCustomerBase"><Annotation Term="Org.OData.Core.V1.Description" String="Booking entities that provide a display name." /></Annotations><Annotations Target="microsoft.graph.bookingBusiness/customers"><Annotation Term="Org.OData.Core.V1.Description" String="All customers of this business." /></Annotations><Annotations Target="microsoft.graph.bookingCustomQuestion"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a custom question of the business." /></Annotations><Annotations Target="microsoft.graph.bookingBusiness/customQuestions"><Annotation Term="Org.OData.Core.V1.Description" String="All custom questions of this business." /></Annotations><Annotations Target="microsoft.graph.bookingService"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a particular service offered by a booking business." /></Annotations><Annotations Target="microsoft.graph.bookingBusiness/services"><Annotation Term="Org.OData.Core.V1.Description" String="All services offered by this business." /></Annotations><Annotations Target="microsoft.graph.bookingStaffMemberBase"><Annotation Term="Org.OData.Core.V1.Description" String="Booking entities that provide a display name." /></Annotations><Annotations Target="microsoft.graph.bookingBusiness/staffMembers"><Annotation Term="Org.OData.Core.V1.Description" String="All staff members that provides services in this business." /></Annotations><Annotations Target="microsoft.graph.bookingCurrency/symbol"><Annotation Term="Org.OData.Core.V1.IsLanguageDependent" Bool="true" /></Annotations><Annotations Target="microsoft.graph.bookingCustomer"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a customer of the business." /></Annotations><Annotations Target="microsoft.graph.bookingCustomer/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name of this entity." /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The display name is suitable for human-readable interfaces." /></Annotations><Annotations Target="microsoft.graph.bookingCustomer/emailAddress"><Annotation Term="Org.OData.Core.V1.Description" String="The e-mail address of this person." /></Annotations><Annotations Target="microsoft.graph.bookingCustomQuestion/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name of this entity." /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The display name is suitable for human-readable interfaces." /></Annotations><Annotations Target="microsoft.graph.bookingService/defaultReminders"><Annotation Term="Org.OData.Core.V1.Description" String="The default reminders set in an appointment of this service." /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The value of this property is only available when reading an individual booking service by id." /></Annotations><Annotations Target="microsoft.graph.bookingService/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name of this entity." /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The display name is suitable for human-readable interfaces." /></Annotations><Annotations Target="microsoft.graph.bookingService/webUrl"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The URL of the booking service." /><Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" /></Annotations><Annotations Target="microsoft.graph.bookingStaffMember"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a staff member who provides services in a business." /></Annotations><Annotations Target="microsoft.graph.bookingStaffMember/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name of this entity." /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The display name is suitable for human-readable interfaces." /></Annotations><Annotations Target="microsoft.graph.bookingStaffMember/emailAddress"><Annotation Term="Org.OData.Core.V1.Description" String="The e-mail address of this person." /></Annotations><Annotations Target="microsoft.graph.solutionsRoot"><Annotation Term="Org.OData.Capabilities.V1.BatchContinueOnErrorSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.auditEvent"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties for Audit Event." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/auditEvents"><Annotation Term="Org.OData.Core.V1.Description" String="The Audit Events" /></Annotations><Annotations Target="microsoft.graph.termsAndConditions"><Annotation Term="Org.OData.Core.V1.Description" String="A termsAndConditions entity represents the metadata and contents of a given Terms and Conditions (T&amp;C) policy. T&amp;C policies’ contents are presented to users upon their first attempt to enroll into Intune and subsequently upon edits where an administrator has required re-acceptance. They enable administrators to communicate the provisions to which a user must agree in order to have devices enrolled into Intune." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/termsAndConditions"><Annotation Term="Org.OData.Core.V1.Description" String="The terms and conditions associated with device management of the company." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/intuneAccountId"><Annotation Term="Org.OData.Core.V1.Description" String="Intune Account Id for given tenant" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/settings"><Annotation Term="Org.OData.Core.V1.Description" String="Account level settings." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="This is the base class for Compliance policy. Compliance policies are platform specific and individual per-platform compliance policies inherit from here. " /></Annotations><Annotations Target="microsoft.graph.deviceManagement/deviceCompliancePolicies"><Annotation Term="Org.OData.Core.V1.Description" String="The device compliance policies." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/deviceCompliancePolicyDeviceStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The device compliance state summary for this account." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Device Compilance Policy Setting State summary across the account." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/deviceCompliancePolicySettingStateSummaries"><Annotation Term="Org.OData.Core.V1.Description" String="The summary states of compliance policy settings for this account." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/deviceConfigurationDeviceStateSummaries"><Annotation Term="Org.OData.Core.V1.Description" String="The device configuration device state summary for this account." /></Annotations><Annotations Target="microsoft.graph.deviceConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/deviceConfigurations"><Annotation Term="Org.OData.Core.V1.Description" String="The device configurations." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/iosUpdateStatuses"><Annotation Term="Org.OData.Core.V1.Description" String="The IOS software update installation statuses for this account." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/softwareUpdateStatusSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The software update status summary." /></Annotations><Annotations Target="microsoft.graph.intuneBrand"><Annotation Term="Org.OData.Core.V1.Description" String="intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/intuneBrand"><Annotation Term="Org.OData.Core.V1.Description" String="intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal." /></Annotations><Annotations Target="microsoft.graph.complianceManagementPartner"><Annotation Term="Org.OData.Core.V1.Description" String="Compliance management partner for all platforms" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/complianceManagementPartners"><Annotation Term="Org.OData.Core.V1.Description" String="The list of Compliance Management Partners configured by the tenant." /></Annotations><Annotations Target="microsoft.graph.onPremisesConditionalAccessSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity which represents the Exchange OnPremises Conditional Access Settings for a tenant." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/conditionalAccessSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access" /></Annotations><Annotations Target="microsoft.graph.deviceCategory"><Annotation Term="Org.OData.Core.V1.Description" String="Device categories provides a way to organize your devices. Using device categories, company administrators can define their own categories that make sense to their company. These categories can then be applied to a device in the Intune Azure console or selected by a user during device enrollment. You can filter reports and create dynamic Azure Active Directory device groups based on device categories." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/deviceCategories"><Annotation Term="Org.OData.Core.V1.Description" String="The list of device categories with the tenant." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="The Base Class of Device Enrollment Configuration" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/deviceEnrollmentConfigurations"><Annotation Term="Org.OData.Core.V1.Description" String="The list of device enrollment configurations" /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartner"><Annotation Term="Org.OData.Core.V1.Description" String="Entity which represents a connection to device management partner." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/deviceManagementPartners"><Annotation Term="Org.OData.Core.V1.Description" String="The list of Device Management Partners configured by the tenant." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnector"><Annotation Term="Org.OData.Core.V1.Description" String="Entity which represents a connection to an Exchange environment." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/exchangeConnectors"><Annotation Term="Org.OData.Core.V1.Description" String="The list of Exchange Connectors configured by the tenant." /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefenseConnector"><Annotation Term="Org.OData.Core.V1.Description" String="Entity which represents a connection to Mobile Threat Defense partner." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/mobileThreatDefenseConnectors"><Annotation Term="Org.OData.Core.V1.Description" String="The list of Mobile threat Defense connectors configured by the tenant." /></Annotations><Annotations Target="microsoft.graph.deviceProtectionOverview"><Annotation Term="Org.OData.Core.V1.Description" String="Hardware information of a given device." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/deviceProtectionOverview"><Annotation Term="Org.OData.Core.V1.Description" String="Device protection overview." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/subscriptionState"><Annotation Term="Org.OData.Core.V1.Description" String="Tenant mobile device management subscription state." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics insight is the recomendation to improve the user experience analytics score." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsSettings"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics device settings" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareOverview"><Annotation Term="Org.OData.Core.V1.Description" String="Windows device malware overview." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/windowsMalwareOverview"><Annotation Term="Org.OData.Core.V1.Description" String="Malware overview for windows devices." /></Annotations><Annotations Target="microsoft.graph.applePushNotificationCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Apple push notification certificate." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/applePushNotificationCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Apple push notification certificate." /></Annotations><Annotations Target="microsoft.graph.detectedApp"><Annotation Term="Org.OData.Core.V1.Description" String="A managed or unmanaged app that is installed on a managed device. Unmanaged apps will only appear for devices marked as corporate owned." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/detectedApps"><Annotation Term="Org.OData.Core.V1.Description" String="The list of detected apps associated with a device." /></Annotations><Annotations Target="microsoft.graph.managedDeviceOverview"><Annotation Term="Org.OData.Core.V1.Description" String="Summary data for managed devices" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/managedDeviceOverview"><Annotation Term="Org.OData.Core.V1.Description" String="Device overview" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/managedDevices"><Annotation Term="Org.OData.Core.V1.Description" String="The list of managed devices." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/mobileAppTroubleshootingEvents"><Annotation Term="Org.OData.Core.V1.Description" String="The collection property of MobileAppTroubleshootingEvent." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics application performance entity contains application performance details." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics appHealth Application Performance" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics application performance entity contains application performance by application version details." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics appHealth Application Performance by App Version details" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics application performance entity contains application performance by application version device id." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics appHealth Application Performance by App Version Device Id" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics application performance entity contains app performance details by OS version." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics appHealth Application Performance by OS Version" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device model performance entity contains device model performance details." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics appHealth Model Performance" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device performance entity contains device performance details." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics appHealth Device Performance" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device performance entity contains device performance details." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics device performance details" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device OS version performance entity contains OS version performance details." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics appHealth OS version Performance" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsCategory"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics category entity contains the scores and insights for the various metrics of a category." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsAppHealthOverview"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics appHealth overview" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBaseline"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics baseline entity contains baseline values against which to compare the user experience analytics scores." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsBaselines"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics baselines" /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsCategories"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics categories" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device performance entity contains device boot performance details." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsDevicePerformance"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics device performance" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScores"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device scores entity consolidates the various Endpoint Analytics scores." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsDeviceScores"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics device scores" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device startup history entity contains device boot performance history details." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsDeviceStartupHistory"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics device Startup History" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupProcess"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device startup process details." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsDeviceStartupProcesses"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics device Startup Processes" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device startup process performance." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics device Startup Process Performance" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsMetricHistory"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics metric history." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsMetricHistory"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics metric history" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsModelScores"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics model scores entity consolidates the various Endpoint Analytics scores." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsModelScores"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics model scores" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsOverview"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics overview entity contains the overall score and the scores and insights of every metric of all categories." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsOverview"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics overview" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsScoreHistory"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device startup score history." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsScoreHistory"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics device Startup Score History" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics hardware readiness entity contains account level information about hardware blockers for windows upgrade." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics work from anywhere hardware readiness metrics." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics metric for work from anywhere report." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics work from anywhere metrics." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics work from anywhere model performance." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics work from anywhere model performance" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareInformation"><Annotation Term="Org.OData.Core.V1.Description" String="Malware information entity." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/windowsMalwareInformation"><Annotation Term="Org.OData.Core.V1.Description" String="The list of affected malware in the tenant." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentity"><Annotation Term="Org.OData.Core.V1.Description" String="Imported windows autopilot devices." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/importedWindowsAutopilotDeviceIdentities"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of imported Windows autopilot devices." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity"><Annotation Term="Org.OData.Core.V1.Description" String="The windowsAutopilotDeviceIdentity resource represents a Windows Autopilot Device." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/windowsAutopilotDeviceIdentities"><Annotation Term="Org.OData.Core.V1.Description" String="The Windows autopilot device identities contained collection." /></Annotations><Annotations Target="microsoft.graph.notificationMessageTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Notification messages are messages that are sent to end users who are determined to be not-compliant with the compliance policies defined by the administrator. Administrators choose notifications and configure them in the Intune Admin Console using the compliance policy creation page under the “Actions for non-compliance” section. Use the notificationMessageTemplate object to create your own custom notifications for administrators to choose while configuring actions for non-compliance." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/notificationMessageTemplates"><Annotation Term="Org.OData.Core.V1.Description" String="The Notification Message Templates." /></Annotations><Annotations Target="microsoft.graph.resourceOperation"><Annotation Term="Org.OData.Core.V1.Description" String="Describes the resourceOperation resource (entity) of the Microsoft Graph API (REST), which supports Intune workflows related to role-based access control (RBAC)." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/resourceOperations"><Annotation Term="Org.OData.Core.V1.Description" String="The Resource Operations." /></Annotations><Annotations Target="microsoft.graph.roleAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="The Role Assignment resource. Role assignments tie together a role definition with members and scopes. There can be one or more role assignments per role. This applies to custom and built-in roles." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementRoleAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="The Role Assignment resource. Role assignments tie together a role definition with members and scopes. There can be one or more role assignments per role. This applies to custom and built-in roles." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/roleAssignments"><Annotation Term="Org.OData.Core.V1.Description" String="The Role Assignments." /></Annotations><Annotations Target="microsoft.graph.roleDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="The Role Definition resource. The role definition is the foundation of role based access in Intune. The role combines an Intune resource such as a Mobile App and associated role permissions such as Create or Read for the resource. There are two types of roles, built-in and custom. Built-in roles cannot be modified. Both built-in roles and custom roles must have assignments to be enforced. Create custom roles if you want to define a role that allows any of the available resources and role permissions to be combined into a single role." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/roleDefinitions"><Annotation Term="Org.OData.Core.V1.Description" String="The Role Definitions." /></Annotations><Annotations Target="microsoft.graph.remoteAssistancePartner"><Annotation Term="Org.OData.Core.V1.Description" String="RemoteAssistPartner resources represent the metadata and status of a given Remote Assistance partner service." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/remoteAssistancePartners"><Annotation Term="Org.OData.Core.V1.Description" String="The remote assist partners." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/troubleshootingEvents"><Annotation Term="Org.OData.Core.V1.Description" String="The list of troubleshooting events for the tenant." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionAppLearningSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Information Protection AppLearning Summary entity." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/windowsInformationProtectionAppLearningSummaries"><Annotation Term="Org.OData.Core.V1.Description" String="The windows information protection app learning summaries." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionNetworkLearningSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Information Protection Network learning Summary entity." /></Annotations><Annotations Target="microsoft.graph.deviceManagement/windowsInformationProtectionNetworkLearningSummaries"><Annotation Term="Org.OData.Core.V1.Description" String="The windows information protection network learning summaries." /></Annotations><Annotations Target="microsoft.graph.privacy/subjectRightsRequests"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2022-03-22" /><PropertyValue Property="Description" String="The subject rights request API under Privacy is deprecated and will stop working on  March 22, 2025. Please use the new API under Security." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-03-20" /><PropertyValue Property="Version" String="2022-02/PrivacyDeprecate" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.security"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.security.alert"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.security.incident"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.alert"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.secureScoreControlProfile"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.secureScore"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.longRunningOperation"><Annotation Term="Org.OData.Core.V1.Description" String="The status of a long-running operation." /></Annotations><Annotations Target="microsoft.graph.identityProvider"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-08-24" /><PropertyValue Property="Description" String="The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-03-15" /><PropertyValue Property="Version" String="2021-05/identityProvider" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.b2xIdentityUserFlow/identityProviders"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-08-24" /><PropertyValue Property="Description" String="The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-03-15" /><PropertyValue Property="Version" String="2021-05/identityProvider" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.identityContainer/conditionalAccess"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"><Record><PropertyValue Property="Readable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.processConversationMetadata/accessedResources"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-08-20" /><PropertyValue Property="Description" String="The accessedResourcesproperty is deprecated and will not be processed data on August 20, 2025. Please use the new accessedResources_v2 property." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-08-20" /><PropertyValue Property="Version" String="2020-08-20" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.security.sensorSettings/networkAdapters"><Annotation Term="Org.OData.Core.V1.AutoExpand" Bool="true" /></Annotations><Annotations Target="microsoft.graph.security.identityContainer/sensorCandidates"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.directory/deviceLocalCredentials"><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.administrativeUnit"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.directory/administrativeUnits"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.companySubscription"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.certification/certificationDetailsUrl"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.certification/isCertifiedByMicrosoft"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.agentIdentity/agentIdentityBlueprintId"><Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /></Annotations><Annotations Target="microsoft.graph.agentIdentity/createdByAppId"><Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /></Annotations><Annotations Target="microsoft.graph.agentIdentityBlueprint/createdByAppId"><Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /></Annotations><Annotations Target="microsoft.graph.agentIdentityBlueprintPrincipal/createdByAppId"><Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" /></Annotations><Annotations Target="microsoft.graph.certificateAuthorityDetail"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.certificateBasedAuthPki"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.crossTenantAccessPolicyConfigurationDefault"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.crossTenantAccessPolicyConfigurationPartner"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.crossTenantIdentitySyncPolicyPartner"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="UpdateMethod"><EnumMember>Org.OData.Capabilities.V1.HttpMethod/PUT</EnumMember></PropertyValue></Record></Annotation></Annotations><Annotations Target="microsoft.graph.device"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.directoryRole"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.directoryRoleTemplate"><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.multiTenantOrganization"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="UpdateMethod"><EnumMember>Org.OData.Capabilities.V1.HttpMethod/PUT</EnumMember></PropertyValue></Record></Annotation></Annotations><Annotations Target="microsoft.graph.multiTenantOrganization/joinRequest"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.multiTenantOrganizationMember"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions"><Record><PropertyValue Property="Selectable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions"><Record><PropertyValue Property="Selectable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.organization/mobileDeviceManagementAuthority"><Annotation Term="Org.OData.Core.V1.Description" String="Mobile device management authority." /></Annotations><Annotations Target="microsoft.graph.orgContact"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.roleManagement/entitlementManagement"><Annotation Term="Org.OData.Core.V1.Description" String="The RbacApplication for Entitlement Management" /></Annotations><Annotations Target="microsoft.graph.subscribedSku"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.tenantRelationship/multiTenantOrganization"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.browserSharedCookieHistory/comment"><Annotation Term="Org.OData.Core.V1.Description" String="The comment of the cookie" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookieHistory/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the cookie" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookieHistory/hostOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean attribute that determines whether a cookie is  a host-only or domain cookie" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookieHistory/hostOrDomain"><Annotation Term="Org.OData.Core.V1.Description" String="The URL of the cookie" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookieHistory/lastModifiedBy"><Annotation Term="Org.OData.Core.V1.Description" String="The identity of the admin who last updated the cookie" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookieHistory/path"><Annotation Term="Org.OData.Core.V1.Description" String="The path of the cookie" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookieHistory/publishedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time the cookie was published" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookieHistory/sourceEnvironment"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies how the cookies are shared between Microsoft Edge and Internet Explorer" /></Annotations><Annotations Target="microsoft.graph.browserSiteHistory"><Annotation Term="Org.OData.Core.V1.Description" String="The history for the site modifications" /></Annotations><Annotations Target="microsoft.graph.browserSiteHistory/allowRedirect"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean attribute that controls the behavior of redirected sites" /></Annotations><Annotations Target="microsoft.graph.browserSiteHistory/comment"><Annotation Term="Org.OData.Core.V1.Description" String="The content for the site" /></Annotations><Annotations Target="microsoft.graph.browserSiteHistory/compatibilityMode"><Annotation Term="Org.OData.Core.V1.Description" String="Controls what compatibility setting is used for specific sites or domains" /></Annotations><Annotations Target="microsoft.graph.browserSiteHistory/lastModifiedBy"><Annotation Term="Org.OData.Core.V1.Description" String="The user who modified the site" /></Annotations><Annotations Target="microsoft.graph.browserSiteHistory/mergeType"><Annotation Term="Org.OData.Core.V1.Description" String="The merge type of the site" /></Annotations><Annotations Target="microsoft.graph.browserSiteHistory/publishedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time the site was last published" /></Annotations><Annotations Target="microsoft.graph.browserSiteHistory/targetEnvironment"><Annotation Term="Org.OData.Core.V1.Description" String="The render mode in Edge client that the site is supposed to open in" /></Annotations><Annotations Target="microsoft.graph.admin/people"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.browserSharedCookie/comment"><Annotation Term="Org.OData.Core.V1.Description" String="The comment of the cookie" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookie/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The datetime that the admin created the cookie" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookie/deletedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The datetime that the admin deleted the cookie" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookie/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the cookie" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookie/history"><Annotation Term="Org.OData.Core.V1.Description" String="The history of the cookie" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookie/hostOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean attribute that determines whether a cookie is  a host-only or domain cookie" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookie/hostOrDomain"><Annotation Term="Org.OData.Core.V1.Description" String="The URL of the cookie" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookie/lastModifiedBy"><Annotation Term="Org.OData.Core.V1.Description" String="The identity of the admin who last updated the cookie" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookie/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The datetime that the admin last updated the cookie" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookie/path"><Annotation Term="Org.OData.Core.V1.Description" String="The path of the cookie" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookie/sourceEnvironment"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies how the cookies are shared between Microsoft Edge and Internet Explorer" /></Annotations><Annotations Target="microsoft.graph.browserSharedCookie/status"><Annotation Term="Org.OData.Core.V1.Description" String="The status of the cookie" /></Annotations><Annotations Target="microsoft.graph.browserSite"><Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity which is used to specify IE mode site metadata" /></Annotations><Annotations Target="microsoft.graph.browserSite/allowRedirect"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean attribute that controls the behavior of redirected sites" /></Annotations><Annotations Target="microsoft.graph.browserSite/comment"><Annotation Term="Org.OData.Core.V1.Description" String="The comment for the site" /></Annotations><Annotations Target="microsoft.graph.browserSite/compatibilityMode"><Annotation Term="Org.OData.Core.V1.Description" String="Controls what compatibility setting is used for specific sites or domains" /></Annotations><Annotations Target="microsoft.graph.browserSite/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The datetime that the site is created" /></Annotations><Annotations Target="microsoft.graph.browserSite/deletedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The datetime that the admin deleted the site" /></Annotations><Annotations Target="microsoft.graph.browserSite/history"><Annotation Term="Org.OData.Core.V1.Description" String="The collection stores site revision metadata and audit logs." /></Annotations><Annotations Target="microsoft.graph.browserSite/lastModifiedBy"><Annotation Term="Org.OData.Core.V1.Description" String="The admin who made the last update on the site." /></Annotations><Annotations Target="microsoft.graph.browserSite/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The datetime that the admin updated the site." /></Annotations><Annotations Target="microsoft.graph.browserSite/mergeType"><Annotation Term="Org.OData.Core.V1.Description" String="The merge type of the site" /></Annotations><Annotations Target="microsoft.graph.browserSite/status"><Annotation Term="Org.OData.Core.V1.Description" String="Status of the site." /></Annotations><Annotations Target="microsoft.graph.browserSite/targetEnvironment"><Annotation Term="Org.OData.Core.V1.Description" String="The target environment that the site should open in." /></Annotations><Annotations Target="microsoft.graph.browserSite/webUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The URL of the site" /></Annotations><Annotations Target="microsoft.graph.browserSiteList"><Annotation Term="Org.OData.Core.V1.Description" String="A singleton entity which is used to specify IE mode site list metadata" /></Annotations><Annotations Target="microsoft.graph.browserSiteList/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description for the site list" /></Annotations><Annotations Target="microsoft.graph.browserSiteList/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name of this site list" /></Annotations><Annotations Target="microsoft.graph.browserSiteList/lastModifiedBy"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the admin who made the last update on the site list" /></Annotations><Annotations Target="microsoft.graph.browserSiteList/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The datetime that the admin last updated the site list.&#xD;&#xA;" /></Annotations><Annotations Target="microsoft.graph.browserSiteList/publishedBy"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the admin who published the site list" /></Annotations><Annotations Target="microsoft.graph.browserSiteList/publishedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The datetime that admin published the site list to users in their organization." /></Annotations><Annotations Target="microsoft.graph.browserSiteList/revision"><Annotation Term="Org.OData.Core.V1.Description" String="Admin can have multiple revisions of the site list and the revision is generated whenever admin create/update the site list." /></Annotations><Annotations Target="microsoft.graph.browserSiteList/status"><Annotation Term="Org.OData.Core.V1.Description" String="Status of the site list. Can be either &quot;draft&quot;, &quot;pending&quot;, or &quot;published&quot;" /></Annotations><Annotations Target="microsoft.graph.educationRoot/classes"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.educationRoot/schools"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.educationRoot/users"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.educationResource/createdBy"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationResource/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationResource/lastModifiedBy"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationResource/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationAssignment/assignDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationAssignment/assignedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationAssignment/createdBy"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationAssignment/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationAssignment/feedbackResourcesFolderUrl"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationAssignment/lastModifiedBy"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationAssignment/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationAssignment/resourcesFolderUrl"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationAssignment/status"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationAssignment/webUrl"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationAssignmentSettings/gradingSchemes"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.educationClass/assignmentCategories"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.educationClass/assignments"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.educationModule/createdBy"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationModule/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationModule/lastModifiedBy"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationModule/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationModule/resourcesFolderUrl"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationModule/status"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationRubric/createdBy"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationRubric/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationRubric/lastModifiedBy"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationRubric/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationSubmission/assignmentId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationSubmission/excusedBy"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationSubmission/excusedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationSubmission/lastModifiedBy"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationSubmission/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationSubmission/reassignedBy"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationSubmission/reassignedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationSubmission/resourcesFolderUrl"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationSubmission/returnedBy"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationSubmission/returnedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationSubmission/status"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationSubmission/submittedBy"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationSubmission/submittedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationSubmission/unsubmittedBy"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationSubmission/unsubmittedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.educationSubmission/webUrl"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.restorePointSearchResult/restorePoint"><Annotation Term="Org.OData.Core.V1.AutoExpand" Bool="true" /></Annotations><Annotations Target="microsoft.graph.backupRestoreRoot/protectionUnits"><Annotation Term="Org.OData.Core.V1.ExplicitOperationBindings"><Collection><String>microsoft.graph.cancelOffboard</String><String>microsoft.graph.offboard</String></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.driveProtectionUnit/displayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.driveProtectionUnit/email"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.driveRestoreArtifact/restoredSiteName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.driveRestoreArtifact/restoredSiteWebUrl"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.mailboxProtectionUnit/displayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.mailboxProtectionUnit/email"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.mailboxRestoreArtifact/restoredFolderName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.siteProtectionUnit/siteName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.siteProtectionUnit/siteWebUrl"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.siteRestoreArtifact/restoredSiteName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.siteRestoreArtifact/restoredSiteWebUrl"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.subscription"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.list/items"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.workbook/operations"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.buildingMap/footprints"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.buildingMap/levels"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.levelMap/fixtures"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.levelMap/sections"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.levelMap/units"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.place/checkIns"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.calendar/calendarPermissions"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.calendar/calendarView"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Navigability"><EnumMember>Org.OData.Capabilities.V1.NavigationType/Single</EnumMember></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.calendar/events"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Navigability"><EnumMember>Org.OData.Capabilities.V1.NavigationType/Single</EnumMember></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.calendarGroup/calendars"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Navigability"><EnumMember>Org.OData.Capabilities.V1.NavigationType/Single</EnumMember></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.contact/extensions"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.contact/photo"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.contactFolder/childFolders"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Navigability"><EnumMember>Org.OData.Capabilities.V1.NavigationType/Single</EnumMember></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.contactFolder/contacts"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.conversation/threads"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.conversationThread/posts"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.event/attachments"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.event/calendar"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Navigability"><EnumMember>Org.OData.Capabilities.V1.NavigationType/Single</EnumMember></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.event/exceptionOccurrences"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Navigability"><EnumMember>Org.OData.Capabilities.V1.NavigationType/Single</EnumMember></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.event/extensions"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.event/instances"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Navigability"><EnumMember>Org.OData.Capabilities.V1.NavigationType/Single</EnumMember></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.eventMessage/event"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.inferenceClassification/overrides"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.itemAttachment/item"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.mailFolder/childFolders"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Navigability"><EnumMember>Org.OData.Capabilities.V1.NavigationType/Single</EnumMember></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.mailFolder/messageRules"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.mailFolder/messages"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.message/attachments"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.message/extensions"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.outlookUser/masterCategories"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.post/attachments"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.post/extensions"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.post/inReplyTo"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Navigability"><EnumMember>Org.OData.Capabilities.V1.NavigationType/Single</EnumMember></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.permission/grantedTo"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-09-03" /><PropertyValue Property="Description" String="The grantedTo property is deprecated. Please refer to grantedToV2" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-10-01" /><PropertyValue Property="Version" String="2021-09/Removal" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.permission/grantedToIdentities"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-09-03" /><PropertyValue Property="Description" String="The grantedToIdentities property is deprecated. Please refer to grantedToIdentitiesV2" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-10-01" /><PropertyValue Property="Version" String="2021-09/Removal" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudCommunications"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a container that exposes navigation properties for cloud communications resources." /></Annotations><Annotations Target="microsoft.graph.engagementConversation"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a conversation in Viva Engage." /></Annotations><Annotations Target="microsoft.graph.onlineMeetingEngagementConversation"><Annotation Term="Org.OData.Core.V1.Description" String="A conversation for Teams QA online meeting." /></Annotations><Annotations Target="microsoft.graph.cloudCommunications/onlineMeetingConversations"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Upsertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Core.V1.Description" String="Teams Q&amp;A online meeting conversations." /></Annotations><Annotations Target="microsoft.graph.callRecords.participantEndpoint/identity"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-11-06" /><PropertyValue Property="Description" String="This property is deprecated and will be removed in a future version. Use associatedIdentity instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-11-06" /><PropertyValue Property="Version" String="2023-11/New_Properties_Added" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.callRecords.callRecord/organizer"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-11-06" /><PropertyValue Property="Description" String="This property is deprecated and will be removed in a future version. Use organizer_v2 instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-11-06" /><PropertyValue Property="Version" String="2023-06/New_Properties_Added" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.callRecords.callRecord/participants"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2023-11-06" /><PropertyValue Property="Description" String="This property is deprecated and will be removed in a future version. Use participants_v2 instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-11-06" /><PropertyValue Property="Version" String="2023-06/New_Properties_Added" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.callRecords.callRecord/organizer_v2"><Annotation Term="Org.OData.Core.V1.AutoExpand" Bool="true" /></Annotations><Annotations Target="microsoft.graph.agreement"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.agreementFile"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.agreementFileLocalization"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.agreementFileVersion"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.riskDetection"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.riskyServicePrincipal"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.riskyUser"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.servicePrincipalRiskDetection"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.riskyServicePrincipalHistoryItem"><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.riskyUserHistoryItem"><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementAssignmentTarget"><Annotation Term="Org.OData.Core.V1.Description" String="Base type for assignment targets." /></Annotations><Annotations Target="microsoft.graph.allDevicesAssignmentTarget"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an assignment to all managed devices in the tenant." /></Annotations><Annotations Target="microsoft.graph.allLicensedUsersAssignmentTarget"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an assignment to all licensed users in the tenant." /></Annotations><Annotations Target="microsoft.graph.androidMinimumOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the minimum operating system required for an Android mobile app." /></Annotations><Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v10_0"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 10.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v11_0"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 11.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v4_0"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 4.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v4_0_3"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 4.0.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v4_1"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 4.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v4_2"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 4.2 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v4_3"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 4.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v4_4"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 4.4 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v5_0"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 5.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v5_1"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 5.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v6_0"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 6.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v7_0"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 7.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v7_1"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 7.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v8_0"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 8.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v8_1"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 8.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.androidMinimumOperatingSystem/v9_0"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, only Version 9.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.appConfigurationSettingItem"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for App configuration setting item." /></Annotations><Annotations Target="microsoft.graph.appConfigurationSettingItem/appConfigKey"><Annotation Term="Org.OData.Core.V1.Description" String="app configuration key." /></Annotations><Annotations Target="microsoft.graph.appConfigurationSettingItem/appConfigKeyType"><Annotation Term="Org.OData.Core.V1.Description" String="app configuration key type." /></Annotations><Annotations Target="microsoft.graph.appConfigurationSettingItem/appConfigKeyValue"><Annotation Term="Org.OData.Core.V1.Description" String="app configuration key value." /></Annotations><Annotations Target="microsoft.graph.configurationManagerCollectionAssignmentTarget"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an assignment to a Configuration Manager Collection." /></Annotations><Annotations Target="microsoft.graph.configurationManagerCollectionAssignmentTarget/collectionId"><Annotation Term="Org.OData.Core.V1.Description" String="The collection Id that is the target of the assignment." /></Annotations><Annotations Target="microsoft.graph.groupAssignmentTarget"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an assignment to a group." /></Annotations><Annotations Target="microsoft.graph.exclusionGroupAssignmentTarget"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a group that should be excluded from an assignment." /></Annotations><Annotations Target="microsoft.graph.fileEncryptionInfo"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for file encryption information for the content version of a line-of-business app." /></Annotations><Annotations Target="microsoft.graph.fileEncryptionInfo/encryptionKey"><Annotation Term="Org.OData.Core.V1.Description" String="The key used to encrypt the file content." /></Annotations><Annotations Target="microsoft.graph.fileEncryptionInfo/fileDigest"><Annotation Term="Org.OData.Core.V1.Description" String="The file digest prior to encryption. ProfileVersion1 requires a non-null FileDigest." /></Annotations><Annotations Target="microsoft.graph.fileEncryptionInfo/fileDigestAlgorithm"><Annotation Term="Org.OData.Core.V1.Description" String="The file digest algorithm. ProfileVersion1 currently only supports SHA256 for the FileDigestAlgorithm." /></Annotations><Annotations Target="microsoft.graph.fileEncryptionInfo/initializationVector"><Annotation Term="Org.OData.Core.V1.Description" String="The initialization vector (IV) used for the encryption algorithm. Must be 16 bytes." /></Annotations><Annotations Target="microsoft.graph.fileEncryptionInfo/mac"><Annotation Term="Org.OData.Core.V1.Description" String="The hash of the concatenation of the IV and encrypted file content. Must be 32 bytes." /></Annotations><Annotations Target="microsoft.graph.fileEncryptionInfo/macKey"><Annotation Term="Org.OData.Core.V1.Description" String="The key used to compute the message authentication code of the concatenation of the IV and encrypted file content. Must be 32 bytes." /></Annotations><Annotations Target="microsoft.graph.fileEncryptionInfo/profileIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The profile identifier. Maps to the strategy used to encrypt the file. Currently, only ProfileVersion1 is supported." /></Annotations><Annotations Target="microsoft.graph.groupAssignmentTarget/groupId"><Annotation Term="Org.OData.Core.V1.Description" String="The group Id that is the target of the assignment." /></Annotations><Annotations Target="microsoft.graph.iosDeviceType"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties of the possible iOS device types the mobile app can run on." /></Annotations><Annotations Target="microsoft.graph.iosDeviceType/iPad"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the app should run on iPads." /></Annotations><Annotations Target="microsoft.graph.iosDeviceType/iPhoneAndIPod"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the app should run on iPhones and iPods." /></Annotations><Annotations Target="microsoft.graph.mobileAppAssignmentSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Abstract class to contain properties used to assign a mobile app to a group." /></Annotations><Annotations Target="microsoft.graph.iosLobAppAssignmentSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign an iOS LOB mobile app to a group." /></Annotations><Annotations Target="microsoft.graph.iosLobAppAssignmentSettings/isRemovable"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the app can be uninstalled by the user. When FALSE, indicates that the app cannot be uninstalled by the user. By default, this property is set to null which internally is treated as TRUE." /></Annotations><Annotations Target="microsoft.graph.iosLobAppAssignmentSettings/uninstallOnDeviceRemoval"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune. By default, property is set to null which internally is treated as TRUE." /></Annotations><Annotations Target="microsoft.graph.iosLobAppAssignmentSettings/vpnConfigurationId"><Annotation Term="Org.OData.Core.V1.Description" String="This is the unique identifier (Id) of the VPN Configuration to apply to the app." /></Annotations><Annotations Target="microsoft.graph.iosMinimumOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties of the minimum operating system required for an iOS mobile app." /></Annotations><Annotations Target="microsoft.graph.iosMinimumOperatingSystem/v10_0"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 10.0 or later is required to install the app. If 'False', iOS Version 10.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.iosMinimumOperatingSystem/v11_0"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 11.0 or later is required to install the app. If 'False', iOS Version 11.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.iosMinimumOperatingSystem/v12_0"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 12.0 or later is required to install the app. If 'False', iOS Version 12.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.iosMinimumOperatingSystem/v13_0"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 13.0 or later is required to install the app. If 'False', iOS Version 13.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.iosMinimumOperatingSystem/v14_0"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 14.0 or later is required to install the app. If 'False', iOS Version 14.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.iosMinimumOperatingSystem/v15_0"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 15.0 or later is required to install the app. If 'False', iOS Version 15.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.iosMinimumOperatingSystem/v8_0"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 8.0 or later is required to install the app. If 'False', iOS Version 8.0  is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.iosMinimumOperatingSystem/v9_0"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 9.0 or later is required to install the app. If 'False', iOS Version 9.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.iosStoreAppAssignmentSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign an iOS Store mobile app to a group." /></Annotations><Annotations Target="microsoft.graph.iosStoreAppAssignmentSettings/isRemovable"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the app can be uninstalled by the user. When FALSE, indicates that the app cannot be uninstalled by the user. By default, this property is set to null which internally is treated as TRUE." /></Annotations><Annotations Target="microsoft.graph.iosStoreAppAssignmentSettings/uninstallOnDeviceRemoval"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune. By default, property is set to null which internally is treated as TRUE." /></Annotations><Annotations Target="microsoft.graph.iosStoreAppAssignmentSettings/vpnConfigurationId"><Annotation Term="Org.OData.Core.V1.Description" String="This is the unique identifier (Id) of the VPN Configuration to apply to the app." /></Annotations><Annotations Target="microsoft.graph.iosVppAppAssignmentSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign an iOS VPP mobile app to a group." /></Annotations><Annotations Target="microsoft.graph.iosVppAppAssignmentSettings/useDeviceLicensing"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to use device licensing." /></Annotations><Annotations Target="microsoft.graph.iosVppAppAssignmentSettings/vpnConfigurationId"><Annotation Term="Org.OData.Core.V1.Description" String="The VPN Configuration Id to apply for this app." /></Annotations><Annotations Target="microsoft.graph.macOSIncludedApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties of an included .app in a MacOS app." /></Annotations><Annotations Target="microsoft.graph.macOSIncludedApp/bundleId"><Annotation Term="Org.OData.Core.V1.Description" String="The bundleId of the app. This maps to the CFBundleIdentifier in the app's bundle configuration." /></Annotations><Annotations Target="microsoft.graph.macOSIncludedApp/bundleVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the app. This maps to the CFBundleShortVersion in the app's bundle configuration." /></Annotations><Annotations Target="microsoft.graph.macOsLobAppAssignmentSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign a macOS LOB app to a group." /></Annotations><Annotations Target="microsoft.graph.macOsLobAppAssignmentSettings/uninstallOnDeviceRemoval"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune." /></Annotations><Annotations Target="microsoft.graph.macOSLobChildApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties of a macOS .app in the package" /></Annotations><Annotations Target="microsoft.graph.macOSLobChildApp/buildNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The build number of the app." /></Annotations><Annotations Target="microsoft.graph.macOSLobChildApp/bundleId"><Annotation Term="Org.OData.Core.V1.Description" String="The bundleId of the app." /></Annotations><Annotations Target="microsoft.graph.macOSLobChildApp/versionNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The version number of the app." /></Annotations><Annotations Target="microsoft.graph.macOSMinimumOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="The minimum operating system required for a macOS app." /></Annotations><Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v10_10"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.10 or later is required to install the app. If 'False', OS X Version 10.10 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v10_11"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.11 or later is required to install the app. If 'False', OS X Version 10.11 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v10_12"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.12 or later is required to install the app. If 'False', OS X Version 10.12 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v10_13"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.13 or later is required to install the app. If 'False', OS X Version 10.13 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v10_14"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.14 or later is required to install the app. If 'False', OS X Version 10.14 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v10_15"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.15 or later is required to install the app. If 'False', OS X Version 10.15 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v10_7"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.7 or later is required to install the app. If 'False', OS X Version 10.7 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v10_8"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.8 or later is required to install the app. If 'False', OS X Version 10.8 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v10_9"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.9 or later is required to install the app. If 'False', OS X Version 10.9 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v11_0"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 11.0 or later is required to install the app. If 'False', OS X Version 11.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v12_0"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 12.0 or later is required to install the app. If 'False', OS X Version 12.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.macOSMinimumOperatingSystem/v13_0"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 13.0 or later is required to install the app. If 'False', OS X Version 13.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE." /></Annotations><Annotations Target="microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign an Microsoft Store for Business mobile app to a group." /></Annotations><Annotations Target="microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings/useDeviceContext"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to use device execution context for Microsoft Store for Business mobile app." /></Annotations><Annotations Target="microsoft.graph.mimeContent"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for a generic mime content." /></Annotations><Annotations Target="microsoft.graph.mimeContent/type"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the content mime type." /></Annotations><Annotations Target="microsoft.graph.mimeContent/value"><Annotation Term="Org.OData.Core.V1.Description" String="The byte array that contains the actual content." /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallTimeSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to determine when to offer an app to devices and when to install the app on devices." /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallTimeSettings/deadlineDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time at which the app should be installed." /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallTimeSettings/startDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time at which the app should be available for installation." /></Annotations><Annotations Target="microsoft.graph.mobileAppInstallTimeSettings/useLocalTime"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the local device time or UTC time should be used when determining the available and deadline times." /></Annotations><Annotations Target="microsoft.graph.vppLicensingType"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for iOS Volume-Purchased Program (Vpp) Licensing Type." /></Annotations><Annotations Target="microsoft.graph.vppLicensingType/supportsDeviceLicensing"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the program supports the device licensing type." /></Annotations><Annotations Target="microsoft.graph.vppLicensingType/supportsUserLicensing"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the program supports the user licensing type." /></Annotations><Annotations Target="microsoft.graph.win32LobAppAssignmentSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign an Win32 LOB mobile app to a group." /></Annotations><Annotations Target="microsoft.graph.win32LobAppAutoUpdateSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to perform the auto-update of an application." /></Annotations><Annotations Target="microsoft.graph.win32LobAppAssignmentSettings/autoUpdateSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The auto-update settings to apply for this app assignment." /></Annotations><Annotations Target="microsoft.graph.win32LobAppAssignmentSettings/deliveryOptimizationPriority"><Annotation Term="Org.OData.Core.V1.Description" String="The delivery optimization priority for this app assignment. This setting is not supported in National Cloud environments." /></Annotations><Annotations Target="microsoft.graph.win32LobAppAssignmentSettings/installTimeSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The install time settings to apply for this app assignment." /></Annotations><Annotations Target="microsoft.graph.win32LobAppAssignmentSettings/notifications"><Annotation Term="Org.OData.Core.V1.Description" String="The notification status for this app assignment." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRestartSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties describing restart coordination following an app installation." /></Annotations><Annotations Target="microsoft.graph.win32LobAppAssignmentSettings/restartSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The reboot settings to apply for this app assignment." /></Annotations><Annotations Target="microsoft.graph.win32LobAppAutoUpdateSettings/autoUpdateSupersededAppsState"><Annotation Term="Org.OData.Core.V1.Description" String="The auto-update superseded apps state setting for the app assignment. Possible values are notConfigured and enabled. Default value is notConfigured." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRule"><Annotation Term="Org.OData.Core.V1.Description" String="A base complex type to store the detection or requirement rule data for a Win32 LOB app." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemRule"><Annotation Term="Org.OData.Core.V1.Description" String="A complex type to store file or folder rule data for a Win32 LOB app." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemRule/check32BitOn64System"><Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether to expand environment variables in the 32-bit context on 64-bit systems." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemRule/comparisonValue"><Annotation Term="Org.OData.Core.V1.Description" String="The file or folder comparison value." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemRule/fileOrFolderName"><Annotation Term="Org.OData.Core.V1.Description" String="The file or folder name to look up." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemRule/operationType"><Annotation Term="Org.OData.Core.V1.Description" String="The file system operation type." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemRule/operator"><Annotation Term="Org.OData.Core.V1.Description" String="The operator for file or folder detection." /></Annotations><Annotations Target="microsoft.graph.win32LobAppFileSystemRule/path"><Annotation Term="Org.OData.Core.V1.Description" String="The file or folder path to look up." /></Annotations><Annotations Target="microsoft.graph.win32LobAppInstallExperience"><Annotation Term="Org.OData.Core.V1.Description" String="Contains installation experience properties for a Win32 App" /></Annotations><Annotations Target="microsoft.graph.win32LobAppInstallExperience/deviceRestartBehavior"><Annotation Term="Org.OData.Core.V1.Description" String="Device restart behavior." /></Annotations><Annotations Target="microsoft.graph.win32LobAppInstallExperience/runAsAccount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of execution context the app runs in." /></Annotations><Annotations Target="microsoft.graph.win32LobAppMsiInformation"><Annotation Term="Org.OData.Core.V1.Description" String="Contains MSI app properties for a Win32 App." /></Annotations><Annotations Target="microsoft.graph.win32LobAppMsiInformation/packageType"><Annotation Term="Org.OData.Core.V1.Description" String="The MSI package type." /></Annotations><Annotations Target="microsoft.graph.win32LobAppMsiInformation/productCode"><Annotation Term="Org.OData.Core.V1.Description" String="The MSI product code." /></Annotations><Annotations Target="microsoft.graph.win32LobAppMsiInformation/productName"><Annotation Term="Org.OData.Core.V1.Description" String="The MSI product name." /></Annotations><Annotations Target="microsoft.graph.win32LobAppMsiInformation/productVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The MSI product version." /></Annotations><Annotations Target="microsoft.graph.win32LobAppMsiInformation/publisher"><Annotation Term="Org.OData.Core.V1.Description" String="The MSI publisher." /></Annotations><Annotations Target="microsoft.graph.win32LobAppMsiInformation/requiresReboot"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the MSI app requires the machine to reboot to complete installation." /></Annotations><Annotations Target="microsoft.graph.win32LobAppMsiInformation/upgradeCode"><Annotation Term="Org.OData.Core.V1.Description" String="The MSI upgrade code." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRule"><Annotation Term="Org.OData.Core.V1.Description" String="A complex type to store the PowerShell script rule data for a Win32 LOB app." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRule/comparisonValue"><Annotation Term="Org.OData.Core.V1.Description" String="The script output comparison value. Do not specify a value if the rule is used for detection." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRule/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name for the rule. Do not specify this value if the rule is used for detection." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRule/enforceSignatureCheck"><Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether a signature check is enforced." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRule/operationType"><Annotation Term="Org.OData.Core.V1.Description" String="The script output comparison operation type. Use NotConfigured (the default value) if the rule is used for detection." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRule/operator"><Annotation Term="Org.OData.Core.V1.Description" String="The script output operator. Use NotConfigured (the default value) if the rule is used for detection." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRule/runAs32Bit"><Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether the script should run as 32-bit." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRule/runAsAccount"><Annotation Term="Org.OData.Core.V1.Description" String="The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context." /></Annotations><Annotations Target="microsoft.graph.win32LobAppPowerShellScriptRule/scriptContent"><Annotation Term="Org.OData.Core.V1.Description" String="The base64-encoded script content." /></Annotations><Annotations Target="microsoft.graph.win32LobAppProductCodeRule"><Annotation Term="Org.OData.Core.V1.Description" String="A complex type to store the product code and version rule data for a Win32 LOB app. This rule is not supported as a requirement rule." /></Annotations><Annotations Target="microsoft.graph.win32LobAppProductCodeRule/productCode"><Annotation Term="Org.OData.Core.V1.Description" String="The product code of the app." /></Annotations><Annotations Target="microsoft.graph.win32LobAppProductCodeRule/productVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The product version comparison value." /></Annotations><Annotations Target="microsoft.graph.win32LobAppProductCodeRule/productVersionOperator"><Annotation Term="Org.OData.Core.V1.Description" String="The product version comparison operator." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRule"><Annotation Term="Org.OData.Core.V1.Description" String="A complex type to store registry rule data for a Win32 LOB app." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRule/check32BitOn64System"><Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether to search the 32-bit registry on 64-bit systems." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRule/comparisonValue"><Annotation Term="Org.OData.Core.V1.Description" String="The registry comparison value." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRule/keyPath"><Annotation Term="Org.OData.Core.V1.Description" String="The full path of the registry entry containing the value to detect." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRule/operationType"><Annotation Term="Org.OData.Core.V1.Description" String="The registry operation type." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRule/operator"><Annotation Term="Org.OData.Core.V1.Description" String="The operator for registry detection." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRegistryRule/valueName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the registry value to detect." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRestartSettings/countdownDisplayBeforeRestartInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="The number of minutes before the restart time to display the countdown dialog for pending restarts." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRestartSettings/gracePeriodInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="The number of minutes to wait before restarting the device after an app installation." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRestartSettings/restartNotificationSnoozeDurationInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="The number of minutes to snooze the restart notification dialog when the snooze button is selected." /></Annotations><Annotations Target="microsoft.graph.win32LobAppReturnCode"><Annotation Term="Org.OData.Core.V1.Description" String="Contains return code properties for a Win32 App" /></Annotations><Annotations Target="microsoft.graph.win32LobAppReturnCode/returnCode"><Annotation Term="Org.OData.Core.V1.Description" String="Return code." /></Annotations><Annotations Target="microsoft.graph.win32LobAppReturnCode/type"><Annotation Term="Org.OData.Core.V1.Description" String="The type of return code." /></Annotations><Annotations Target="microsoft.graph.win32LobAppRule/ruleType"><Annotation Term="Org.OData.Core.V1.Description" String="The rule type indicating the purpose of the rule." /></Annotations><Annotations Target="microsoft.graph.windowsAppXAppAssignmentSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used when assigning a Windows AppX mobile app to a group." /></Annotations><Annotations Target="microsoft.graph.windowsAppXAppAssignmentSettings/useDeviceContext"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that device execution context will be used for the AppX mobile app. When FALSE, indicates that user context will be used for the AppX mobile app. By default, this property is set to FALSE. Once this property has been set to TRUE it cannot be changed." /></Annotations><Annotations Target="microsoft.graph.windowsMinimumOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="The minimum operating system required for a Windows mobile app." /></Annotations><Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v10_0"><Annotation Term="Org.OData.Core.V1.Description" String="Windows version 10.0 or later." /></Annotations><Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v8_0"><Annotation Term="Org.OData.Core.V1.Description" String="Windows version 8.0 or later." /></Annotations><Annotations Target="microsoft.graph.windowsMinimumOperatingSystem/v8_1"><Annotation Term="Org.OData.Core.V1.Description" String="Windows version 8.1 or later." /></Annotations><Annotations Target="microsoft.graph.windowsUniversalAppXAppAssignmentSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used when assigning a Windows Universal AppX mobile app to a group." /></Annotations><Annotations Target="microsoft.graph.windowsUniversalAppXAppAssignmentSettings/useDeviceContext"><Annotation Term="Org.OData.Core.V1.Description" String="If true, uses device execution context for Windows Universal AppX mobile app. Device-context install is not allowed when this type of app is targeted with Available intent. Defaults to false." /></Annotations><Annotations Target="microsoft.graph.mobileApp"><Annotation Term="Org.OData.Core.V1.Description" String="An abstract class containing the base properties for Intune mobile apps. Note: Listing mobile apps with `$expand=assignments` has been deprecated. Instead get the list of apps without the `$expand` query on `assignments`. Then, perform the expansion on individual applications." /></Annotations><Annotations Target="microsoft.graph.mobileLobApp"><Annotation Term="Org.OData.Core.V1.Description" String="An abstract base class containing properties for all mobile line-of-business apps." /></Annotations><Annotations Target="microsoft.graph.androidLobApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Android Line Of Business apps." /></Annotations><Annotations Target="microsoft.graph.androidLobApp/minimumSupportedOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." /></Annotations><Annotations Target="microsoft.graph.androidLobApp/packageId"><Annotation Term="Org.OData.Core.V1.Description" String="The package identifier." /></Annotations><Annotations Target="microsoft.graph.androidLobApp/versionCode"><Annotation Term="Org.OData.Core.V1.Description" String="The version code of Android Line of Business (LoB) app." /></Annotations><Annotations Target="microsoft.graph.androidLobApp/versionName"><Annotation Term="Org.OData.Core.V1.Description" String="The version name of Android Line of Business (LoB) app." /></Annotations><Annotations Target="microsoft.graph.androidStoreApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Android store apps." /></Annotations><Annotations Target="microsoft.graph.androidStoreApp/appStoreUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The Android app store URL." /></Annotations><Annotations Target="microsoft.graph.androidStoreApp/minimumSupportedOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." /></Annotations><Annotations Target="microsoft.graph.androidStoreApp/packageId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The package identifier. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.deviceAppManagement"><Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device app management functionality." /></Annotations><Annotations Target="microsoft.graph.managedEBook"><Annotation Term="Org.OData.Core.V1.Description" String="An abstract class containing the base properties for Managed eBook." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/managedEBooks"><Annotation Term="Org.OData.Core.V1.Description" String="The Managed eBook." /></Annotations><Annotations Target="microsoft.graph.mobileAppCategory"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for a single Intune app category." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/mobileAppCategories"><Annotation Term="Org.OData.Core.V1.Description" String="The mobile app categories." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="An abstract class for Mobile app configuration for enrolled devices." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/mobileAppConfigurations"><Annotation Term="Org.OData.Core.V1.Description" String="The Managed Device Mobile Application Configurations." /></Annotations><Annotations Target="microsoft.graph.mobileAppRelationship"><Annotation Term="Org.OData.Core.V1.Description" String="The MobileAppRelationship describes the relationship between two mobile applications by providing information that tells if an application is dependent on or superseded by another application." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/mobileAppRelationships"><Annotation Term="Org.OData.Core.V1.Description" String="The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/mobileApps"><Annotation Term="Org.OData.Core.V1.Description" String="The mobile apps." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/isEnabledForMicrosoftStoreForBusiness"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the account is enabled for syncing applications from the Microsoft Store for Business." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/microsoftStoreForBusinessLanguage"><Annotation Term="Org.OData.Core.V1.Description" String="The locale information used to sync applications from the Microsoft Store for Business. Cultures that are specific to a country/region. The names of these cultures follow RFC 4646 (Windows Vista and later). The format is &lt;languagecode2&gt;-&lt;country/regioncode2&gt;, where &lt;languagecode2&gt; is a lowercase two-letter code derived from ISO 639-1 and &lt;country/regioncode2&gt; is an uppercase two-letter code derived from ISO 3166. For example, en-US for English (United States) is a specific culture." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/microsoftStoreForBusinessLastCompletedApplicationSyncTime"><Annotation Term="Org.OData.Core.V1.Description" String="The last time an application sync from the Microsoft Store for Business was completed." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/microsoftStoreForBusinessLastSuccessfulSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The last time the apps from the Microsoft Store for Business were synced successfully for the account." /></Annotations><Annotations Target="microsoft.graph.vppToken"><Annotation Term="Org.OData.Core.V1.Description" String="You purchase multiple licenses for iOS apps through the Apple Volume Purchase Program for Business or Education. This involves setting up an Apple VPP account from the Apple website and uploading the Apple VPP Business or Education token to Intune. You can then synchronize your volume purchase information with Intune and track your volume-purchased app use. You can upload multiple Apple VPP Business or Education tokens." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/vppTokens"><Annotation Term="Org.OData.Core.V1.Description" String="List of Vpp tokens for this organization." /></Annotations><Annotations Target="microsoft.graph.managedAppPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="The ManagedAppPolicy resource represents a base type for platform specific policies." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Policy used to configure detailed management settings for a specified set of apps" /></Annotations><Annotations Target="microsoft.graph.targetedManagedAppProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Policy used to configure detailed management settings targeted to specific security groups" /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Policy used to configure detailed management settings targeted to specific security groups and for a specified set of apps on an Android device" /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/androidManagedAppProtections"><Annotation Term="Org.OData.Core.V1.Description" String="Android managed app policies." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Policy used to configure detailed management settings for a specified set of apps for all users not targeted by a TargetedManagedAppProtection Policy" /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/defaultManagedAppProtections"><Annotation Term="Org.OData.Core.V1.Description" String="Default managed app policies." /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Policy used to configure detailed management settings targeted to specific security groups and for a specified set of apps on an iOS device" /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/iosManagedAppProtections"><Annotation Term="Org.OData.Core.V1.Description" String="iOS managed app policies." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/managedAppPolicies"><Annotation Term="Org.OData.Core.V1.Description" String="Managed app policies." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/managedAppRegistrations"><Annotation Term="Org.OData.Core.V1.Description" String="The managed app registrations." /></Annotations><Annotations Target="microsoft.graph.managedAppStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Represents app protection and configuration status for the organization." /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/managedAppStatuses"><Annotation Term="Org.OData.Core.V1.Description" String="The managed app statuses." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Policy for Windows information protection to configure detailed management settings" /></Annotations><Annotations Target="microsoft.graph.mdmWindowsInformationProtectionPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Policy for Windows information protection with MDM" /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/mdmWindowsInformationProtectionPolicies"><Annotation Term="Org.OData.Core.V1.Description" String="Windows information protection for apps running on devices which are MDM enrolled." /></Annotations><Annotations Target="microsoft.graph.managedAppConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration used to deliver a set of custom settings as-is to apps for users to whom the configuration is scoped" /></Annotations><Annotations Target="microsoft.graph.targetedManagedAppConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Configuration used to deliver a set of custom settings as-is to all users in the targeted security group" /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/targetedManagedAppConfigurations"><Annotation Term="Org.OData.Core.V1.Description" String="Targeted managed app configurations." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Policy for Windows information protection without MDM" /></Annotations><Annotations Target="microsoft.graph.deviceAppManagement/windowsInformationProtectionPolicies"><Annotation Term="Org.OData.Core.V1.Description" String="Windows information protection for apps running on devices which are not MDM enrolled." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExportJob"><Annotation Term="Org.OData.Core.V1.Description" String="Entity representing a job to export a report." /></Annotations><Annotations Target="microsoft.graph.deviceManagementReports/exportJobs"><Annotation Term="Org.OData.Core.V1.Description" String="Entity representing a job to export a report." /></Annotations><Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/content"><Annotation Term="Org.OData.Core.V1.Description" String="The Windows Enterprise Code-Signing Certificate in the raw data format. Set to null once certificate has been uploaded and other properties have been populated." /></Annotations><Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/expirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The cert expiration date and time (using ISO 8601 format, in UTC time). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported." /></Annotations><Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/issuer"><Annotation Term="Org.OData.Core.V1.Description" String="The issuer value for the cert. This might contain information such as country (C), state or province (S), locality (L), common name of the cert (CN), organization (O), and organizational unit (OU). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported." /></Annotations><Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/issuerName"><Annotation Term="Org.OData.Core.V1.Description" String="The issuer name for the cert. This might contain information such as country (C), state or province (S), locality (L), common name of the cert (CN), organization (O), and organizational unit (OU). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported." /></Annotations><Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/status"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the Certificate Status Provisioned or not Provisioned. Possible values are: notProvisioned, provisioned. Default is notProvisioned. Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported." /></Annotations><Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/subject"><Annotation Term="Org.OData.Core.V1.Description" String="The subject value for the cert. This might contain information such as country (C), state or province (S), locality (L), common name of the cert (CN), organization (O), and organizational unit (OU). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported." /></Annotations><Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/subjectName"><Annotation Term="Org.OData.Core.V1.Description" String="The subject name for the cert. This might contain information such as country (C), state or province (S), locality (L), common name of the cert (CN), organization (O), and organizational unit (OU). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported." /></Annotations><Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/uploadDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date time of CodeSigning Cert when it is uploaded (using ISO 8601 format, in UTC time). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported." /></Annotations><Annotations Target="microsoft.graph.iosiPadOSWebClip"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for iOS web apps." /></Annotations><Annotations Target="microsoft.graph.iosiPadOSWebClip/appUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates iOS/iPadOS web clip app URL. Example: &quot;https://www.contoso.com&quot;" /></Annotations><Annotations Target="microsoft.graph.iosiPadOSWebClip/useManagedBrowser"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to use managed browser. When TRUE, the app will be required to be opened in Microsoft Edge. When FALSE, the app will not be required to be opened in Microsoft Edge. By default, this property is set to FALSE." /></Annotations><Annotations Target="microsoft.graph.iosLobApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for iOS Line Of Business apps." /></Annotations><Annotations Target="microsoft.graph.iosLobApp/applicableDeviceType"><Annotation Term="Org.OData.Core.V1.Description" String="The iOS architecture for which this app can run on." /></Annotations><Annotations Target="microsoft.graph.iosLobApp/buildNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The build number of iOS Line of Business (LoB) app." /></Annotations><Annotations Target="microsoft.graph.iosLobApp/bundleId"><Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." /></Annotations><Annotations Target="microsoft.graph.iosLobApp/expirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The expiration time." /></Annotations><Annotations Target="microsoft.graph.iosLobApp/minimumSupportedOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." /></Annotations><Annotations Target="microsoft.graph.iosLobApp/versionNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The version number of iOS Line of Business (LoB) app." /></Annotations><Annotations Target="microsoft.graph.iosLobAppProvisioningConfigurationAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for Group Assignment of an iOS LOB App Provisioning and Configuration." /></Annotations><Annotations Target="microsoft.graph.iosLobAppProvisioningConfigurationAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The target group assignment defined by the admin." /></Annotations><Annotations Target="microsoft.graph.iosMobileAppConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties, inherited properties and actions for iOS mobile app configurations." /></Annotations><Annotations Target="microsoft.graph.iosMobileAppConfiguration/encodedSettingXml"><Annotation Term="Org.OData.Core.V1.Description" String="mdm app configuration Base64 binary." /></Annotations><Annotations Target="microsoft.graph.iosMobileAppConfiguration/settings"><Annotation Term="Org.OData.Core.V1.Description" String="app configuration setting items." /></Annotations><Annotations Target="microsoft.graph.iosStoreApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for iOS store apps." /></Annotations><Annotations Target="microsoft.graph.iosStoreApp/applicableDeviceType"><Annotation Term="Org.OData.Core.V1.Description" String="The iOS architecture for which this app can run on." /></Annotations><Annotations Target="microsoft.graph.iosStoreApp/appStoreUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The Apple App Store URL" /></Annotations><Annotations Target="microsoft.graph.iosStoreApp/bundleId"><Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." /></Annotations><Annotations Target="microsoft.graph.iosStoreApp/minimumSupportedOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." /></Annotations><Annotations Target="microsoft.graph.iosVppApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for iOS Volume-Purchased Program (VPP) Apps." /></Annotations><Annotations Target="microsoft.graph.iosVppApp/applicableDeviceType"><Annotation Term="Org.OData.Core.V1.Description" String="The applicable iOS Device Type." /></Annotations><Annotations Target="microsoft.graph.iosVppApp/appStoreUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The store URL." /></Annotations><Annotations Target="microsoft.graph.iosVppApp/bundleId"><Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." /></Annotations><Annotations Target="microsoft.graph.iosVppApp/licensingType"><Annotation Term="Org.OData.Core.V1.Description" String="The supported License Type." /></Annotations><Annotations Target="microsoft.graph.iosVppApp/releaseDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The VPP application release date and time." /></Annotations><Annotations Target="microsoft.graph.iosVppApp/totalLicenseCount"><Annotation Term="Org.OData.Core.V1.Description" String="The total number of VPP licenses." /></Annotations><Annotations Target="microsoft.graph.iosVppApp/usedLicenseCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of VPP licenses in use." /></Annotations><Annotations Target="microsoft.graph.iosVppApp/vppTokenAccountType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: `business`, `education`." /></Annotations><Annotations Target="microsoft.graph.iosVppApp/vppTokenAppleId"><Annotation Term="Org.OData.Core.V1.Description" String="The Apple Id associated with the given Apple Volume Purchase Program Token." /></Annotations><Annotations Target="microsoft.graph.iosVppApp/vppTokenOrganizationName"><Annotation Term="Org.OData.Core.V1.Description" String="The organization associated with the Apple Volume Purchase Program Token" /></Annotations><Annotations Target="microsoft.graph.macOSDmgApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for the MacOS DMG (Apple Disk Image) App." /></Annotations><Annotations Target="microsoft.graph.macOSDmgApp/ignoreVersionDetection"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the app's version will NOT be used to detect if the app is installed on a device. When FALSE, indicates that the app's version will be used to detect if the app is installed on a device. Set this to true for apps that use a self update feature. The default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.macOSDmgApp/includedApps"><Annotation Term="Org.OData.Core.V1.Description" String="The list of .apps expected to be installed by the DMG (Apple Disk Image). This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.macOSDmgApp/minimumSupportedOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="ComplexType macOSMinimumOperatingSystem that indicates the minimum operating system applicable for the application." /></Annotations><Annotations Target="microsoft.graph.macOSDmgApp/primaryBundleId"><Annotation Term="Org.OData.Core.V1.Description" String="The bundleId of the primary .app in the DMG (Apple Disk Image). This maps to the CFBundleIdentifier in the app's bundle configuration." /></Annotations><Annotations Target="microsoft.graph.macOSDmgApp/primaryBundleVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the primary .app in the DMG (Apple Disk Image). This maps to the CFBundleShortVersion in the app's bundle configuration." /></Annotations><Annotations Target="microsoft.graph.macOSLobApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for the macOS LOB App." /></Annotations><Annotations Target="microsoft.graph.macOSLobApp/buildNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The build number of the package. This should match the package CFBundleShortVersionString of the .pkg file." /></Annotations><Annotations Target="microsoft.graph.macOSLobApp/bundleId"><Annotation Term="Org.OData.Core.V1.Description" String="The primary bundleId of the package." /></Annotations><Annotations Target="microsoft.graph.macOSLobApp/childApps"><Annotation Term="Org.OData.Core.V1.Description" String="List of ComplexType macOSLobChildApp objects. Represents the apps expected to be installed by the package." /></Annotations><Annotations Target="microsoft.graph.macOSLobApp/ignoreVersionDetection"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the app's version will NOT be used to detect if the app is installed on a device. When FALSE, indicates that the app's version will be used to detect if the app is installed on a device. Set this to true for apps that use a self update feature. The default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.macOSLobApp/installAsManaged"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the app will be installed as managed (requires macOS 11.0 and other managed package restrictions). When FALSE, indicates that the app will be installed as unmanaged. The default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.macOSLobApp/md5Hash"><Annotation Term="Org.OData.Core.V1.Description" String="The MD5 hash codes. This is empty if the package was uploaded directly. If the Intune App Wrapping Tool is used to create a .intunemac, this value can be found inside the Detection.xml file." /></Annotations><Annotations Target="microsoft.graph.macOSLobApp/md5HashChunkSize"><Annotation Term="Org.OData.Core.V1.Description" String="The chunk size for MD5 hash. This is '0' or empty if the package was uploaded directly. If the Intune App Wrapping Tool is used to create a .intunemac, this value can be found inside the Detection.xml file." /></Annotations><Annotations Target="microsoft.graph.macOSLobApp/minimumSupportedOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="ComplexType macOSMinimumOperatingSystem that indicates the minimum operating system applicable for the application." /></Annotations><Annotations Target="microsoft.graph.macOSLobApp/versionNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The version number of the package. This should match the package CFBundleVersion in the packageinfo file." /></Annotations><Annotations Target="microsoft.graph.macOSMicrosoftDefenderApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for the macOS Microsoft Defender App." /></Annotations><Annotations Target="microsoft.graph.macOSMicrosoftEdgeApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for the macOS Microsoft Edge App." /></Annotations><Annotations Target="microsoft.graph.macOSMicrosoftEdgeApp/channel"><Annotation Term="Org.OData.Core.V1.Description" String="The channel to install on target devices." /></Annotations><Annotations Target="microsoft.graph.macOSOfficeSuiteApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for the MacOS Office Suite App." /></Annotations><Annotations Target="microsoft.graph.managedApp"><Annotation Term="Org.OData.Core.V1.Description" String="Abstract class that contains properties and inherited properties for apps that you can manage with an Intune app protection policy." /></Annotations><Annotations Target="microsoft.graph.managedMobileLobApp"><Annotation Term="Org.OData.Core.V1.Description" String="An abstract base class containing properties for all managed mobile line-of-business apps." /></Annotations><Annotations Target="microsoft.graph.managedAndroidLobApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Managed Android Line Of Business apps." /></Annotations><Annotations Target="microsoft.graph.managedAndroidLobApp/minimumSupportedOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." /></Annotations><Annotations Target="microsoft.graph.managedAndroidLobApp/packageId"><Annotation Term="Org.OData.Core.V1.Description" String="The package identifier." /></Annotations><Annotations Target="microsoft.graph.managedAndroidLobApp/versionCode"><Annotation Term="Org.OData.Core.V1.Description" String="The version code of managed Android Line of Business (LoB) app." /></Annotations><Annotations Target="microsoft.graph.managedAndroidLobApp/versionName"><Annotation Term="Org.OData.Core.V1.Description" String="The version name of managed Android Line of Business (LoB) app." /></Annotations><Annotations Target="microsoft.graph.managedAndroidStoreApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Android store apps that you can manage with an Intune app protection policy." /></Annotations><Annotations Target="microsoft.graph.managedAndroidStoreApp/appStoreUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The Android AppStoreUrl." /></Annotations><Annotations Target="microsoft.graph.managedAndroidStoreApp/minimumSupportedOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum supported operating system." /></Annotations><Annotations Target="microsoft.graph.managedAndroidStoreApp/packageId"><Annotation Term="Org.OData.Core.V1.Description" String="The app's package ID." /></Annotations><Annotations Target="microsoft.graph.managedApp/appAvailability"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The Application's availability. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedApp/version"><Annotation Term="Org.OData.Core.V1.Description" String="The Application's version." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was created." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/description"><Annotation Term="Org.OData.Core.V1.Description" String="Admin provided description of the Device Configuration." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Admin provided name of the device configuration." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/targetedMobileApps"><Annotation Term="Org.OData.Core.V1.Description" String="the associated app." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the device configuration." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="Contains the properties used to assign an MDM app configuration to a group." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignemenets for app configration." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties, inherited properties and actions for an MDM mobile app configuration status for a device." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/deviceStatuses"><Annotation Term="Org.OData.Core.V1.Description" String="List of ManagedDeviceMobileAppConfigurationDeviceStatus." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties, inherited properties and actions for an MDM mobile app configuration device status summary." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/deviceStatusSummary"><Annotation Term="Org.OData.Core.V1.Description" String="App configuration device status summary." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties, inherited properties and actions for an MDM mobile app configuration status for a user." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/userStatuses"><Annotation Term="Org.OData.Core.V1.Description" String="List of ManagedDeviceMobileAppConfigurationUserStatus." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties, inherited properties and actions for an MDM mobile app configuration user status summary." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfiguration/userStatusSummary"><Annotation Term="Org.OData.Core.V1.Description" String="App configuration user status summary." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="Assignment target that the T&amp;C policy is assigned to." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus/complianceGracePeriodExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus/deviceDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Device name of the DevicePolicyStatus." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus/deviceModel"><Annotation Term="Org.OData.Core.V1.Description" String="The device model that is being reported" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus/lastReportedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus/status"><Annotation Term="Org.OData.Core.V1.Description" String="Compliance status of the policy report." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus/userName"><Annotation Term="Org.OData.Core.V1.Description" String="The User Name that is being reported" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary/configurationVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the policy for that overview" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary/errorCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary/failedCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of failed devices" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary/lastUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last update time" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary/notApplicableCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary/pendingCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of pending devices" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary/successCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded devices" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserStatus/devicesCount"><Annotation Term="Org.OData.Core.V1.Description" String="Devices count for that user." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserStatus/lastReportedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserStatus/status"><Annotation Term="Org.OData.Core.V1.Description" String="Compliance status of the policy report." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserStatus/userDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="User name of the DevicePolicyStatus." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserStatus/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary/configurationVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the policy for that overview" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary/errorCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of error Users" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary/failedCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of failed Users" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary/lastUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last update time" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary/notApplicableCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable users" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary/pendingCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of pending Users" /></Annotations><Annotations Target="microsoft.graph.managedDeviceMobileAppConfigurationUserSummary/successCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded Users" /></Annotations><Annotations Target="microsoft.graph.managedIOSLobApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Managed iOS Line Of Business apps." /></Annotations><Annotations Target="microsoft.graph.managedIOSLobApp/applicableDeviceType"><Annotation Term="Org.OData.Core.V1.Description" String="The iOS architecture for which this app can run on." /></Annotations><Annotations Target="microsoft.graph.managedIOSLobApp/buildNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The build number of managed iOS Line of Business (LoB) app." /></Annotations><Annotations Target="microsoft.graph.managedIOSLobApp/bundleId"><Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name." /></Annotations><Annotations Target="microsoft.graph.managedIOSLobApp/expirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The expiration time." /></Annotations><Annotations Target="microsoft.graph.managedIOSLobApp/minimumSupportedOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system." /></Annotations><Annotations Target="microsoft.graph.managedIOSLobApp/versionNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The version number of managed iOS Line of Business (LoB) app." /></Annotations><Annotations Target="microsoft.graph.managedIOSStoreApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for an iOS store app that you can manage with an Intune app protection policy." /></Annotations><Annotations Target="microsoft.graph.managedIOSStoreApp/applicableDeviceType"><Annotation Term="Org.OData.Core.V1.Description" String="The iOS architecture for which this app can run on." /></Annotations><Annotations Target="microsoft.graph.managedIOSStoreApp/appStoreUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The Apple AppStoreUrl." /></Annotations><Annotations Target="microsoft.graph.managedIOSStoreApp/bundleId"><Annotation Term="Org.OData.Core.V1.Description" String="The app's Bundle ID." /></Annotations><Annotations Target="microsoft.graph.managedIOSStoreApp/minimumSupportedOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum supported operating system." /></Annotations><Annotations Target="microsoft.graph.managedMobileLobApp/committedContentVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The internal committed content version." /></Annotations><Annotations Target="microsoft.graph.managedMobileLobApp/fileName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the main LOB application file." /></Annotations><Annotations Target="microsoft.graph.managedMobileLobApp/size"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The total size, including all uploaded files. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.mobileAppContent"><Annotation Term="Org.OData.Core.V1.Description" String="Contains content properties for a specific app version. Each mobileAppContent can have multiple mobileAppContentFile." /></Annotations><Annotations Target="microsoft.graph.managedMobileLobApp/contentVersions"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The list of content versions for this app. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.microsoftStoreForBusinessApp"><Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Store for Business Apps. This class does not support Create, Delete, or Update." /></Annotations><Annotations Target="microsoft.graph.microsoftStoreForBusinessApp/licenseType"><Annotation Term="Org.OData.Core.V1.Description" String="The app license type" /></Annotations><Annotations Target="microsoft.graph.microsoftStoreForBusinessApp/packageIdentityName"><Annotation Term="Org.OData.Core.V1.Description" String="The app package identifier" /></Annotations><Annotations Target="microsoft.graph.microsoftStoreForBusinessApp/productKey"><Annotation Term="Org.OData.Core.V1.Description" String="The app product key" /></Annotations><Annotations Target="microsoft.graph.microsoftStoreForBusinessApp/totalLicenseCount"><Annotation Term="Org.OData.Core.V1.Description" String="The total number of Microsoft Store for Business licenses." /></Annotations><Annotations Target="microsoft.graph.microsoftStoreForBusinessApp/usedLicenseCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of Microsoft Store for Business licenses in use." /></Annotations><Annotations Target="microsoft.graph.mobileApp/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the app was created. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.mobileApp/description"><Annotation Term="Org.OData.Core.V1.Description" String="The description of the app." /></Annotations><Annotations Target="microsoft.graph.mobileApp/developer"><Annotation Term="Org.OData.Core.V1.Description" String="The developer of the app." /></Annotations><Annotations Target="microsoft.graph.mobileApp/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The admin provided or imported title of the app." /></Annotations><Annotations Target="microsoft.graph.mobileApp/informationUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The more information Url." /></Annotations><Annotations Target="microsoft.graph.mobileApp/isFeatured"><Annotation Term="Org.OData.Core.V1.Description" String="The value indicating whether the app is marked as featured by the admin." /></Annotations><Annotations Target="microsoft.graph.mobileApp/largeIcon"><Annotation Term="Org.OData.Core.V1.Description" String="The large icon, to be displayed in the app details and used for upload of the icon." /></Annotations><Annotations Target="microsoft.graph.mobileApp/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the app was last modified. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.mobileApp/notes"><Annotation Term="Org.OData.Core.V1.Description" String="Notes for the app." /></Annotations><Annotations Target="microsoft.graph.mobileApp/owner"><Annotation Term="Org.OData.Core.V1.Description" String="The owner of the app." /></Annotations><Annotations Target="microsoft.graph.mobileApp/privacyInformationUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The privacy statement Url." /></Annotations><Annotations Target="microsoft.graph.mobileApp/publisher"><Annotation Term="Org.OData.Core.V1.Description" String="The publisher of the app." /></Annotations><Annotations Target="microsoft.graph.mobileApp/publishingState"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The publishing state for the app. The app cannot be assigned unless the app is published. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.mobileAppAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties used for Group Assignment of a Mobile App." /></Annotations><Annotations Target="microsoft.graph.mobileApp/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for this mobile app." /></Annotations><Annotations Target="microsoft.graph.mobileApp/categories"><Annotation Term="Org.OData.Core.V1.Description" String="The list of categories for this app." /></Annotations><Annotations Target="microsoft.graph.mobileAppAssignment/intent"><Annotation Term="Org.OData.Core.V1.Description" String="The install intent defined by the admin." /></Annotations><Annotations Target="microsoft.graph.mobileAppAssignment/settings"><Annotation Term="Org.OData.Core.V1.Description" String="The settings for target assignment defined by the admin." /></Annotations><Annotations Target="microsoft.graph.mobileAppAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The target group assignment defined by the admin." /></Annotations><Annotations Target="microsoft.graph.mobileAppCategory/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the app category." /></Annotations><Annotations Target="microsoft.graph.mobileAppCategory/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the mobileAppCategory was last modified. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.mobileContainedApp"><Annotation Term="Org.OData.Core.V1.Description" String="An abstract class that represents a contained app in a mobileApp acting as a package." /></Annotations><Annotations Target="microsoft.graph.mobileAppContent/containedApps"><Annotation Term="Org.OData.Core.V1.Description" String="The collection of contained apps in a MobileLobApp acting as a package." /></Annotations><Annotations Target="microsoft.graph.mobileAppContentFile"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for a single installer file that is associated with a given mobileAppContent version." /></Annotations><Annotations Target="microsoft.graph.mobileAppContent/files"><Annotation Term="Org.OData.Core.V1.Description" String="The list of files for this app content version." /></Annotations><Annotations Target="microsoft.graph.mobileAppContentFile/azureStorageUri"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Azure Storage URI that the file is uploaded to. Created by the service upon receiving a valid mobileAppContentFile. Read-only. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.mobileAppContentFile/azureStorageUriExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the date and time when the Azure storage URI expires, in ISO 8601 format. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.mobileAppContentFile/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates created date and time associated with app content file, in ISO 8601 format. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.mobileAppContentFile/isCommitted"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="A value indicating whether the file is committed. A committed app content file has been fully uploaded and validated by the Intune service. TRUE means that app content file is committed, FALSE means that app content file is not committed. Defaults to FALSE. Read-only. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.mobileAppContentFile/isDependency"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether this content file is a dependency for the main content file. TRUE means that the content file is a dependency, FALSE means that the content file is not a dependency and is the main content file. Defaults to FALSE." /></Annotations><Annotations Target="microsoft.graph.mobileAppContentFile/manifest"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the manifest information, containing file metadata." /></Annotations><Annotations Target="microsoft.graph.mobileAppContentFile/name"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the name of the file." /></Annotations><Annotations Target="microsoft.graph.mobileAppContentFile/size"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the original size of the file, in bytes." /></Annotations><Annotations Target="microsoft.graph.mobileAppContentFile/sizeEncrypted"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the size of the file after encryption, in bytes." /></Annotations><Annotations Target="microsoft.graph.mobileAppContentFile/uploadState"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the state of the current upload request. Possible values are: success, transientError, error, unknown, azureStorageUriRequestSuccess, azureStorageUriRequestPending, azureStorageUriRequestFailed, azureStorageUriRequestTimedOut, azureStorageUriRenewalSuccess, azureStorageUriRenewalPending, azureStorageUriRenewalFailed, azureStorageUriRenewalTimedOut, commitFileSuccess, commitFilePending, commitFileFailed, commitFileTimedOut. Default value is success. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.mobileAppRelationship/sourceDisplayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The display name of the app that is the source of the mobile app relationship entity. For example: Orca. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.mobileAppRelationship/sourceDisplayVersion"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The display version of the app that is the source of the mobile app relationship entity. For example 1.0.12 or 1.2203.156 or 3. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.mobileAppRelationship/sourceId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The unique app identifier of the source of the mobile app relationship entity. For example: 2dbc75b9-e993-4e4d-a071-91ac5a218672. If null during relationship creation, then it will be populated with parent Id. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.mobileAppRelationship/sourcePublisherDisplayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The publisher display name of the app that is the source of the mobile app relationship entity. For example: Fabrikam. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.mobileAppRelationship/targetDisplayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The display name of the app that is the target of the mobile app relationship entity. For example: Firefox Setup 52.0.2 32bit.intunewin. Maximum length is 500 characters. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.mobileAppRelationship/targetDisplayVersion"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The display version of the app that is the target of the mobile app relationship entity. For example 1.0 or 1.2203.156. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.mobileAppRelationship/targetId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique app identifier of the target of the mobile app relationship entity. For example: 2dbc75b9-e993-4e4d-a071-91ac5a218672. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy." /></Annotations><Annotations Target="microsoft.graph.mobileAppRelationship/targetPublisherDisplayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The publisher display name of the app that is the target of the mobile app relationship entity. For example: Fabrikam. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.mobileLobApp/committedContentVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The internal committed content version." /></Annotations><Annotations Target="microsoft.graph.mobileLobApp/fileName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the main LOB application file." /></Annotations><Annotations Target="microsoft.graph.mobileLobApp/size"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The total size, including all uploaded files. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.mobileLobApp/contentVersions"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The list of content versions for this app. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.webApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for web apps." /></Annotations><Annotations Target="microsoft.graph.webApp/appUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The web app URL. This property cannot be PATCHed." /></Annotations><Annotations Target="microsoft.graph.webApp/useManagedBrowser"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to use managed browser. This property is only applicable for Android and IOS." /></Annotations><Annotations Target="microsoft.graph.win32LobApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Win32 apps." /></Annotations><Annotations Target="microsoft.graph.win32LobApp/allowedArchitectures"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Windows architecture(s) this app should be installed on. The app will be treated as not applicable for devices with architectures not matching the selected value. When a non-null value is provided for the `allowedArchitectures` property, the value of the `applicableArchitectures` property is set to `none`. Possible values are: `null`, `x86`, `x64`, `arm64`." /></Annotations><Annotations Target="microsoft.graph.win32LobApp/applicableArchitectures"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Windows architecture(s) this app should be installed on. The app will be treated as not applicable for devices with architectures not matching the selected value. When a non-null value is provided for the `allowedArchitectures` property, the value of the `applicableArchitectures` property is set to `none`. Default value is `none`. Possible values are: `none`, `x86`, `x64`." /></Annotations><Annotations Target="microsoft.graph.win32LobApp/installCommandLine"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the command line to install this app. Used to install the Win32 app. Example: `msiexec /i &quot;Orca.Msi&quot; /qn`." /></Annotations><Annotations Target="microsoft.graph.win32LobApp/installExperience"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the install experience for this app." /></Annotations><Annotations Target="microsoft.graph.win32LobApp/minimumCpuSpeedInMHz"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the value for the minimum CPU speed which is required to install this app. Allowed range from `0` to `clock speed from WMI helper`." /></Annotations><Annotations Target="microsoft.graph.win32LobApp/minimumFreeDiskSpaceInMB"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the value for the minimum free disk space which is required to install this app. Allowed range from `0` to `driver's maximum available free space`." /></Annotations><Annotations Target="microsoft.graph.win32LobApp/minimumMemoryInMB"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the value for the minimum physical memory which is required to install this app. Allowed range from `0` to `total physical memory from WMI helper`." /></Annotations><Annotations Target="microsoft.graph.win32LobApp/minimumNumberOfProcessors"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the value for the minimum number of processors which is required to install this app. Minimum value is `0`." /></Annotations><Annotations Target="microsoft.graph.win32LobApp/minimumSupportedWindowsRelease"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the value for the minimum supported windows release. Example: `Windows11_23H2`." /></Annotations><Annotations Target="microsoft.graph.win32LobApp/msiInformation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the MSI details if this Win32 app is an MSI app." /></Annotations><Annotations Target="microsoft.graph.win32LobApp/returnCodes"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the return codes for post installation behavior." /></Annotations><Annotations Target="microsoft.graph.win32LobApp/rules"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the detection and requirement rules for this app. Possible values are: `Win32LobAppFileSystemRule, Win32LobAppPowerShellScriptRule, Win32LobAppProductCodeRule, Win32LobAppRegistryRule`." /></Annotations><Annotations Target="microsoft.graph.win32LobApp/setupFilePath"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the relative path of the setup file in the encrypted Win32LobApp package. Example: `Intel-SA-00075 Detection and Mitigation Tool.msi`." /></Annotations><Annotations Target="microsoft.graph.win32LobApp/uninstallCommandLine"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the command line to uninstall this app. Used to uninstall the app. Example: `msiexec /x &quot;{85F4CBCB-9BBC-4B50-A7D8-E1106771498D}&quot; /qn`." /></Annotations><Annotations Target="microsoft.graph.windowsAppX"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows AppX Line Of Business apps." /></Annotations><Annotations Target="microsoft.graph.windowsAppX/applicableArchitectures"><Annotation Term="Org.OData.Core.V1.Description" String="The Windows architecture(s) on which this app can run. Possible values are: `none`, `x86`, `x64`, `arm`, `neutral`; default value is `none`." /></Annotations><Annotations Target="microsoft.graph.windowsAppX/identityName"><Annotation Term="Org.OData.Core.V1.Description" String="The identity name of the uploaded app package. For example: &quot;Contoso.DemoApp&quot;." /></Annotations><Annotations Target="microsoft.graph.windowsAppX/identityPublisherHash"><Annotation Term="Org.OData.Core.V1.Description" String="The identity publisher hash of the uploaded app package. This is the hash of the publisher from the manifest. For example: &quot;AB82CD0XYZ&quot;." /></Annotations><Annotations Target="microsoft.graph.windowsAppX/identityResourceIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The identity resource identifier of the uploaded app package. For example: &quot;TestResourceId&quot;." /></Annotations><Annotations Target="microsoft.graph.windowsAppX/identityVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The identity version of the uploaded app package. For example: &quot;1.0.0.0&quot;." /></Annotations><Annotations Target="microsoft.graph.windowsAppX/isBundle"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the app is a bundle. When FALSE, indicates that the app is not a bundle. By default, property is set to FALSE." /></Annotations><Annotations Target="microsoft.graph.windowsAppX/minimumSupportedOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable operating system. Valid values for a WindowsAppX app include `v8_0`, `v8_1` and `v10_0`. If the app is a bundle, the minimum supported OS has to be at least `v8_1`." /></Annotations><Annotations Target="microsoft.graph.windowsMicrosoftEdgeApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for the Microsoft Edge app on Windows." /></Annotations><Annotations Target="microsoft.graph.windowsMicrosoftEdgeApp/channel"><Annotation Term="Org.OData.Core.V1.Description" String="The channel to install on target devices. The possible values are dev, beta, and stable. By default, this property is set to dev." /></Annotations><Annotations Target="microsoft.graph.windowsMicrosoftEdgeApp/displayLanguageLocale"><Annotation Term="Org.OData.Core.V1.Description" String="The language locale to use when the Edge app displays text to the user." /></Annotations><Annotations Target="microsoft.graph.windowsMobileMSI"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows Mobile MSI Line Of Business apps." /></Annotations><Annotations Target="microsoft.graph.windowsMobileMSI/commandLine"><Annotation Term="Org.OData.Core.V1.Description" String="The command line." /></Annotations><Annotations Target="microsoft.graph.windowsMobileMSI/ignoreVersionDetection"><Annotation Term="Org.OData.Core.V1.Description" String="A boolean to control whether the app's version will be used to detect the app after it is installed on a device. Set this to true for Windows Mobile MSI Line of Business (LoB) apps that use a self update feature." /></Annotations><Annotations Target="microsoft.graph.windowsMobileMSI/productCode"><Annotation Term="Org.OData.Core.V1.Description" String="The product code." /></Annotations><Annotations Target="microsoft.graph.windowsMobileMSI/productVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The product version of Windows Mobile MSI Line of Business (LoB) app." /></Annotations><Annotations Target="microsoft.graph.windowsUniversalAppX"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows Universal AppX Line Of Business apps. Inherits from `mobileLobApp`." /></Annotations><Annotations Target="microsoft.graph.windowsUniversalAppX/applicableArchitectures"><Annotation Term="Org.OData.Core.V1.Description" String="The Windows architecture(s) for which this app can run on. Possible values are: `none`, `x86`, `x64`, `arm`, `neutral`; default value is `none`." /></Annotations><Annotations Target="microsoft.graph.windowsUniversalAppX/applicableDeviceTypes"><Annotation Term="Org.OData.Core.V1.Description" String="The Windows device type(s) for which this app can run on. Possible values are: `none`, `desktop`, `mobile`, `holographic`, `team`; default value is `none`." /></Annotations><Annotations Target="microsoft.graph.windowsUniversalAppX/identityName"><Annotation Term="Org.OData.Core.V1.Description" String="The Identity Name of the app, parsed from the appx file when it is uploaded through the Intune MEM console. For example: &quot;Contoso.DemoApp&quot;." /></Annotations><Annotations Target="microsoft.graph.windowsUniversalAppX/identityPublisherHash"><Annotation Term="Org.OData.Core.V1.Description" String="The Identity Publisher Hash of the app, parsed from the appx file when it is uploaded through the Intune MEM console. For example: &quot;AB82CD0XYZ&quot;." /></Annotations><Annotations Target="microsoft.graph.windowsUniversalAppX/identityResourceIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The Identity Resource Identifier of the app, parsed from the appx file when it is uploaded through the Intune MEM console. For example: &quot;TestResourceId&quot;." /></Annotations><Annotations Target="microsoft.graph.windowsUniversalAppX/identityVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The Identity Version of the app, parsed from the appx file when it is uploaded through the Intune MEM console.  For example: &quot;1.0.0.0&quot;." /></Annotations><Annotations Target="microsoft.graph.windowsUniversalAppX/isBundle"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not the app is a bundle. If TRUE, app is a bundle; if FALSE, app is not a bundle." /></Annotations><Annotations Target="microsoft.graph.windowsUniversalAppX/minimumSupportedOperatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="The value for the minimum applicable Windows operating system." /></Annotations><Annotations Target="microsoft.graph.windowsUniversalAppX/committedContainedApps"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.windowsUniversalAppXContainedApp"><Annotation Term="Org.OData.Core.V1.Description" String="A class that represents a contained app of a WindowsUniversalAppX app." /></Annotations><Annotations Target="microsoft.graph.windowsUniversalAppXContainedApp/appUserModelId"><Annotation Term="Org.OData.Core.V1.Description" String="The app user model ID of the contained app of a WindowsUniversalAppX app." /></Annotations><Annotations Target="microsoft.graph.windowsWebApp"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties and inherited properties for Windows web apps." /></Annotations><Annotations Target="microsoft.graph.windowsWebApp/appUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Windows web app URL. Example: &quot;https://www.contoso.com&quot;" /></Annotations><Annotations Target="microsoft.graph.auditActor"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties for Audit Actor." /></Annotations><Annotations Target="microsoft.graph.auditActor/applicationDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the Application." /></Annotations><Annotations Target="microsoft.graph.auditActor/applicationId"><Annotation Term="Org.OData.Core.V1.Description" String="AAD Application Id." /></Annotations><Annotations Target="microsoft.graph.auditActor/auditActorType"><Annotation Term="Org.OData.Core.V1.Description" String="Actor Type." /></Annotations><Annotations Target="microsoft.graph.auditActor/ipAddress"><Annotation Term="Org.OData.Core.V1.Description" String="IPAddress." /></Annotations><Annotations Target="microsoft.graph.auditActor/servicePrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="Service Principal Name (SPN)." /></Annotations><Annotations Target="microsoft.graph.auditActor/userId"><Annotation Term="Org.OData.Core.V1.Description" String="User Id." /></Annotations><Annotations Target="microsoft.graph.auditActor/userPermissions"><Annotation Term="Org.OData.Core.V1.Description" String="List of user permissions when the audit was performed." /></Annotations><Annotations Target="microsoft.graph.auditActor/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name (UPN)." /></Annotations><Annotations Target="microsoft.graph.auditProperty"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties for Audit Property." /></Annotations><Annotations Target="microsoft.graph.auditProperty/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name." /></Annotations><Annotations Target="microsoft.graph.auditProperty/newValue"><Annotation Term="Org.OData.Core.V1.Description" String="New value." /></Annotations><Annotations Target="microsoft.graph.auditProperty/oldValue"><Annotation Term="Org.OData.Core.V1.Description" String="Old value." /></Annotations><Annotations Target="microsoft.graph.auditResource"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties for Audit Resource." /></Annotations><Annotations Target="microsoft.graph.auditResource/auditResourceType"><Annotation Term="Org.OData.Core.V1.Description" String="Audit resource's type." /></Annotations><Annotations Target="microsoft.graph.auditResource/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name." /></Annotations><Annotations Target="microsoft.graph.auditResource/modifiedProperties"><Annotation Term="Org.OData.Core.V1.Description" String="List of modified properties." /></Annotations><Annotations Target="microsoft.graph.auditResource/resourceId"><Annotation Term="Org.OData.Core.V1.Description" String="Audit resource's Id." /></Annotations><Annotations Target="microsoft.graph.auditEvent/activity"><Annotation Term="Org.OData.Core.V1.Description" String="Friendly name of the activity." /></Annotations><Annotations Target="microsoft.graph.auditEvent/activityDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date time in UTC when the activity was performed." /></Annotations><Annotations Target="microsoft.graph.auditEvent/activityOperationType"><Annotation Term="Org.OData.Core.V1.Description" String="The HTTP operation type of the activity." /></Annotations><Annotations Target="microsoft.graph.auditEvent/activityResult"><Annotation Term="Org.OData.Core.V1.Description" String="The result of the activity." /></Annotations><Annotations Target="microsoft.graph.auditEvent/activityType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of activity that was being performed." /></Annotations><Annotations Target="microsoft.graph.auditEvent/actor"><Annotation Term="Org.OData.Core.V1.Description" String="AAD user and application that are associated with the audit event." /></Annotations><Annotations Target="microsoft.graph.auditEvent/category"><Annotation Term="Org.OData.Core.V1.Description" String="Audit category." /></Annotations><Annotations Target="microsoft.graph.auditEvent/componentName"><Annotation Term="Org.OData.Core.V1.Description" String="Component name." /></Annotations><Annotations Target="microsoft.graph.auditEvent/correlationId"><Annotation Term="Org.OData.Core.V1.Description" String="The client request Id that is used to correlate activity within the system." /></Annotations><Annotations Target="microsoft.graph.auditEvent/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Event display name." /></Annotations><Annotations Target="microsoft.graph.auditEvent/resources"><Annotation Term="Org.OData.Core.V1.Description" String="Resources being modified." /></Annotations><Annotations Target="microsoft.graph.deviceInstallState"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the installation state for a device." /></Annotations><Annotations Target="microsoft.graph.deviceInstallState/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="Device Id." /></Annotations><Annotations Target="microsoft.graph.deviceInstallState/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Device name." /></Annotations><Annotations Target="microsoft.graph.deviceInstallState/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="The error code for install failures." /></Annotations><Annotations Target="microsoft.graph.deviceInstallState/installState"><Annotation Term="Org.OData.Core.V1.Description" String="The install state of the eBook." /></Annotations><Annotations Target="microsoft.graph.deviceInstallState/lastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last sync date and time." /></Annotations><Annotations Target="microsoft.graph.deviceInstallState/osDescription"><Annotation Term="Org.OData.Core.V1.Description" String="OS Description." /></Annotations><Annotations Target="microsoft.graph.deviceInstallState/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="OS Version." /></Annotations><Annotations Target="microsoft.graph.deviceInstallState/userName"><Annotation Term="Org.OData.Core.V1.Description" String="Device User Name." /></Annotations><Annotations Target="microsoft.graph.eBookInstallSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the installation summary of a book for a device." /></Annotations><Annotations Target="microsoft.graph.eBookInstallSummary/failedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that have failed to install this book." /></Annotations><Annotations Target="microsoft.graph.eBookInstallSummary/failedUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of Users that have 1 or more device that failed to install this book." /></Annotations><Annotations Target="microsoft.graph.eBookInstallSummary/installedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that have successfully installed this book." /></Annotations><Annotations Target="microsoft.graph.eBookInstallSummary/installedUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of Users whose devices have all succeeded to install this book." /></Annotations><Annotations Target="microsoft.graph.eBookInstallSummary/notInstalledDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of Devices that does not have this book installed." /></Annotations><Annotations Target="microsoft.graph.eBookInstallSummary/notInstalledUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of Users that did not install this book." /></Annotations><Annotations Target="microsoft.graph.iosVppEBook"><Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties for iOS Vpp eBook." /></Annotations><Annotations Target="microsoft.graph.iosVppEBook/appleId"><Annotation Term="Org.OData.Core.V1.Description" String="The Apple ID associated with Vpp token." /></Annotations><Annotations Target="microsoft.graph.iosVppEBook/genres"><Annotation Term="Org.OData.Core.V1.Description" String="Genres." /></Annotations><Annotations Target="microsoft.graph.iosVppEBook/language"><Annotation Term="Org.OData.Core.V1.Description" String="Language." /></Annotations><Annotations Target="microsoft.graph.iosVppEBook/seller"><Annotation Term="Org.OData.Core.V1.Description" String="Seller." /></Annotations><Annotations Target="microsoft.graph.iosVppEBook/totalLicenseCount"><Annotation Term="Org.OData.Core.V1.Description" String="Total license count." /></Annotations><Annotations Target="microsoft.graph.iosVppEBook/usedLicenseCount"><Annotation Term="Org.OData.Core.V1.Description" String="Used license count." /></Annotations><Annotations Target="microsoft.graph.iosVppEBook/vppOrganizationName"><Annotation Term="Org.OData.Core.V1.Description" String="The Vpp token's organization name." /></Annotations><Annotations Target="microsoft.graph.iosVppEBook/vppTokenId"><Annotation Term="Org.OData.Core.V1.Description" String="The Vpp token ID." /></Annotations><Annotations Target="microsoft.graph.managedEBookAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign a eBook to a group." /></Annotations><Annotations Target="microsoft.graph.iosVppEBookAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties used to assign an iOS VPP EBook to a group." /></Annotations><Annotations Target="microsoft.graph.managedEBook/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the eBook file was created." /></Annotations><Annotations Target="microsoft.graph.managedEBook/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description." /></Annotations><Annotations Target="microsoft.graph.managedEBook/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the eBook." /></Annotations><Annotations Target="microsoft.graph.managedEBook/informationUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The more information Url." /></Annotations><Annotations Target="microsoft.graph.managedEBook/largeCover"><Annotation Term="Org.OData.Core.V1.Description" String="Book cover." /></Annotations><Annotations Target="microsoft.graph.managedEBook/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the eBook was last modified." /></Annotations><Annotations Target="microsoft.graph.managedEBook/privacyInformationUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The privacy statement Url." /></Annotations><Annotations Target="microsoft.graph.managedEBook/publishedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the eBook was published." /></Annotations><Annotations Target="microsoft.graph.managedEBook/publisher"><Annotation Term="Org.OData.Core.V1.Description" String="Publisher." /></Annotations><Annotations Target="microsoft.graph.managedEBook/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of assignments for this eBook." /></Annotations><Annotations Target="microsoft.graph.managedEBook/deviceStates"><Annotation Term="Org.OData.Core.V1.Description" String="The list of installation states for this eBook." /></Annotations><Annotations Target="microsoft.graph.managedEBook/installSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Mobile App Install Summary." /></Annotations><Annotations Target="microsoft.graph.userInstallStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Contains properties for the installation state summary for a user." /></Annotations><Annotations Target="microsoft.graph.managedEBook/userStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The list of installation states for this eBook." /></Annotations><Annotations Target="microsoft.graph.managedEBookAssignment/installIntent"><Annotation Term="Org.OData.Core.V1.Description" String="The install intent for eBook." /></Annotations><Annotations Target="microsoft.graph.managedEBookAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The assignment target for eBook." /></Annotations><Annotations Target="microsoft.graph.userInstallStateSummary/failedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Failed Device Count." /></Annotations><Annotations Target="microsoft.graph.userInstallStateSummary/installedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Installed Device Count." /></Annotations><Annotations Target="microsoft.graph.userInstallStateSummary/notInstalledDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Not installed device count." /></Annotations><Annotations Target="microsoft.graph.userInstallStateSummary/userName"><Annotation Term="Org.OData.Core.V1.Description" String="User name." /></Annotations><Annotations Target="microsoft.graph.userInstallStateSummary/deviceStates"><Annotation Term="Org.OData.Core.V1.Description" String="The install state of the eBook." /></Annotations><Annotations Target="microsoft.graph.termsAndConditions/acceptanceStatement"><Annotation Term="Org.OData.Core.V1.Description" String="Administrator-supplied explanation of the terms and conditions, typically describing what it means to accept the terms and conditions set out in the T&amp;C policy. This is shown to the user on prompts to accept the T&amp;C policy." /></Annotations><Annotations Target="microsoft.graph.termsAndConditions/bodyText"><Annotation Term="Org.OData.Core.V1.Description" String="Administrator-supplied body text of the terms and conditions, typically the terms themselves. This is shown to the user on prompts to accept the T&amp;C policy." /></Annotations><Annotations Target="microsoft.graph.termsAndConditions/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was created." /></Annotations><Annotations Target="microsoft.graph.termsAndConditions/description"><Annotation Term="Org.OData.Core.V1.Description" String="Administrator-supplied description of the T&amp;C policy." /></Annotations><Annotations Target="microsoft.graph.termsAndConditions/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Administrator-supplied name for the T&amp;C policy. " /></Annotations><Annotations Target="microsoft.graph.termsAndConditions/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." /></Annotations><Annotations Target="microsoft.graph.termsAndConditions/title"><Annotation Term="Org.OData.Core.V1.Description" String="Administrator-supplied title of the terms and conditions. This is shown to the user on prompts to accept the T&amp;C policy." /></Annotations><Annotations Target="microsoft.graph.termsAndConditions/version"><Annotation Term="Org.OData.Core.V1.Description" String="Integer indicating the current version of the terms. Incremented when an administrator makes a change to the terms and wishes to require users to re-accept the modified T&amp;C policy." /></Annotations><Annotations Target="microsoft.graph.termsAndConditionsAcceptanceStatus"><Annotation Term="Org.OData.Core.V1.Description" String="A termsAndConditionsAcceptanceStatus entity represents the acceptance status of a given Terms and Conditions (T&amp;C) policy by a given user. Users must accept the most up-to-date version of the terms in order to retain access to the Company Portal." /></Annotations><Annotations Target="microsoft.graph.termsAndConditions/acceptanceStatuses"><Annotation Term="Org.OData.Core.V1.Description" String="The list of acceptance statuses for this T&amp;C policy." /></Annotations><Annotations Target="microsoft.graph.termsAndConditionsAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="A termsAndConditionsAssignment entity represents the assignment of a given Terms and Conditions (T&amp;C) policy to a given group. Users in the group will be required to accept the terms in order to have devices enrolled into Intune." /></Annotations><Annotations Target="microsoft.graph.termsAndConditions/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of assignments for this T&amp;C policy." /></Annotations><Annotations Target="microsoft.graph.termsAndConditionsAcceptanceStatus/acceptedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime when the terms were last accepted by the user." /></Annotations><Annotations Target="microsoft.graph.termsAndConditionsAcceptanceStatus/acceptedVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Most recent version number of the T&amp;C accepted by the user." /></Annotations><Annotations Target="microsoft.graph.termsAndConditionsAcceptanceStatus/userDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name of the user whose acceptance the entity represents." /></Annotations><Annotations Target="microsoft.graph.termsAndConditionsAcceptanceStatus/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="The userPrincipalName of the User that accepted the term." /></Annotations><Annotations Target="microsoft.graph.termsAndConditionsAcceptanceStatus/termsAndConditions"><Annotation Term="Org.OData.Core.V1.Description" String="Navigation link to the terms and conditions that are assigned." /></Annotations><Annotations Target="microsoft.graph.termsAndConditionsAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="Assignment target that the T&amp;C policy is assigned to." /></Annotations><Annotations Target="microsoft.graph.appListItem"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an app in the list of managed applications" /></Annotations><Annotations Target="microsoft.graph.appListItem/appId"><Annotation Term="Org.OData.Core.V1.Description" String="The application or bundle identifier of the application" /></Annotations><Annotations Target="microsoft.graph.appListItem/appStoreUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The Store URL of the application" /></Annotations><Annotations Target="microsoft.graph.appListItem/name"><Annotation Term="Org.OData.Core.V1.Description" String="The application name" /></Annotations><Annotations Target="microsoft.graph.appListItem/publisher"><Annotation Term="Org.OData.Core.V1.Description" String="The publisher of the application" /></Annotations><Annotations Target="microsoft.graph.bitLockerRemovableDrivePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="BitLocker Removable Drive Policies." /></Annotations><Annotations Target="microsoft.graph.bitLockerRemovableDrivePolicy/blockCrossOrganizationWriteAccess"><Annotation Term="Org.OData.Core.V1.Description" String="This policy setting determines whether BitLocker protection is required for removable data drives to be writable on a computer." /></Annotations><Annotations Target="microsoft.graph.bitLockerRemovableDrivePolicy/encryptionMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Select the encryption method for removable  drives." /></Annotations><Annotations Target="microsoft.graph.bitLockerRemovableDrivePolicy/requireEncryptionForWriteAccess"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether to block write access to devices configured in another organization.  If requireEncryptionForWriteAccess is false, this value does not affect." /></Annotations><Annotations Target="microsoft.graph.defenderDetectedMalwareActions"><Annotation Term="Org.OData.Core.V1.Description" String="Specify Defender’s actions to take on detected Malware per threat level." /></Annotations><Annotations Target="microsoft.graph.defenderDetectedMalwareActions/highSeverity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a Defender action to take for high severity Malware threat detected." /></Annotations><Annotations Target="microsoft.graph.defenderDetectedMalwareActions/lowSeverity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a Defender action to take for low severity Malware threat detected." /></Annotations><Annotations Target="microsoft.graph.defenderDetectedMalwareActions/moderateSeverity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a Defender action to take for moderate severity Malware threat detected." /></Annotations><Annotations Target="microsoft.graph.defenderDetectedMalwareActions/severeSeverity"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a Defender action to take for severe severity Malware threat detected." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingState"><Annotation Term="Org.OData.Core.V1.Description" String="Device Compilance Policy Setting State for a given device." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/currentValue"><Annotation Term="Org.OData.Core.V1.Description" String="Current value of setting on device" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="Error code for the setting" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/errorDescription"><Annotation Term="Org.OData.Core.V1.Description" String="Error description" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/instanceDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of setting instance that is being reported." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/setting"><Annotation Term="Org.OData.Core.V1.Description" String="The setting that is being reported" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/settingName"><Annotation Term="Org.OData.Core.V1.Description" String="Localized/user friendly setting name that is being reported" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/sources"><Annotation Term="Org.OData.Core.V1.Description" String="Contributing policies" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/state"><Annotation Term="Org.OData.Core.V1.Description" String="The compliance state of the setting" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/userEmail"><Annotation Term="Org.OData.Core.V1.Description" String="UserEmail" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/userId"><Annotation Term="Org.OData.Core.V1.Description" String="UserId" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/userName"><Annotation Term="Org.OData.Core.V1.Description" String="UserName" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingState/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationSettingState"><Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration Setting State for a given device." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationSettingState/currentValue"><Annotation Term="Org.OData.Core.V1.Description" String="Current value of setting on device" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationSettingState/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="Error code for the setting" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationSettingState/errorDescription"><Annotation Term="Org.OData.Core.V1.Description" String="Error description" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationSettingState/instanceDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of setting instance that is being reported." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationSettingState/setting"><Annotation Term="Org.OData.Core.V1.Description" String="The setting that is being reported" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationSettingState/settingName"><Annotation Term="Org.OData.Core.V1.Description" String="Localized/user friendly setting name that is being reported" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationSettingState/sources"><Annotation Term="Org.OData.Core.V1.Description" String="Contributing policies" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationSettingState/state"><Annotation Term="Org.OData.Core.V1.Description" String="The compliance state of the setting" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationSettingState/userEmail"><Annotation Term="Org.OData.Core.V1.Description" String="UserEmail" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationSettingState/userId"><Annotation Term="Org.OData.Core.V1.Description" String="UserId" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationSettingState/userName"><Annotation Term="Org.OData.Core.V1.Description" String="UserName" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationSettingState/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettings/deviceComplianceCheckinThresholdDays"><Annotation Term="Org.OData.Core.V1.Description" String="The number of days a device is allowed to go without checking in to remain compliant." /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettings/isScheduledActionEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Is feature enabled or not for scheduled action for rule." /></Annotations><Annotations Target="microsoft.graph.deviceManagementSettings/secureByDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Device should be noncompliant when there is no compliance policy targeted when this is true" /></Annotations><Annotations Target="microsoft.graph.edgeSearchEngineBase"><Annotation Term="Org.OData.Core.V1.Description" String="Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set." /></Annotations><Annotations Target="microsoft.graph.edgeSearchEngine"><Annotation Term="Org.OData.Core.V1.Description" String="Allows IT admins to set a predefined default search engine for MDM-Controlled devices." /></Annotations><Annotations Target="microsoft.graph.edgeSearchEngine/edgeSearchEngineType"><Annotation Term="Org.OData.Core.V1.Description" String="Allows IT admins to set a predefined default search engine for MDM-Controlled devices." /></Annotations><Annotations Target="microsoft.graph.edgeSearchEngineCustom"><Annotation Term="Org.OData.Core.V1.Description" String="Allows IT admins to set a custom default search engine for MDM-Controlled devices." /></Annotations><Annotations Target="microsoft.graph.edgeSearchEngineCustom/edgeSearchEngineOpenSearchXmlUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Points to a https link containing the OpenSearch xml file that contains, at minimum, the short name and the URL to the search Engine." /></Annotations><Annotations Target="microsoft.graph.iosHomeScreenItem"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an item on the iOS Home Screen" /></Annotations><Annotations Target="microsoft.graph.iosHomeScreenApp"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an icon for an app on the Home Screen" /></Annotations><Annotations Target="microsoft.graph.iosHomeScreenApp/bundleID"><Annotation Term="Org.OData.Core.V1.Description" String="BundleID of the app if isWebClip is false or the URL of a web clip if isWebClip is true." /></Annotations><Annotations Target="microsoft.graph.iosHomeScreenFolder"><Annotation Term="Org.OData.Core.V1.Description" String="A folder containing pages of apps and web clips on the Home Screen." /></Annotations><Annotations Target="microsoft.graph.iosHomeScreenFolderPage"><Annotation Term="Org.OData.Core.V1.Description" String="A page for a folder containing apps and web clips on the Home Screen." /></Annotations><Annotations Target="microsoft.graph.iosHomeScreenFolder/pages"><Annotation Term="Org.OData.Core.V1.Description" String="Pages of Home Screen Layout Icons which must be applications or web clips. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.iosHomeScreenFolderPage/apps"><Annotation Term="Org.OData.Core.V1.Description" String="A list of apps and web clips to appear on a page within a folder. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.iosHomeScreenFolderPage/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the folder page" /></Annotations><Annotations Target="microsoft.graph.iosHomeScreenItem/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the app" /></Annotations><Annotations Target="microsoft.graph.iosHomeScreenPage"><Annotation Term="Org.OData.Core.V1.Description" String="A page containing apps, folders, and web clips on the Home Screen." /></Annotations><Annotations Target="microsoft.graph.iosHomeScreenPage/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the page" /></Annotations><Annotations Target="microsoft.graph.iosHomeScreenPage/icons"><Annotation Term="Org.OData.Core.V1.Description" String="A list of apps, folders, and web clips to appear on a page. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.iosNetworkUsageRule"><Annotation Term="Org.OData.Core.V1.Description" String="Network Usage Rules allow enterprises to specify how managed apps use networks, such as cellular data networks." /></Annotations><Annotations Target="microsoft.graph.iosNetworkUsageRule/cellularDataBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="If set to true, corresponding managed apps will not be allowed to use cellular data at any time." /></Annotations><Annotations Target="microsoft.graph.iosNetworkUsageRule/cellularDataBlockWhenRoaming"><Annotation Term="Org.OData.Core.V1.Description" String="If set to true, corresponding managed apps will not be allowed to use cellular data when roaming." /></Annotations><Annotations Target="microsoft.graph.iosNetworkUsageRule/managedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Information about the managed apps that this rule is going to apply to. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.iosNotificationSettings"><Annotation Term="Org.OData.Core.V1.Description" String="An item describing notification setting." /></Annotations><Annotations Target="microsoft.graph.iosNotificationSettings/alertType"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the type of alert for notifications for this app." /></Annotations><Annotations Target="microsoft.graph.iosNotificationSettings/appName"><Annotation Term="Org.OData.Core.V1.Description" String="Application name to be associated with the bundleID." /></Annotations><Annotations Target="microsoft.graph.iosNotificationSettings/badgesEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether badges are allowed for this app." /></Annotations><Annotations Target="microsoft.graph.iosNotificationSettings/bundleID"><Annotation Term="Org.OData.Core.V1.Description" String="Bundle id of app to which to apply these notification settings." /></Annotations><Annotations Target="microsoft.graph.iosNotificationSettings/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether notifications are allowed for this app." /></Annotations><Annotations Target="microsoft.graph.iosNotificationSettings/publisher"><Annotation Term="Org.OData.Core.V1.Description" String="Publisher to be associated with the bundleID." /></Annotations><Annotations Target="microsoft.graph.iosNotificationSettings/showInNotificationCenter"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether notifications can be shown in notification center." /></Annotations><Annotations Target="microsoft.graph.iosNotificationSettings/showOnLockScreen"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether notifications can be shown on the lock screen." /></Annotations><Annotations Target="microsoft.graph.iosNotificationSettings/soundsEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether sounds are allowed for this app." /></Annotations><Annotations Target="microsoft.graph.mediaContentRatingAustralia/movieRating"><Annotation Term="Org.OData.Core.V1.Description" String="Movies rating selected for Australia" /></Annotations><Annotations Target="microsoft.graph.mediaContentRatingAustralia/tvRating"><Annotation Term="Org.OData.Core.V1.Description" String="TV rating selected for Australia" /></Annotations><Annotations Target="microsoft.graph.mediaContentRatingCanada/movieRating"><Annotation Term="Org.OData.Core.V1.Description" String="Movies rating selected for Canada" /></Annotations><Annotations Target="microsoft.graph.mediaContentRatingCanada/tvRating"><Annotation Term="Org.OData.Core.V1.Description" String="TV rating selected for Canada" /></Annotations><Annotations Target="microsoft.graph.mediaContentRatingFrance/movieRating"><Annotation Term="Org.OData.Core.V1.Description" String="Movies rating selected for France" /></Annotations><Annotations Target="microsoft.graph.mediaContentRatingFrance/tvRating"><Annotation Term="Org.OData.Core.V1.Description" String="TV rating selected for France" /></Annotations><Annotations Target="microsoft.graph.mediaContentRatingGermany/movieRating"><Annotation Term="Org.OData.Core.V1.Description" String="Movies rating selected for Germany" /></Annotations><Annotations Target="microsoft.graph.mediaContentRatingGermany/tvRating"><Annotation Term="Org.OData.Core.V1.Description" String="TV rating selected for Germany" /></Annotations><Annotations Target="microsoft.graph.mediaContentRatingIreland/movieRating"><Annotation Term="Org.OData.Core.V1.Description" String="Movies rating selected for Ireland" /></Annotations><Annotations Target="microsoft.graph.mediaContentRatingIreland/tvRating"><Annotation Term="Org.OData.Core.V1.Description" String="TV rating selected for Ireland" /></Annotations><Annotations Target="microsoft.graph.mediaContentRatingJapan/movieRating"><Annotation Term="Org.OData.Core.V1.Description" String="Movies rating selected for Japan" /></Annotations><Annotations Target="microsoft.graph.mediaContentRatingJapan/tvRating"><Annotation Term="Org.OData.Core.V1.Description" String="TV rating selected for Japan" /></Annotations><Annotations Target="microsoft.graph.mediaContentRatingNewZealand/movieRating"><Annotation Term="Org.OData.Core.V1.Description" String="Movies rating selected for New Zealand" /></Annotations><Annotations Target="microsoft.graph.mediaContentRatingNewZealand/tvRating"><Annotation Term="Org.OData.Core.V1.Description" String="TV rating selected for New Zealand" /></Annotations><Annotations Target="microsoft.graph.mediaContentRatingUnitedKingdom/movieRating"><Annotation Term="Org.OData.Core.V1.Description" String="Movies rating selected for United Kingdom" /></Annotations><Annotations Target="microsoft.graph.mediaContentRatingUnitedKingdom/tvRating"><Annotation Term="Org.OData.Core.V1.Description" String="TV rating selected for United Kingdom" /></Annotations><Annotations Target="microsoft.graph.mediaContentRatingUnitedStates/movieRating"><Annotation Term="Org.OData.Core.V1.Description" String="Movies rating selected for United States" /></Annotations><Annotations Target="microsoft.graph.mediaContentRatingUnitedStates/tvRating"><Annotation Term="Org.OData.Core.V1.Description" String="TV rating selected for United States" /></Annotations><Annotations Target="microsoft.graph.omaSetting"><Annotation Term="Org.OData.Core.V1.Description" String="OMA Settings definition." /></Annotations><Annotations Target="microsoft.graph.omaSetting/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description." /></Annotations><Annotations Target="microsoft.graph.omaSetting/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display Name." /></Annotations><Annotations Target="microsoft.graph.omaSetting/omaUri"><Annotation Term="Org.OData.Core.V1.Description" String="OMA." /></Annotations><Annotations Target="microsoft.graph.omaSettingBase64"><Annotation Term="Org.OData.Core.V1.Description" String="OMA Settings Base64 definition." /></Annotations><Annotations Target="microsoft.graph.omaSettingBase64/fileName"><Annotation Term="Org.OData.Core.V1.Description" String="File name associated with the Value property (*.cer | *.crt | *.p7b | *.bin)." /></Annotations><Annotations Target="microsoft.graph.omaSettingBase64/value"><Annotation Term="Org.OData.Core.V1.Description" String="Value. (Base64 encoded string)" /></Annotations><Annotations Target="microsoft.graph.omaSettingBoolean"><Annotation Term="Org.OData.Core.V1.Description" String="OMA Settings Boolean definition." /></Annotations><Annotations Target="microsoft.graph.omaSettingBoolean/value"><Annotation Term="Org.OData.Core.V1.Description" String="Value." /></Annotations><Annotations Target="microsoft.graph.omaSettingDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="OMA Settings DateTime definition." /></Annotations><Annotations Target="microsoft.graph.omaSettingDateTime/value"><Annotation Term="Org.OData.Core.V1.Description" String="Value." /></Annotations><Annotations Target="microsoft.graph.omaSettingFloatingPoint"><Annotation Term="Org.OData.Core.V1.Description" String="OMA Settings Floating Point definition." /></Annotations><Annotations Target="microsoft.graph.omaSettingFloatingPoint/value"><Annotation Term="Org.OData.Core.V1.Description" String="Value." /></Annotations><Annotations Target="microsoft.graph.omaSettingInteger"><Annotation Term="Org.OData.Core.V1.Description" String="OMA Settings Integer definition." /></Annotations><Annotations Target="microsoft.graph.omaSettingInteger/value"><Annotation Term="Org.OData.Core.V1.Description" String="Value." /></Annotations><Annotations Target="microsoft.graph.omaSettingString"><Annotation Term="Org.OData.Core.V1.Description" String="OMA Settings String definition." /></Annotations><Annotations Target="microsoft.graph.omaSettingString/value"><Annotation Term="Org.OData.Core.V1.Description" String="Value." /></Annotations><Annotations Target="microsoft.graph.omaSettingStringXml"><Annotation Term="Org.OData.Core.V1.Description" String="OMA Settings StringXML definition." /></Annotations><Annotations Target="microsoft.graph.omaSettingStringXml/fileName"><Annotation Term="Org.OData.Core.V1.Description" String="File name associated with the Value property (*.xml)." /></Annotations><Annotations Target="microsoft.graph.omaSettingStringXml/value"><Annotation Term="Org.OData.Core.V1.Description" String="Value. (UTF8 encoded byte array)" /></Annotations><Annotations Target="microsoft.graph.report"><Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration profile History reports." /></Annotations><Annotations Target="microsoft.graph.sharedPCAccountManagerPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="SharedPC Account Manager Policy. Only applies when the account manager is enabled." /></Annotations><Annotations Target="microsoft.graph.sharedPCAccountManagerPolicy/accountDeletionPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Configures when accounts are deleted." /></Annotations><Annotations Target="microsoft.graph.sharedPCAccountManagerPolicy/cacheAccountsAboveDiskFreePercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Sets the percentage of available disk space a PC should have before it stops deleting cached shared PC accounts. Only applies when AccountDeletionPolicy is DiskSpaceThreshold or DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.sharedPCAccountManagerPolicy/inactiveThresholdDays"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies when the accounts will start being deleted when they have not been logged on during the specified period, given as number of days. Only applies when AccountDeletionPolicy is DiskSpaceThreshold or DiskSpaceThresholdOrInactiveThreshold." /></Annotations><Annotations Target="microsoft.graph.sharedPCAccountManagerPolicy/removeAccountsBelowDiskFreePercentage"><Annotation Term="Org.OData.Core.V1.Description" String="Sets the percentage of disk space remaining on a PC before cached accounts will be deleted to free disk space. Accounts that have been inactive the longest will be deleted first. Only applies when AccountDeletionPolicy is DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.windows10NetworkProxyServer"><Annotation Term="Org.OData.Core.V1.Description" String="Network Proxy Server Policy." /></Annotations><Annotations Target="microsoft.graph.windows10NetworkProxyServer/address"><Annotation Term="Org.OData.Core.V1.Description" String="Address to the proxy server. Specify an address in the format &lt;server&gt;[“:”&lt;port&gt;]" /></Annotations><Annotations Target="microsoft.graph.windows10NetworkProxyServer/exceptions"><Annotation Term="Org.OData.Core.V1.Description" String="Addresses that should not use the proxy server. The system will not use the proxy server for addresses beginning with what is specified in this node." /></Annotations><Annotations Target="microsoft.graph.windows10NetworkProxyServer/useForLocalAddresses"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the proxy server should be used for local (intranet) addresses." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallNetworkProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Firewall Profile Policies." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/authorizedApplicationRulesFromGroupPolicyMerged"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to merge authorized application rules from group policy with those from local store instead of ignoring the local store rules. When AuthorizedApplicationRulesFromGroupPolicyNotMerged and AuthorizedApplicationRulesFromGroupPolicyMerged are both true, AuthorizedApplicationRulesFromGroupPolicyMerged takes priority." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/connectionSecurityRulesFromGroupPolicyMerged"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to merge connection security rules from group policy with those from local store instead of ignoring the local store rules. When ConnectionSecurityRulesFromGroupPolicyNotMerged and ConnectionSecurityRulesFromGroupPolicyMerged are both true, ConnectionSecurityRulesFromGroupPolicyMerged takes priority." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/firewallEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the host device to allow or block the firewall and advanced security enforcement for the network profile." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/globalPortRulesFromGroupPolicyMerged"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to merge global port rules from group policy with those from local store instead of ignoring the local store rules. When GlobalPortRulesFromGroupPolicyNotMerged and GlobalPortRulesFromGroupPolicyMerged are both true, GlobalPortRulesFromGroupPolicyMerged takes priority." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/inboundConnectionsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to block all incoming connections by default. When InboundConnectionsRequired and InboundConnectionsBlocked are both true, InboundConnectionsBlocked takes priority." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/inboundNotificationsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Prevents the firewall from displaying notifications when an application is blocked from listening on a port. When InboundNotificationsRequired and InboundNotificationsBlocked are both true, InboundNotificationsBlocked takes priority." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/incomingTrafficBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to block all incoming traffic regardless of other policy settings. When IncomingTrafficRequired and IncomingTrafficBlocked are both true, IncomingTrafficBlocked takes priority." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/outboundConnectionsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to block all outgoing connections by default. When OutboundConnectionsRequired and OutboundConnectionsBlocked are both true, OutboundConnectionsBlocked takes priority. This setting will get applied to Windows releases version 1809 and above." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/policyRulesFromGroupPolicyMerged"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to merge Firewall Rule policies from group policy with those from local store instead of ignoring the local store rules. When PolicyRulesFromGroupPolicyNotMerged and PolicyRulesFromGroupPolicyMerged are both true, PolicyRulesFromGroupPolicyMerged takes priority." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/securedPacketExemptionAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to allow the host computer to respond to unsolicited network traffic of that traffic is secured by IPSec even when stealthModeBlocked is set to true. When SecuredPacketExemptionBlocked and SecuredPacketExemptionAllowed are both true, SecuredPacketExemptionAllowed takes priority." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/stealthModeBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Prevent the server from operating in stealth mode. When StealthModeRequired and StealthModeBlocked are both true, StealthModeBlocked takes priority." /></Annotations><Annotations Target="microsoft.graph.windowsFirewallNetworkProfile/unicastResponsesToMulticastBroadcastsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall to block unicast responses to multicast broadcast traffic. When UnicastResponsesToMulticastBroadcastsRequired and UnicastResponsesToMulticastBroadcastsBlocked are both true, UnicastResponsesToMulticastBroadcastsBlocked takes priority." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateActiveHoursInstall/activeHoursEnd"><Annotation Term="Org.OData.Core.V1.Description" String="Active Hours End" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateActiveHoursInstall/activeHoursStart"><Annotation Term="Org.OData.Core.V1.Description" String="Active Hours Start" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateScheduledInstall/scheduledInstallDay"><Annotation Term="Org.OData.Core.V1.Description" String="Scheduled Install Day in week" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateScheduledInstall/scheduledInstallTime"><Annotation Term="Org.OData.Core.V1.Description" String="Scheduled Install Time during day" /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Android." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/deviceThreatProtectionEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Require that devices have enabled device threat protection." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/deviceThreatProtectionRequiredSecurityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Require Mobile Threat Protection minimum risk level to report noncompliance." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/minAndroidSecurityPatchLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android security patch level." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/osMaximumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum Android version." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/osMinimumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android version." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/passwordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires. Valid values 1 to 365" /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum password length. Valid values 4 to 16" /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/passwordMinutesOfInactivityBeforeLock"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/passwordPreviousPasswordBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 1 to 24" /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/passwordRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock device." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of characters in password" /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/securityBlockJailbrokenDevices"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device should not be rooted. When TRUE, if the device is detected as rooted it will be reported non-compliant. When FALSE, the device is not reported as non-compliant regardless of device rooted state. Default is FALSE." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/securityDisableUsbDebugging"><Annotation Term="Org.OData.Core.V1.Description" String="Disable USB debugging on Android devices." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/securityPreventInstallAppsFromUnknownSources"><Annotation Term="Org.OData.Core.V1.Description" String="Require that devices disallow installation of apps from unknown sources." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/securityRequireCompanyPortalAppIntegrity"><Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the Company Portal client app runtime integrity check." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/securityRequireGooglePlayServices"><Annotation Term="Org.OData.Core.V1.Description" String="Require Google Play Services to be installed and enabled on the device." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/securityRequireSafetyNetAttestationBasicIntegrity"><Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the SafetyNet basic integrity check." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/securityRequireSafetyNetAttestationCertifiedDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the SafetyNet certified device check." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/securityRequireUpToDateSecurityProviders"><Annotation Term="Org.OData.Core.V1.Description" String="Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/securityRequireVerifyApps"><Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." /></Annotations><Annotations Target="microsoft.graph.androidCompliancePolicy/storageRequireEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on Android devices." /></Annotations><Annotations Target="microsoft.graph.androidCustomConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the androidCustomConfiguration resource." /></Annotations><Annotations Target="microsoft.graph.androidCustomConfiguration/omaSettings"><Annotation Term="Org.OData.Core.V1.Description" String="OMA settings. This collection can contain a maximum of 1000 elements." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the androidGeneralDeviceConfiguration resource." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/appsBlockClipboardSharing"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block clipboard sharing to copy and paste between applications." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/appsBlockCopyPaste"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block copy and paste within applications." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/appsBlockYouTube"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the YouTube app." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/appsHideList"><Annotation Term="Org.OData.Core.V1.Description" String="List of apps to be hidden on the KNOX device. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/appsInstallAllowList"><Annotation Term="Org.OData.Core.V1.Description" String="List of apps which can be installed on the KNOX device. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/appsLaunchBlockList"><Annotation Term="Org.OData.Core.V1.Description" String="List of apps which are blocked from being launched on the KNOX device. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/bluetoothBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Bluetooth." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/cameraBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the use of the camera." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/cellularBlockDataRoaming"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block data roaming." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/cellularBlockMessaging"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block SMS/MMS messaging." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/cellularBlockVoiceRoaming"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block voice roaming." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/cellularBlockWiFiTethering"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block syncing Wi-Fi tethering." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/compliantAppListType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of list that is in the CompliantAppsList." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/compliantAppsList"><Annotation Term="Org.OData.Core.V1.Description" String="List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/deviceSharingAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow device sharing mode." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/diagnosticDataBlockSubmission"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block diagnostic data submission." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/factoryResetBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block user performing a factory reset." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/googleAccountBlockAutoSync"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Google account auto sync." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/googlePlayStoreBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the Google Play store." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/kioskModeApps"><Annotation Term="Org.OData.Core.V1.Description" String="A list of apps that will be allowed to run when the device is in Kiosk Mode. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/kioskModeBlockSleepButton"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the screen sleep button while in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/kioskModeBlockVolumeButtons"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the volume buttons while in Kiosk Mode." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/locationServicesBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block location services." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/nfcBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Near-Field Communication." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordBlockFingerprintUnlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block fingerprint unlock." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordBlockTrustAgents"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Smart Lock and other trust agents." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires. Valid values 1 to 365" /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passwords. Valid values 4 to 16" /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordPreviousPasswordBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 0 to 24" /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a password." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of password that is required." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/passwordSignInFailureCountBeforeFactoryReset"><Annotation Term="Org.OData.Core.V1.Description" String="Number of sign in failures allowed before factory reset. Valid values 1 to 16" /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/powerOffBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block powering off the device." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/screenCaptureBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block screenshots." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/securityRequireVerifyApps"><Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/storageBlockGoogleBackup"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Google Backup." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/storageBlockRemovableStorage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block removable storage usage." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/storageRequireDeviceEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require device encryption." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/storageRequireRemovableStorageEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require removable storage encryption." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/voiceAssistantBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the use of the Voice Assistant." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/voiceDialingBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block voice dialing." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/webBrowserBlockAutofill"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the web browser's auto fill feature." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/webBrowserBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the web browser." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/webBrowserBlockJavaScript"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block JavaScript within the web browser." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/webBrowserBlockPopups"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block popups within the web browser." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/webBrowserCookieSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Cookie settings within the web browser." /></Annotations><Annotations Target="microsoft.graph.androidGeneralDeviceConfiguration/wiFiBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block syncing Wi-Fi." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Android Work Profile." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/deviceThreatProtectionEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Require that devices have enabled device threat protection." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/deviceThreatProtectionRequiredSecurityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Require Mobile Threat Protection minimum risk level to report noncompliance." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/minAndroidSecurityPatchLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android security patch level." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/osMaximumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum Android version." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/osMinimumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum Android version." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires. Valid values 1 to 365" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum password length. Valid values 4 to 16" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordMinutesOfInactivityBeforeLock"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordPreviousPasswordBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 1 to 24" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock device." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of characters in password" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityBlockJailbrokenDevices"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device should not be rooted. When TRUE, if the device is detected as rooted it will be reported non-compliant. When FALSE, the device is not reported as non-compliant regardless of device rooted state. Default is FALSE." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityDisableUsbDebugging"><Annotation Term="Org.OData.Core.V1.Description" String="Disable USB debugging on Android devices." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityPreventInstallAppsFromUnknownSources"><Annotation Term="Org.OData.Core.V1.Description" String="Require that devices disallow installation of apps from unknown sources." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityRequireCompanyPortalAppIntegrity"><Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the Company Portal client app runtime integrity check." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityRequireGooglePlayServices"><Annotation Term="Org.OData.Core.V1.Description" String="Require Google Play Services to be installed and enabled on the device." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityRequireSafetyNetAttestationBasicIntegrity"><Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the Play Integrity basic integrity check." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityRequireSafetyNetAttestationCertifiedDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Require the device to pass the Play Integrity device integrity check." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityRequireUpToDateSecurityProviders"><Annotation Term="Org.OData.Core.V1.Description" String="Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/securityRequireVerifyApps"><Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCompliancePolicy/storageRequireEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on Android devices." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCustomConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile custom configuration" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileCustomConfiguration/omaSettings"><Annotation Term="Org.OData.Core.V1.Description" String="OMA settings. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Android Work Profile general device configuration." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordBlockFingerprintUnlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block fingerprint unlock." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordBlockTrustAgents"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Smart Lock and other trust agents." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires. Valid values 1 to 365" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passwords. Valid values 4 to 16" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordPreviousPasswordBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 0 to 24" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of password that is required." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/passwordSignInFailureCountBeforeFactoryReset"><Annotation Term="Org.OData.Core.V1.Description" String="Number of sign in failures allowed before factory reset. Valid values 1 to 16" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/securityRequireVerifyApps"><Annotation Term="Org.OData.Core.V1.Description" String="Require the Android Verify apps feature is turned on." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockAddingAccounts"><Annotation Term="Org.OData.Core.V1.Description" String="Block users from adding/removing accounts in work profile." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockCamera"><Annotation Term="Org.OData.Core.V1.Description" String="Block work profile camera." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockCrossProfileCallerId"><Annotation Term="Org.OData.Core.V1.Description" String="Block display work profile caller ID in personal profile." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockCrossProfileContactsSearch"><Annotation Term="Org.OData.Core.V1.Description" String="Block work profile contacts availability in personal profile." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockCrossProfileCopyPaste"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that indicates if the setting disallow cross profile copy/paste is enabled." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockNotificationsWhileDeviceLocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block notifications while device locked." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBlockScreenCapture"><Annotation Term="Org.OData.Core.V1.Description" String="Block screen capture in work profile." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileBluetoothEnableContactSharing"><Annotation Term="Org.OData.Core.V1.Description" String="Allow bluetooth devices to access enterprise contacts." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileDataSharingType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of data sharing that is allowed." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileDefaultAppPermissionPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Type of password that is required." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordBlockFingerprintUnlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block fingerprint unlock for work profile." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordBlockTrustAgents"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Smart Lock and other trust agents for work profile." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the work profile password expires. Valid values 1 to 365" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of work profile password. Valid values 4 to 16" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinLetterCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of letter characters required in work profile password. Valid values 1 to 10" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinLowerCaseCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of lower-case characters required in work profile password. Valid values 1 to 10" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinNonLetterCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of non-letter characters required in work profile password. Valid values 1 to 10" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinNumericCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of numeric characters required in work profile password. Valid values 1 to 10" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinSymbolCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of symbols required in work profile password. Valid values 1 to 10" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinUpperCaseCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum # of upper-case characters required in work profile password. Valid values 1 to 10" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordMinutesOfInactivityBeforeScreenTimeout"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordPreviousPasswordBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of previous work profile passwords to block. Valid values 0 to 24" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of work profile password that is required." /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfilePasswordSignInFailureCountBeforeFactoryReset"><Annotation Term="Org.OData.Core.V1.Description" String="Number of sign in failures allowed before work profile is removed and all corporate data deleted. Valid values 1 to 16" /></Annotations><Annotations Target="microsoft.graph.androidWorkProfileGeneralDeviceConfiguration/workProfileRequirePassword"><Annotation Term="Org.OData.Core.V1.Description" String="Password is required or not for work profile" /></Annotations><Annotations Target="microsoft.graph.appleDeviceFeaturesConfigurationBase"><Annotation Term="Org.OData.Core.V1.Description" String="Apple device features configuration profile." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceActionItem"><Annotation Term="Org.OData.Core.V1.Description" String="Scheduled Action Configuration" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceActionItem/actionType"><Annotation Term="Org.OData.Core.V1.Description" String="What action to take" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceActionItem/gracePeriodHours"><Annotation Term="Org.OData.Core.V1.Description" String="Number of hours to wait till the action will be enforced. Valid values 0 to 8760" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceActionItem/notificationMessageCCList"><Annotation Term="Org.OData.Core.V1.Description" String="A list of group IDs to speicify who to CC this notification message to." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceActionItem/notificationTemplateId"><Annotation Term="Org.OData.Core.V1.Description" String="What notification Message template to use" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceDeviceOverview/configurationVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the policy for that overview" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceDeviceOverview/errorCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceDeviceOverview/failedCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of failed devices" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceDeviceOverview/lastUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last update time" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceDeviceOverview/notApplicableCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceDeviceOverview/pendingCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of pending devices" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceDeviceOverview/successCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded devices" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceDeviceStatus/complianceGracePeriodExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceDeviceStatus/deviceDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Device name of the DevicePolicyStatus." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceDeviceStatus/deviceModel"><Annotation Term="Org.OData.Core.V1.Description" String="The device model that is being reported" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceDeviceStatus/lastReportedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceDeviceStatus/status"><Annotation Term="Org.OData.Core.V1.Description" String="Compliance status of the policy report." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceDeviceStatus/userName"><Annotation Term="Org.OData.Core.V1.Description" String="The User Name that is being reported" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceDeviceStatus/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicy/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was created." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicy/description"><Annotation Term="Org.OData.Core.V1.Description" String="Admin provided description of the Device Configuration." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicy/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Admin provided name of the device configuration." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicy/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicy/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the device configuration." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="Device compliance policy assignment." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicy/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The collection of assignments for this compliance policy." /></Annotations><Annotations Target="microsoft.graph.settingStateDeviceSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Device Compilance Policy and Configuration for a Setting State summary" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicy/deviceSettingStateSummaries"><Annotation Term="Org.OData.Core.V1.Description" String="Compliance Setting State Device Summary" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicy/deviceStatuses"><Annotation Term="Org.OData.Core.V1.Description" String="List of DeviceComplianceDeviceStatus." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicy/deviceStatusOverview"><Annotation Term="Org.OData.Core.V1.Description" String="Device compliance devices status overview" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScheduledActionForRule"><Annotation Term="Org.OData.Core.V1.Description" String="Scheduled Action for Rule" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicy/scheduledActionsForRule"><Annotation Term="Org.OData.Core.V1.Description" String="The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicy/userStatuses"><Annotation Term="Org.OData.Core.V1.Description" String="List of DeviceComplianceUserStatus." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicy/userStatusOverview"><Annotation Term="Org.OData.Core.V1.Description" String="Device compliance users status overview" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="Target for the compliance policy assignment." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyDeviceStateSummary/compliantDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant devices" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyDeviceStateSummary/configManagerCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices that have compliance managed by System Center Configuration Manager" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyDeviceStateSummary/conflictDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict devices" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyDeviceStateSummary/errorDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyDeviceStateSummary/inGracePeriodCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices that are in grace period" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyDeviceStateSummary/nonCompliantDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of NonCompliant devices" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyDeviceStateSummary/notApplicableDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyDeviceStateSummary/remediatedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated devices" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyDeviceStateSummary/unknownDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown devices" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/compliantDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant devices" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/conflictDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict devices" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/errorDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/nonCompliantDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of NonCompliant devices" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/notApplicableDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/platformType"><Annotation Term="Org.OData.Core.V1.Description" String="Setting platform" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/remediatedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated devices" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/setting"><Annotation Term="Org.OData.Core.V1.Description" String="The setting class name and property name." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/settingName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the setting." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicySettingStateSummary/unknownDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown devices" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceSettingState"><Annotation Term="Org.OData.Core.V1.Description" String="Device compliance setting State for a given device." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyState"><Annotation Term="Org.OData.Core.V1.Description" String="Device Compliance Policy State for a given device." /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyState/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the policy for this policyBase" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyState/platformType"><Annotation Term="Org.OData.Core.V1.Description" String="Platform type that the policy applies to" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyState/settingCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of how many setting a policy holds" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyState/state"><Annotation Term="Org.OData.Core.V1.Description" String="The compliance state of the policy" /></Annotations><Annotations Target="microsoft.graph.deviceCompliancePolicyState/version"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the policy" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScheduledActionForRule/ruleName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the rule which this scheduled action applies to. Currently scheduled actions are created per policy instead of per rule, thus RuleName is always set to default value PasswordRequired." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceScheduledActionForRule/scheduledActionConfigurations"><Annotation Term="Org.OData.Core.V1.Description" String="The list of scheduled action configurations for this compliance policy. Compliance policy must have one and only one block scheduled action." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceSettingState/complianceGracePeriodExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceSettingState/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Device Id that is being reported" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceSettingState/deviceModel"><Annotation Term="Org.OData.Core.V1.Description" String="The device model that is being reported" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceSettingState/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="The Device Name that is being reported" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceSettingState/setting"><Annotation Term="Org.OData.Core.V1.Description" String="The setting class name and property name." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceSettingState/settingName"><Annotation Term="Org.OData.Core.V1.Description" String="The Setting Name that is being reported" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceSettingState/state"><Annotation Term="Org.OData.Core.V1.Description" String="The compliance state of the setting" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceSettingState/userEmail"><Annotation Term="Org.OData.Core.V1.Description" String="The User email address that is being reported" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceSettingState/userId"><Annotation Term="Org.OData.Core.V1.Description" String="The user Id that is being reported" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceSettingState/userName"><Annotation Term="Org.OData.Core.V1.Description" String="The User Name that is being reported" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceSettingState/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="The User PrincipalName that is being reported" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceUserOverview/configurationVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the policy for that overview" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceUserOverview/errorCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of error Users" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceUserOverview/failedCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of failed Users" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceUserOverview/lastUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last update time" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceUserOverview/notApplicableCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable users" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceUserOverview/pendingCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of pending Users" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceUserOverview/successCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded Users" /></Annotations><Annotations Target="microsoft.graph.deviceComplianceUserStatus/devicesCount"><Annotation Term="Org.OData.Core.V1.Description" String="Devices count for that user." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceUserStatus/lastReportedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceUserStatus/status"><Annotation Term="Org.OData.Core.V1.Description" String="Compliance status of the policy report." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceUserStatus/userDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="User name of the DevicePolicyStatus." /></Annotations><Annotations Target="microsoft.graph.deviceComplianceUserStatus/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." /></Annotations><Annotations Target="microsoft.graph.deviceConfiguration/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was created." /></Annotations><Annotations Target="microsoft.graph.deviceConfiguration/description"><Annotation Term="Org.OData.Core.V1.Description" String="Admin provided description of the Device Configuration." /></Annotations><Annotations Target="microsoft.graph.deviceConfiguration/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Admin provided name of the device configuration." /></Annotations><Annotations Target="microsoft.graph.deviceConfiguration/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." /></Annotations><Annotations Target="microsoft.graph.deviceConfiguration/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the device configuration." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="The device configuration assignment entity assigns an AAD group to a specific device configuration." /></Annotations><Annotations Target="microsoft.graph.deviceConfiguration/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of assignments for the device configuration profile." /></Annotations><Annotations Target="microsoft.graph.deviceConfiguration/deviceSettingStateSummaries"><Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration Setting State Device Summary" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Support for this Entity is being deprecated starting May 2026 &amp; will no longer be supported." /></Annotations><Annotations Target="microsoft.graph.deviceConfiguration/deviceStatuses"><Annotation Term="Org.OData.Core.V1.Description" String="Device configuration installation status by device." /></Annotations><Annotations Target="microsoft.graph.deviceConfiguration/deviceStatusOverview"><Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration devices status overview" /></Annotations><Annotations Target="microsoft.graph.deviceConfiguration/userStatuses"><Annotation Term="Org.OData.Core.V1.Description" String="Device configuration installation status by user." /></Annotations><Annotations Target="microsoft.graph.deviceConfiguration/userStatusOverview"><Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration users status overview" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="The assignment target for the device configuration." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceOverview/configurationVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the policy for that overview" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceOverview/errorCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceOverview/failedCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of failed devices" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceOverview/lastUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last update time" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceOverview/notApplicableCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceOverview/pendingCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of pending devices" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceOverview/successCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded devices" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceStateSummary/compliantDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant devices" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceStateSummary/conflictDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict devices" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceStateSummary/errorDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of error devices" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceStateSummary/nonCompliantDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of NonCompliant devices" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceStateSummary/notApplicableDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceStateSummary/remediatedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated devices" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceStateSummary/unknownDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown devices" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus/complianceGracePeriodExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus/deviceDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Device name of the DevicePolicyStatus." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus/deviceModel"><Annotation Term="Org.OData.Core.V1.Description" String="The device model that is being reported" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus/lastReportedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus/status"><Annotation Term="Org.OData.Core.V1.Description" String="Compliance status of the policy report." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus/userName"><Annotation Term="Org.OData.Core.V1.Description" String="The User Name that is being reported" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationState"><Annotation Term="Org.OData.Core.V1.Description" String="Support for this Entity is being deprecated starting May 2026 &amp; will no longer be supported." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationState/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the policy for this policyBase" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationState/platformType"><Annotation Term="Org.OData.Core.V1.Description" String="Platform type that the policy applies to" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationState/settingCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of how many setting a policy holds" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationState/state"><Annotation Term="Org.OData.Core.V1.Description" String="The compliance state of the policy" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationState/version"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the policy" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserOverview/configurationVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the policy for that overview" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserOverview/errorCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of error Users" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserOverview/failedCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of failed Users" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserOverview/lastUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last update time" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserOverview/notApplicableCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable users" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserOverview/pendingCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of pending Users" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserOverview/successCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of succeeded Users" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserStatus/devicesCount"><Annotation Term="Org.OData.Core.V1.Description" String="Devices count for that user." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserStatus/lastReportedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserStatus/status"><Annotation Term="Org.OData.Core.V1.Description" String="Compliance status of the policy report." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserStatus/userDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="User name of the DevicePolicyStatus." /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserStatus/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." /></Annotations><Annotations Target="microsoft.graph.editionUpgradeConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Edition Upgrade configuration." /></Annotations><Annotations Target="microsoft.graph.editionUpgradeConfiguration/license"><Annotation Term="Org.OData.Core.V1.Description" String="Edition Upgrade License File Content." /></Annotations><Annotations Target="microsoft.graph.editionUpgradeConfiguration/licenseType"><Annotation Term="Org.OData.Core.V1.Description" String="Edition Upgrade License Type." /></Annotations><Annotations Target="microsoft.graph.editionUpgradeConfiguration/productKey"><Annotation Term="Org.OData.Core.V1.Description" String="Edition Upgrade Product Key." /></Annotations><Annotations Target="microsoft.graph.editionUpgradeConfiguration/targetEdition"><Annotation Term="Org.OData.Core.V1.Description" String="Edition Upgrade Target Edition." /></Annotations><Annotations Target="microsoft.graph.iosCertificateProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration." /></Annotations><Annotations Target="microsoft.graph.iosCompliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for IOS." /></Annotations><Annotations Target="microsoft.graph.iosCompliancePolicy/deviceThreatProtectionEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Require that devices have enabled device threat protection ." /></Annotations><Annotations Target="microsoft.graph.iosCompliancePolicy/deviceThreatProtectionRequiredSecurityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Require Mobile Threat Protection minimum risk level to report noncompliance." /></Annotations><Annotations Target="microsoft.graph.iosCompliancePolicy/managedEmailProfileRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a managed email profile." /></Annotations><Annotations Target="microsoft.graph.iosCompliancePolicy/osMaximumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum IOS version." /></Annotations><Annotations Target="microsoft.graph.iosCompliancePolicy/osMinimumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum IOS version." /></Annotations><Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeBlockSimple"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block simple passcodes." /></Annotations><Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the passcode expires. Valid values 1 to 65535" /></Annotations><Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeMinimumCharacterSetCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." /></Annotations><Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passcode. Valid values 4 to 14" /></Annotations><Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeMinutesOfInactivityBeforeLock"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a passcode is required." /></Annotations><Annotations Target="microsoft.graph.iosCompliancePolicy/passcodePreviousPasscodeBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passcodes to block. Valid values 1 to 24" /></Annotations><Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a passcode." /></Annotations><Annotations Target="microsoft.graph.iosCompliancePolicy/passcodeRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="The required passcode type." /></Annotations><Annotations Target="microsoft.graph.iosCompliancePolicy/securityBlockJailbrokenDevices"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device should not be jailbroken. When TRUE, if the device is detected as jailbroken it will be reported non-compliant. When FALSE, the device is not reported as non-compliant regardless of device jailbroken state. Default is FALSE." /></Annotations><Annotations Target="microsoft.graph.iosCustomConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the iosCustomConfiguration resource." /></Annotations><Annotations Target="microsoft.graph.iosCustomConfiguration/payload"><Annotation Term="Org.OData.Core.V1.Description" String="Payload. (UTF8 encoded byte array)" /></Annotations><Annotations Target="microsoft.graph.iosCustomConfiguration/payloadFileName"><Annotation Term="Org.OData.Core.V1.Description" String="Payload file name (*.mobileconfig | *.xml)." /></Annotations><Annotations Target="microsoft.graph.iosCustomConfiguration/payloadName"><Annotation Term="Org.OData.Core.V1.Description" String="Name that is displayed to the user." /></Annotations><Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="iOS Device Features Configuration Profile." /></Annotations><Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/assetTagTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="Asset tag information for the device, displayed on the login window and lock screen." /></Annotations><Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/homeScreenDockIcons"><Annotation Term="Org.OData.Core.V1.Description" String="A list of app and folders to appear on the Home Screen Dock. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/homeScreenPages"><Annotation Term="Org.OData.Core.V1.Description" String="A list of pages on the Home Screen. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/lockScreenFootnote"><Annotation Term="Org.OData.Core.V1.Description" String="A footnote displayed on the login window and lock screen. Available in iOS 9.3.1 and later." /></Annotations><Annotations Target="microsoft.graph.iosDeviceFeaturesConfiguration/notificationSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Notification settings for each bundle id. Applicable to devices in supervised mode only (iOS 9.3 and later). This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the iosGeneralDeviceConfiguration resource." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/accountBlockModification"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow account modification when the device is in supervised mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/activationLockAllowWhenSupervised"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow activation lock when the device is in the supervised mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/airDropBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow AirDrop when the device is in supervised mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/airDropForceUnmanagedDropTarget"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to cause AirDrop to be considered an unmanaged drop target (iOS 9.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/airPlayForcePairingPasswordForOutgoingRequests"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to enforce all devices receiving AirPlay requests from this device to use a pairing password." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appleNewsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using News when the device is in supervised mode (iOS 9.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appleWatchBlockPairing"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow Apple Watch pairing when the device is in supervised mode (iOS 9.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appleWatchForceWristDetection"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to force a paired Apple Watch to use Wrist Detection (iOS 8.2 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appsSingleAppModeList"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode. Supervised only. iOS 7.0 and later. This collection can contain a maximum of 500 elements." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appStoreBlockAutomaticDownloads"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the automatic downloading of apps purchased on other devices when the device is in supervised mode (iOS 9.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appStoreBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using the App Store. Requires a supervised device for iOS 13 and later." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appStoreBlockInAppPurchases"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from making in app purchases." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appStoreBlockUIAppInstallation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the App Store app, not restricting installation through Host apps. Applies to supervised mode only (iOS 9.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appStoreRequirePassword"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a password when using the app store." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appsVisibilityList"><Annotation Term="Org.OData.Core.V1.Description" String="List of apps in the visibility list (either visible/launchable apps list or hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3 and later). This collection can contain a maximum of 10000 elements." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/appsVisibilityListType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of list that is in the AppsVisibilityList." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/bluetoothBlockModification"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow modification of Bluetooth settings when the device is in supervised mode (iOS 10.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cameraBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from accessing the camera of the device. Requires a supervised device for iOS 13 and later." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cellularBlockDataRoaming"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block data roaming." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cellularBlockGlobalBackgroundFetchWhileRoaming"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block global background fetch while roaming." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cellularBlockPerAppDataModification"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow changes to cellular app data usage settings when the device is in supervised mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cellularBlockPersonalHotspot"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Personal Hotspot." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/cellularBlockVoiceRoaming"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block voice roaming." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/certificatesBlockUntrustedTlsCertificates"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block untrusted TLS certificates." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/classroomAppBlockRemoteScreenObservation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow remote screen observation by Classroom app when the device is in supervised mode (iOS 9.3 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/classroomAppForceUnpromptedScreenObservation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to automatically give permission to the teacher of a managed course on the Classroom app to view a student's screen without prompting when the device is in supervised mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/compliantAppListType"><Annotation Term="Org.OData.Core.V1.Description" String="List that is in the AppComplianceList." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/compliantAppsList"><Annotation Term="Org.OData.Core.V1.Description" String="List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/configurationProfileBlockChanges"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from installing configuration profiles and certificates interactively when the device is in supervised mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/definitionLookupBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block definition lookup when the device is in supervised mode (iOS 8.1.3 and later )." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/deviceBlockEnableRestrictions"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow the user to enables restrictions in the device settings when the device is in supervised mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/deviceBlockEraseContentAndSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow the use of the 'Erase all content and settings' option on the device when the device is in supervised mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/deviceBlockNameModification"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow device name modification when the device is in supervised mode (iOS 9.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/diagnosticDataBlockSubmission"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block diagnostic data submission." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/diagnosticDataBlockSubmissionModification"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow diagnostics submission settings modification when the device is in supervised mode (iOS 9.3.2 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/documentsBlockManagedDocumentsInUnmanagedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from viewing managed documents in unmanaged apps." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/documentsBlockUnmanagedDocumentsInManagedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from viewing unmanaged documents in managed apps." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/emailInDomainSuffixes"><Annotation Term="Org.OData.Core.V1.Description" String="An email address lacking a suffix that matches any of these strings will be considered out-of-domain." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/enterpriseAppBlockTrust"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from trusting an enterprise app." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/enterpriseAppBlockTrustModification"><Annotation Term="Org.OData.Core.V1.Description" String="[Deprecated] Configuring this setting and setting the value to 'true' has no effect on the device." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/faceTimeBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using FaceTime. Requires a supervised device for iOS 13 and later." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/findMyFriendsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block changes to Find My Friends when the device is in supervised mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/gameCenterBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using Game Center when the device is in supervised mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/gamingBlockGameCenterFriends"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from having friends in Game Center. Requires a supervised device for iOS 13 and later." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/gamingBlockMultiplayer"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using multiplayer gaming. Requires a supervised device for iOS 13 and later." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/hostPairingBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="indicates whether or not to allow host pairing to control the devices an iOS device can pair with when the iOS device is in supervised mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iBooksStoreBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using the iBooks Store when the device is in supervised mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iBooksStoreBlockErotica"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from downloading media from the iBookstore that has been tagged as erotica." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockActivityContinuation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from continuing work they started on iOS device to another iOS or macOS device." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockBackup"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud backup. Requires a supervised device for iOS 13 and later." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockDocumentSync"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud document sync. Requires a supervised device for iOS 13 and later." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockManagedAppsSync"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Managed Apps Cloud Sync." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockPhotoLibrary"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud Photo Library." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockPhotoStreamSync"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block iCloud Photo Stream Sync." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudBlockSharedPhotoStream"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Shared Photo Stream." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iCloudRequireEncryptedBackup"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require backups to iCloud be encrypted." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iTunesBlockExplicitContent"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store. Requires a supervised device for iOS 13 and later." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iTunesBlockMusicService"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Music service and revert Music app to classic mode when the device is in supervised mode (iOS 9.3 and later and macOS 10.12 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/iTunesBlockRadio"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/keyboardBlockAutoCorrect"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/keyboardBlockDictation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using dictation input when the device is in supervised mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/keyboardBlockPredictive"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/keyboardBlockShortcuts"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block keyboard shortcuts when the device is in supervised mode (iOS 9.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/keyboardBlockSpellCheck"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block keyboard spell-checking when the device is in supervised mode (iOS 8.1.3 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowAssistiveSpeak"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow assistive speak while in kiosk mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowAssistiveTouchSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowAutoLock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow device auto lock while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockAutoLock instead." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowColorInversionSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow access to the Color Inversion Settings while in kiosk mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowRingerSwitch"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow use of the ringer switch while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockRingerSwitch instead." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowScreenRotation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow screen rotation while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockScreenRotation instead." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowSleepButton"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow use of the sleep button while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockSleepButton instead." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowTouchscreen"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow use of the touchscreen while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockTouchscreen instead." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowVoiceOverSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow access to the voice over settings while in kiosk mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowVolumeButtons"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow use of the volume buttons while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockVolumeButtons instead." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAllowZoomSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow access to the zoom settings while in kiosk mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeAppStoreUrl"><Annotation Term="Org.OData.Core.V1.Description" String="URL in the app store to the app to use for kiosk mode. Use if KioskModeManagedAppId is not known." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeBuiltInAppId"><Annotation Term="Org.OData.Core.V1.Description" String="ID for built-in apps to use for kiosk mode. Used when KioskModeManagedAppId and KioskModeAppStoreUrl are not set." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeManagedAppId"><Annotation Term="Org.OData.Core.V1.Description" String="Managed app id of the app to use for kiosk mode. If KioskModeManagedAppId is specified then KioskModeAppStoreUrl will be ignored." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeRequireAssistiveTouch"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require assistive touch while in kiosk mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeRequireColorInversion"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require color inversion while in kiosk mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeRequireMonoAudio"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require mono audio while in kiosk mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeRequireVoiceOver"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require voice over while in kiosk mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/kioskModeRequireZoom"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require zoom while in kiosk mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/lockScreenBlockControlCenter"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using control center on the lock screen." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/lockScreenBlockNotificationView"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using the notification view on the lock screen." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/lockScreenBlockPassbook"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using passbook when the device is locked." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/lockScreenBlockTodayView"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using the Today View on the lock screen." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingApps"><Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for Apps" /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingAustralia"><Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for Australia" /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingCanada"><Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for Canada" /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingFrance"><Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for France" /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingGermany"><Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for Germany" /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingIreland"><Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for Ireland" /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingJapan"><Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for Japan" /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingNewZealand"><Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for New Zealand" /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingUnitedKingdom"><Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for United Kingdom" /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/mediaContentRatingUnitedStates"><Annotation Term="Org.OData.Core.V1.Description" String="Media content rating settings for United States" /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/messagesBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using the Messages app on the supervised device." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/networkUsageRules"><Annotation Term="Org.OData.Core.V1.Description" String="List of managed apps and the network rules that applies to them. This collection can contain a maximum of 1000 elements." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/notificationsBlockSettingsModification"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow notifications settings modification (iOS 9.3 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeBlockFingerprintModification"><Annotation Term="Org.OData.Core.V1.Description" String="Block modification of registered Touch ID fingerprints when in supervised mode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeBlockFingerprintUnlock"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block fingerprint unlock." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeBlockModification"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow passcode modification on the supervised device (iOS 9.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeBlockSimple"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block simple passcodes." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the passcode expires. Valid values 1 to 65535" /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeMinimumCharacterSetCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of character sets a passcode must contain. Valid values 0 to 4" /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passcode. Valid values 4 to 14" /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeMinutesOfInactivityBeforeLock"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a passcode is required." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeMinutesOfInactivityBeforeScreenTimeout"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before the screen times out." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodePreviousPasscodeBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passcodes to block. Valid values 1 to 24" /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a passcode." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of passcode that is required." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/passcodeSignInFailureCountBeforeWipe"><Annotation Term="Org.OData.Core.V1.Description" String="Number of sign in failures allowed before wiping the device. Valid values 2 to 11" /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/podcastsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using podcasts on the supervised device (iOS 8.0 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariBlockAutofill"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using Auto fill in Safari. Requires a supervised device for iOS 13 and later." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using Safari. Requires a supervised device for iOS 13 and later." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariBlockJavaScript"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block JavaScript in Safari." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariBlockPopups"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block popups in Safari." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariCookieSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Cookie settings for Safari." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariManagedDomains"><Annotation Term="Org.OData.Core.V1.Description" String="URLs matching the patterns listed here will be considered managed." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariPasswordAutoFillDomains"><Annotation Term="Org.OData.Core.V1.Description" String="Users can save passwords in Safari only from URLs matching the patterns listed here. Applies to devices in supervised mode (iOS 9.3 and later)." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/safariRequireFraudWarning"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require fraud warning in Safari." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/screenCaptureBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from taking Screenshots." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/siriBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using Siri." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/siriBlockedWhenLocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using Siri when locked." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/siriBlockUserGeneratedContent"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Siri from querying user-generated content when used on a supervised device." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/siriRequireProfanityFilter"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/spotlightBlockInternetResults"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Spotlight search from returning internet results on supervised device." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/voiceDialingBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block voice dialing." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/wallpaperBlockModification"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) ." /></Annotations><Annotations Target="microsoft.graph.iosGeneralDeviceConfiguration/wiFiConnectOnlyToConfiguredNetworks"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode. Available for devices running iOS and iPadOS versions 14.4 and earlier. Devices running 14.5+ should use the setting, “WiFiConnectToAllowedNetworksOnlyForced." /></Annotations><Annotations Target="microsoft.graph.iosUpdateConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="IOS Update Configuration, allows you to configure time window within week to install iOS updates" /></Annotations><Annotations Target="microsoft.graph.iosUpdateConfiguration/activeHoursEnd"><Annotation Term="Org.OData.Core.V1.Description" String="Active Hours End (active hours mean the time window when updates install should not happen)" /></Annotations><Annotations Target="microsoft.graph.iosUpdateConfiguration/activeHoursStart"><Annotation Term="Org.OData.Core.V1.Description" String="Active Hours Start (active hours mean the time window when updates install should not happen)" /></Annotations><Annotations Target="microsoft.graph.iosUpdateConfiguration/scheduledInstallDays"><Annotation Term="Org.OData.Core.V1.Description" String="Days in week for which active hours are configured. This collection can contain a maximum of 7 elements." /></Annotations><Annotations Target="microsoft.graph.iosUpdateConfiguration/utcTimeOffsetInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="UTC Time Offset indicated in minutes" /></Annotations><Annotations Target="microsoft.graph.iosUpdateDeviceStatus/complianceGracePeriodExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires" /></Annotations><Annotations Target="microsoft.graph.iosUpdateDeviceStatus/deviceDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Device name of the DevicePolicyStatus." /></Annotations><Annotations Target="microsoft.graph.iosUpdateDeviceStatus/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The device id that is being reported." /></Annotations><Annotations Target="microsoft.graph.iosUpdateDeviceStatus/deviceModel"><Annotation Term="Org.OData.Core.V1.Description" String="The device model that is being reported" /></Annotations><Annotations Target="microsoft.graph.iosUpdateDeviceStatus/installStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The installation status of the policy report." /></Annotations><Annotations Target="microsoft.graph.iosUpdateDeviceStatus/lastReportedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time of the policy report." /></Annotations><Annotations Target="microsoft.graph.iosUpdateDeviceStatus/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The device version that is being reported." /></Annotations><Annotations Target="microsoft.graph.iosUpdateDeviceStatus/status"><Annotation Term="Org.OData.Core.V1.Description" String="Compliance status of the policy report." /></Annotations><Annotations Target="microsoft.graph.iosUpdateDeviceStatus/userId"><Annotation Term="Org.OData.Core.V1.Description" String="The User id that is being reported." /></Annotations><Annotations Target="microsoft.graph.iosUpdateDeviceStatus/userName"><Annotation Term="Org.OData.Core.V1.Description" String="The User Name that is being reported" /></Annotations><Annotations Target="microsoft.graph.iosUpdateDeviceStatus/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Mac OS." /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/deviceThreatProtectionEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Require that devices have enabled device threat protection." /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/deviceThreatProtectionRequiredSecurityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Require Mobile Threat Protection minimum risk level to report noncompliance." /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/firewallBlockAllIncoming"><Annotation Term="Org.OData.Core.V1.Description" String="Corresponds to the “Block all incoming connections” option." /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/firewallEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the firewall should be enabled or not." /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/firewallEnableStealthMode"><Annotation Term="Org.OData.Core.V1.Description" String="Corresponds to “Enable stealth mode.”" /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/osMaximumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum MacOS version." /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/osMinimumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum MacOS version." /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/passwordBlockSimple"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block simple passwords." /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/passwordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires. Valid values 1 to 65535" /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/passwordMinimumCharacterSetCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of password. Valid values 4 to 14" /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/passwordMinutesOfInactivityBeforeLock"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/passwordPreviousPasswordBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 1 to 24" /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/passwordRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to require a password." /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="The required password type." /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/storageRequireEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on Mac OS devices." /></Annotations><Annotations Target="microsoft.graph.macOSCompliancePolicy/systemIntegrityProtectionEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Require that devices have enabled system integrity protection." /></Annotations><Annotations Target="microsoft.graph.macOSCustomConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the macOSCustomConfiguration resource." /></Annotations><Annotations Target="microsoft.graph.macOSCustomConfiguration/payload"><Annotation Term="Org.OData.Core.V1.Description" String="Payload. (UTF8 encoded byte array)" /></Annotations><Annotations Target="microsoft.graph.macOSCustomConfiguration/payloadFileName"><Annotation Term="Org.OData.Core.V1.Description" String="Payload file name (*.mobileconfig | *.xml)." /></Annotations><Annotations Target="microsoft.graph.macOSCustomConfiguration/payloadName"><Annotation Term="Org.OData.Core.V1.Description" String="Name that is displayed to the user." /></Annotations><Annotations Target="microsoft.graph.macOSDeviceFeaturesConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="MacOS device features configuration profile." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the macOSGeneralDeviceConfiguration resource." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/compliantAppListType"><Annotation Term="Org.OData.Core.V1.Description" String="List that is in the CompliantAppsList." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/compliantAppsList"><Annotation Term="Org.OData.Core.V1.Description" String="List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/emailInDomainSuffixes"><Annotation Term="Org.OData.Core.V1.Description" String="An email address lacking a suffix that matches any of these strings will be considered out-of-domain." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordBlockSimple"><Annotation Term="Org.OData.Core.V1.Description" String="Block simple passwords." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordMinimumCharacterSetCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of character sets a password must contain. Valid values 0 to 4" /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passwords." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordMinutesOfInactivityBeforeLock"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity required before a password is required." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity required before the screen times out." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordPreviousPasswordBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to require a password." /></Annotations><Annotations Target="microsoft.graph.macOSGeneralDeviceConfiguration/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of password that is required." /></Annotations><Annotations Target="microsoft.graph.managedDevice/activationLockBypassCode"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The code that allows the Activation Lock on managed device to be bypassed. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity in LIST call. To retrieve actual values GET call needs to be made, with device id and included in select parameter. Supports: $select. $Search is not supported. Read-only. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/deviceCompliancePolicyStates"><Annotation Term="Org.OData.Core.V1.Description" String="Device compliance policy states for this device." /></Annotations><Annotations Target="microsoft.graph.managedDevice/deviceConfigurationStates"><Annotation Term="Org.OData.Core.V1.Description" String="Device configuration states for this device." /></Annotations><Annotations Target="microsoft.graph.managedDevice/androidSecurityPatchLevel"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Android security patch level. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/azureADDeviceId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier for the Azure Active Directory device. Supports $filter operator 'eq', not combine with count. Read only. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/azureADRegistered"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Whether the device is Azure Active Directory registered. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/complianceGracePeriodExpirationDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires. Supports $filter operator 'lt' and 'gt'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/complianceState"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Compliance state of the device. Examples: Compliant, Conflict, Error, etc. Default is unknown. Supports $filter operator 'eq' and 'or'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures"><Annotation Term="Org.OData.Core.V1.Description" String="configuration Manager client enabled features" /></Annotations><Annotations Target="microsoft.graph.managedDevice/configurationManagerClientEnabledFeatures"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="ConfigrMgr client enabled features. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.deviceActionResult"><Annotation Term="Org.OData.Core.V1.Description" String="Device action result" /></Annotations><Annotations Target="microsoft.graph.managedDevice/deviceActionResults"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="List of ComplexType deviceActionResult objects. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/deviceCategoryDisplayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Device category display name. Default is an empty string. Supports $filter operator 'eq' and 'or'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/deviceEnrollmentType"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment type of the device. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/deviceHealthAttestationState"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The device health attestation state. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/deviceName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Name of the device. Supports $filter operator 'eq' and 'contains'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/deviceRegistrationState"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Device registration state. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/easActivated"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Whether the device is Exchange ActiveSync activated. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/easActivationDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Exchange ActivationSync activation time of the device. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/easDeviceId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Exchange ActiveSync Id of the device. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/emailAddress"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Email(s) for the user associated with the device. Supports $filter operator 'contains'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/enrolledDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/enrollmentProfileName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/ethernetMacAddress"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/exchangeAccessState"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The Access State of the device in Exchange. Supports $filter operator 'eq' and 'or'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/exchangeAccessStateReason"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The reason for the device's access state in Exchange. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/exchangeLastSuccessfulSyncDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Last time the device contacted Exchange. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/freeStorageSpaceInBytes"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Free Storage in Bytes. Default value is 0. Read-only. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/iccid"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Integrated Circuit Card Identifier, it is A SIM card's unique identification number. Default is an empty string. To retrieve actual values GET call needs to be made, with device id and included in select parameter. Supports: $select. $Search is not supported. Read-only. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/imei"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="IMEI of the device. Supports $filter operator 'eq' and 'or'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/isEncrypted"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Device encryption status. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/isSupervised"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Device supervised status. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/jailBroken"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Whether the device is jail broken or rooted. Default is an empty string. Supports $filter operator 'eq' and 'or'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/lastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The date and time that the device last completed a successful sync with Intune. Supports $filter operator 'lt' and 'gt'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/managedDeviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Automatically generated name to identify a device. Can be overwritten to a user friendly name." /></Annotations><Annotations Target="microsoft.graph.managedDevice/managedDeviceOwnerType"><Annotation Term="Org.OData.Core.V1.Description" String="Ownership of the device. Can be 'company' or 'personal'" /></Annotations><Annotations Target="microsoft.graph.managedDevice/managementAgent"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Management channel of the device. Examples: Intune, EAS, etc. Default is unknown. Supports $filter operator 'eq' and 'or'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/managementCertificateExpirationDate"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Reports device management certificate expiration date. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/managementState"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Management state of the device. Examples: Managed, RetirePending, etc. Default is managed. Supports $filter operator 'eq' and 'or'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/manufacturer"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Manufacturer of the device. Supports $filter operator 'eq' and 'or'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/meid"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="MEID. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/model"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Model of the device. Supports $filter operator 'eq' and 'contains'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/notes"><Annotation Term="Org.OData.Core.V1.Description" String="Notes on the device created by IT Admin. Default is null. To retrieve actual values GET call needs to be made, with device id and included in select parameter. Supports: $select. $Search is not supported." /></Annotations><Annotations Target="microsoft.graph.managedDevice/operatingSystem"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Operating system of the device. Windows, iOS, etc. Supports $filter operator 'eq' and 'or'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/osVersion"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Operating system version of the device. Supports $filter operator 'contains'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/partnerReportedThreatState"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the threat state of a device when a Mobile Threat Defense partner is in use by the account and device. Read Only. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/phoneNumber"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Phone number of the device. Supports $filter operator 'contains'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/physicalMemoryInBytes"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Total Memory in Bytes. Default is 0. To retrieve actual values GET call needs to be made, with device id and included in select parameter. Supports: $select. Read-only. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/remoteAssistanceSessionErrorDetails"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="An error string that identifies issues when creating Remote Assistance session objects. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/remoteAssistanceSessionUrl"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Url that allows a Remote Assistance session to be established with the device. Default is an empty string. To retrieve actual values GET call needs to be made, with device id and included in select parameter. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/requireUserEnrollmentApproval"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Reports if the managed iOS device is user approval enrollment. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/serialNumber"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="SerialNumber of the device. Supports $filter operator 'eq' and 'or'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/subscriberCarrier"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Subscriber Carrier. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/totalStorageSpaceInBytes"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Total Storage in Bytes. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/udid"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Unique Device Identifier for iOS and macOS devices. Default is an empty string. To retrieve actual values GET call needs to be made, with device id and included in select parameter. Supports: $select. $Search is not supported. Read-only. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/userDisplayName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="User display name. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/userId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Unique Identifier for the user associated with the device. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Device user principal name. Supports $filter operator 'eq' and 'ne'. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/wiFiMacAddress"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Wi-Fi MAC. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.managedDevice/deviceCategory"><Annotation Term="Org.OData.Core.V1.Description" String="Device category" /></Annotations><Annotations Target="microsoft.graph.deviceLogCollectionResponse"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Log Collection request entity." /></Annotations><Annotations Target="microsoft.graph.managedDevice/logCollectionRequests"><Annotation Term="Org.OData.Core.V1.Description" String="List of log collection requests" /></Annotations><Annotations Target="microsoft.graph.managedDevice/users"><Annotation Term="Org.OData.Core.V1.Description" String="The primary users associated with the managed device." /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState"><Annotation Term="Org.OData.Core.V1.Description" String="Device protection status entity." /></Annotations><Annotations Target="microsoft.graph.managedDevice/windowsProtectionState"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The device protection status. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.settingStateDeviceSummary/compliantDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Device Compliant count for the setting" /></Annotations><Annotations Target="microsoft.graph.settingStateDeviceSummary/conflictDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Device conflict error count for the setting" /></Annotations><Annotations Target="microsoft.graph.settingStateDeviceSummary/errorDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Device error count for the setting" /></Annotations><Annotations Target="microsoft.graph.settingStateDeviceSummary/instancePath"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the InstancePath for the setting" /></Annotations><Annotations Target="microsoft.graph.settingStateDeviceSummary/nonCompliantDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Device NonCompliant count for the setting" /></Annotations><Annotations Target="microsoft.graph.settingStateDeviceSummary/notApplicableDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Device Not Applicable count for the setting" /></Annotations><Annotations Target="microsoft.graph.settingStateDeviceSummary/remediatedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Device Compliant count for the setting" /></Annotations><Annotations Target="microsoft.graph.settingStateDeviceSummary/settingName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the setting" /></Annotations><Annotations Target="microsoft.graph.settingStateDeviceSummary/unknownDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Device Unkown count for the setting" /></Annotations><Annotations Target="microsoft.graph.sharedPCConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the sharedPCConfiguration resource." /></Annotations><Annotations Target="microsoft.graph.sharedPCConfiguration/accountManagerPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies how accounts are managed on a shared PC. Only applies when disableAccountManager is false." /></Annotations><Annotations Target="microsoft.graph.sharedPCConfiguration/allowedAccounts"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates which type of accounts are allowed to use on a shared PC." /></Annotations><Annotations Target="microsoft.graph.sharedPCConfiguration/allowLocalStorage"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether local storage is allowed on a shared PC." /></Annotations><Annotations Target="microsoft.graph.sharedPCConfiguration/disableAccountManager"><Annotation Term="Org.OData.Core.V1.Description" String="Disables the account manager for shared PC mode." /></Annotations><Annotations Target="microsoft.graph.sharedPCConfiguration/disableEduPolicies"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the default shared PC education environment policies should be disabled. For Windows 10 RS2 and later, this policy will be applied without setting Enabled to true." /></Annotations><Annotations Target="microsoft.graph.sharedPCConfiguration/disablePowerPolicies"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the default shared PC power policies should be disabled." /></Annotations><Annotations Target="microsoft.graph.sharedPCConfiguration/disableSignInOnResume"><Annotation Term="Org.OData.Core.V1.Description" String="Disables the requirement to sign in whenever the device wakes up from sleep mode." /></Annotations><Annotations Target="microsoft.graph.sharedPCConfiguration/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Enables shared PC mode and applies the shared pc policies." /></Annotations><Annotations Target="microsoft.graph.sharedPCConfiguration/idleTimeBeforeSleepInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the time in seconds that a device must sit idle before the PC goes to sleep. Setting this value to 0 prevents the sleep timeout from occurring." /></Annotations><Annotations Target="microsoft.graph.sharedPCConfiguration/kioskAppDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the display text for the account shown on the sign-in screen which launches the app specified by SetKioskAppUserModelId. Only applies when KioskAppUserModelId is set." /></Annotations><Annotations Target="microsoft.graph.sharedPCConfiguration/kioskAppUserModelId"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the application user model ID of the app to use with assigned access." /></Annotations><Annotations Target="microsoft.graph.sharedPCConfiguration/maintenanceStartTime"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the daily start time of maintenance hour." /></Annotations><Annotations Target="microsoft.graph.softwareUpdateStatusSummary/compliantDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant devices." /></Annotations><Annotations Target="microsoft.graph.softwareUpdateStatusSummary/compliantUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of compliant users." /></Annotations><Annotations Target="microsoft.graph.softwareUpdateStatusSummary/conflictDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict devices." /></Annotations><Annotations Target="microsoft.graph.softwareUpdateStatusSummary/conflictUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of conflict users." /></Annotations><Annotations Target="microsoft.graph.softwareUpdateStatusSummary/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the policy." /></Annotations><Annotations Target="microsoft.graph.softwareUpdateStatusSummary/errorDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of devices had error." /></Annotations><Annotations Target="microsoft.graph.softwareUpdateStatusSummary/errorUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of users had error." /></Annotations><Annotations Target="microsoft.graph.softwareUpdateStatusSummary/nonCompliantDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of non compliant devices." /></Annotations><Annotations Target="microsoft.graph.softwareUpdateStatusSummary/nonCompliantUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of non compliant users." /></Annotations><Annotations Target="microsoft.graph.softwareUpdateStatusSummary/notApplicableDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable devices." /></Annotations><Annotations Target="microsoft.graph.softwareUpdateStatusSummary/notApplicableUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of not applicable users." /></Annotations><Annotations Target="microsoft.graph.softwareUpdateStatusSummary/remediatedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated devices." /></Annotations><Annotations Target="microsoft.graph.softwareUpdateStatusSummary/remediatedUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of remediated users." /></Annotations><Annotations Target="microsoft.graph.softwareUpdateStatusSummary/unknownDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown devices." /></Annotations><Annotations Target="microsoft.graph.softwareUpdateStatusSummary/unknownUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown users." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Windows 10." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/bitLockerEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled" /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/codeIntegrityEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Require devices to be reported as healthy by Windows Device Health Attestation." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/earlyLaunchAntiMalwareDriverEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/mobileOsMaximumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum Windows Phone version." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/mobileOsMinimumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum Windows Phone version." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/osMaximumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum Windows 10 version." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/osMinimumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum Windows 10 version." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/passwordBlockSimple"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block simple password." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/passwordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="The password expiration in days." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/passwordMinimumCharacterSetCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="The minimum password length." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/passwordMinutesOfInactivityBeforeLock"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/passwordPreviousPasswordBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of previous passwords to prevent re-use of." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/passwordRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock Windows device." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/passwordRequiredToUnlockFromIdle"><Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock an idle device." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="The required password type." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/requireHealthyDeviceReport"><Annotation Term="Org.OData.Core.V1.Description" String="Require devices to be reported as healthy by Windows Device Health Attestation." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/secureBootEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled." /></Annotations><Annotations Target="microsoft.graph.windows10CompliancePolicy/storageRequireEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on windows devices." /></Annotations><Annotations Target="microsoft.graph.windows10CustomConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the windows10CustomConfiguration resource." /></Annotations><Annotations Target="microsoft.graph.windows10CustomConfiguration/omaSettings"><Annotation Term="Org.OData.Core.V1.Description" String="OMA settings. This collection can contain a maximum of 1000 elements." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the Windows10EndpointProtectionConfiguration resource." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardAllowPersistence"><Annotation Term="Org.OData.Core.V1.Description" String="Allow persisting user generated data inside the App Guard Containter (favorites, cookies, web passwords, etc.)" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardAllowPrintToLocalPrinters"><Annotation Term="Org.OData.Core.V1.Description" String="Allow printing to Local Printers from Container" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardAllowPrintToNetworkPrinters"><Annotation Term="Org.OData.Core.V1.Description" String="Allow printing to Network Printers from Container" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardAllowPrintToPDF"><Annotation Term="Org.OData.Core.V1.Description" String="Allow printing to PDF from Container" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardAllowPrintToXPS"><Annotation Term="Org.OData.Core.V1.Description" String="Allow printing to XPS from Container" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardBlockClipboardSharing"><Annotation Term="Org.OData.Core.V1.Description" String="Block clipboard to share data from Host to Container, or from Container to Host, or both ways, or neither ways." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardBlockFileTransfer"><Annotation Term="Org.OData.Core.V1.Description" String="Block clipboard to transfer image file, text file or neither of them" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardBlockNonEnterpriseContent"><Annotation Term="Org.OData.Core.V1.Description" String="Block enterprise sites to load non-enterprise content, such as third party plug-ins" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Enable Windows Defender Application Guard" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/applicationGuardForceAuditing"><Annotation Term="Org.OData.Core.V1.Description" String="Force auditing will persist Windows logs and events to meet security/compliance criteria (sample events are user login-logoff, use of privilege rights, software installation, system changes, etc.)" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/appLockerApplicationControl"><Annotation Term="Org.OData.Core.V1.Description" String="Enables the Admin to choose what types of app to allow on devices." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/bitLockerDisableWarningForOtherDiskEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Allows the Admin to disable the warning prompt for other disk encryption on the user machines." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/bitLockerEnableStorageCardEncryptionOnMobile"><Annotation Term="Org.OData.Core.V1.Description" String="Allows the admin to require encryption to be turned on using BitLocker. This policy is valid only for a mobile SKU." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/bitLockerEncryptDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Allows the admin to require encryption to be turned on using BitLocker." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/bitLockerRemovableDrivePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="BitLocker Removable Drive Policy." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderAdditionalGuardedFolders"><Annotation Term="Org.OData.Core.V1.Description" String="List of folder paths to be added to the list of protected folders" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderAttackSurfaceReductionExcludedPaths"><Annotation Term="Org.OData.Core.V1.Description" String="List of exe files and folders to be excluded from attack surface reduction rules" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderExploitProtectionXml"><Annotation Term="Org.OData.Core.V1.Description" String="Xml content containing information regarding exploit protection details." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderExploitProtectionXmlFileName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the file from which DefenderExploitProtectionXml was obtained." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderGuardedFoldersAllowedAppPaths"><Annotation Term="Org.OData.Core.V1.Description" String="List of paths to exe that are allowed to access protected folders" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/defenderSecurityCenterBlockExploitProtectionOverride"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block user from overriding Exploit Protection settings." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallBlockStatefulFTP"><Annotation Term="Org.OData.Core.V1.Description" String="Blocks stateful FTP connections to the device" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallCertificateRevocationListCheckMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Specify how the certificate revocation list is to be enforced" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallIdleTimeoutForSecurityAssociationInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the idle timeout for security associations, in seconds, from 300 to 3600 inclusive. This is the period after which security associations will expire and be deleted. Valid values 300 to 3600" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallIPSecExemptionsAllowDHCP"><Annotation Term="Org.OData.Core.V1.Description" String="Configures IPSec exemptions to allow both IPv4 and IPv6 DHCP traffic" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallIPSecExemptionsAllowICMP"><Annotation Term="Org.OData.Core.V1.Description" String="Configures IPSec exemptions to allow ICMP" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallIPSecExemptionsAllowNeighborDiscovery"><Annotation Term="Org.OData.Core.V1.Description" String="Configures IPSec exemptions to allow neighbor discovery IPv6 ICMP type-codes" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallIPSecExemptionsAllowRouterDiscovery"><Annotation Term="Org.OData.Core.V1.Description" String="Configures IPSec exemptions to allow router discovery IPv6 ICMP type-codes" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallMergeKeyingModuleSettings"><Annotation Term="Org.OData.Core.V1.Description" String="If an authentication set is not fully supported by a keying module, direct the module to ignore only unsupported authentication suites rather than the entire set" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallPacketQueueingMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Configures how packet queueing should be applied in the tunnel gateway scenario" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallPreSharedKeyEncodingMethod"><Annotation Term="Org.OData.Core.V1.Description" String="Select the preshared key encoding to be used" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallProfileDomain"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall profile settings for domain networks" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallProfilePrivate"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall profile settings for private networks" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/firewallProfilePublic"><Annotation Term="Org.OData.Core.V1.Description" String="Configures the firewall profile settings for public networks" /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/smartScreenBlockOverrideForFiles"><Annotation Term="Org.OData.Core.V1.Description" String="Allows IT Admins to control whether users can can ignore SmartScreen warnings and run malicious files." /></Annotations><Annotations Target="microsoft.graph.windows10EndpointProtectionConfiguration/smartScreenEnableInShell"><Annotation Term="Org.OData.Core.V1.Description" String="Allows IT Admins to configure SmartScreen for Windows." /></Annotations><Annotations Target="microsoft.graph.windows10EnterpriseModernAppManagementConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Windows10 Enterprise Modern App Management Configuration." /></Annotations><Annotations Target="microsoft.graph.windows10EnterpriseModernAppManagementConfiguration/uninstallBuiltInApps"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to uninstall a fixed list of built-in Windows apps." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the windows10GeneralConfiguration resource." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/accountsBlockAddingNonMicrosoftAccountEmail"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/antiTheftModeBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from selecting an AntiTheft mode preference (Windows 10 Mobile only)." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/appsAllowTrustedAppsSideloading"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether apps from AppX packages signed with a trusted certificate can be side loaded." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/appsBlockWindowsStoreOriginatedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to disable the launch of all apps from Windows Store that came pre-installed or were downloaded." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/bluetoothAllowedServices"><Annotation Term="Org.OData.Core.V1.Description" String="Specify a list of allowed Bluetooth services and profiles in hex formatted strings." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/bluetoothBlockAdvertising"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from using bluetooth advertising." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/bluetoothBlockDiscoverableMode"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from using bluetooth discoverable mode." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/bluetoothBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from using bluetooth." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/bluetoothBlockPrePairing"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to block specific bundled Bluetooth peripherals to automatically pair with the host device." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/cameraBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from accessing the camera of the device." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/cellularBlockDataWhenRoaming"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from using data over cellular while roaming." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/cellularBlockVpn"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from using VPN over cellular." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/cellularBlockVpnWhenRoaming"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from using VPN when roaming over cellular." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/certificatesBlockManualRootCertificateInstallation"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from doing manual root certificate installation." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/connectedDevicesServiceBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to block Connected Devices Service which enables discovery and connection to other devices, remote messaging, remote app sessions and other cross-device experiences." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/copyPasteBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from using copy paste." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/cortanaBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to Block the user from using Cortana." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderBlockEndUserAccess"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to block end user access to Defender." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderCloudBlockLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the level of cloud-delivered protection." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderDaysBeforeDeletingQuarantinedMalware"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days before deleting quarantined malware. Valid values 0 to 90" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderDetectedMalwareActions"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets Defender’s actions to take on detected Malware per threat level." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderFileExtensionsToExclude"><Annotation Term="Org.OData.Core.V1.Description" String="File extensions to exclude from scans and real time protection." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderFilesAndFoldersToExclude"><Annotation Term="Org.OData.Core.V1.Description" String="Files and folder to exclude from scans and real time protection." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderMonitorFileActivity"><Annotation Term="Org.OData.Core.V1.Description" String="Value for monitoring file activity." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderProcessesToExclude"><Annotation Term="Org.OData.Core.V1.Description" String="Processes to exclude from scans and real time protection." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderPromptForSampleSubmission"><Annotation Term="Org.OData.Core.V1.Description" String="The configuration for how to prompt user for sample submission." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderRequireBehaviorMonitoring"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require behavior monitoring." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderRequireCloudProtection"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require cloud protection." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderRequireNetworkInspectionSystem"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require network inspection system." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderRequireRealTimeMonitoring"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require real time monitoring." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScanArchiveFiles"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to scan archive files." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScanDownloads"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to scan downloads." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScanIncomingMail"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to scan incoming mail messages." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScanMappedNetworkDrivesDuringFullScan"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to scan mapped network drives during full scan." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScanMaxCpu"><Annotation Term="Org.OData.Core.V1.Description" String="Max CPU usage percentage during scan. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScanNetworkFiles"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to scan files opened from a network folder." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScanRemovableDrivesDuringFullScan"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to scan removable drives during full scan." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScanScriptsLoadedInInternetExplorer"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to scan scripts loaded in Internet Explorer browser." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScanType"><Annotation Term="Org.OData.Core.V1.Description" String="The defender system scan type." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScheduledQuickScanTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time to perform a daily quick scan." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderScheduledScanTime"><Annotation Term="Org.OData.Core.V1.Description" String="The defender time for the system scan." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderSignatureUpdateIntervalInHours"><Annotation Term="Org.OData.Core.V1.Description" String="The signature update interval in hours. Specify 0 not to check. Valid values 0 to 24" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/defenderSystemScanSchedule"><Annotation Term="Org.OData.Core.V1.Description" String="Defender day of the week for the system scan." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/developerUnlockSetting"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow developer unlock." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/deviceManagementBlockFactoryResetOnMobile"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from resetting their phone." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/deviceManagementBlockManualUnenroll"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from doing manual un-enrollment from device management." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/diagnosticsDataSubmissionMode"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a value allowing the device to send diagnostic and usage telemetry data, such as Watson." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeAllowStartPagesModification"><Annotation Term="Org.OData.Core.V1.Description" String="Allow users to change Start pages on Edge. Use the EdgeHomepageUrls to specify the Start pages that the user would see by default when they open Edge." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockAccessToAboutFlags"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to prevent access to about flags on Edge browser." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockAddressBarDropdown"><Annotation Term="Org.OData.Core.V1.Description" String="Block the address bar dropdown functionality in Microsoft Edge. Disable this settings to minimize network connections from Microsoft Edge to Microsoft services." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockAutofill"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block auto fill." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockCompatibilityList"><Annotation Term="Org.OData.Core.V1.Description" String="Block Microsoft compatibility list in Microsoft Edge. This list from Microsoft helps Edge properly display sites with known compatibility issues." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockDeveloperTools"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block developer tools in the Edge browser." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using the Edge browser." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockExtensions"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block extensions in the Edge browser." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockInPrivateBrowsing"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block InPrivate browsing on corporate networks, in the Edge browser." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockJavaScript"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using JavaScript." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockLiveTileDataCollection"><Annotation Term="Org.OData.Core.V1.Description" String="Block the collection of information by Microsoft for live tile creation when users pin a site to Start from Microsoft Edge." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockPasswordManager"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block password manager." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockPopups"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block popups." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockSearchSuggestions"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from using the search suggestions in the address bar." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockSendingDoNotTrackHeader"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from sending the do not track header." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeBlockSendingIntranetTrafficToInternetExplorer"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer. Note: the name of this property is misleading; the property is obsolete, use EdgeSendIntranetTrafficToInternetExplorer instead." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeClearBrowsingDataOnExit"><Annotation Term="Org.OData.Core.V1.Description" String="Clear browsing data on exiting Microsoft Edge." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeCookiePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates which cookies to block in the Edge browser." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeDisableFirstRunPage"><Annotation Term="Org.OData.Core.V1.Description" String="Block the Microsoft web page that opens on the first use of Microsoft Edge. This policy allows enterprises, like those enrolled in zero emissions configurations, to block this page." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeEnterpriseModeSiteListLocation"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the enterprise mode site list location. Could be a local file, local network or http location." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeFirstRunUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The first run URL for when Edge browser is opened for the first time." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeHomepageUrls"><Annotation Term="Org.OData.Core.V1.Description" String="The list of URLs for homepages shodwn on MDM-enrolled devices on Edge browser." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeRequireSmartScreen"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Require the user to use the smart screen filter." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeSearchEngine"><Annotation Term="Org.OData.Core.V1.Description" String="Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeSendIntranetTrafficToInternetExplorer"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/edgeSyncFavoritesWithInternetExplorer"><Annotation Term="Org.OData.Core.V1.Description" String="Enable favorites sync between Internet Explorer and Microsoft Edge. Additions, deletions, modifications and order changes to favorites are shared between browsers." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/enterpriseCloudPrintDiscoveryEndPoint"><Annotation Term="Org.OData.Core.V1.Description" String="Endpoint for discovering cloud printers." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/enterpriseCloudPrintDiscoveryMaxLimit"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum number of printers that should be queried from a discovery endpoint. This is a mobile only setting. Valid values 1 to 65535" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/enterpriseCloudPrintMopriaDiscoveryResourceIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="OAuth resource URI for printer discovery service as configured in Azure portal." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/enterpriseCloudPrintOAuthAuthority"><Annotation Term="Org.OData.Core.V1.Description" String="Authentication endpoint for acquiring OAuth tokens." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/enterpriseCloudPrintOAuthClientIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="GUID of a client application authorized to retrieve OAuth tokens from the OAuth Authority." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/enterpriseCloudPrintResourceIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="OAuth resource URI for print service as configured in the Azure portal." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/experienceBlockDeviceDiscovery"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to enable device discovery UX." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/experienceBlockErrorDialogWhenNoSIM"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow the error dialog from displaying if no SIM card is detected." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/experienceBlockTaskSwitcher"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to enable task switching on the device." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/gameDvrBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block DVR and broadcasting." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/internetSharingBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using internet sharing." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/locationServicesBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from location services." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/lockScreenAllowTimeoutConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether to show a user-configurable setting to control the screen timeout while on the lock screen of Windows 10 Mobile devices. If this policy is set to Allow, the value set by lockScreenTimeoutInSeconds is ignored." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/lockScreenBlockActionCenterNotifications"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block action center notifications over lock screen." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/lockScreenBlockCortana"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not the user can interact with Cortana using speech while the system is locked." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/lockScreenBlockToastNotifications"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether to allow toast notifications above the device lock screen." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/lockScreenTimeoutInSeconds"><Annotation Term="Org.OData.Core.V1.Description" String="Set the duration (in seconds) from the screen locking to the screen turning off for Windows 10 Mobile devices. Supported values are 11-1800. Valid values 11 to 1800" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/logonBlockFastUserSwitching"><Annotation Term="Org.OData.Core.V1.Description" String="Disables the ability to quickly switch between users that are logged on simultaneously without logging off." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/microsoftAccountBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block a Microsoft account." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/microsoftAccountBlockSettingsSync"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block Microsoft account settings sync." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/networkProxyApplySettingsDeviceWide"><Annotation Term="Org.OData.Core.V1.Description" String="If set, proxy settings will be applied to all processes and accounts in the device. Otherwise, it will be applied to the user account that’s enrolled into MDM." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/networkProxyAutomaticConfigurationUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Address to the proxy auto-config (PAC) script you want to use." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/networkProxyDisableAutoDetect"><Annotation Term="Org.OData.Core.V1.Description" String="Disable automatic detection of settings. If enabled, the system will try to find the path to a proxy auto-config (PAC) script." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/networkProxyServer"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies manual proxy server settings." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/nfcBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using near field communication." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/oneDriveDisableFileSync"><Annotation Term="Org.OData.Core.V1.Description" String="Gets or sets a value allowing IT admins to prevent apps and features from working with files on OneDrive." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordBlockSimple"><Annotation Term="Org.OData.Core.V1.Description" String="Specify whether PINs or passwords such as &quot;1111&quot; or &quot;1234&quot; are allowed. For Windows 10 desktops, it also controls the use of picture passwords." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="The password expiration in days. Valid values 0 to 730" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordMinimumCharacterSetCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="The minimum password length. Valid values 4 to 16" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout"><Annotation Term="Org.OData.Core.V1.Description" String="The minutes of inactivity before the screen times out." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordPreviousPasswordBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of previous passwords to prevent reuse of. Valid values 0 to 50" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require the user to have a password." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="The required password type." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordRequireWhenResumeFromIdleState"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a password upon resuming from an idle state." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/passwordSignInFailureCountBeforeFactoryReset"><Annotation Term="Org.OData.Core.V1.Description" String="The number of sign in failures before factory reset. Valid values 0 to 999" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/personalizationDesktopImageUrl"><Annotation Term="Org.OData.Core.V1.Description" String="A http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Desktop Image or a file Url to a local image on the file system that needs to used as the Desktop Image." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/personalizationLockScreenImageUrl"><Annotation Term="Org.OData.Core.V1.Description" String="A http or https Url to a jpg, jpeg or png image that neeeds to be downloaded and used as the Lock Screen Image or a file Url to a local image on the file system that needs to be used as the Lock Screen Image." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/privacyAdvertisingId"><Annotation Term="Org.OData.Core.V1.Description" String="Enables or disables the use of advertising ID. Added in Windows 10, version 1607." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/privacyAutoAcceptPairingAndConsentPrompts"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow the automatic acceptance of the pairing and privacy user consent dialog when launching apps." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/privacyBlockInputPersonalization"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the usage of cloud based speech services for Cortana, Dictation, or Store applications." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/resetProtectionModeBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from reset protection mode." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/safeSearchFilter"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies what filter level of safe search is required." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/screenCaptureBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from taking Screenshots." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchBlockDiacritics"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies if search can use diacritics." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchDisableAutoLanguageDetection"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to use automatic language detection when indexing content and properties." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchDisableIndexerBackoff"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to disable the search indexer backoff feature." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchDisableIndexingEncryptedItems"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block indexing of WIP-protected items to prevent them from appearing in search results for Cortana or Explorer." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchDisableIndexingRemovableDrive"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow users to add locations on removable drives to libraries and to be indexed." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchEnableAutomaticIndexSizeManangement"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies minimum amount of hard drive space on the same drive as the index location before indexing stops." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/searchEnableRemoteQueries"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block remote queries of this computer’s index." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockAccountsPage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Accounts in Settings app." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockAddProvisioningPackage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from installing provisioning packages." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockAppsPage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Apps in Settings app." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockChangeLanguage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from changing the language settings." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockChangePowerSleep"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from changing power and sleep settings." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockChangeRegion"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from changing the region settings." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockChangeSystemTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from changing date and time settings." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockDevicesPage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Devices in Settings app." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockEaseOfAccessPage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Ease of Access in Settings app." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockEditDeviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from editing the device name." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockGamingPage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Gaming in Settings app." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockNetworkInternetPage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Network &amp; Internet in Settings app." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockPersonalizationPage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Personalization in Settings app." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockPrivacyPage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Privacy in Settings app." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockRemoveProvisioningPackage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the runtime configuration agent from removing provisioning packages." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockSettingsApp"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Settings app." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockSystemPage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to System in Settings app." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockTimeLanguagePage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Time &amp; Language in Settings app." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/settingsBlockUpdateSecurityPage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block access to Update &amp; Security in Settings app." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/sharedUserAppDataAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block multiple users of the same app to share data." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/smartScreenBlockPromptOverride"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not users can override SmartScreen Filter warnings about potentially malicious websites." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/smartScreenBlockPromptOverrideForFiles"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not users can override the SmartScreen Filter warnings about downloading unverified files" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/smartScreenEnableAppInstallControl"><Annotation Term="Org.OData.Core.V1.Description" String="This property will be deprecated in July 2019 and will be replaced by property SmartScreenAppInstallControl. Allows IT Admins to control whether users are allowed to install apps from places other than the Store." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startBlockUnpinningAppsFromTaskbar"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the user from unpinning apps from taskbar." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuAppListVisibility"><Annotation Term="Org.OData.Core.V1.Description" String="Setting the value of this collapses the app list, removes the app list entirely, or disables the corresponding toggle in the Settings app." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideChangeAccountSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides the change account setting from appearing in the user tile in the start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideFrequentlyUsedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides the most used apps from appearing on the start menu and disables the corresponding toggle in the Settings app." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideHibernate"><Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides hibernate from appearing in the power button in the start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideLock"><Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides lock from appearing in the user tile in the start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHidePowerButton"><Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides the power button from appearing in the start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideRecentJumpLists"><Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides recent jump lists from appearing on the start menu/taskbar and disables the corresponding toggle in the Settings app." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideRecentlyAddedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides recently added apps from appearing on the start menu and disables the corresponding toggle in the Settings app." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideRestartOptions"><Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides “Restart/Update and Restart” from appearing in the power button in the start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideShutDown"><Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides shut down/update and shut down from appearing in the power button in the start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideSignOut"><Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides sign out from appearing in the user tile in the start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideSleep"><Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides sleep from appearing in the power button in the start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideSwitchAccount"><Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides switch account from appearing in the user tile in the start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuHideUserTile"><Annotation Term="Org.OData.Core.V1.Description" String="Enabling this policy hides the user tile from appearing in the start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuLayoutEdgeAssetsXml"><Annotation Term="Org.OData.Core.V1.Description" String="This policy setting allows you to import Edge assets to be used with startMenuLayoutXml policy. Start layout can contain secondary tile from Edge app which looks for Edge local asset file. Edge local asset would not exist and cause Edge secondary tile to appear empty in this case. This policy only gets applied when startMenuLayoutXml policy is modified. The value should be a UTF-8 Base64 encoded byte array." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuLayoutXml"><Annotation Term="Org.OData.Core.V1.Description" String="Allows admins to override the default Start menu layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema. XML needs to be in a UTF8 encoded byte array format." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuMode"><Annotation Term="Org.OData.Core.V1.Description" String="Allows admins to decide how the Start menu is displayed." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderDocuments"><Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Documents folder shortcut on the Start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderDownloads"><Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Downloads folder shortcut on the Start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderFileExplorer"><Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the FileExplorer shortcut on the Start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderHomeGroup"><Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the HomeGroup folder shortcut on the Start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderMusic"><Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Music folder shortcut on the Start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderNetwork"><Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Network folder shortcut on the Start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderPersonalFolder"><Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the PersonalFolder shortcut on the Start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderPictures"><Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Pictures folder shortcut on the Start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderSettings"><Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Settings folder shortcut on the Start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/startMenuPinnedFolderVideos"><Annotation Term="Org.OData.Core.V1.Description" String="Enforces the visibility (Show/Hide) of the Videos folder shortcut on the Start menu." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/storageBlockRemovableStorage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using removable storage." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/storageRequireMobileDeviceEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Indicating whether or not to require encryption on a mobile device." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/storageRestrictAppDataToSystemVolume"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether application data is restricted to the system drive." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/storageRestrictAppInstallToSystemVolume"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the installation of applications is restricted to the system drive." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/tenantLockdownRequireNetworkDuringOutOfBoxExperience"><Annotation Term="Org.OData.Core.V1.Description" String="Whether the device is required to connect to the network." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/usbBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from USB connection." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/voiceRecordingBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from voice recording." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/webRtcBlockLocalhostIpAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not user's localhost IP address is displayed while making phone calls using the WebRTC" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/wiFiBlockAutomaticConnectHotspots"><Annotation Term="Org.OData.Core.V1.Description" String="Indicating whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/wiFiBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using Wi-Fi." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/wiFiBlockManualConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using Wi-Fi manual configuration." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/wiFiScanInterval"><Annotation Term="Org.OData.Core.V1.Description" String="Specify how often devices scan for Wi-Fi networks. Supported values are 1-500, where 100 = default, and 500 = low frequency. Valid values 1 to 500" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsSpotlightBlockConsumerSpecificFeatures"><Annotation Term="Org.OData.Core.V1.Description" String="Allows IT admins to block experiences that are typically for consumers only, such as Start suggestions, Membership notifications, Post-OOBE app install and redirect tiles." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsSpotlightBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Allows IT admins to turn off all Windows Spotlight features" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsSpotlightBlockOnActionCenter"><Annotation Term="Org.OData.Core.V1.Description" String="Block suggestions from Microsoft that show after each OS clean install, upgrade or in an on-going basis to introduce users to what is new or changed" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsSpotlightBlockTailoredExperiences"><Annotation Term="Org.OData.Core.V1.Description" String="Block personalized content in Windows spotlight based on user’s device usage." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsSpotlightBlockThirdPartyNotifications"><Annotation Term="Org.OData.Core.V1.Description" String="Block third party content delivered via Windows Spotlight" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsSpotlightBlockWelcomeExperience"><Annotation Term="Org.OData.Core.V1.Description" String="Block Windows Spotlight Windows welcome experience" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsSpotlightBlockWindowsTips"><Annotation Term="Org.OData.Core.V1.Description" String="Allows IT admins to turn off the popup of Windows Tips." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsSpotlightConfigureOnLockScreen"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the type of Spotlight" /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsStoreBlockAutoUpdate"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block automatic update of apps from Windows Store." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsStoreBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using the Windows store." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/windowsStoreEnablePrivateStoreOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to enable Private Store Only." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/wirelessDisplayBlockProjectionToThisDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow other devices from discovering this PC for projection." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/wirelessDisplayBlockUserInputFromReceiver"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow user input from wireless display receiver." /></Annotations><Annotations Target="microsoft.graph.windows10GeneralConfiguration/wirelessDisplayRequirePinForPairing"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a PIN for new devices to initiate pairing." /></Annotations><Annotations Target="microsoft.graph.windows10MobileCompliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Windows 10 Mobile." /></Annotations><Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/bitLockerEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled" /></Annotations><Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/codeIntegrityEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Require devices to be reported as healthy by Windows Device Health Attestation." /></Annotations><Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/earlyLaunchAntiMalwareDriverEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled." /></Annotations><Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/osMaximumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum Windows Phone version." /></Annotations><Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/osMinimumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum Windows Phone version." /></Annotations><Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/passwordBlockSimple"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to block syncing the calendar." /></Annotations><Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/passwordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days before password expiration. Valid values 1 to 255" /></Annotations><Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/passwordMinimumCharacterSetCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." /></Annotations><Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum password length. Valid values 4 to 16" /></Annotations><Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/passwordMinutesOfInactivityBeforeLock"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." /></Annotations><Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/passwordPreviousPasswordBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of previous passwords to prevent re-use of." /></Annotations><Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/passwordRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock Windows Phone device." /></Annotations><Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="The required password type." /></Annotations><Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/passwordRequireToUnlockFromIdle"><Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock an idle device." /></Annotations><Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/secureBootEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled." /></Annotations><Annotations Target="microsoft.graph.windows10MobileCompliancePolicy/storageRequireEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on windows devices." /></Annotations><Annotations Target="microsoft.graph.windows10SecureAssessmentConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the secureAssessment resource." /></Annotations><Annotations Target="microsoft.graph.windows10SecureAssessmentConfiguration/allowPrinting"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow the app from printing during the test." /></Annotations><Annotations Target="microsoft.graph.windows10SecureAssessmentConfiguration/allowScreenCapture"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow screen capture capability during a test." /></Annotations><Annotations Target="microsoft.graph.windows10SecureAssessmentConfiguration/allowTextSuggestion"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to allow text suggestions during the test." /></Annotations><Annotations Target="microsoft.graph.windows10SecureAssessmentConfiguration/configurationAccount"><Annotation Term="Org.OData.Core.V1.Description" String="The account used to configure the Windows device for taking the test. The user can be a domain account (domain\user), an AAD account (username@tenant.com) or a local account (username)." /></Annotations><Annotations Target="microsoft.graph.windows10SecureAssessmentConfiguration/launchUri"><Annotation Term="Org.OData.Core.V1.Description" String="Url link to an assessment that's automatically loaded when the secure assessment browser is launched. It has to be a valid Url (http[s]://msdn.microsoft.com/)." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the windows10TeamGeneralConfiguration resource." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/azureOperationalInsightsBlockTelemetry"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block Azure Operational Insights." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/azureOperationalInsightsWorkspaceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Azure Operational Insights workspace id." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/azureOperationalInsightsWorkspaceKey"><Annotation Term="Org.OData.Core.V1.Description" String="The Azure Operational Insights Workspace key." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/connectAppBlockAutoLaunch"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to automatically launch the Connect app whenever a projection is initiated." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/maintenanceWindowBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block setting a maintenance window for device updates." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/maintenanceWindowDurationInHours"><Annotation Term="Org.OData.Core.V1.Description" String="Maintenance window duration for device updates. Valid values 0 to 5" /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/maintenanceWindowStartTime"><Annotation Term="Org.OData.Core.V1.Description" String="Maintenance window start time for device updates." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/miracastBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block wireless projection." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/miracastChannel"><Annotation Term="Org.OData.Core.V1.Description" String="The channel." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/miracastRequirePin"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a pin for wireless projection." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/settingsBlockMyMeetingsAndFiles"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to disable the &quot;My meetings and files&quot; feature in the Start menu, which shows the signed-in user's meetings and files from Office 365." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/settingsBlockSessionResume"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to allow the ability to resume a session when the session times out." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/settingsBlockSigninSuggestions"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/settingsDefaultVolume"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the default volume value for a new session. Permitted values are 0-100. The default is 45. Valid values 0 to 100" /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/settingsScreenTimeoutInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the number of minutes until the Hub screen turns off." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/settingsSessionTimeoutInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the number of minutes until the session times out." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/settingsSleepTimeoutInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the number of minutes until the Hub enters sleep mode." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/welcomeScreenBackgroundImageUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The welcome screen background image URL. The URL must use the HTTPS protocol and return a PNG image." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/welcomeScreenBlockAutomaticWakeUp"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the welcome screen from waking up automatically when someone enters the room." /></Annotations><Annotations Target="microsoft.graph.windows10TeamGeneralConfiguration/welcomeScreenMeetingInformation"><Annotation Term="Org.OData.Core.V1.Description" String="The welcome screen meeting information shown." /></Annotations><Annotations Target="microsoft.graph.windows81CompliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Windows 8.1." /></Annotations><Annotations Target="microsoft.graph.windows81CompliancePolicy/osMaximumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum Windows 8.1 version." /></Annotations><Annotations Target="microsoft.graph.windows81CompliancePolicy/osMinimumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum Windows 8.1 version." /></Annotations><Annotations Target="microsoft.graph.windows81CompliancePolicy/passwordBlockSimple"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block simple password." /></Annotations><Annotations Target="microsoft.graph.windows81CompliancePolicy/passwordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Password expiration in days." /></Annotations><Annotations Target="microsoft.graph.windows81CompliancePolicy/passwordMinimumCharacterSetCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." /></Annotations><Annotations Target="microsoft.graph.windows81CompliancePolicy/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="The minimum password length." /></Annotations><Annotations Target="microsoft.graph.windows81CompliancePolicy/passwordMinutesOfInactivityBeforeLock"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." /></Annotations><Annotations Target="microsoft.graph.windows81CompliancePolicy/passwordPreviousPasswordBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of previous passwords to prevent re-use of. Valid values 0 to 24" /></Annotations><Annotations Target="microsoft.graph.windows81CompliancePolicy/passwordRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Require a password to unlock Windows device." /></Annotations><Annotations Target="microsoft.graph.windows81CompliancePolicy/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="The required password type." /></Annotations><Annotations Target="microsoft.graph.windows81CompliancePolicy/storageRequireEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require encryption on a windows 8.1 device." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the windows81GeneralConfiguration resource." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/accountsBlockAddingNonMicrosoftAccountEmail"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/applyOnlyToWindows81"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating whether this policy only applies to Windows 8.1. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserBlockAutofill"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block auto fill." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserBlockAutomaticDetectionOfIntranetSites"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block automatic detection of Intranet sites." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserBlockEnterpriseModeAccess"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block enterprise mode access." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserBlockJavaScript"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using JavaScript." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserBlockPlugins"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block plug-ins." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserBlockPopups"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block popups." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserBlockSendingDoNotTrackHeader"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from sending the do not track header." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserBlockSingleWordEntryOnIntranetSites"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block a single word entry on Intranet sites." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserEnterpriseModeSiteListLocation"><Annotation Term="Org.OData.Core.V1.Description" String="The enterprise mode site list location. Could be a local file, local network or http location." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserInternetSecurityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="The internet security level." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserIntranetSecurityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="The Intranet security level." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserLoggingReportLocation"><Annotation Term="Org.OData.Core.V1.Description" String="The logging report location." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserRequireFirewall"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a firewall." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserRequireFraudWarning"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require fraud warning." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserRequireHighSecurityForRestrictedSites"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require high security for restricted sites." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserRequireSmartScreen"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require the user to use the smart screen filter." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/browserTrustedSitesSecurityLevel"><Annotation Term="Org.OData.Core.V1.Description" String="The trusted sites security level." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/cellularBlockDataRoaming"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block data roaming." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/diagnosticsBlockDataSubmission"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block diagnostic data submission." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/passwordBlockPicturePasswordAndPin"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to Block the user from using a pictures password and pin." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/passwordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Password expiration in days." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/passwordMinimumCharacterSetCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="The minimum password length." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout"><Annotation Term="Org.OData.Core.V1.Description" String="The minutes of inactivity before the screen times out." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/passwordPreviousPasswordBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of previous passwords to prevent re-use of. Valid values 0 to 24" /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="The required password type." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/passwordSignInFailureCountBeforeFactoryReset"><Annotation Term="Org.OData.Core.V1.Description" String="The number of sign in failures before factory reset." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/storageRequireDeviceEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require encryption on a mobile device." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/updatesRequireAutomaticUpdates"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require automatic updates." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/userAccountControlSettings"><Annotation Term="Org.OData.Core.V1.Description" String="The user account control settings." /></Annotations><Annotations Target="microsoft.graph.windows81GeneralConfiguration/workFoldersUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The work folders url." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Defender AdvancedThreatProtection Configuration." /></Annotations><Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration/allowSampleSharing"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Defender AdvancedThreatProtection &quot;Allow Sample Sharing&quot; Rule" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration/enableExpeditedTelemetryReporting"><Annotation Term="Org.OData.Core.V1.Description" String="Expedite Windows Defender Advanced Threat Protection telemetry reporting frequency." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="This class contains compliance settings for Windows 8.1 Mobile." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/osMaximumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum Windows Phone version." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/osMinimumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum Windows Phone version." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/passwordBlockSimple"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to block syncing the calendar." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/passwordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/passwordMinimumCharacterSetCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of character sets required in the password." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passwords." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/passwordMinutesOfInactivityBeforeLock"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before a password is required." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/passwordPreviousPasswordBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 0 to 24" /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/passwordRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not to require a password." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="The required password type." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CompliancePolicy/storageRequireEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Require encryption on windows phone devices." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CustomConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the windowsPhone81CustomConfiguration resource." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81CustomConfiguration/omaSettings"><Annotation Term="Org.OData.Core.V1.Description" String="OMA settings. This collection can contain a maximum of 1000 elements." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="This topic provides descriptions of the declared methods, properties and relationships exposed by the windowsPhone81GeneralConfiguration resource." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/applyOnlyToWindowsPhone81"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Value indicating whether this policy only applies to Windows Phone 8.1. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/appsBlockCopyPaste"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block copy paste." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/bluetoothBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block bluetooth." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/cameraBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block camera." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/cellularBlockWifiTethering"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Wi-Fi tethering. Has no impact if Wi-Fi is blocked." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/compliantAppListType"><Annotation Term="Org.OData.Core.V1.Description" String="List that is in the AppComplianceList." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/compliantAppsList"><Annotation Term="Org.OData.Core.V1.Description" String="List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/diagnosticDataBlockSubmission"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block diagnostic data submission." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/emailBlockAddingAccounts"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block custom email accounts." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/locationServicesBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block location services." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/microsoftAccountBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block using a Microsoft Account." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/nfcBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Near-Field Communication." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/passwordBlockSimple"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block syncing the calendar." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/passwordExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days before the password expires." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/passwordMinimumCharacterSetCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of character sets a password must contain." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/passwordMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum length of passwords." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/passwordMinutesOfInactivityBeforeScreenTimeout"><Annotation Term="Org.OData.Core.V1.Description" String="Minutes of inactivity before screen timeout." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/passwordPreviousPasswordBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of previous passwords to block. Valid values 0 to 24" /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/passwordRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require a password." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/passwordRequiredType"><Annotation Term="Org.OData.Core.V1.Description" String="Password type that is required." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/passwordSignInFailureCountBeforeFactoryReset"><Annotation Term="Org.OData.Core.V1.Description" String="Number of sign in failures allowed before factory reset." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/screenCaptureBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block screenshots." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/storageBlockRemovableStorage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block removable storage." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/storageRequireEncryption"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to require encryption." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/webBrowserBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the web browser." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/wifiBlockAutomaticConnectHotspots"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/wifiBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Wi-Fi." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/wifiBlockHotspotReporting"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block Wi-Fi hotspot reporting. Has no impact if Wi-Fi is blocked." /></Annotations><Annotations Target="microsoft.graph.windowsPhone81GeneralConfiguration/windowsStoreBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether or not to block the Windows Store." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Update for business configuration, allows you to specify how and when Windows as a Service updates your Windows 10/11 devices with feature and quality updates. Supports ODATA clauses that DeviceConfiguration entity supports: $filter by types of DeviceConfiguration, $top, $select only DeviceConfiguration base properties, $orderby only DeviceConfiguration base properties, and $skip. The query parameter '$search' is not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/allowWindows11Upgrade"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, allows eligible Windows 10 devices to upgrade to Windows 11. When FALSE, implies the device stays on the existing operating system. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/automaticUpdateMode"><Annotation Term="Org.OData.Core.V1.Description" String="The Automatic Update Mode. Possible values are: UserDefined, NotifyDownload, AutoInstallAtMaintenanceTime, AutoInstallAndRebootAtMaintenanceTime, AutoInstallAndRebootAtScheduledTime, AutoInstallAndRebootWithoutEndUserControl, WindowsDefault. UserDefined is the default value, no intent. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/autoRestartNotificationDismissal"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the method by which the auto-restart required notification is dismissed. Possible values are: NotConfigured, Automatic, User. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/businessReadyUpdatesOnly"><Annotation Term="Org.OData.Core.V1.Description" String="Determines which branch devices will receive their updates from. Possible values are: UserDefined, All, BusinessReadyOnly, WindowsInsiderBuildFast, WindowsInsiderBuildSlow, WindowsInsiderBuildRelease. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/deadlineForFeatureUpdatesInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days before feature updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/deadlineForQualityUpdatesInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days before quality updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/deadlineGracePeriodInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days after deadline until restarts occur automatically with valid range from 0 to 7 days. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/deliveryOptimizationMode"><Annotation Term="Org.OData.Core.V1.Description" String="The Delivery Optimization Mode. Possible values are: UserDefined, HttpOnly, HttpWithPeeringNat, HttpWithPeeringPrivateGroup, HttpWithInternetPeering, SimpleDownload, BypassMode. UserDefined allows the user to set. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/driversExcluded"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, excludes Windows update Drivers. When FALSE, does not exclude Windows update Drivers. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/engagedRestartDeadlineInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Deadline in days before automatically scheduling and executing a pending restart outside of active hours, with valid range from 2 to 30 days. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/engagedRestartSnoozeScheduleInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days a user can snooze Engaged Restart reminder notifications with valid range from 1 to 3 days. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/engagedRestartTransitionScheduleInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Number of days before transitioning from Auto Restarts scheduled outside of active hours to Engaged Restart, which requires the user to schedule, with valid range from 0 to 30 days. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/featureUpdatesDeferralPeriodInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Defer Feature Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/featureUpdatesPaused"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, assigned devices are paused from receiving feature updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Feature Updates. Returned by default. Query parameters are not supported.s" /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/featureUpdatesPauseExpiryDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The Feature Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/featureUpdatesPauseStartDate"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The Feature Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/featureUpdatesRollbackStartDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The Feature Updates Rollback Start datetime.This value is the time when the admin rolled back the Feature update for the ring.Returned by default.Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/featureUpdatesRollbackWindowInDays"><Annotation Term="Org.OData.Core.V1.Description" String="The number of days after a Feature Update for which a rollback is valid with valid range from 2 to 60 days. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/featureUpdatesWillBeRolledBack"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, rollback Feature Updates on the next device check in. When FALSE, do not rollback Feature Updates on the next device check in. Returned by default.Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/installationSchedule"><Annotation Term="Org.OData.Core.V1.Description" String="The Installation Schedule. Possible values are: ActiveHoursStart, ActiveHoursEnd, ScheduledInstallDay, ScheduledInstallTime. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/microsoftUpdateServiceAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, allows Microsoft Update Service. When FALSE, does not allow Microsoft Update Service. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/postponeRebootUntilAfterDeadline"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE the device should wait until deadline for rebooting outside of active hours. When FALSE the device should not wait until deadline for rebooting outside of active hours. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/prereleaseFeatures"><Annotation Term="Org.OData.Core.V1.Description" String="The Pre-Release Features. Possible values are: UserDefined, SettingsOnly, SettingsAndExperimentations, NotAllowed. UserDefined is the default value, no intent. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/qualityUpdatesDeferralPeriodInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Defer Quality Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/qualityUpdatesPaused"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, assigned devices are paused from receiving quality updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Quality Updates. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/qualityUpdatesPauseExpiryDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The Quality Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/qualityUpdatesPauseStartDate"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The Quality Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/qualityUpdatesRollbackStartDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The Quality Updates Rollback Start datetime. This value is the time when the admin rolled back the Quality update for the ring. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/qualityUpdatesWillBeRolledBack"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, rollback Quality Updates on the next device check in. When FALSE, do not rollback Quality Updates on the next device check in. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/scheduleImminentRestartWarningInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the period for auto-restart imminent warning notifications. Supported values: 15, 30 or 60 (minutes). Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/scheduleRestartWarningInHours"><Annotation Term="Org.OData.Core.V1.Description" String="Specify the period for auto-restart warning reminder notifications. Supported values: 2, 4, 8, 12 or 24 (hours). Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/skipChecksBeforeRestart"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, skips all checks before restart: Battery level = 40%, User presence, Display Needed, Presentation mode, Full screen mode, phone call state, game mode etc. When FALSE, does not skip all checks before restart. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/updateNotificationLevel"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies what Windows Update notifications users see. Possible values are: NotConfigured, DefaultNotifications, RestartWarningsOnly, DisableAllNotifications. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/updateWeeks"><Annotation Term="Org.OData.Core.V1.Description" String="Schedule the update installation on the weeks of the month. Possible values are: UserDefined, FirstWeek, SecondWeek, ThirdWeek, FourthWeek, EveryWeek. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/userPauseAccess"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to enable end user’s access to pause software updates. Possible values are: NotConfigured, Enabled, Disabled. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsUpdateForBusinessConfiguration/userWindowsUpdateScanAccess"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to disable user’s access to scan Windows Update. Possible values are: NotConfigured, Enabled, Disabled. Returned by default. Query parameters are not supported." /></Annotations><Annotations Target="microsoft.graph.complianceManagementPartnerAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="User group targeting for Compliance Management Partner" /></Annotations><Annotations Target="microsoft.graph.complianceManagementPartnerAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="Group assignment target." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementData"><Annotation Term="Org.OData.Core.V1.Description" String="Exported Data" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestriction"><Annotation Term="Org.OData.Core.V1.Description" String="Platform specific enrollment restrictions" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestriction/osMaximumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Max OS version supported" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestriction/osMinimumVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Min OS version supported" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestriction/personalDeviceEnrollmentBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Block personally owned devices from enrolling" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestriction/platformBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Block the platform from enrolling" /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartnerAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="User group targeting for Device Management Partner" /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartnerAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="User groups targeting for devices to be enrolled through partner." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/contactITEmailAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Email address of the person/organization responsible for IT support." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/contactITName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the person/organization responsible for IT support." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/contactITNotes"><Annotation Term="Org.OData.Core.V1.Description" String="Text comments regarding the person/organization responsible for IT support." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/contactITPhoneNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Phone number of the person/organization responsible for IT support." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/darkBackgroundLogo"><Annotation Term="Org.OData.Core.V1.Description" String="Logo image displayed in Company Portal apps which have a dark background behind the logo." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Company/organization name that is displayed to end users." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/lightBackgroundLogo"><Annotation Term="Org.OData.Core.V1.Description" String="Logo image displayed in Company Portal apps which have a light background behind the logo." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/onlineSupportSiteName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name of the company/organization’s IT helpdesk site." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/onlineSupportSiteUrl"><Annotation Term="Org.OData.Core.V1.Description" String="URL to the company/organization’s IT helpdesk site." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/privacyUrl"><Annotation Term="Org.OData.Core.V1.Description" String="URL to the company/organization’s privacy policy." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/showDisplayNameNextToLogo"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that represents whether the administrator-supplied display name will be shown next to the logo image." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/showLogo"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that represents whether the administrator-supplied logo images are shown or not shown." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/showNameNextToLogo"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean that represents whether the administrator-supplied display name will be shown next to the logo image." /></Annotations><Annotations Target="microsoft.graph.rgbColor"><Annotation Term="Org.OData.Core.V1.Description" String="Color in RGB." /></Annotations><Annotations Target="microsoft.graph.intuneBrand/themeColor"><Annotation Term="Org.OData.Core.V1.Description" String="Primary theme color used in the Company Portal applications and web portal." /></Annotations><Annotations Target="microsoft.graph.rgbColor/b"><Annotation Term="Org.OData.Core.V1.Description" String="Blue value" /></Annotations><Annotations Target="microsoft.graph.rgbColor/g"><Annotation Term="Org.OData.Core.V1.Description" String="Green value" /></Annotations><Annotations Target="microsoft.graph.rgbColor/r"><Annotation Term="Org.OData.Core.V1.Description" String="Red value" /></Annotations><Annotations Target="microsoft.graph.complianceManagementPartner/androidEnrollmentAssignments"><Annotation Term="Org.OData.Core.V1.Description" String="User groups which enroll Android devices through partner." /></Annotations><Annotations Target="microsoft.graph.complianceManagementPartner/androidOnboarded"><Annotation Term="Org.OData.Core.V1.Description" String="Partner onboarded for Android devices." /></Annotations><Annotations Target="microsoft.graph.complianceManagementPartner/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Partner display name" /></Annotations><Annotations Target="microsoft.graph.complianceManagementPartner/iosEnrollmentAssignments"><Annotation Term="Org.OData.Core.V1.Description" String="User groups which enroll ios devices through partner." /></Annotations><Annotations Target="microsoft.graph.complianceManagementPartner/iosOnboarded"><Annotation Term="Org.OData.Core.V1.Description" String="Partner onboarded for ios devices." /></Annotations><Annotations Target="microsoft.graph.complianceManagementPartner/lastHeartbeatDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Timestamp of last heartbeat after admin onboarded to the compliance management partner" /></Annotations><Annotations Target="microsoft.graph.complianceManagementPartner/macOsEnrollmentAssignments"><Annotation Term="Org.OData.Core.V1.Description" String="User groups which enroll Mac devices through partner." /></Annotations><Annotations Target="microsoft.graph.complianceManagementPartner/macOsOnboarded"><Annotation Term="Org.OData.Core.V1.Description" String="Partner onboarded for Mac devices." /></Annotations><Annotations Target="microsoft.graph.complianceManagementPartner/partnerState"><Annotation Term="Org.OData.Core.V1.Description" String="Partner state of this tenant" /></Annotations><Annotations Target="microsoft.graph.deviceCategory/description"><Annotation Term="Org.OData.Core.V1.Description" String="Optional description for the device category." /></Annotations><Annotations Target="microsoft.graph.deviceCategory/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name for the device category." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfiguration/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Created date time in UTC of the device enrollment configuration" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfiguration/description"><Annotation Term="Org.OData.Core.V1.Description" String="The description of the device enrollment configuration" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfiguration/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name of the device enrollment configuration" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfiguration/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modified date time in UTC of the device enrollment configuration" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfiguration/priority"><Annotation Term="Org.OData.Core.V1.Description" String="Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfiguration/version"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the device enrollment configuration" /></Annotations><Annotations Target="microsoft.graph.enrollmentConfigurationAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment Configuration Assignment" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentConfiguration/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="The list of group assignments for the device configuration profile" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentLimitConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Device Enrollment Configuration that restricts the number of devices a user can enroll" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentLimitConfiguration/limit"><Annotation Term="Org.OData.Core.V1.Description" String="The maximum number of devices that a user can enroll" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Default Device Enrollment Platform Restrictions Configuration that restricts the types of devices a user can enroll" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/androidRestriction"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates restrictions for Android platform." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/iosRestriction"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates restrictions for IOS platform." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/macOSRestriction"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates restrictions for MacOS platform." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/windowsMobileRestriction"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates restrictions for Windows Mobile platform." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/windowsRestriction"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates restrictions for Windows platform." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Hello for Business settings lets users access their devices using a gesture, such as biometric authentication, or a PIN. Configure settings for enrolled Windows 10, Windows 10 Mobile and later." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/enhancedBiometricsState"><Annotation Term="Org.OData.Core.V1.Description" String="Controls the ability to use the anti-spoofing features for facial recognition on devices which support it. If set to disabled, anti-spoofing features are not allowed. If set to Not Configured, the user can choose whether they want to use anti-spoofing." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/pinExpirationInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Controls the period of time (in days) that a PIN can be used before the system requires the user to change it. This must be set between 0 and 730, inclusive. If set to 0, the user's PIN will never expire" /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/pinLowercaseCharactersUsage"><Annotation Term="Org.OData.Core.V1.Description" String="Controls the ability to use lowercase letters in the Windows Hello for Business PIN.  Allowed permits the use of lowercase letter(s), whereas Required ensures they are present. If set to Not Allowed, lowercase letters will not be permitted." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/pinMaximumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Controls the maximum number of characters allowed for the Windows Hello for Business PIN. This value must be between 4 and 127, inclusive. This value must be greater than or equal to the value set for the minimum PIN." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/pinMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Controls the minimum number of characters required for the Windows Hello for Business PIN.  This value must be between 4 and 127, inclusive, and less than or equal to the value set for the maximum PIN." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/pinPreviousBlockCount"><Annotation Term="Org.OData.Core.V1.Description" String="Controls the ability to prevent users from using past PINs. This must be set between 0 and 50, inclusive, and the current PIN of the user is included in that count. If set to 0, previous PINs are not stored. PIN history is not preserved through a PIN reset." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/pinSpecialCharactersUsage"><Annotation Term="Org.OData.Core.V1.Description" String="Controls the ability to use special characters in the Windows Hello for Business PIN.  Allowed permits the use of special character(s), whereas Required ensures they are present. If set to Not Allowed, special character(s) will not be permitted." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/pinUppercaseCharactersUsage"><Annotation Term="Org.OData.Core.V1.Description" String="Controls the ability to use uppercase letters in the Windows Hello for Business PIN.  Allowed permits the use of uppercase letter(s), whereas Required ensures they are present. If set to Not Allowed, uppercase letters will not be permitted." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/remotePassportEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Controls the use of Remote Windows Hello for Business. Remote Windows Hello for Business provides the ability for a portable, registered device to be usable as a companion for desktop authentication. The desktop must be Azure AD joined and the companion device must have a Windows Hello for Business PIN." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/securityDeviceRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Controls whether to require a Trusted Platform Module (TPM) for provisioning Windows Hello for Business. A TPM provides an additional security benefit in that data stored on it cannot be used on other devices. If set to False, all devices can provision Windows Hello for Business even if there is not a usable TPM." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/state"><Annotation Term="Org.OData.Core.V1.Description" String="Controls whether to allow the device to be configured for Windows Hello for Business. If set to disabled, the user cannot provision Windows Hello for Business except on Azure Active Directory joined mobile phones if otherwise required. If set to Not Configured, Intune will not override client defaults." /></Annotations><Annotations Target="microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration/unlockWithBiometricsEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Controls the use of biometric gestures, such as face and fingerprint, as an alternative to the Windows Hello for Business PIN.  If set to False, biometric gestures are not allowed. Users must still configure a PIN as a backup in case of failures." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnector/connectorServerName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the server hosting the Exchange Connector." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnector/exchangeAlias"><Annotation Term="Org.OData.Core.V1.Description" String="An alias assigned to the Exchange server" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnector/exchangeConnectorType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of Exchange Connector Configured." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnector/exchangeOrganization"><Annotation Term="Org.OData.Core.V1.Description" String="Exchange Organization to the Exchange server" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnector/lastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last sync time for the Exchange Connector" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnector/primarySmtpAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Email address used to configure the Service To Service Exchange Connector." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnector/serverName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the Exchange server." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnector/status"><Annotation Term="Org.OData.Core.V1.Description" String="Exchange Connector Status" /></Annotations><Annotations Target="microsoft.graph.deviceManagementExchangeConnector/version"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the ExchangeConnectorAgent" /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartner/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Partner display name" /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartner/groupsRequiringPartnerEnrollment"><Annotation Term="Org.OData.Core.V1.Description" String="User groups that specifies whether enrollment is through partner." /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartner/isConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="Whether device management partner is configured or not" /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartner/lastHeartbeatDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Timestamp of last heartbeat after admin enabled option Connect to Device management Partner" /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartner/partnerAppType"><Annotation Term="Org.OData.Core.V1.Description" String="Partner App type" /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartner/partnerState"><Annotation Term="Org.OData.Core.V1.Description" String="Partner state of this tenant" /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartner/singleTenantAppId"><Annotation Term="Org.OData.Core.V1.Description" String="Partner Single tenant App id" /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartner/whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime in UTC when PartnerDevices will be marked as NonCompliant" /></Annotations><Annotations Target="microsoft.graph.deviceManagementPartner/whenPartnerDevicesWillBeRemovedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime in UTC when PartnerDevices will be removed" /></Annotations><Annotations Target="microsoft.graph.enrollmentConfigurationAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an assignment to managed devices in the tenant" /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefenseConnector/allowPartnerToCollectIOSApplicationMetadata"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates the Mobile Threat Defense partner may collect metadata about installed applications from Intune for iOS devices. When FALSE, indicates the Mobile Threat Defense partner may not collect metadata about installed applications from Intune for iOS devices. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefenseConnector/allowPartnerToCollectIOSPersonalApplicationMetadata"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates the Mobile Threat Defense partner may collect metadata about personally installed applications from Intune for iOS devices. When FALSE, indicates the Mobile Threat Defense partner may not collect metadata about personally installed applications from Intune for iOS devices. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefenseConnector/androidDeviceBlockedOnMissingPartnerData"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking an Android device compliant. When FALSE, indicates that Intune may mark an Android device compliant before receiving data from the Mobile Threat Defense partner." /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefenseConnector/androidEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for Android devices. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for Android devices. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefenseConnector/androidMobileApplicationManagementEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that data from the Mobile Threat Defense partner can be used during Mobile Application Management (MAM) evaluations for Android devices. When FALSE, indicates that data from the Mobile Threat Defense partner should not be used during Mobile Application Management (MAM) evaluations for Android devices. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefenseConnector/iosDeviceBlockedOnMissingPartnerData"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant. When FALSE, indicates that Intune may not recieve data from Mobile Threat Defense partner prior to making device compliant. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefenseConnector/iosEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for iOS devices. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for iOS devices. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefenseConnector/iosMobileApplicationManagementEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that data from the Mobile Threat Defense partner can be used during Mobile Application Management (MAM) evaluations for iOS devices. When FALSE, indicates that data from the Mobile Threat Defense partner should not be used during Mobile Application Management (MAM) evaluations for iOS devices. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefenseConnector/lastHeartbeatDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime of last Heartbeat recieved from the Mobile Threat Defense partner" /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefenseConnector/microsoftDefenderForEndpointAttachEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that configuration profile management via Microsoft Defender for Endpoint is enabled. When FALSE, indicates that configuration profile management via Microsoft Defender for Endpoint is disabled. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefenseConnector/partnerState"><Annotation Term="Org.OData.Core.V1.Description" String="Mobile Threat Defense partner state for this account" /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefenseConnector/partnerUnresponsivenessThresholdInDays"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the number of days without receiving a heartbeat from a Mobile Threat Defense partner before the partner is marked as unresponsive. Intune will the ignore the data from this Mobile Threat Defense Partner for next compliance calculation." /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefenseConnector/partnerUnsupportedOsVersionBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that Intune will mark devices noncompliant on enabled platforms that do not meet the minimum version requirements of the Mobile Threat Defense partner. When FALSE, indicates that Intune will not mark devices noncompliant on enabled platforms that do not meet the minimum version requirements of the Mobile Threat Defense partner. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefenseConnector/windowsDeviceBlockedOnMissingPartnerData"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that Intune must receive data from the data sync partner prior to marking a device compliant for Windows. When FALSE, indicates that Intune may mark a device compliant without receiving data from the data sync partner for Windows. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.mobileThreatDefenseConnector/windowsEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for Windows. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for Windows. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.onPremisesConditionalAccessSettings/enabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if on premises conditional access is enabled for this organization" /></Annotations><Annotations Target="microsoft.graph.onPremisesConditionalAccessSettings/excludedGroups"><Annotation Term="Org.OData.Core.V1.Description" String="User groups that will be exempt by on premises conditional access. All users in these groups will be exempt from the conditional access policy." /></Annotations><Annotations Target="microsoft.graph.onPremisesConditionalAccessSettings/includedGroups"><Annotation Term="Org.OData.Core.V1.Description" String="User groups that will be targeted by on premises conditional access. All users in these groups will be required to have mobile device managed and compliant for mail access." /></Annotations><Annotations Target="microsoft.graph.onPremisesConditionalAccessSettings/overrideDefaultRule"><Annotation Term="Org.OData.Core.V1.Description" String="Override the default access rule when allowing a device to ensure access is granted." /></Annotations><Annotations Target="microsoft.graph.vppToken/appleId"><Annotation Term="Org.OData.Core.V1.Description" String="The apple Id associated with the given Apple Volume Purchase Program Token." /></Annotations><Annotations Target="microsoft.graph.vppToken/automaticallyUpdateApps"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not apps for the VPP token will be automatically updated." /></Annotations><Annotations Target="microsoft.graph.vppToken/countryOrRegion"><Annotation Term="Org.OData.Core.V1.Description" String="Whether or not apps for the VPP token will be automatically updated." /></Annotations><Annotations Target="microsoft.graph.vppToken/expirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The expiration date time of the Apple Volume Purchase Program Token." /></Annotations><Annotations Target="microsoft.graph.vppToken/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modification date time associated with the Apple Volume Purchase Program Token." /></Annotations><Annotations Target="microsoft.graph.vppToken/lastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token." /></Annotations><Annotations Target="microsoft.graph.vppToken/lastSyncStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Current sync status of the last application sync which was triggered using the Apple Volume Purchase Program Token. Possible values are: `none`, `inProgress`, `completed`, `failed`." /></Annotations><Annotations Target="microsoft.graph.vppToken/organizationName"><Annotation Term="Org.OData.Core.V1.Description" String="The organization associated with the Apple Volume Purchase Program Token" /></Annotations><Annotations Target="microsoft.graph.vppToken/state"><Annotation Term="Org.OData.Core.V1.Description" String="Current state of the Apple Volume Purchase Program Token. Possible values are: `unknown`, `valid`, `expired`, `invalid`, `assignedToExternalMDM`." /></Annotations><Annotations Target="microsoft.graph.vppToken/token"><Annotation Term="Org.OData.Core.V1.Description" String="The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program." /></Annotations><Annotations Target="microsoft.graph.vppToken/vppTokenAccountType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: `business`, `education`." /></Annotations><Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Enrollment Status Page Configuration" /></Annotations><Annotations Target="microsoft.graph.windows10EnrollmentCompletionPageConfiguration/allowNonBlockingAppInstallation"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, ESP (Enrollment Status Page) installs all required apps targeted during technician phase and ignores any failures for non-blocking apps. When FALSE, ESP fails on any error during app install. The default is false." /></Annotations><Annotations Target="microsoft.graph.appLogCollectionDownloadDetails/appLogDecryptionAlgorithm"><Annotation Term="Org.OData.Core.V1.Description" String="Decryption algorithm for Content. Default is ASE256." /></Annotations><Annotations Target="microsoft.graph.appLogCollectionDownloadDetails/decryptionKey"><Annotation Term="Org.OData.Core.V1.Description" String="Decryption key that used to decrypt the log." /></Annotations><Annotations Target="microsoft.graph.appLogCollectionDownloadDetails/downloadUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Download SAS (Shared Access Signature) Url for completed app log request." /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures/compliancePolicy"><Annotation Term="Org.OData.Core.V1.Description" String="Whether compliance policy is managed by Intune" /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures/deviceConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Whether device configuration is managed by Intune" /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures/inventory"><Annotation Term="Org.OData.Core.V1.Description" String="Whether inventory is managed by Intune" /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures/modernApps"><Annotation Term="Org.OData.Core.V1.Description" String="Whether modern application is managed by Intune" /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures/resourceAccess"><Annotation Term="Org.OData.Core.V1.Description" String="Whether resource access is managed by Intune" /></Annotations><Annotations Target="microsoft.graph.configurationManagerClientEnabledFeatures/windowsUpdateForBusiness"><Annotation Term="Org.OData.Core.V1.Description" String="Whether Windows Update for Business is managed by Intune" /></Annotations><Annotations Target="microsoft.graph.deleteUserFromSharedAppleDeviceActionResult"><Annotation Term="Org.OData.Core.V1.Description" String="Delete user from shared apple device action result" /></Annotations><Annotations Target="microsoft.graph.deleteUserFromSharedAppleDeviceActionResult/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User principal name of the user to be deleted" /></Annotations><Annotations Target="microsoft.graph.deviceActionResult/actionName"><Annotation Term="Org.OData.Core.V1.Description" String="Action name" /></Annotations><Annotations Target="microsoft.graph.deviceActionResult/actionState"><Annotation Term="Org.OData.Core.V1.Description" String="State of the action" /></Annotations><Annotations Target="microsoft.graph.deviceActionResult/lastUpdatedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time the action state was last updated" /></Annotations><Annotations Target="microsoft.graph.deviceActionResult/startDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time the action was initiated" /></Annotations><Annotations Target="microsoft.graph.deviceExchangeAccessStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Device Exchange Access State summary" /></Annotations><Annotations Target="microsoft.graph.deviceExchangeAccessStateSummary/allowedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Total count of devices with Exchange Access State: Allowed." /></Annotations><Annotations Target="microsoft.graph.deviceExchangeAccessStateSummary/blockedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Total count of devices with Exchange Access State: Blocked." /></Annotations><Annotations Target="microsoft.graph.deviceExchangeAccessStateSummary/quarantinedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Total count of devices with Exchange Access State: Quarantined." /></Annotations><Annotations Target="microsoft.graph.deviceExchangeAccessStateSummary/unavailableDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Total count of devices for which no Exchange Access State could be found." /></Annotations><Annotations Target="microsoft.graph.deviceExchangeAccessStateSummary/unknownDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Total count of devices with Exchange Access State: Unknown." /></Annotations><Annotations Target="microsoft.graph.deviceGeoLocation"><Annotation Term="Org.OData.Core.V1.Description" String="Device location" /></Annotations><Annotations Target="microsoft.graph.deviceGeoLocation/altitude"><Annotation Term="Org.OData.Core.V1.Description" String="Altitude, given in meters above sea level" /></Annotations><Annotations Target="microsoft.graph.deviceGeoLocation/heading"><Annotation Term="Org.OData.Core.V1.Description" String="Heading in degrees from true north" /></Annotations><Annotations Target="microsoft.graph.deviceGeoLocation/horizontalAccuracy"><Annotation Term="Org.OData.Core.V1.Description" String="Accuracy of longitude and latitude in meters" /></Annotations><Annotations Target="microsoft.graph.deviceGeoLocation/lastCollectedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time at which location was recorded, relative to UTC" /></Annotations><Annotations Target="microsoft.graph.deviceGeoLocation/latitude"><Annotation Term="Org.OData.Core.V1.Description" String="Latitude coordinate of the device's location" /></Annotations><Annotations Target="microsoft.graph.deviceGeoLocation/longitude"><Annotation Term="Org.OData.Core.V1.Description" String="Longitude coordinate of the device's location" /></Annotations><Annotations Target="microsoft.graph.deviceGeoLocation/speed"><Annotation Term="Org.OData.Core.V1.Description" String="Speed the device is traveling in meters per second" /></Annotations><Annotations Target="microsoft.graph.deviceGeoLocation/verticalAccuracy"><Annotation Term="Org.OData.Core.V1.Description" String="Accuracy of altitude in meters" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/attestationIdentityKey"><Annotation Term="Org.OData.Core.V1.Description" String="TWhen an Attestation Identity Key (AIK) is present on a device, it indicates that the device has an endorsement key (EK) certificate." /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/bitLockerStatus"><Annotation Term="Org.OData.Core.V1.Description" String="On or Off of BitLocker Drive Encryption" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/bootAppSecurityVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The security version number of the Boot Application" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/bootDebugging"><Annotation Term="Org.OData.Core.V1.Description" String="When bootDebugging is enabled, the device is used in development and testing" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/bootManagerSecurityVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The security version number of the Boot Application" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/bootManagerVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the Boot Manager" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/bootRevisionListInfo"><Annotation Term="Org.OData.Core.V1.Description" String="The Boot Revision List that was loaded during initial boot on the attested device" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/codeIntegrity"><Annotation Term="Org.OData.Core.V1.Description" String=" When code integrity is enabled, code execution is restricted to integrity verified code" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/codeIntegrityCheckVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the Boot Manager" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/codeIntegrityPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="The Code Integrity policy that is controlling the security of the boot environment" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/contentNamespaceUrl"><Annotation Term="Org.OData.Core.V1.Description" String="The DHA report version. (Namespace version)" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/contentVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The HealthAttestation state schema version" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/dataExcutionPolicy"><Annotation Term="Org.OData.Core.V1.Description" String="DEP Policy defines a set of hardware and software technologies that perform additional checks on memory " /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/deviceHealthAttestationStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The DHA report version. (Namespace version)" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/earlyLaunchAntiMalwareDriverProtection"><Annotation Term="Org.OData.Core.V1.Description" String="ELAM provides protection for the computers in your network when they start up" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/healthAttestationSupportedStatus"><Annotation Term="Org.OData.Core.V1.Description" String="This attribute indicates if DHA is supported for the device" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/healthStatusMismatchInfo"><Annotation Term="Org.OData.Core.V1.Description" String="This attribute appears if DHA-Service detects an integrity issue" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/issuedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device was evaluated or issued to MDM" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/lastUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The Timestamp of the last update." /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/operatingSystemKernelDebugging"><Annotation Term="Org.OData.Core.V1.Description" String="When operatingSystemKernelDebugging is enabled, the device is used in development and testing" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/operatingSystemRevListInfo"><Annotation Term="Org.OData.Core.V1.Description" String="The Operating System Revision List that was loaded during initial boot on the attested device" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/pcr0"><Annotation Term="Org.OData.Core.V1.Description" String="The measurement that is captured in PCR[0]" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/pcrHashAlgorithm"><Annotation Term="Org.OData.Core.V1.Description" String="Informational attribute that identifies the HASH algorithm that was used by TPM" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/resetCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of times a PC device has hibernated or resumed" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/restartCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of times a PC device has rebooted" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/safeMode"><Annotation Term="Org.OData.Core.V1.Description" String="Safe mode is a troubleshooting option for Windows that starts your computer in a limited state" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/secureBoot"><Annotation Term="Org.OData.Core.V1.Description" String="When Secure Boot is enabled, the core components must have the correct cryptographic signatures" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/secureBootConfigurationPolicyFingerPrint"><Annotation Term="Org.OData.Core.V1.Description" String="Fingerprint of the Custom Secure Boot Configuration Policy" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/testSigning"><Annotation Term="Org.OData.Core.V1.Description" String="When test signing is allowed, the device does not enforce signature validation during boot" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/tpmVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The security version number of the Boot Application" /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/virtualSecureMode"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the device has Virtual Secure Mode (VSM) enabled. Virtual Secure Mode (VSM) is a container that protects high value assets from a compromised kernel. This property will be deprecated in beta from August 2023. Support for this property will end in August 2025 for v1.0 API. A new property virtualizationBasedSecurity is added and used instead. The value used for virtualSecureMode will be passed by virtualizationBasedSecurity during the deprecation process. Possible values are &quot;enabled&quot;, &quot;disabled&quot; and &quot;notApplicable&quot;. &quot;enabled&quot; indicates Virtual Secure Mode (VSM) is enabled. &quot;disabled&quot; indicates Virtual Secure Mode (VSM) is disabled. &quot;notApplicable&quot; indicates the device is not a Windows 11 device. Default value is &quot;notApplicable&quot;." /></Annotations><Annotations Target="microsoft.graph.deviceHealthAttestationState/windowsPE"><Annotation Term="Org.OData.Core.V1.Description" String="Operating system running with limited services that is used to prepare a computer for Windows" /></Annotations><Annotations Target="microsoft.graph.deviceOperatingSystemSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Device operating system summary." /></Annotations><Annotations Target="microsoft.graph.deviceOperatingSystemSummary/androidCorporateWorkProfileCount"><Annotation Term="Org.OData.Core.V1.Description" String="The count of Corporate work profile Android devices. Also known as Corporate Owned Personally Enabled (COPE). Valid values -1 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.deviceOperatingSystemSummary/androidCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of android device count." /></Annotations><Annotations Target="microsoft.graph.deviceOperatingSystemSummary/androidDedicatedCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of dedicated Android devices." /></Annotations><Annotations Target="microsoft.graph.deviceOperatingSystemSummary/androidDeviceAdminCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of device admin Android devices." /></Annotations><Annotations Target="microsoft.graph.deviceOperatingSystemSummary/androidFullyManagedCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of fully managed Android devices." /></Annotations><Annotations Target="microsoft.graph.deviceOperatingSystemSummary/androidWorkProfileCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of work profile Android devices." /></Annotations><Annotations Target="microsoft.graph.deviceOperatingSystemSummary/configMgrDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of ConfigMgr managed devices." /></Annotations><Annotations Target="microsoft.graph.deviceOperatingSystemSummary/iosCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of iOS device count." /></Annotations><Annotations Target="microsoft.graph.deviceOperatingSystemSummary/macOSCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of Mac OS X device count." /></Annotations><Annotations Target="microsoft.graph.deviceOperatingSystemSummary/unknownCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown device count." /></Annotations><Annotations Target="microsoft.graph.deviceOperatingSystemSummary/windowsCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of Windows device count." /></Annotations><Annotations Target="microsoft.graph.deviceOperatingSystemSummary/windowsMobileCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of Windows mobile device count." /></Annotations><Annotations Target="microsoft.graph.deviceProtectionOverview/cleanDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates number of devices reporting as clean" /></Annotations><Annotations Target="microsoft.graph.deviceProtectionOverview/criticalFailuresDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates number of devices with critical failures" /></Annotations><Annotations Target="microsoft.graph.deviceProtectionOverview/inactiveThreatAgentDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates number of devices with inactive threat agent" /></Annotations><Annotations Target="microsoft.graph.deviceProtectionOverview/pendingFullScanDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates number of devices pending full scan" /></Annotations><Annotations Target="microsoft.graph.deviceProtectionOverview/pendingManualStepsDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates number of devices with pending manual steps" /></Annotations><Annotations Target="microsoft.graph.deviceProtectionOverview/pendingOfflineScanDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates number of pending offline scan devices" /></Annotations><Annotations Target="microsoft.graph.deviceProtectionOverview/pendingQuickScanDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the number of devices that have a pending full scan. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.deviceProtectionOverview/pendingRestartDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates number of devices pending restart" /></Annotations><Annotations Target="microsoft.graph.deviceProtectionOverview/pendingSignatureUpdateDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates number of devices with an old signature" /></Annotations><Annotations Target="microsoft.graph.deviceProtectionOverview/totalReportedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Total device count." /></Annotations><Annotations Target="microsoft.graph.deviceProtectionOverview/unknownStateThreatAgentDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates number of devices with threat agent state as unknown" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsInsightValue"><Annotation Term="Org.OData.Core.V1.Description" String="The value in an user experience analytics insight." /></Annotations><Annotations Target="microsoft.graph.insightValueDouble"><Annotation Term="Org.OData.Core.V1.Description" String="The value in an user experience analytics insight." /></Annotations><Annotations Target="microsoft.graph.insightValueDouble/value"><Annotation Term="Org.OData.Core.V1.Description" String="The double value of the user experience analytics insight." /></Annotations><Annotations Target="microsoft.graph.insightValueInt"><Annotation Term="Org.OData.Core.V1.Description" String="The value in an user experience analytics insight." /></Annotations><Annotations Target="microsoft.graph.insightValueInt/value"><Annotation Term="Org.OData.Core.V1.Description" String="The int value of the user experience analytics insight." /></Annotations><Annotations Target="microsoft.graph.locateDeviceActionResult"><Annotation Term="Org.OData.Core.V1.Description" String="Locate device action result" /></Annotations><Annotations Target="microsoft.graph.locateDeviceActionResult/deviceLocation"><Annotation Term="Org.OData.Core.V1.Description" String="device location" /></Annotations><Annotations Target="microsoft.graph.osVersionCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of devices with malware for each OS version" /></Annotations><Annotations Target="microsoft.graph.osVersionCount/deviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of devices with malware for the OS version" /></Annotations><Annotations Target="microsoft.graph.osVersionCount/lastUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The Timestamp of the last update for the device count in UTC" /></Annotations><Annotations Target="microsoft.graph.osVersionCount/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="OS version" /></Annotations><Annotations Target="microsoft.graph.remoteLockActionResult"><Annotation Term="Org.OData.Core.V1.Description" String="Lock action result with a pin to unlock" /></Annotations><Annotations Target="microsoft.graph.remoteLockActionResult/unlockPin"><Annotation Term="Org.OData.Core.V1.Description" String="Pin to unlock the client" /></Annotations><Annotations Target="microsoft.graph.resetPasscodeActionResult"><Annotation Term="Org.OData.Core.V1.Description" String="Reset passcode action result" /></Annotations><Annotations Target="microsoft.graph.resetPasscodeActionResult/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="RotateBitLockerKeys action error code. Valid values 0 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.resetPasscodeActionResult/passcode"><Annotation Term="Org.OData.Core.V1.Description" String="Newly generated passcode for the device " /></Annotations><Annotations Target="microsoft.graph.rotateBitLockerKeysDeviceActionResult"><Annotation Term="Org.OData.Core.V1.Description" String="RotateBitLockerKeys device action result" /></Annotations><Annotations Target="microsoft.graph.rotateBitLockerKeysDeviceActionResult/errorCode"><Annotation Term="Org.OData.Core.V1.Description" String="RotateBitLockerKeys action error code" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAutopilotDevicesSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics summary of Devices not windows autopilot ready." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAutopilotDevicesSummary/devicesNotAutopilotRegistered"><Annotation Term="Org.OData.Core.V1.Description" String="The count of intune devices that are not autopilot registerd. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAutopilotDevicesSummary/devicesWithoutAutopilotProfileAssigned"><Annotation Term="Org.OData.Core.V1.Description" String="The count of intune devices not autopilot profile assigned. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAutopilotDevicesSummary/totalWindows10DevicesWithoutTenantAttached"><Annotation Term="Org.OData.Core.V1.Description" String="The count of windows 10 devices that are Intune and co-managed. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsCloudIdentityDevicesSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics work from anywhere cloud identity devices summary." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsCloudIdentityDevicesSummary/deviceWithoutCloudIdentityCount"><Annotation Term="Org.OData.Core.V1.Description" String="The count of devices that are not cloud identity. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsCloudManagementDevicesSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience work from anywhere Cloud management devices summary." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsCloudManagementDevicesSummary/coManagedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Total number of  co-managed devices. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsCloudManagementDevicesSummary/intuneDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The count of intune devices that are not autopilot registerd. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsCloudManagementDevicesSummary/tenantAttachDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Total count of tenant attach devices. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsInsight"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics insight is the recomendation to improve the user experience analytics score." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsInsight/insightId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the user experience analytics insight." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsInsight/severity"><Annotation Term="Org.OData.Core.V1.Description" String="The severity of the user experience analytics insight. Possible values are: none, informational, warning, error. None by default." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsInsight/userExperienceAnalyticsMetricId"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the user experience analytics metric." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsInsight/values"><Annotation Term="Org.OData.Core.V1.Description" String="The value of the user experience analytics insight." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsSettings/configurationManagerDataConnectorConfigured"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates Tenant attach is configured properly and System Center Configuration Manager (SCCM) tenant attached devices will show up in endpoint analytics reporting. When FALSE, indicates Tenant attach is not configured. FALSE by default." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWindows10DevicesSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics work from anywhere Windows 10 devices summary." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWindows10DevicesSummary/unsupportedOSversionDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The count of Windows 10 devices that have unsupported OS versions. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics Work From Anywhere metrics devices summary." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary/autopilotDevicesSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics work from anywhere Autopilot devices summary. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary/cloudIdentityDevicesSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics work from anywhere Cloud Identity devices summary. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary/cloudManagementDevicesSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics work from anywhere Cloud management devices summary. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary/coManagedDevices"><Annotation Term="Org.OData.Core.V1.Description" String="Total number of co-managed devices. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary/devicesNotAutopilotRegistered"><Annotation Term="Org.OData.Core.V1.Description" String="The count of intune devices that are not autopilot registerd. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary/devicesWithoutAutopilotProfileAssigned"><Annotation Term="Org.OData.Core.V1.Description" String="The count of intune devices not autopilot profile assigned. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary/devicesWithoutCloudIdentity"><Annotation Term="Org.OData.Core.V1.Description" String="The count of devices that are not cloud identity. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary/intuneDevices"><Annotation Term="Org.OData.Core.V1.Description" String="The count of intune devices that are not autopilot registerd. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary/tenantAttachDevices"><Annotation Term="Org.OData.Core.V1.Description" String="Total count of tenant attach devices. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary/totalDevices"><Annotation Term="Org.OData.Core.V1.Description" String="The total count of devices. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary/unsupportedOSversionDevices"><Annotation Term="Org.OData.Core.V1.Description" String="The count of Windows 10 devices that have unsupported OS versions. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary/windows10Devices"><Annotation Term="Org.OData.Core.V1.Description" String="The count of windows 10 devices. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary/windows10DevicesSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics work from anywhere Windows 10 devices summary. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary/windows10DevicesWithoutTenantAttach"><Annotation Term="Org.OData.Core.V1.Description" String="The count of windows 10 devices that are Intune and co-managed. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderScanActionResult"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Defender last scan result" /></Annotations><Annotations Target="microsoft.graph.windowsDefenderScanActionResult/scanType"><Annotation Term="Org.OData.Core.V1.Description" String="Scan type either full scan or quick scan" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategoryCount"><Annotation Term="Org.OData.Core.V1.Description" String="Malware category device count" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategoryCount/activeMalwareDetectionCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of active malware detections for this malware category. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategoryCount/category"><Annotation Term="Org.OData.Core.V1.Description" String="Malware category. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remote_Control_Software, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. Computed." /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategoryCount/deviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of devices with malware detections for this malware category" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategoryCount/distinctActiveMalwareCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of distinct active malwares for this malware category. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareCategoryCount/lastUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The Timestamp of the last update for the device count in UTC" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareExecutionStateCount"><Annotation Term="Org.OData.Core.V1.Description" String="Windows malware execution state summary." /></Annotations><Annotations Target="microsoft.graph.windowsMalwareExecutionStateCount/deviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of devices with malware detections for this malware execution state" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareExecutionStateCount/executionState"><Annotation Term="Org.OData.Core.V1.Description" String="Malware execution state. Possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unkonwn. Computed." /></Annotations><Annotations Target="microsoft.graph.windowsMalwareExecutionStateCount/lastUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The Timestamp of the last update for the device count in UTC" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareNameCount"><Annotation Term="Org.OData.Core.V1.Description" String="Malware name device count" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareNameCount/deviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of devices with malware dectected for this malware" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareNameCount/lastUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The Timestamp of the last update for the device count in UTC" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareNameCount/malwareIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier. This is malware identifier" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareNameCount/name"><Annotation Term="Org.OData.Core.V1.Description" String="Malware name" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareOverview/malwareCategorySummary"><Annotation Term="Org.OData.Core.V1.Description" String="List of device counts per malware category" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareOverview/malwareDetectedDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of devices with malware detected in the last 30 days" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareOverview/malwareExecutionStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="List of device counts per malware execution state" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareOverview/malwareNameSummary"><Annotation Term="Org.OData.Core.V1.Description" String="List of device counts per malware" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareSeverityCount"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Malware Severity Count Summary" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareOverview/malwareSeveritySummary"><Annotation Term="Org.OData.Core.V1.Description" String="List of active malware counts per malware severity" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareStateCount"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Malware State Summary." /></Annotations><Annotations Target="microsoft.graph.windowsMalwareOverview/malwareStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="List of device counts per malware state" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareOverview/osVersionsSummary"><Annotation Term="Org.OData.Core.V1.Description" String="List of device counts with malware per windows OS version" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareOverview/totalDistinctMalwareCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of all distinct malwares detected across all devices. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareOverview/totalMalwareCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of all malware detections across all devices. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareSeverityCount/distinctMalwareCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of distinct malwares for this malware State. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareSeverityCount/lastUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The Timestamp of the last update for the WindowsMalwareSeverityCount in UTC" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareSeverityCount/malwareDetectionCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of threats detections for this malware severity. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareSeverityCount/severity"><Annotation Term="Org.OData.Core.V1.Description" String="Malware Threat Severity. computed. Possible values are: unknown, low, moderate, high, severe." /></Annotations><Annotations Target="microsoft.graph.windowsMalwareStateCount/deviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of devices with malware detections for this malware State" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareStateCount/distinctMalwareCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of distinct malwares for this malware State. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareStateCount/lastUpdateDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The Timestamp of the last update for the device count in UTC" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareStateCount/malwareDetectionCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of total malware detections for this malware State. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareStateCount/state"><Annotation Term="Org.OData.Core.V1.Description" String="Malware Threat State. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. Defaults to noStatusCleared. Computed." /></Annotations><Annotations Target="microsoft.graph.applePushNotificationCertificate/appleIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Apple Id of the account used to create the MDM push certificate." /></Annotations><Annotations Target="microsoft.graph.applePushNotificationCertificate/certificateSerialNumber"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="Certificate serial number. This property is read-only." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.applePushNotificationCertificate/certificateUploadFailureReason"><Annotation Term="Org.OData.Core.V1.Description" String="The reason the certificate upload failed." /></Annotations><Annotations Target="microsoft.graph.applePushNotificationCertificate/certificateUploadStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The certificate upload status." /></Annotations><Annotations Target="microsoft.graph.applePushNotificationCertificate/expirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The expiration date and time for Apple push notification certificate." /></Annotations><Annotations Target="microsoft.graph.applePushNotificationCertificate/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last modified date and time for Apple push notification certificate." /></Annotations><Annotations Target="microsoft.graph.applePushNotificationCertificate/topicIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Topic Id." /></Annotations><Annotations Target="microsoft.graph.appLogCollectionRequest"><Annotation Term="Org.OData.Core.V1.Description" String="Entity for AppLogCollectionRequest contains all logs values." /></Annotations><Annotations Target="microsoft.graph.appLogCollectionRequest/completedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time at which the upload log request reached a completed state if not completed yet NULL will be returned." /></Annotations><Annotations Target="microsoft.graph.appLogCollectionRequest/customLogFolders"><Annotation Term="Org.OData.Core.V1.Description" String="List of log folders." /></Annotations><Annotations Target="microsoft.graph.appLogCollectionRequest/errorMessage"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates error message if any during the upload process." /></Annotations><Annotations Target="microsoft.graph.appLogCollectionRequest/status"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the status for the app log collection request if it is pending, completed or failed, Default is pending" /></Annotations><Annotations Target="microsoft.graph.detectedApp/deviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices that have installed this application" /></Annotations><Annotations Target="microsoft.graph.detectedApp/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the discovered application. Read-only" /></Annotations><Annotations Target="microsoft.graph.detectedApp/platform"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the operating system / platform of the discovered application.  Some possible values are Windows, iOS, macOS. The default value is unknown (0)." /></Annotations><Annotations Target="microsoft.graph.detectedApp/publisher"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the publisher of the discovered application. For example: 'Microsoft'.  The default value is an empty string." /></Annotations><Annotations Target="microsoft.graph.detectedApp/sizeInByte"><Annotation Term="Org.OData.Core.V1.Description" String="Discovered application size in bytes. Read-only" /></Annotations><Annotations Target="microsoft.graph.detectedApp/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the discovered application. Read-only" /></Annotations><Annotations Target="microsoft.graph.detectedApp/managedDevices"><Annotation Term="Org.OData.Core.V1.Description" String="The devices that have the discovered application installed" /></Annotations><Annotations Target="microsoft.graph.deviceLogCollectionResponse/enrolledByUser"><Annotation Term="Org.OData.Core.V1.Description" String="The User Principal Name (UPN) of the user that enrolled the device." /></Annotations><Annotations Target="microsoft.graph.deviceLogCollectionResponse/expirationDateTimeUTC"><Annotation Term="Org.OData.Core.V1.Description" String="The DateTime of the expiration of the logs." /></Annotations><Annotations Target="microsoft.graph.deviceLogCollectionResponse/initiatedByUserPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="The UPN for who initiated the request." /></Annotations><Annotations Target="microsoft.graph.deviceLogCollectionResponse/managedDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates Intune device unique identifier." /></Annotations><Annotations Target="microsoft.graph.deviceLogCollectionResponse/receivedDateTimeUTC"><Annotation Term="Org.OData.Core.V1.Description" String="The DateTime the request was received." /></Annotations><Annotations Target="microsoft.graph.deviceLogCollectionResponse/requestedDateTimeUTC"><Annotation Term="Org.OData.Core.V1.Description" String="The DateTime of the request." /></Annotations><Annotations Target="microsoft.graph.deviceLogCollectionResponse/sizeInKB"><Annotation Term="Org.OData.Core.V1.Description" String="The size of the logs in KB. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.deviceLogCollectionResponse/status"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the status for the app log collection request if it is pending, completed or failed, Default is pending." /></Annotations><Annotations Target="microsoft.graph.malwareStateForWindowsDevice"><Annotation Term="Org.OData.Core.V1.Description" String="Malware state for a windows device" /></Annotations><Annotations Target="microsoft.graph.malwareStateForWindowsDevice/detectionCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the number of times the malware is detected" /></Annotations><Annotations Target="microsoft.graph.malwareStateForWindowsDevice/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the name of the device being evaluated for malware state" /></Annotations><Annotations Target="microsoft.graph.malwareStateForWindowsDevice/executionState"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates execution status of the malware. Possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown" /></Annotations><Annotations Target="microsoft.graph.malwareStateForWindowsDevice/initialDetectionDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Initial detection datetime of the malware" /></Annotations><Annotations Target="microsoft.graph.malwareStateForWindowsDevice/lastStateChangeDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The last time this particular threat was changed" /></Annotations><Annotations Target="microsoft.graph.malwareStateForWindowsDevice/threatState"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates threat status of the malware. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared" /></Annotations><Annotations Target="microsoft.graph.managedDeviceOverview/deviceExchangeAccessStateSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Distribution of Exchange Access State in Intune" /></Annotations><Annotations Target="microsoft.graph.managedDeviceOverview/deviceOperatingSystemSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Device operating system summary." /></Annotations><Annotations Target="microsoft.graph.managedDeviceOverview/dualEnrolledDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices enrolled in both MDM and EAS" /></Annotations><Annotations Target="microsoft.graph.managedDeviceOverview/enrolledDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Total enrolled device count. Does not include PC devices managed via Intune PC Agent" /></Annotations><Annotations Target="microsoft.graph.managedDeviceOverview/mdmEnrolledCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices enrolled in MDM" /></Annotations><Annotations Target="microsoft.graph.mobileAppTroubleshootingEvent/appLogCollectionRequests"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates collection of App Log Upload Request." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance/activeDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The health score of the application. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance/appCrashCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of crashes for the application. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance/appDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="The friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance/appHangCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of hangs for the application. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance/appHealthScore"><Annotation Term="Org.OData.Core.V1.Description" String="The health score of the application. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance/appName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance/appPublisher"><Annotation Term="Org.OData.Core.V1.Description" String="The publisher of the application. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance/appUsageDuration"><Annotation Term="Org.OData.Core.V1.Description" String="The total usage time of the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance/meanTimeToFailureInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails/appCrashCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of crashes for the app. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails/appDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="The friendly name of the application." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails/appName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the application." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails/appPublisher"><Annotation Term="Org.OData.Core.V1.Description" String="The publisher of the application." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails/appVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the application." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails/deviceCountWithCrashes"><Annotation Term="Org.OData.Core.V1.Description" String="The total number of devices that have reported one or more application crashes for this application and version. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails/isLatestUsedVersion"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates the version of application is the latest version for that application that is in use. When FALSE, indicates the version is not the latest version. FALSE by default. Supports: $select, $OrderBy." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails/isMostUsedVersion"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates the version of application is the most used version for that application. When FALSE, indicates the version is not the most used version. FALSE by default. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId/appCrashCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of crashes for the app. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId/appDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="The friendly name of the application." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId/appName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the application." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId/appPublisher"><Annotation Term="Org.OData.Core.V1.Description" String="The publisher of the application." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId/appVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the application." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId/deviceDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Intune device id of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId/processedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the statistics were last computed. The value cannot be modified and is automatically populated when the statistics are computed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: '2022-01-01T00:00:00Z'. Returned by default. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion/activeDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of devices where the application has been active. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion/appCrashCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of crashes for the application. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion/appDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="The friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion/appName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion/appPublisher"><Annotation Term="Org.OData.Core.V1.Description" String="The publisher of the application. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion/appUsageDuration"><Annotation Term="Org.OData.Core.V1.Description" String="The total usage time of the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion/meanTimeToFailureInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion/osBuildNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The OS build number of the application. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The OS version of the application. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance/activeDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of active devices for the model. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance/deviceManufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="The manufacturer name of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance/deviceModel"><Annotation Term="Org.OData.Core.V1.Description" String="The model name of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance/healthStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The health state of the user experience analytics model. Possible values are: unknown, insufficientData, needsAttention, meetingGoals. Unknown by default. Supports: $filter, $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance/meanTimeToFailureInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance/modelAppHealthScore"><Annotation Term="Org.OData.Core.V1.Description" String="The application health score of the device model. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance/appCrashCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of application crashes for the device. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance/appHangCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of application hangs for the device. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance/crashedAppCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of distinct application crashes for the device. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance/deviceAppHealthScore"><Annotation Term="Org.OData.Core.V1.Description" String="The application health score of the device. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance/deviceDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Intune device id of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance/deviceManufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="The manufacturer name of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance/deviceModel"><Annotation Term="Org.OData.Core.V1.Description" String="The model name of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance/healthStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The health state of the user experience analytics device. Possible values are: unknown, insufficientData, needsAttention, meetingGoals. Unknown by default. Supports: $filter, $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance/meanTimeToFailureInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance/processedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the statistics were last computed. The value cannot be modified and is automatically populated when the statistics are computed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: '2022-01-01T00:00:00Z'. Returned by default. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails/appDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="The friendly name of the application for which the event occurred. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails/appPublisher"><Annotation Term="Org.OData.Core.V1.Description" String="The publisher of the application. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails/appVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The version of the application. Possible values are: 1.0.0.1, 75.65.23.9. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails/deviceDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Intune device id of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails/eventDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The time the event occurred. The value cannot be modified and is automatically populated when the statistics are computed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: '2022-01-01T00:00:00Z'. Returned by default. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails/eventType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of the event. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance/activeDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of active devices for the OS version. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance/meanTimeToFailureInMinutes"><Annotation Term="Org.OData.Core.V1.Description" String="The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance/osBuildNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The OS build number installed on the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The OS version installed on the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance/osVersionAppHealthScore"><Annotation Term="Org.OData.Core.V1.Description" String="The application health score of the OS version. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBaseline/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date the custom baseline was created. The value cannot be modified and is automatically populated when the baseline is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBaseline/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the baseline." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBaseline/isBuiltIn"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates the current baseline is the commercial median baseline. When FALSE, indicates it is a custom baseline. FALSE by default." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBaseline/appHealthMetrics"><Annotation Term="Org.OData.Core.V1.Description" String="The scores and insights for the application health metrics." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBaseline/batteryHealthMetrics"><Annotation Term="Org.OData.Core.V1.Description" String="The scores and insights for the battery health metrics." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBaseline/bestPracticesMetrics"><Annotation Term="Org.OData.Core.V1.Description" String="The scores and insights for the best practices metrics." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBaseline/deviceBootPerformanceMetrics"><Annotation Term="Org.OData.Core.V1.Description" String="The scores and insights for the device boot performance metrics." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBaseline/rebootAnalyticsMetrics"><Annotation Term="Org.OData.Core.V1.Description" String="The scores and insights for the reboot analytics metrics." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBaseline/resourcePerformanceMetrics"><Annotation Term="Org.OData.Core.V1.Description" String="The scores and insights for the resource performance metrics." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsBaseline/workFromAnywhereMetrics"><Annotation Term="Org.OData.Core.V1.Description" String="The scores and insights for the work from anywhere metrics." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsCategory/insights"><Annotation Term="Org.OData.Core.V1.Description" String="The insights for the category. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsMetric"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics metric contains the score and units of a metric of a user experience anlaytics category." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsCategory/metricValues"><Annotation Term="Org.OData.Core.V1.Description" String="The metric values for the user experience analytics category. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/averageBlueScreens"><Annotation Term="Org.OData.Core.V1.Description" String="Average (mean) number of Blue Screens per device in the last 30 days. Valid values 0 to 9999999" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/averageRestarts"><Annotation Term="Org.OData.Core.V1.Description" String="Average (mean) number of Restarts per device in the last 30 days. Valid values 0 to 9999999" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/blueScreenCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of Blue Screens in the last 30 days. Valid values 0 to 9999999" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/bootScore"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device boot score." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/coreBootTimeInMs"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device core boot time in milliseconds." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/coreLoginTimeInMs"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device core login time in milliseconds." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/deviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="User experience analytics summarized device count." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device name." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/diskType"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device disk type." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/groupPolicyBootTimeInMs"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device group policy boot time in milliseconds." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/groupPolicyLoginTimeInMs"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device group policy login time in milliseconds." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/healthStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The health state of the user experience analytics device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/loginScore"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device login score." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/manufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device manufacturer." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/model"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device model." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/modelStartupPerformanceScore"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics model level startup performance score. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/operatingSystemVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device Operating System version." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/responsiveDesktopTimeInMs"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics responsive desktop time in milliseconds." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/restartCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of Restarts in the last 30 days. Valid values 0 to 9999999" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDevicePerformance/startupPerformanceScore"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device startup performance score. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScores/appReliabilityScore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a score calculated from application health data to indicate when a device is having problems running one or more applications. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScores/batteryHealthScore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a calulated score indicating the health of the device's battery. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScores/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScores/endpointAnalyticsScore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a weighted average of the various scores. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScores/healthStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The health status of the device. Possible values are: unknown, insufficientData, needsAttention, meetingGoals. Unknown by default. Supports: $filter, $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScores/manufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="The manufacturer name of the device. Examples: Microsoft Corporation, HP, Lenovo. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScores/model"><Annotation Term="Org.OData.Core.V1.Description" String="The model name of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScores/startupPerformanceScore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a weighted average of boot score and logon score used for measuring startup performance. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceScores/workFromAnywhereScore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a weighted score of the work from anywhere on a device level. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/coreBootTimeInMs"><Annotation Term="Org.OData.Core.V1.Description" String="The device core boot time in milliseconds. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/coreLoginTimeInMs"><Annotation Term="Org.OData.Core.V1.Description" String="The device core login time in milliseconds. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Intune device id of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/featureUpdateBootTimeInMs"><Annotation Term="Org.OData.Core.V1.Description" String="The impact of device feature updates on boot time in milliseconds. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/groupPolicyBootTimeInMs"><Annotation Term="Org.OData.Core.V1.Description" String="The impact of device group policy client on boot time in milliseconds. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/groupPolicyLoginTimeInMs"><Annotation Term="Org.OData.Core.V1.Description" String="The impact of device group policy client on login time in milliseconds. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/isFeatureUpdate"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates the device boot record is associated with feature updates. When FALSE, indicates the device boot record is not associated with feature updates. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/isFirstLogin"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates the device login is the first login after a reboot. When FALSE, indicates the device login is not the first login after a reboot. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/operatingSystemVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device boot record's operating system version. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/responsiveDesktopTimeInMs"><Annotation Term="Org.OData.Core.V1.Description" String="The time for desktop to become responsive during login process in milliseconds. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/restartCategory"><Annotation Term="Org.OData.Core.V1.Description" String="OS restart category. Possible values are: unknown, restartWithUpdate, restartWithoutUpdate, blueScreen, shutdownWithUpdate, shutdownWithoutUpdate, longPowerButtonPress, bootError, update. Unknown by default. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/restartFaultBucket"><Annotation Term="Org.OData.Core.V1.Description" String="OS restart fault bucket. The fault bucket is used to find additional information about a system crash. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/restartStopCode"><Annotation Term="Org.OData.Core.V1.Description" String="OS restart stop code. This shows the bug check code which can be used to look up the blue screen reason. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/startTime"><Annotation Term="Org.OData.Core.V1.Description" String="The device boot start time. The value cannot be modified and is automatically populated when the device performs a reboot. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: '2022-01-01T00:00:00Z'. Returned by default. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/totalBootTimeInMs"><Annotation Term="Org.OData.Core.V1.Description" String="The device total boot time in milliseconds. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupHistory/totalLoginTimeInMs"><Annotation Term="Org.OData.Core.V1.Description" String="The device total login time in milliseconds. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupProcess/managedDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Intune device id of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupProcess/processName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the process. Examples: outlook, excel. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupProcess/productName"><Annotation Term="Org.OData.Core.V1.Description" String="The product name of the process. Examples: Microsoft Outlook, Microsoft Excel. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupProcess/publisher"><Annotation Term="Org.OData.Core.V1.Description" String="The publisher of the process. Examples: Microsoft Corporation, Contoso Corp. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupProcess/startupImpactInMs"><Annotation Term="Org.OData.Core.V1.Description" String="The impact of startup process on device boot time in milliseconds. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance/deviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The count of devices which initiated this process on startup. Supports: $filter, $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance/medianImpactInMs"><Annotation Term="Org.OData.Core.V1.Description" String="The median impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance/processName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the startup process. Examples: outlook, excel. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance/productName"><Annotation Term="Org.OData.Core.V1.Description" String="The product name of the startup process. Examples: Microsoft Outlook, Microsoft Excel. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance/publisher"><Annotation Term="Org.OData.Core.V1.Description" String="The publisher of the startup process. Examples: Microsoft Corporation, Contoso Corp. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance/totalImpactInMs"><Annotation Term="Org.OData.Core.V1.Description" String="The total impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsMetric/unit"><Annotation Term="Org.OData.Core.V1.Description" String="The unit of the user experience analytics metric. Examples: none, percentage, count, seconds, score." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsMetric/value"><Annotation Term="Org.OData.Core.V1.Description" String="The value of the user experience analytics metric." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsMetricHistory/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Intune device id of the device." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsMetricHistory/metricDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The metric date time. The value cannot be modified and is automatically populated when the metric is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsMetricHistory/metricType"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics metric type." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsModelScores/appReliabilityScore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a score calculated from application health data to indicate when a device is having problems running one or more applications. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsModelScores/batteryHealthScore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a calulated score indicating the health of the device's battery. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsModelScores/endpointAnalyticsScore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a weighted average of the various scores. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsModelScores/healthStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The health status of the device. Possible values are: unknown, insufficientData, needsAttention, meetingGoals. Unknown by default. Supports: $filter, $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsModelScores/manufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="The manufacturer name of the device. Examples: Microsoft Corporation, HP, Lenovo. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsModelScores/model"><Annotation Term="Org.OData.Core.V1.Description" String="The model name of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsModelScores/modelDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates unique devices count of given model in a consolidated report. Supports: $select, $OrderBy. Read-only. Valid values -9.22337203685478E+18 to 9.22337203685478E+18" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsModelScores/startupPerformanceScore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a weighted average of boot score and logon score used for measuring startup performance. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsModelScores/workFromAnywhereScore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates a weighted score of the work from anywhere on a device level. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsOverview/insights"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics insights. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsScoreHistory/startupDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The device startup date time. The value cannot be modified and is automatically populated. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice"><Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics device for work from anywhere report." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/autoPilotProfileAssigned"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates the intune device's autopilot profile is assigned. When FALSE, indicates it's not Assigned. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/autoPilotRegistered"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates the intune device's autopilot is registered. When FALSE, indicates it's not registered. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/azureAdDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Azure Active Directory (Azure AD) device Id. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/azureAdJoinType"><Annotation Term="Org.OData.Core.V1.Description" String="The work from anywhere device's Azure Active Directory (Azure AD) join type. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/azureAdRegistered"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates the device's Azure Active Directory (Azure AD) is registered. When False, indicates it's not registered. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/cloudIdentityScore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates per device cloud identity score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/cloudManagementScore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates per device cloud management score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/cloudProvisioningScore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates per device cloud provisioning score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/compliancePolicySetToIntune"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates the device's compliance policy is set to intune. When FALSE, indicates it's not set to intune. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="The Intune device id of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/healthStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The health state of the user experience analytics work from anywhere device. Possible values are: unknown, insufficientData, needsAttention, meetingGoals. Unknown by default. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/isCloudManagedGatewayEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates the device's Cloud Management Gateway for Configuration Manager is enabled. When FALSE, indicates it's not enabled. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/managedBy"><Annotation Term="Org.OData.Core.V1.Description" String="The management agent of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/manufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="The manufacturer name of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/model"><Annotation Term="Org.OData.Core.V1.Description" String="The model name of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/osCheckFailed"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates OS check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/osDescription"><Annotation Term="Org.OData.Core.V1.Description" String="The OS description of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="The OS version of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/otherWorkloadsSetToIntune"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates the device's other workloads is set to intune. When FALSE, indicates it's not set to intune. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/ownership"><Annotation Term="Org.OData.Core.V1.Description" String="Ownership of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/processor64BitCheckFailed"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates processor hardware 64-bit architecture check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/processorCoreCountCheckFailed"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates processor hardware core count check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/processorFamilyCheckFailed"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates processor hardware family check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/processorSpeedCheckFailed"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates processor hardware speed check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/ramCheckFailed"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates RAM hardware check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/secureBootCheckFailed"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates secure boot hardware check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/serialNumber"><Annotation Term="Org.OData.Core.V1.Description" String="The serial number of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/storageCheckFailed"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates storage hardware check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/tenantAttached"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates the device is Tenant Attached. When FALSE, indicates it's not Tenant Attached. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/tpmCheckFailed"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates Trusted Platform Module (TPM) hardware check failed for device to the latest version of upgrade to windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/upgradeEligibility"><Annotation Term="Org.OData.Core.V1.Description" String="The windows upgrade eligibility status of device. Possible values are: upgraded, unknown, notCapable, capable. Unknown by default. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/windowsScore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates per device windows score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice/workFromAnywhereScore"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates work from anywhere per device overall score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric/osCheckFailedPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The percentage of devices for which OS check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric/processor64BitCheckFailedPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The percentage of devices for which processor hardware 64-bit architecture check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric/processorCoreCountCheckFailedPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The percentage of devices for which processor hardware core count check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric/processorFamilyCheckFailedPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The percentage of devices for which processor hardware family check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric/processorSpeedCheckFailedPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The percentage of devices for which processor hardware speed check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric/ramCheckFailedPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The percentage of devices for which RAM hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric/secureBootCheckFailedPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The percentage of devices for which secure boot hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric/storageCheckFailedPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The percentage of devices for which storage hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric/totalDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The count of total devices in an organization. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric/tpmCheckFailedPercentage"><Annotation Term="Org.OData.Core.V1.Description" String="The percentage of devices for which Trusted Platform Module (TPM) hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric/upgradeEligibleDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The count of devices in an organization eligible for windows upgrade. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric/metricDevices"><Annotation Term="Org.OData.Core.V1.Description" String="The work from anywhere metric devices. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance/cloudIdentityScore"><Annotation Term="Org.OData.Core.V1.Description" String="The cloud identity score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance/cloudManagementScore"><Annotation Term="Org.OData.Core.V1.Description" String="The cloud management score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance/cloudProvisioningScore"><Annotation Term="Org.OData.Core.V1.Description" String="The cloud provisioning score of the device model.  Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance/healthStatus"><Annotation Term="Org.OData.Core.V1.Description" String="The health state of the user experience analytics work from anywhere device model. Possible values are: unknown, insufficientData, needsAttention, meetingGoals. Unknown by default. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance/manufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="The manufacturer name of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance/model"><Annotation Term="Org.OData.Core.V1.Description" String="The model name of the device. Supports: $select, $OrderBy. Read-only." /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance/modelDeviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="The devices count for the model. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance/windowsScore"><Annotation Term="Org.OData.Core.V1.Description" String="The window score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance/workFromAnywhereScore"><Annotation Term="Org.OData.Core.V1.Description" String="The work from anywhere score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308" /></Annotations><Annotations Target="microsoft.graph.windowsDeviceMalwareState"><Annotation Term="Org.OData.Core.V1.Description" String="Malware detection entity." /></Annotations><Annotations Target="microsoft.graph.windowsDeviceMalwareState/additionalInformationUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Information URL to learn more about the malware" /></Annotations><Annotations Target="microsoft.graph.windowsDeviceMalwareState/category"><Annotation Term="Org.OData.Core.V1.Description" String="Category of the malware" /></Annotations><Annotations Target="microsoft.graph.windowsDeviceMalwareState/detectionCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of times the malware is detected" /></Annotations><Annotations Target="microsoft.graph.windowsDeviceMalwareState/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Malware name" /></Annotations><Annotations Target="microsoft.graph.windowsDeviceMalwareState/executionState"><Annotation Term="Org.OData.Core.V1.Description" String="Execution status of the malware like blocked/executing etc" /></Annotations><Annotations Target="microsoft.graph.windowsDeviceMalwareState/initialDetectionDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Initial detection datetime of the malware" /></Annotations><Annotations Target="microsoft.graph.windowsDeviceMalwareState/lastStateChangeDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The last time this particular threat was changed" /></Annotations><Annotations Target="microsoft.graph.windowsDeviceMalwareState/severity"><Annotation Term="Org.OData.Core.V1.Description" String="Severity of the malware" /></Annotations><Annotations Target="microsoft.graph.windowsDeviceMalwareState/state"><Annotation Term="Org.OData.Core.V1.Description" String="Current status of the malware like cleaned/quarantined/allowed etc" /></Annotations><Annotations Target="microsoft.graph.windowsDeviceMalwareState/threatState"><Annotation Term="Org.OData.Core.V1.Description" String="Current status of the malware like cleaned/quarantined/allowed etc" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareInformation/additionalInformationUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates an informational URL to learn more about the malware" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareInformation/category"><Annotation Term="Org.OData.Core.V1.Description" String="Category of the malware. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remote_Control_Software, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. default value is invalid." /></Annotations><Annotations Target="microsoft.graph.windowsMalwareInformation/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the name of the malware" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareInformation/lastDetectionDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the last time the malware was detected in UTC" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareInformation/severity"><Annotation Term="Org.OData.Core.V1.Description" String="Severity of the malware. Possible values are: unknown, low, moderate, high, severe. default is unknown" /></Annotations><Annotations Target="microsoft.graph.windowsMalwareInformation/deviceMalwareStates"><Annotation Term="Org.OData.Core.V1.Description" String="List of devices affected by current malware with the malware state on each device " /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/antiMalwareVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Current anti malware version" /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/deviceState"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates device's health state. Possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical." /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/engineVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Current endpoint protection engine's version" /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/fullScanOverdue"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE indicates full scan is overdue, when FALSE indicates full scan is not overdue. Defaults to setting on client device." /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/fullScanRequired"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE indicates full scan is required, when FALSE indicates full scan is not required. Defaults to setting on client device." /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/isVirtualMachine"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE indicates the device is a virtual machine, when FALSE indicates the device is not a virtual machine. Defaults to setting on client device." /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/lastFullScanDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last quick scan datetime" /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/lastFullScanSignatureVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Last full scan signature version" /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/lastQuickScanDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last quick scan datetime" /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/lastQuickScanSignatureVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Last quick scan signature version" /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/lastReportedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last device health status reported time" /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/malwareProtectionEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE indicates anti malware is enabled when FALSE indicates anti malware is not enabled." /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/networkInspectionSystemEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE indicates network inspection system enabled, when FALSE indicates network inspection system is not enabled. Defaults to setting on client device." /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/productStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Product Status of Windows Defender Antivirus. Possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall." /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/quickScanOverdue"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE indicates quick scan is overdue, when FALSE indicates quick scan is not overdue. Defaults to setting on client device." /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/realTimeProtectionEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE indicates real time protection is enabled, when FALSE indicates real time protection is not enabled. Defaults to setting on client device." /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/rebootRequired"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE indicates reboot is required, when FALSE indicates when TRUE indicates reboot is not required. Defaults to setting on client device." /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/signatureUpdateOverdue"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE indicates signature is out of date, when FALSE indicates signature is not out of date. Defaults to setting on client device." /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/signatureVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Current malware definitions version" /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/tamperProtectionEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE indicates the Windows Defender tamper protection feature is enabled, when FALSE indicates the Windows Defender tamper protection feature is not enabled. Defaults to setting on client device." /></Annotations><Annotations Target="microsoft.graph.windowsProtectionState/detectedMalwareState"><Annotation Term="Org.OData.Core.V1.Description" String="Device malware list" /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityState/deviceErrorCode"><Annotation Term="Org.OData.Core.V1.Description" String="Device error code reported by Device Directory Service(DDS)." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityState/deviceErrorName"><Annotation Term="Org.OData.Core.V1.Description" String="Device error name reported by Device Directory Service(DDS)." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityState/deviceImportStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Device status reported by Device Directory Service(DDS)." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityState/deviceRegistrationId"><Annotation Term="Org.OData.Core.V1.Description" String="Device Registration ID for successfully added device reported by Device Directory Service(DDS)." /></Annotations><Annotations Target="microsoft.graph.outOfBoxExperienceSetting"><Annotation Term="Org.OData.Core.V1.Description" String="The Windows Autopilot Deployment Profile settings used by the device for the out-of-box experience. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported." /></Annotations><Annotations Target="microsoft.graph.outOfBoxExperienceSetting/deviceUsageType"><Annotation Term="Org.OData.Core.V1.Description" String="The Entra join authentication type. Possible values are singleUser and shared. The default is singleUser." /></Annotations><Annotations Target="microsoft.graph.outOfBoxExperienceSetting/escapeLinkHidden"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, the link that allows user to start over with a different account on company sign-in is hidden. When false, the link that allows user to start over with a different account on company sign-in is available. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.outOfBoxExperienceSetting/eulaHidden"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, EULA is hidden to the end user during OOBE. When FALSE, EULA is shown to the end user during OOBE. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.outOfBoxExperienceSetting/keyboardSelectionPageSkipped"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, the keyboard selection page is hidden to the end user during OOBE if Language and Region are set. When FALSE, the keyboard selection page is skipped during OOBE." /></Annotations><Annotations Target="microsoft.graph.outOfBoxExperienceSetting/privacySettingsHidden"><Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, privacy settings is hidden to the end user during OOBE. When FALSE, privacy settings is shown to the end user during OOBE. Default value is FALSE." /></Annotations><Annotations Target="microsoft.graph.outOfBoxExperienceSetting/userType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of user. Possible values are administrator and standard. Default value is administrator. Yes No&#xD;&#xA;" /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentity/assignedUserPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="UPN of the user the device will be assigned" /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentity/groupTag"><Annotation Term="Org.OData.Core.V1.Description" String="Group Tag of the Windows autopilot device." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentity/hardwareIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Hardware Blob of the Windows autopilot device." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentity/importId"><Annotation Term="Org.OData.Core.V1.Description" String="The Import Id of the Windows autopilot device." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentity/productKey"><Annotation Term="Org.OData.Core.V1.Description" String="Product Key of the Windows autopilot device." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentity/serialNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Serial number of the Windows autopilot device." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentity/state"><Annotation Term="Org.OData.Core.V1.Description" String="Current state of the imported device." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityUpload"><Annotation Term="Org.OData.Core.V1.Description" String="Import windows autopilot devices using upload." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityUpload/createdDateTimeUtc"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime when the entity is created." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityUpload/status"><Annotation Term="Org.OData.Core.V1.Description" String="Upload status." /></Annotations><Annotations Target="microsoft.graph.importedWindowsAutopilotDeviceIdentityUpload/deviceIdentities"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of all Autopilot devices as a part of this upload." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Autopilot Deployment Profile" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time of when the deployment profile was created. The value cannot be modified and is automatically populated when the profile was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported. Read-Only." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/description"><Annotation Term="Org.OData.Core.V1.Description" String="A description of the deployment profile. Max allowed length is 1500 chars. Supports: $select, $top, $skip, $orderBy. $Search and $filter are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/deviceNameTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="The template used to name the Autopilot device. This can be a custom text and can also contain either the serial number of the device, or a randomly generated number. The total length of the text generated by the template can be no more than 15 characters. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/deviceType"><Annotation Term="Org.OData.Core.V1.Description" String="The Windows device type that this profile is applicable to. Possible values include windowsPc, holoLens, and virtualMachine. The default is windowsPc. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The display name of the deployment profile. Max allowed length is 200 chars. Returned by default. Supports: $select, $top, $skip, $orderby. $Search and $filter are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/hardwareHashExtractionEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the profile supports the extraction of hardware hash values and registration of the device into Windows Autopilot. When TRUE, indicates if hardware extraction and Windows Autopilot registration will happen on the next successful check-in. When FALSE, hardware hash extraction and Windows Autopilot registration will not happen. Default value is FALSE. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time of when the deployment profile was last modified. The value cannot be updated manually and is automatically populated when any changes are made to the profile. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported Read-Only." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/locale"><Annotation Term="Org.OData.Core.V1.Description" String="The locale (language) to be used when configuring the device. E.g. en-US. The default value is os-default. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/managementServiceAppId"><Annotation Term="Org.OData.Core.V1.Description" String="The Entra management service App ID which gets used during client device-based enrollment discovery. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/outOfBoxExperienceSetting"><Annotation Term="Org.OData.Core.V1.Description" String="The Windows Autopilot Deployment Profile settings used by the device for the out-of-box experience. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/preprovisioningAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the user is allowed to use Windows Autopilot for pre-provisioned deployment mode during Out of Box experience (OOBE). When TRUE, indicates that Windows Autopilot for pre-provisioned deployment mode for OOBE is allowed to be used. When false, Windows Autopilot for pre-provisioned deployment mode for OOBE is not allowed. The default is FALSE." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of role scope tags for the deployment profile. " /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfile/assignedDevices"><Annotation Term="Org.OData.Core.V1.Description" String="The list of assigned devices for the profile." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeploymentProfileAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="An assignment of a Windows Autopilot deployment profile to an AAD group." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/addressableUserName"><Annotation Term="Org.OData.Core.V1.Description" String="Addressable user name." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/azureActiveDirectoryDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="AAD Device ID - to be deprecated" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display Name" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/enrollmentState"><Annotation Term="Org.OData.Core.V1.Description" String="Intune enrollment state of the Windows autopilot device." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/groupTag"><Annotation Term="Org.OData.Core.V1.Description" String="Group Tag of the Windows autopilot device." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/lastContactedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Intune Last Contacted Date Time of the Windows autopilot device." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/managedDeviceId"><Annotation Term="Org.OData.Core.V1.Description" String="Managed Device ID" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/manufacturer"><Annotation Term="Org.OData.Core.V1.Description" String="Oem manufacturer of the Windows autopilot device." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/model"><Annotation Term="Org.OData.Core.V1.Description" String="Model name of the Windows autopilot device." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/productKey"><Annotation Term="Org.OData.Core.V1.Description" String="Product Key of the Windows autopilot device." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/purchaseOrderIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Purchase Order Identifier of the Windows autopilot device." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/resourceName"><Annotation Term="Org.OData.Core.V1.Description" String="Resource Name." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/serialNumber"><Annotation Term="Org.OData.Core.V1.Description" String="Serial number of the Windows autopilot device." /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/skuNumber"><Annotation Term="Org.OData.Core.V1.Description" String="SKU Number" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/systemFamily"><Annotation Term="Org.OData.Core.V1.Description" String="System Family" /></Annotations><Annotations Target="microsoft.graph.windowsAutopilotDeviceIdentity/userPrincipalName"><Annotation Term="Org.OData.Core.V1.Description" String="User Principal Name." /></Annotations><Annotations Target="microsoft.graph.mobileAppIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The identifier for a mobile app." /></Annotations><Annotations Target="microsoft.graph.androidMobileAppIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The identifier for an Android app." /></Annotations><Annotations Target="microsoft.graph.androidMobileAppIdentifier/packageId"><Annotation Term="Org.OData.Core.V1.Description" String="The identifier for an app, as specified in the play store." /></Annotations><Annotations Target="microsoft.graph.iosMobileAppIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The identifier for an iOS app." /></Annotations><Annotations Target="microsoft.graph.iosMobileAppIdentifier/bundleId"><Annotation Term="Org.OData.Core.V1.Description" String="The identifier for an app, as specified in the app store." /></Annotations><Annotations Target="microsoft.graph.iPv4Range"><Annotation Term="Org.OData.Core.V1.Description" String="IPv4 Range definition." /></Annotations><Annotations Target="microsoft.graph.iPv4Range/lowerAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Lower address." /></Annotations><Annotations Target="microsoft.graph.iPv4Range/upperAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Upper address." /></Annotations><Annotations Target="microsoft.graph.iPv6Range"><Annotation Term="Org.OData.Core.V1.Description" String="IPv6 Range definition." /></Annotations><Annotations Target="microsoft.graph.iPv6Range/lowerAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Lower address." /></Annotations><Annotations Target="microsoft.graph.iPv6Range/upperAddress"><Annotation Term="Org.OData.Core.V1.Description" String="Upper address." /></Annotations><Annotations Target="microsoft.graph.managedAppDiagnosticStatus"><Annotation Term="Org.OData.Core.V1.Description" String="Represents diagnostics status." /></Annotations><Annotations Target="microsoft.graph.managedAppDiagnosticStatus/mitigationInstruction"><Annotation Term="Org.OData.Core.V1.Description" String="Instruction on how to mitigate a failed validation" /></Annotations><Annotations Target="microsoft.graph.managedAppDiagnosticStatus/state"><Annotation Term="Org.OData.Core.V1.Description" String="The state of the operation" /></Annotations><Annotations Target="microsoft.graph.managedAppDiagnosticStatus/validationName"><Annotation Term="Org.OData.Core.V1.Description" String="The validation friendly name" /></Annotations><Annotations Target="microsoft.graph.managedAppPolicyDeploymentSummaryPerApp"><Annotation Term="Org.OData.Core.V1.Description" String="Represents policy deployment summary per app." /></Annotations><Annotations Target="microsoft.graph.managedAppPolicyDeploymentSummaryPerApp/configurationAppliedUserCount"><Annotation Term="Org.OData.Core.V1.Description" String="Number of users the policy is applied." /></Annotations><Annotations Target="microsoft.graph.managedAppPolicyDeploymentSummaryPerApp/mobileAppIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Deployment of an app." /></Annotations><Annotations Target="microsoft.graph.proxiedDomain"><Annotation Term="Org.OData.Core.V1.Description" String="Proxied Domain" /></Annotations><Annotations Target="microsoft.graph.proxiedDomain/ipAddressOrFQDN"><Annotation Term="Org.OData.Core.V1.Description" String="The IP address or FQDN" /></Annotations><Annotations Target="microsoft.graph.proxiedDomain/proxy"><Annotation Term="Org.OData.Core.V1.Description" String="Proxy IP or FQDN" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionApp"><Annotation Term="Org.OData.Core.V1.Description" String="App for Windows information protection" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionApp/denied"><Annotation Term="Org.OData.Core.V1.Description" String="If true, app is denied protection or exemption." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionApp/description"><Annotation Term="Org.OData.Core.V1.Description" String="The app's description." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionApp/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="App display name." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionApp/productName"><Annotation Term="Org.OData.Core.V1.Description" String="The product name." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionApp/publisherName"><Annotation Term="Org.OData.Core.V1.Description" String="The publisher name" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionDataRecoveryCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Information Protection DataRecoveryCertificate" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionDataRecoveryCertificate/certificate"><Annotation Term="Org.OData.Core.V1.Description" String="Data recovery Certificate" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionDataRecoveryCertificate/description"><Annotation Term="Org.OData.Core.V1.Description" String="Data recovery Certificate description" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionDataRecoveryCertificate/expirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Data recovery Certificate expiration datetime" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionDataRecoveryCertificate/subjectName"><Annotation Term="Org.OData.Core.V1.Description" String="Data recovery Certificate subject name" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionDesktopApp"><Annotation Term="Org.OData.Core.V1.Description" String="Desktop App for Windows information protection" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionDesktopApp/binaryName"><Annotation Term="Org.OData.Core.V1.Description" String="The binary name." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionDesktopApp/binaryVersionHigh"><Annotation Term="Org.OData.Core.V1.Description" String="The high binary version." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionDesktopApp/binaryVersionLow"><Annotation Term="Org.OData.Core.V1.Description" String="The lower binary version." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionIPRangeCollection"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Information Protection IP Range Collection" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionIPRangeCollection/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionIPRangeCollection/ranges"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of ip ranges" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionProxiedDomainCollection"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Information Protection Proxied Domain Collection" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionProxiedDomainCollection/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionProxiedDomainCollection/proxiedDomains"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of proxied domains" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionResourceCollection"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Information Protection Resource Collection" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionResourceCollection/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionResourceCollection/resources"><Annotation Term="Org.OData.Core.V1.Description" String="Collection of resources" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionStoreApp"><Annotation Term="Org.OData.Core.V1.Description" String="Store App for Windows information protection" /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/customBrowserDisplayName"><Annotation Term="Org.OData.Core.V1.Description" String="Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/customBrowserPackageId"><Annotation Term="Org.OData.Core.V1.Description" String="Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/deployedAppCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of apps to which the current policy is deployed." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/disableAppEncryptionIfDeviceEncryptionIsEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When this setting is enabled, app level encryption is disabled if device level encryption is enabled" /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/encryptAppData"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether application data for managed apps should be encrypted" /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/minimumRequiredPatchVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Define the oldest required Android security patch level a user can have to gain secure access to the app." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/minimumWarningPatchVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Define the oldest recommended Android security patch level a user can have for secure access to the app." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/screenCaptureBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether a managed user can take screen captures of managed apps" /></Annotations><Annotations Target="microsoft.graph.managedMobileApp"><Annotation Term="Org.OData.Core.V1.Description" String="The identifier for the deployment an app." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/apps"><Annotation Term="Org.OData.Core.V1.Description" String="List of apps to which the policy is deployed." /></Annotations><Annotations Target="microsoft.graph.managedAppPolicyDeploymentSummary"><Annotation Term="Org.OData.Core.V1.Description" String="The ManagedAppEntity is the base entity type for all other entity types under app management workflow." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppProtection/deploymentSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to deployment summary of the configuration." /></Annotations><Annotations Target="microsoft.graph.androidManagedAppRegistration"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the synchronization details of an android app, with management capabilities, for a specific user." /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The ManagedAppRegistration resource represents the details of an app, with management capability, used by a member of the organization." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/appDataEncryptionType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of encryption which should be used for data in a managed app. (iOS Only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/customSettings"><Annotation Term="Org.OData.Core.V1.Description" String="A set of string key and string value pairs to be sent to the affected users, unalterned by this service" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/deployedAppCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of apps to which the current policy is deployed." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/disableAppEncryptionIfDeviceEncryptionIsEnabled"><Annotation Term="Org.OData.Core.V1.Description" String="When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/encryptAppData"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether managed-app data should be encrypted. (Android only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/faceIdBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/minimumRequiredPatchVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/minimumRequiredSdkVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will block the managed app from accessing company data. (iOS Only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/minimumWarningPatchVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/screenCaptureBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether screen capture is blocked. (Android only)" /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/apps"><Annotation Term="Org.OData.Core.V1.Description" String="List of apps to which the policy is deployed." /></Annotations><Annotations Target="microsoft.graph.defaultManagedAppProtection/deploymentSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to deployment summary of the configuration." /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/appDataEncryptionType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of encryption which should be used for data in a managed app." /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/customBrowserProtocol"><Annotation Term="Org.OData.Core.V1.Description" String="A custom browser protocol to open weblink on iOS. When this property is configured, ManagedBrowserToOpenLinksRequired should be true." /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/deployedAppCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of apps to which the current policy is deployed." /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/faceIdBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True." /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/minimumRequiredSdkVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will block the managed app from accessing company data." /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/apps"><Annotation Term="Org.OData.Core.V1.Description" String="List of apps to which the policy is deployed." /></Annotations><Annotations Target="microsoft.graph.iosManagedAppProtection/deploymentSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to deployment summary of the configuration." /></Annotations><Annotations Target="microsoft.graph.iosManagedAppRegistration"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the synchronization details of an ios app, with management capabilities, for a specific user." /><Annotation Term="Org.OData.Core.V1.LongDescription" String="The ManagedAppRegistration resource represents the details of an app, with management capability, used by a member of the organization." /></Annotations><Annotations Target="microsoft.graph.managedAppConfiguration/customSettings"><Annotation Term="Org.OData.Core.V1.Description" String="A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service" /></Annotations><Annotations Target="microsoft.graph.managedAppOperation"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an operation applied against an app registration." /></Annotations><Annotations Target="microsoft.graph.managedAppOperation/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The operation name." /></Annotations><Annotations Target="microsoft.graph.managedAppOperation/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The last time the app operation was modified." /></Annotations><Annotations Target="microsoft.graph.managedAppOperation/state"><Annotation Term="Org.OData.Core.V1.Description" String="The current state of the operation" /></Annotations><Annotations Target="microsoft.graph.managedAppOperation/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the entity." /></Annotations><Annotations Target="microsoft.graph.managedAppPolicy/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="The date and time the policy was created." /></Annotations><Annotations Target="microsoft.graph.managedAppPolicy/description"><Annotation Term="Org.OData.Core.V1.Description" String="The policy's description." /></Annotations><Annotations Target="microsoft.graph.managedAppPolicy/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Policy display name." /></Annotations><Annotations Target="microsoft.graph.managedAppPolicy/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Last time the policy was modified." /></Annotations><Annotations Target="microsoft.graph.managedAppPolicy/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the entity." /></Annotations><Annotations Target="microsoft.graph.managedAppPolicyDeploymentSummary/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the entity." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/allowedDataStorageLocations"><Annotation Term="Org.OData.Core.V1.Description" String="Data storage locations where a user may store managed data." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/allowedInboundDataTransferSources"><Annotation Term="Org.OData.Core.V1.Description" String="Sources from which data is allowed to be transferred." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/allowedOutboundClipboardSharingLevel"><Annotation Term="Org.OData.Core.V1.Description" String="The level to which the clipboard may be shared between apps on the managed device." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/allowedOutboundDataTransferDestinations"><Annotation Term="Org.OData.Core.V1.Description" String="Destinations to which data is allowed to be transferred." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/contactSyncBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether contacts can be synced to the user's device." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/dataBackupBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the backup of a managed app's data is blocked." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/deviceComplianceRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether device compliance is required." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/disableAppPinIfDevicePinIsSet"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether use of the app pin is required if the device pin is set." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/fingerprintBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/managedBrowser"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates in which managed browser(s) that internet links should be opened. When this property is configured, ManagedBrowserToOpenLinksRequired should be true." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/managedBrowserToOpenLinksRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether internet links should be opened in the managed browser app, or any custom browser specified by CustomBrowserProtocol (for iOS) or CustomBrowserPackageId/CustomBrowserDisplayName (for Android)" /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/maximumPinRetries"><Annotation Term="Org.OData.Core.V1.Description" String="Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped. Valid values 1 to 65535" /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/minimumPinLength"><Annotation Term="Org.OData.Core.V1.Description" String="Minimum pin length required for an app-level pin if PinRequired is set to True" /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/minimumRequiredAppVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will block the managed app from accessing company data." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/minimumRequiredOsVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will block the managed app from accessing company data." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/minimumWarningAppVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will result in warning message on the managed app." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/minimumWarningOsVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Versions less than the specified version will result in warning message on the managed app from accessing company data." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/organizationalCredentialsRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether organizational credentials are required for app use." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/periodBeforePinReset"><Annotation Term="Org.OData.Core.V1.Description" String="TimePeriod before the all-level pin must be reset if PinRequired is set to True." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/periodOfflineBeforeAccessCheck"><Annotation Term="Org.OData.Core.V1.Description" String="The period after which access is checked when the device is not connected to the internet." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/periodOfflineBeforeWipeIsEnforced"><Annotation Term="Org.OData.Core.V1.Description" String="The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/periodOnlineBeforeAccessCheck"><Annotation Term="Org.OData.Core.V1.Description" String="The period after which access is checked when the device is connected to the internet." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/pinCharacterSet"><Annotation Term="Org.OData.Core.V1.Description" String="Character set which may be used for an app-level pin if PinRequired is set to True." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/pinRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether an app-level pin is required." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/printBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether printing is allowed from managed apps." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/saveAsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether users may use the &quot;Save As&quot; menu item to save a copy of protected files." /></Annotations><Annotations Target="microsoft.graph.managedAppProtection/simplePinBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether simplePin is blocked." /></Annotations><Annotations Target="microsoft.graph.managedAppRegistration/appIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The app package Identifier" /></Annotations><Annotations Target="microsoft.graph.managedAppRegistration/applicationVersion"><Annotation Term="Org.OData.Core.V1.Description" String="App version" /></Annotations><Annotations Target="microsoft.graph.managedAppRegistration/createdDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date and time of creation" /></Annotations><Annotations Target="microsoft.graph.managedAppRegistration/deviceName"><Annotation Term="Org.OData.Core.V1.Description" String="Host device name" /></Annotations><Annotations Target="microsoft.graph.managedAppRegistration/deviceTag"><Annotation Term="Org.OData.Core.V1.Description" String="App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions." /></Annotations><Annotations Target="microsoft.graph.managedAppRegistration/deviceType"><Annotation Term="Org.OData.Core.V1.Description" String="Host device type" /></Annotations><Annotations Target="microsoft.graph.managedAppRegistration/flaggedReasons"><Annotation Term="Org.OData.Core.V1.Description" String="Zero or more reasons an app registration is flagged. E.g. app running on rooted device" /></Annotations><Annotations Target="microsoft.graph.managedAppRegistration/lastSyncDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Date and time of last the app synced with management service." /></Annotations><Annotations Target="microsoft.graph.managedAppRegistration/managementSdkVersion"><Annotation Term="Org.OData.Core.V1.Description" String="App management SDK version" /></Annotations><Annotations Target="microsoft.graph.managedAppRegistration/platformVersion"><Annotation Term="Org.OData.Core.V1.Description" String="Operating System version" /></Annotations><Annotations Target="microsoft.graph.managedAppRegistration/userId"><Annotation Term="Org.OData.Core.V1.Description" String="The user Id to who this app registration belongs." /></Annotations><Annotations Target="microsoft.graph.managedAppRegistration/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the entity." /></Annotations><Annotations Target="microsoft.graph.managedAppRegistration/appliedPolicies"><Annotation Term="Org.OData.Core.V1.Description" String="Zero or more policys already applied on the registered app when it last synchronized with managment service." /></Annotations><Annotations Target="microsoft.graph.managedAppRegistration/intendedPolicies"><Annotation Term="Org.OData.Core.V1.Description" String="Zero or more policies admin intended for the app as of now." /></Annotations><Annotations Target="microsoft.graph.managedAppRegistration/operations"><Annotation Term="Org.OData.Core.V1.Description" String="Zero or more long running operations triggered on the app registration." /></Annotations><Annotations Target="microsoft.graph.managedAppStatus/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Friendly name of the status report." /></Annotations><Annotations Target="microsoft.graph.managedAppStatus/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the entity." /></Annotations><Annotations Target="microsoft.graph.managedAppStatusRaw"><Annotation Term="Org.OData.Core.V1.Description" String="Represents an un-typed status report about organizations app protection and configuration." /></Annotations><Annotations Target="microsoft.graph.managedAppStatusRaw/content"><Annotation Term="Org.OData.Core.V1.Description" String="Status report content." /></Annotations><Annotations Target="microsoft.graph.managedMobileApp/mobileAppIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="The identifier for an app with it's operating system type." /></Annotations><Annotations Target="microsoft.graph.managedMobileApp/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the entity." /></Annotations><Annotations Target="microsoft.graph.targetedManagedAppConfiguration/deployedAppCount"><Annotation Term="Org.OData.Core.V1.Description" String="Count of apps to which the current policy is deployed." /></Annotations><Annotations Target="microsoft.graph.targetedManagedAppConfiguration/isAssigned"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the policy is deployed to any inclusion groups or not." /></Annotations><Annotations Target="microsoft.graph.targetedManagedAppConfiguration/apps"><Annotation Term="Org.OData.Core.V1.Description" String="List of apps to which the policy is deployed." /></Annotations><Annotations Target="microsoft.graph.targetedManagedAppPolicyAssignment"><Annotation Term="Org.OData.Core.V1.Description" String="The type for deployment of groups or apps." /></Annotations><Annotations Target="microsoft.graph.targetedManagedAppConfiguration/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to list of inclusion and exclusion groups to which the policy is deployed." /></Annotations><Annotations Target="microsoft.graph.targetedManagedAppConfiguration/deploymentSummary"><Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to deployment summary of the configuration." /></Annotations><Annotations Target="microsoft.graph.targetedManagedAppPolicyAssignment/target"><Annotation Term="Org.OData.Core.V1.Description" String="Identifier for deployment to a group or app" /></Annotations><Annotations Target="microsoft.graph.targetedManagedAppProtection/isAssigned"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the policy is deployed to any inclusion groups or not." /></Annotations><Annotations Target="microsoft.graph.targetedManagedAppProtection/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to list of inclusion and exclusion groups to which the policy is deployed." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/azureRightsManagementServicesAllowed"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether to allow Azure RMS encryption for WIP" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/dataRecoveryCertificate"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/enforcementLevel"><Annotation Term="Org.OData.Core.V1.Description" String="WIP enforcement level.See the Enum definition for supported values" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/enterpriseDomain"><Annotation Term="Org.OData.Core.V1.Description" String="Primary enterprise domain" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/enterpriseInternalProxyServers"><Annotation Term="Org.OData.Core.V1.Description" String="This is the comma-separated list of internal proxy servers. For example, &quot;157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59&quot;. These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/enterpriseIPRanges"><Annotation Term="Org.OData.Core.V1.Description" String="Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/enterpriseIPRangesAreAuthoritative"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/enterpriseNetworkDomainNames"><Annotation Term="Org.OData.Core.V1.Description" String="This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/enterpriseProtectedDomainNames"><Annotation Term="Org.OData.Core.V1.Description" String="List of enterprise domains to be protected" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/enterpriseProxiedDomains"><Annotation Term="Org.OData.Core.V1.Description" String="Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/enterpriseProxyServers"><Annotation Term="Org.OData.Core.V1.Description" String="This is a list of proxy servers. Any server not on this list is considered non-enterprise" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/enterpriseProxyServersAreAuthoritative"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/exemptApps"><Annotation Term="Org.OData.Core.V1.Description" String="Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/iconsVisible"><Annotation Term="Org.OData.Core.V1.Description" String="Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/indexingEncryptedStoresOrItemsBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="This switch is for the Windows Search Indexer, to allow or disallow indexing of items" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/isAssigned"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates if the policy is deployed to any inclusion groups or not." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/neutralDomainResources"><Annotation Term="Org.OData.Core.V1.Description" String="List of domain names that can used for work or personal resource" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/protectedApps"><Annotation Term="Org.OData.Core.V1.Description" String="Protected applications can access enterprise data and the data handled by those applications are protected with encryption" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/protectionUnderLockConfigRequired"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/revokeOnUnenrollDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/rightsManagementServicesTemplateId"><Annotation Term="Org.OData.Core.V1.Description" String="TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/smbAutoEncryptedFileExtensions"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/assignments"><Annotation Term="Org.OData.Core.V1.Description" String="Navigation property to list of security groups targeted for policy." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionAppLockerFile"><Annotation Term="Org.OData.Core.V1.Description" String="Windows Information Protection AppLocker File" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/exemptAppLockerFiles"><Annotation Term="Org.OData.Core.V1.Description" String="Another way to input exempt apps through xml files" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtection/protectedAppLockerFiles"><Annotation Term="Org.OData.Core.V1.Description" String="Another way to input protected apps through xml files" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionAppLockerFile/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The friendly name" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionAppLockerFile/file"><Annotation Term="Org.OData.Core.V1.Description" String="File as a byte array" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionAppLockerFile/fileHash"><Annotation Term="Org.OData.Core.V1.Description" String="SHA256 hash of the file" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionAppLockerFile/version"><Annotation Term="Org.OData.Core.V1.Description" String="Version of the entity." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/daysWithoutContactBeforeUnenroll"><Annotation Term="Org.OData.Core.V1.Description" String="Offline interval before app data is wiped (days) . Valid values 0 to 999" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/mdmEnrollmentUrl"><Annotation Term="Org.OData.Core.V1.Description" String="Enrollment url for the MDM" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/minutesOfInactivityBeforeDeviceLock"><Annotation Term="Org.OData.Core.V1.Description" String="Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked.   Range is an integer X where 0 &lt;= X &lt;= 999. Valid values 0 to 999" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/numberOfPastPinsRemembered"><Annotation Term="Org.OData.Core.V1.Description" String="Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0. Valid values 0 to 50" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/passwordMaximumAttemptCount"><Annotation Term="Org.OData.Core.V1.Description" String="The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &lt;= X &lt;= 16 for desktop and 0 &lt;= X &lt;= 999 for mobile devices. Valid values 0 to 999" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/pinExpirationDays"><Annotation Term="Org.OData.Core.V1.Description" String="Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0. Valid values 0 to 730" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/pinLowercaseLetters"><Annotation Term="Org.OData.Core.V1.Description" String="Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/pinMinimumLength"><Annotation Term="Org.OData.Core.V1.Description" String="Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest. Valid values 0 to 127" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/pinSpecialCharacters"><Annotation Term="Org.OData.Core.V1.Description" String="Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! &quot; # $ % &amp; ' ( ) * + , - . / : ; &lt; = &gt; ? @ [ \ ] ^ _ ` { | } ~. Default is NotAllow." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/pinUppercaseLetters"><Annotation Term="Org.OData.Core.V1.Description" String="Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/revokeOnMdmHandoffDisabled"><Annotation Term="Org.OData.Core.V1.Description" String="New property in RS2, pending documentation" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionPolicy/windowsHelloForBusinessBlocked"><Annotation Term="Org.OData.Core.V1.Description" String="Boolean value that sets Windows Hello for Business as a method for signing into Windows." /></Annotations><Annotations Target="microsoft.graph.localizedNotificationMessage"><Annotation Term="Org.OData.Core.V1.Description" String="The text content of a Notification Message Template for the specified locale." /></Annotations><Annotations Target="microsoft.graph.localizedNotificationMessage/isDefault"><Annotation Term="Org.OData.Core.V1.Description" String="Flag to indicate whether or not this is the default locale for language fallback. This flag can only be set. To unset, set this property to true on another Localized Notification Message." /></Annotations><Annotations Target="microsoft.graph.localizedNotificationMessage/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." /></Annotations><Annotations Target="microsoft.graph.localizedNotificationMessage/locale"><Annotation Term="Org.OData.Core.V1.Description" String="The Locale for which this message is destined." /></Annotations><Annotations Target="microsoft.graph.localizedNotificationMessage/messageTemplate"><Annotation Term="Org.OData.Core.V1.Description" String="The Message Template content." /></Annotations><Annotations Target="microsoft.graph.localizedNotificationMessage/subject"><Annotation Term="Org.OData.Core.V1.Description" String="The Message Template Subject." /></Annotations><Annotations Target="microsoft.graph.notificationMessageTemplate/brandingOptions"><Annotation Term="Org.OData.Core.V1.Description" String="The Message Template Branding Options. Branding is defined in the Intune Admin Console." /></Annotations><Annotations Target="microsoft.graph.notificationMessageTemplate/defaultLocale"><Annotation Term="Org.OData.Core.V1.Description" String="The default locale to fallback onto when the requested locale is not available." /></Annotations><Annotations Target="microsoft.graph.notificationMessageTemplate/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name for the Notification Message Template." /></Annotations><Annotations Target="microsoft.graph.notificationMessageTemplate/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="DateTime the object was last modified." /></Annotations><Annotations Target="microsoft.graph.notificationMessageTemplate/roleScopeTagIds"><Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." /></Annotations><Annotations Target="microsoft.graph.notificationMessageTemplate/localizedNotificationMessages"><Annotation Term="Org.OData.Core.V1.Description" String="The list of localized messages for this Notification Message Template." /></Annotations><Annotations Target="microsoft.graph.resourceAction"><Annotation Term="Org.OData.Core.V1.Description" String="Set of allowed and not allowed actions for a resource." /></Annotations><Annotations Target="microsoft.graph.resourceAction/allowedResourceActions"><Annotation Term="Org.OData.Core.V1.Description" String="Allowed Actions" /></Annotations><Annotations Target="microsoft.graph.resourceAction/notAllowedResourceActions"><Annotation Term="Org.OData.Core.V1.Description" String="Not Allowed Actions." /></Annotations><Annotations Target="microsoft.graph.rolePermission"><Annotation Term="Org.OData.Core.V1.Description" String="Contains the set of ResourceActions determining the allowed and not allowed permissions for each role." /></Annotations><Annotations Target="microsoft.graph.rolePermission/resourceActions"><Annotation Term="Org.OData.Core.V1.Description" String="Resource Actions each containing a set of allowed and not allowed permissions." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementRoleAssignment/members"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the list of role member security group Entra IDs. For example: {dec942f4-6777-4998-96b4-522e383b08e2}." /></Annotations><Annotations Target="microsoft.graph.deviceAndAppManagementRoleDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="The Role Definition resource. The role definition is the foundation of role based access in Intune. The role combines an Intune resource such as a Mobile App and associated role permissions such as Create or Read for the resource. There are two types of roles, built-in and custom. Built-in roles cannot be modified. Both built-in roles and custom roles must have assignments to be enforced. Create custom roles if you want to define a role that allows any of the available resources and role permissions to be combined into a single role." /></Annotations><Annotations Target="microsoft.graph.resourceOperation/actionName"><Annotation Term="Org.OData.Core.V1.Description" String="Type of action this operation is going to perform. The actionName should be concise and limited to as few words as possible." /></Annotations><Annotations Target="microsoft.graph.resourceOperation/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description of the resource operation. The description is used in mouse-over text for the operation when shown in the Azure Portal." /></Annotations><Annotations Target="microsoft.graph.resourceOperation/resourceName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the Resource this operation is performed on." /></Annotations><Annotations Target="microsoft.graph.roleAssignment/description"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the description of the role assignment. For example: 'All administrators, employees and scope tags associated with the Houston office.' Max length is 1024 characters." /></Annotations><Annotations Target="microsoft.graph.roleAssignment/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the display name of the role assignment. For example: 'Houston administrators and users'. Max length is 128 characters." /></Annotations><Annotations Target="microsoft.graph.roleAssignment/resourceScopes"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the list of resource scope security group Entra IDs. For example: {dec942f4-6777-4998-96b4-522e383b08e2}." /></Annotations><Annotations Target="microsoft.graph.roleAssignment/roleDefinition"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates the role definition for this role assignment." /></Annotations><Annotations Target="microsoft.graph.roleDefinition/description"><Annotation Term="Org.OData.Core.V1.Description" String="Description of the Role definition." /></Annotations><Annotations Target="microsoft.graph.roleDefinition/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display Name of the Role definition." /></Annotations><Annotations Target="microsoft.graph.roleDefinition/isBuiltIn"><Annotation Term="Org.OData.Core.V1.Description" String="Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition." /></Annotations><Annotations Target="microsoft.graph.roleDefinition/rolePermissions"><Annotation Term="Org.OData.Core.V1.Description" String="List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission." /></Annotations><Annotations Target="microsoft.graph.roleDefinition/roleAssignments"><Annotation Term="Org.OData.Core.V1.Description" String="List of Role assignments for this role definition." /></Annotations><Annotations Target="microsoft.graph.remoteAssistancePartner/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Display name of the partner." /></Annotations><Annotations Target="microsoft.graph.remoteAssistancePartner/lastConnectionDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Timestamp of the last request sent to Intune by the TEM partner." /></Annotations><Annotations Target="microsoft.graph.remoteAssistancePartner/onboardingStatus"><Annotation Term="Org.OData.Core.V1.Description" String="A friendly description of the current TeamViewer connector status" /></Annotations><Annotations Target="microsoft.graph.remoteAssistancePartner/onboardingUrl"><Annotation Term="Org.OData.Core.V1.Description" String="URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service." /></Annotations><Annotations Target="microsoft.graph.deviceManagementCachedReportConfiguration"><Annotation Term="Org.OData.Core.V1.Description" String="Entity representing the configuration of a cached report." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExportJob/expirationDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time that the exported report expires." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExportJob/filter"><Annotation Term="Org.OData.Core.V1.Description" String="Filters applied on the report. The maximum length allowed for this property is 2000 characters." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExportJob/format"><Annotation Term="Org.OData.Core.V1.Description" String="Format of the exported report. Possible values are `csv` and `json`." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExportJob/localizationType"><Annotation Term="Org.OData.Core.V1.Description" String="Configures how the requested export job is localized. Possible values are `replaceLocalizableValues` and `localizedValuesAsAdditionalColumn`." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExportJob/reportName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the report. The maximum length allowed for this property is 2000 characters." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExportJob/requestDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time that the exported report was requested." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExportJob/select"><Annotation Term="Org.OData.Core.V1.Description" String="Columns selected from the report. The maximum number of allowed columns names is 256. The maximum length allowed for each column name in this property is 1000 characters." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExportJob/snapshotId"><Annotation Term="Org.OData.Core.V1.Description" String="A snapshot is an identifiable subset of the dataset represented by the ReportName. A sessionId or CachedReportConfiguration id can be used here. If a sessionId is specified, Filter, Select, and OrderBy are applied to the data represented by the sessionId. Filter, Select, and OrderBy cannot be specified together with a CachedReportConfiguration id. The maximum length allowed for this property is 128 characters." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExportJob/status"><Annotation Term="Org.OData.Core.V1.Description" String="Status of the export job. Possible values are `unknown`, `notStarted`, `inProgress`, `completed` and `failed`." /></Annotations><Annotations Target="microsoft.graph.deviceManagementExportJob/url"><Annotation Term="Org.OData.Core.V1.Description" String="Temporary location of the exported report." /></Annotations><Annotations Target="microsoft.graph.deviceManagementTroubleshootingEvent/correlationId"><Annotation Term="Org.OData.Core.V1.Description" String="Id used for tracing the failure in the service." /></Annotations><Annotations Target="microsoft.graph.deviceManagementTroubleshootingEvent/eventDateTime"><Annotation Term="Org.OData.Core.V1.Description" String="Time when the event occurred ." /></Annotations><Annotations Target="microsoft.graph.enrollmentTroubleshootingEvent"><Annotation Term="Org.OData.Core.V1.Description" String="Event representing an enrollment failure." /></Annotations><Annotations Target="microsoft.graph.enrollmentTroubleshootingEvent/deviceId"><Annotation Term="Org.OData.Core.V1.Description" String="Azure AD device identifier." /></Annotations><Annotations Target="microsoft.graph.enrollmentTroubleshootingEvent/enrollmentType"><Annotation Term="Org.OData.Core.V1.Description" String="Type of the enrollment." /></Annotations><Annotations Target="microsoft.graph.enrollmentTroubleshootingEvent/failureCategory"><Annotation Term="Org.OData.Core.V1.Description" String="Highlevel failure category." /></Annotations><Annotations Target="microsoft.graph.enrollmentTroubleshootingEvent/failureReason"><Annotation Term="Org.OData.Core.V1.Description" String="Detailed failure reason." /></Annotations><Annotations Target="microsoft.graph.enrollmentTroubleshootingEvent/managedDeviceIdentifier"><Annotation Term="Org.OData.Core.V1.Description" String="Device identifier created or collected by Intune." /></Annotations><Annotations Target="microsoft.graph.enrollmentTroubleshootingEvent/operatingSystem"><Annotation Term="Org.OData.Core.V1.Description" String="Operating System." /></Annotations><Annotations Target="microsoft.graph.enrollmentTroubleshootingEvent/osVersion"><Annotation Term="Org.OData.Core.V1.Description" String="OS Version." /></Annotations><Annotations Target="microsoft.graph.enrollmentTroubleshootingEvent/userId"><Annotation Term="Org.OData.Core.V1.Description" String="Identifier for the user that tried to enroll the device." /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionAppLearningSummary/applicationName"><Annotation Term="Org.OData.Core.V1.Description" String="Application Name" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionAppLearningSummary/applicationType"><Annotation Term="Org.OData.Core.V1.Description" String="Application Type" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionAppLearningSummary/deviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Device Count" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionNetworkLearningSummary/deviceCount"><Annotation Term="Org.OData.Core.V1.Description" String="Device Count" /></Annotations><Annotations Target="microsoft.graph.windowsInformationProtectionNetworkLearningSummary/url"><Annotation Term="Org.OData.Core.V1.Description" String="Website url" /></Annotations><Annotations Target="microsoft.graph.plannerPlan/owner"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2022-04-25" /><PropertyValue Property="Description" String="Owner property is deprecated and will be removed in April 2024. Please use the container property instead." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2024-04-25" /><PropertyValue Property="Version" String="2022-04/Tasks_And_Plans" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.sharingDetail/sharingReference"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.sharedInsight"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2026-01-28" /><PropertyValue Property="Description" String="This API is deprecated and will stop returning data after January, 2028." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2028-01-01" /><PropertyValue Property="Version" String="2026-01/Removal" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.usedInsight"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2026-01-28" /><PropertyValue Property="Description" String="This API is deprecated and will stop returning data after January, 2028." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2028-01-01" /><PropertyValue Property="Version" String="2026-01/Removal" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.sharedInsight/resourceReference"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.sharedInsight/resourceVisualization"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.trending/resourceReference"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.trending/resourceVisualization"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.usedInsight/resourceReference"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.usedInsight/resourceVisualization"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.workHoursAndLocationsSetting"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /><PropertyValue Property="Description" String="Deletion of workHoursAndLocations is not supported." /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Description" String="Direct creation of workHoursAndLocations is not supported." /><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.windowsSetting/instances"><Annotation Term="Org.OData.Core.V1.AutoExpand" Bool="true" /></Annotations><Annotations Target="microsoft.graph.peopleAdminSettings/pronouns"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.activityHistoryItem"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.alertDetection"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.alertHistoryState"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.alertTrigger"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.cloudAppSecurityState"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.fileHash"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.fileSecurityState"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.hostSecurityState"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.investigationSecurityState"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.malwareState"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.messageSecurityState"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.networkConnection"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.process"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.registryKeyState"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.securityResource"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.uriClickSecurityState"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.userSecurityState"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.vulnerabilityState"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-04-10" /><PropertyValue Property="Description" String="The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2026-04-10" /><PropertyValue Property="Version" String="2024-01/Deprecation" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.presence/sequenceNumber"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.authentication/fido2Methods"><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.authentication/microsoftAuthenticatorMethods"><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.authentication/passwordMethods"><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.authentication/platformCredentialMethods"><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.authentication/softwareOathMethods"><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.authentication/temporaryAccessPassMethods"><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.authentication/windowsHelloForBusinessMethods"><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.externalConnectors.externalConnection/state"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.adhocCall/recordings"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.adhocCall/transcripts"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.channel/messages"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.changeTrackedEntity/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.changeTrackedEntity/lastModifiedBy"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.changeTrackedEntity/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.offerShiftRequest/recipientActionDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.schedule/provisionStatus"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.schedule/provisionStatusCode"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.schedule/schedulingGroups"><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.schedule/shifts"><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.schedule/timeOffReasons"><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.schedule/timeOffRequests"><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.schedule/timesOff"><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.scheduleChangeRequest/managerActionDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.scheduleChangeRequest/managerUserId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.scheduleChangeRequest/senderDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.scheduleChangeRequest/senderUserId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.schedulingGroup/isActive"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Annotations><Annotations Target="microsoft.graph.security.hostComponent"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.security.host"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.security.article"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.security.articleIndicator"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.security.hostCookie"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.security.passiveDnsRecord"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /><PropertyValue Property="NonFilterableProperties"><Collection><PropertyPath>artifact</PropertyPath><PropertyPath>collectedDateTime</PropertyPath><PropertyPath>firstSeenDateTime</PropertyPath><PropertyPath>lastSeenDateTime</PropertyPath><PropertyPath>parentHost</PropertyPath></Collection></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="NonSortableProperties"><Collection><PropertyPath>artifact</PropertyPath><PropertyPath>collectedDateTime</PropertyPath><PropertyPath>parentHost</PropertyPath><PropertyPath>recordType</PropertyPath></Collection></PropertyValue><PropertyValue Property="Sortable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.security.subdomain"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.security.hostTracker"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.security.hostname"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.security.intelligenceProfile"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /><PropertyValue Property="NonFilterableProperties"><Collection><PropertyPath>aliases</PropertyPath><PropertyPath>countriesOrRegionsOfOrigin</PropertyPath><PropertyPath>description</PropertyPath><PropertyPath>firstActiveDateTime</PropertyPath><PropertyPath>id</PropertyPath><PropertyPath>indicators</PropertyPath><PropertyPath>summary</PropertyPath><PropertyPath>targets</PropertyPath><PropertyPath>title</PropertyPath><PropertyPath>tradecraft</PropertyPath></Collection></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="NonSortableProperties"><Collection><PropertyPath>aliases</PropertyPath><PropertyPath>countriesOrRegionsOfOrigin</PropertyPath><PropertyPath>description</PropertyPath><PropertyPath>firstActiveDateTime</PropertyPath><PropertyPath>id</PropertyPath><PropertyPath>indicators</PropertyPath><PropertyPath>kind</PropertyPath><PropertyPath>summary</PropertyPath><PropertyPath>targets</PropertyPath><PropertyPath>tradecraft</PropertyPath></Collection></PropertyValue><PropertyValue Property="Sortable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.security.intelligenceProfileIndicator"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.security.ipAddress"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.security.vulnerability"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /></Annotations><Annotations Target="microsoft.graph.security.vulnerabilityComponent"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SelectSupport"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /><Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /></Annotations><Annotations Target="microsoft.graph.todo/lists"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.todoTask/attachments"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.todoTask/attachmentSessions"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"><Record><PropertyValue Property="Expandable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions"><Record><PropertyValue Property="Searchable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.todoTaskList/tasks"><Annotation Term="Org.OData.Capabilities.V1.ChangeTracking"><Record><PropertyValue Property="Supported" Bool="true" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.engagementIdentitySet"><Annotation Term="Org.OData.Core.V1.Description" String="The Viva Engage identities." /></Annotations><Annotations Target="microsoft.graph.engagementIdentitySet/audience"><Annotation Term="Org.OData.Core.V1.Description" String="The audience identity." /></Annotations><Annotations Target="microsoft.graph.engagementIdentitySet/group"><Annotation Term="Org.OData.Core.V1.Description" String="The group identity." /></Annotations><Annotations Target="microsoft.graph.community"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a community in Viva Engage that is a central place for conversations,&#xA;files, events, and updates for people sharing a common interest or goal." /></Annotations><Annotations Target="microsoft.graph.community/description"><Annotation Term="Org.OData.Core.V1.Description" String="The description of the community. The maximum length is 1024 characters." /></Annotations><Annotations Target="microsoft.graph.community/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="The name of the community. The maximum length is 255 characters." /></Annotations><Annotations Target="microsoft.graph.community/groupId"><Annotation Term="Org.OData.Core.V1.Description" String="The ID of the Microsoft 365 group that manages the membership of this community." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.community/privacy"><Annotation Term="Org.OData.Core.V1.Description" String="Defines the privacy level of the community. The possible values are: public, private, unknownFutureValue." /></Annotations><Annotations Target="microsoft.graph.community/group"><Annotation Term="Org.OData.Core.V1.Description" String="The Microsoft 365 group that manages the membership of this community." /></Annotations><Annotations Target="microsoft.graph.community/owners"><Annotation Term="Org.OData.Core.V1.Description" String="The admins of the community. Limited to 100 users." /></Annotations><Annotations Target="microsoft.graph.employeeExperience"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a container that exposes navigation properties for employee experience resources." /></Annotations><Annotations Target="microsoft.graph.employeeExperience/communities"><Annotation Term="Org.OData.Core.V1.Description" String="A collection of communities in Viva Engage." /></Annotations><Annotations Target="microsoft.graph.engagementAsyncOperation"><Annotation Term="Org.OData.Core.V1.Description" String="Represents the status of a Viva Engage async operation that is an operation that transcends the&#xA;lifetime of a single API request. These operations are long-running or too expensive to complete&#xA;within the time frame of their original request." /></Annotations><Annotations Target="microsoft.graph.employeeExperience/engagementAsyncOperations"><Annotation Term="Org.OData.Core.V1.Description" String="A collection of long-running, asynchronous operations related to Viva Engage." /></Annotations><Annotations Target="microsoft.graph.engagementRole"><Annotation Term="Org.OData.Core.V1.Description" String="Represents a Viva Engage role and its members" /></Annotations><Annotations Target="microsoft.graph.employeeExperience/roles"><Annotation Term="Org.OData.Core.V1.Description" String="Viva Engage roles and their membership." /></Annotations><Annotations Target="microsoft.graph.employeeExperienceUser/assignedRoles"><Annotation Term="Org.OData.Core.V1.Description" String="Viva Engage roles assigned to the user." /></Annotations><Annotations Target="microsoft.graph.engagementAsyncOperation/operationType"><Annotation Term="Org.OData.Core.V1.Description" String="The type of the long-running operation." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.engagementAsyncOperation/resourceId"><Annotation Term="Org.OData.Core.V1.Description" String="The ID of the object created or modified as a result of this async operation." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.engagementConversation/creationMode"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the conversation is in migration state and is currently being used for migration purposes." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Write</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.engagementConversation/starterId"><Annotation Term="Org.OData.Core.V1.Description" String="The id of the first message in this conversation." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.engagementConversationMessage"><Annotation Term="Org.OData.Core.V1.Description" String="A Viva Engage conversation message." /></Annotations><Annotations Target="microsoft.graph.engagementConversation/messages"><Annotation Term="Org.OData.Core.V1.Description" String="The messages in the conversation." /></Annotations><Annotations Target="microsoft.graph.engagementConversation/starter"><Annotation Term="Org.OData.Core.V1.Description" String="The first message in this conversation." /></Annotations><Annotations Target="microsoft.graph.engagementConversationDiscussionMessage"><Annotation Term="Org.OData.Core.V1.Description" String="A Viva Engage conversation discussion message." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessage/body"><Annotation Term="Org.OData.Core.V1.Description" String="The body of the message." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessage/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The UTC date the message was created. Can only be set during migration." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessage/creationMode"><Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the conversation is in migration state and is currently being used for migration purposes." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Write</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.engagementConversationMessage/from"><Annotation Term="Org.OData.Core.V1.Description" String="Details of the sender of the conversation. Can only be set during migration and/or delegation." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessage/lastModifiedDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The UTC date this message was last edited." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessage/replyToId"><Annotation Term="Org.OData.Core.V1.Description" String="The id of the message that this message is a reply to." /><Annotation Term="Org.OData.Core.V1.Permissions"><EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember></Annotation></Annotations><Annotations Target="microsoft.graph.engagementConversationMessage/conversation"><Annotation Term="Org.OData.Core.V1.Description" String="The Engage conversation this message is associated with." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReaction"><Annotation Term="Org.OData.Core.V1.Description" String="A reaction to a conversation message." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessage/reactions"><Annotation Term="Org.OData.Core.V1.Description" String="The reactions in the message." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessage/replies"><Annotation Term="Org.OData.Core.V1.Description" String="The replies to the message." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessage/replyTo"><Annotation Term="Org.OData.Core.V1.Description" String="The message that this message is a reply to." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReaction/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The UTC date the message was created. Can only be set during migration." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReaction/reactionBy"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The identity who reacted to the message." /></Annotations><Annotations Target="microsoft.graph.engagementConversationMessageReaction/reactionType"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The type of reaction." /></Annotations><Annotations Target="microsoft.graph.engagementConversationQuestionMessage"><Annotation Term="Org.OData.Core.V1.Description" String="A Viva Engage conversation question message." /></Annotations><Annotations Target="microsoft.graph.engagementConversationQuestionMessage/title"><Annotation Term="Org.OData.Core.V1.Description" String="The title of the question." /></Annotations><Annotations Target="microsoft.graph.engagementConversationSystemMessage"><Annotation Term="Org.OData.Core.V1.Description" String="A Viva Engage conversation system message." /></Annotations><Annotations Target="microsoft.graph.engagementRole/displayName"><Annotation Term="Org.OData.Core.V1.Description" String="Name of the role" /></Annotations><Annotations Target="microsoft.graph.engagementRoleMember"><Annotation Term="Org.OData.Core.V1.Description" String="Entity to represent the assignment of a role to a user." /></Annotations><Annotations Target="microsoft.graph.engagementRole/members"><Annotation Term="Org.OData.Core.V1.Description" String="Users who have been assigned this role." /></Annotations><Annotations Target="microsoft.graph.engagementRoleMember/createdDateTime"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The date and time when the user was assigned the role." /></Annotations><Annotations Target="microsoft.graph.engagementRoleMember/userId"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The ID of the user who has been assigned the role." /></Annotations><Annotations Target="microsoft.graph.engagementRoleMember/user"><Annotation Term="Org.OData.Core.V1.Description" String="User entity of the member who has been assigned the role." /></Annotations><Annotations Target="microsoft.graph.onlineMeetingEngagementConversation/moderationState"><Annotation Term="Org.OData.Core.V1.Description" String="The message moderation state when in Teams QA." /></Annotations><Annotations Target="microsoft.graph.onlineMeetingEngagementConversation/onlineMeetingId"><Annotation Term="Org.OData.Core.V1.Description" String="The online meeting identifier this conversation is associated with." /></Annotations><Annotations Target="microsoft.graph.onlineMeetingEngagementConversation/organizer"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The identity of the organizer of the online meeting." /></Annotations><Annotations Target="microsoft.graph.onlineMeetingEngagementConversation/upvoteCount"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /><Annotation Term="Org.OData.Core.V1.Description" String="The number of upvote for the question." /></Annotations><Annotations Target="microsoft.graph.onlineMeetingEngagementConversation/onlineMeeting"><Annotation Term="Org.OData.Core.V1.Description" String="The online meeting this conversation is associated with." /></Annotations><Annotations Target="microsoft.graph.workPlanOccurrence"><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="false" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="true" /><PropertyValue Property="Description" String="Only time-off occurrences can be deleted. Occurrences generated from recurrences cannot be deleted." /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Description" String="Only time-off occurrences can be created directly. Other occurrences are auto-generated from recurrences." /><PropertyValue Property="Insertable" Bool="true" /></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"><Record><PropertyValue Property="Readable" Bool="true" /><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Reading individual occurrences by ID is not supported. Use the occurrencesView function with date range parameters instead." /><PropertyValue Property="Readable" Bool="false" /></Record></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates require the full occurrence object to be provided (PUT semantics). PATCH is not supported." /><PropertyValue Property="Updatable" Bool="true" /><PropertyValue Property="UpdateMethod"><EnumMember>Org.OData.Capabilities.V1.HttpMethod/PUT</EnumMember></PropertyValue></Record></Annotation></Annotations><Annotations Target="microsoft.graph.workHoursAndLocationsSetting/occurrences"><Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"><Record><PropertyValue Property="Description" String="Occurrences cannot be expanded or listed directly. Use the occurrencesView function with date range parameters instead." /><PropertyValue Property="Expandable" Bool="false" /><PropertyValue Property="Referenceable" Bool="false" /></Record></Annotation></Annotations><Annotations Target="microsoft.graph.workPlanRecurrence"><Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"><Record><PropertyValue Property="Readable" Bool="true" /><PropertyValue Property="ReadByKeyRestrictions"><Record><PropertyValue Property="Description" String="Reading individual recurrences by ID is not supported. Use the recurrences collection endpoint instead." /><PropertyValue Property="Readable" Bool="false" /></Record></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Description" String="Updates require the full recurrence object to be provided (PUT semantics). PATCH is not supported." /><PropertyValue Property="Updatable" Bool="true" /><PropertyValue Property="UpdateMethod"><EnumMember>Org.OData.Capabilities.V1.HttpMethod/PUT</EnumMember></PropertyValue></Record></Annotation></Annotations><Annotations Target="microsoft.graph.deviceConfigurationDeviceActivity(microsoft.graph.reportRoot)"><Annotation Term="Org.OData.Core.V1.Description" String="Metadata for the device configuration device activity report" /></Annotations><Annotations Target="microsoft.graph.deviceConfigurationUserActivity(microsoft.graph.reportRoot)"><Annotation Term="Org.OData.Core.V1.Description" String="Metadata for the device configuration user activity report" /></Annotations><Annotations Target="microsoft.graph.cancel(microsoft.graph.bookingAppointment, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Cancels the giving booking appointment, sending a message to the involved parties." /></Annotations><Annotations Target="microsoft.graph.publish(microsoft.graph.bookingBusiness)"><Annotation Term="Org.OData.Core.V1.Description" String="Makes the scheduling page of this business available to the general public." /></Annotations><Annotations Target="microsoft.graph.unpublish(microsoft.graph.bookingBusiness)"><Annotation Term="Org.OData.Core.V1.Description" String="Prevents the general public from seeing the scheduling page of this business." /></Annotations><Annotations Target="microsoft.graph.availableProviderTypes(Collection(microsoft.graph.identityProvider))"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2021-08-24" /><PropertyValue Property="Description" String="The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2023-03-15" /><PropertyValue Property="Version" String="2021-05/identityProvider" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.setMobileDeviceManagementAuthority(microsoft.graph.organization)"><Annotation Term="Org.OData.Core.V1.Description" String="Set mobile device management authority" /></Annotations><Annotations Target="microsoft.graph.removeAllDevicesFromManagement(microsoft.graph.user)"><Annotation Term="Org.OData.Core.V1.Description" String="Retire all devices from management for this user" /></Annotations><Annotations Target="microsoft.graph.wipeManagedAppRegistrationsByDeviceTag(microsoft.graph.user, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Issues a wipe operation on an app registration with specified device tag." /></Annotations><Annotations Target="microsoft.graph.getManagedAppDiagnosticStatuses(microsoft.graph.user)"><Annotation Term="Org.OData.Core.V1.Description" String="Gets diagnostics validation status for a given user." /></Annotations><Annotations Target="microsoft.graph.getManagedAppPolicies(microsoft.graph.user)"><Annotation Term="Org.OData.Core.V1.Description" String="Gets app restrictions for a given user." /></Annotations><Annotations Target="microsoft.graph.getManagedDevicesWithAppFailures(microsoft.graph.user)"><Annotation Term="Org.OData.Core.V1.Description" String="Retrieves the list of devices with failed apps" /></Annotations><Annotations Target="microsoft.graph.recent(microsoft.graph.drive)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-11-13" /><PropertyValue Property="Description" String="This API is deprecated and will stop returning data after November, 2027." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2027-11-01" /><PropertyValue Property="Version" String="2025-11/Removal" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.sharedWithMe(microsoft.graph.drive)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2025-11-13" /><PropertyValue Property="Description" String="This API is deprecated and will stop returning data after November, 2027." /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2027-11-01" /><PropertyValue Property="Version" String="2025-11/Removal" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.commit(microsoft.graph.mobileAppContentFile, microsoft.graph.fileEncryptionInfo)"><Annotation Term="Org.OData.Core.V1.Description" String="Commits a file of a given app." /></Annotations><Annotations Target="microsoft.graph.renewUpload(microsoft.graph.mobileAppContentFile)"><Annotation Term="Org.OData.Core.V1.Description" String="Renews the SAS URI for an application file upload." /></Annotations><Annotations Target="microsoft.graph.syncLicenses(microsoft.graph.vppToken)"><Annotation Term="Org.OData.Core.V1.Description" String="Syncs licenses associated with a specific appleVolumePurchaseProgramToken" /></Annotations><Annotations Target="microsoft.graph.syncMicrosoftStoreForBusinessApps(microsoft.graph.deviceAppManagement)"><Annotation Term="Org.OData.Core.V1.Description" String="Syncs Intune account with Microsoft Store For Business" /></Annotations><Annotations Target="microsoft.graph.getEffectivePermissions(microsoft.graph.deviceManagement, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Retrieves the effective permissions of the currently authenticated user" /></Annotations><Annotations Target="microsoft.graph.bypassActivationLock(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Bypass activation lock" /></Annotations><Annotations Target="microsoft.graph.cleanWindowsDevice(microsoft.graph.managedDevice, Edm.Boolean)"><Annotation Term="Org.OData.Core.V1.Description" String="Clean Windows device" /></Annotations><Annotations Target="microsoft.graph.deleteUserFromSharedAppleDevice(microsoft.graph.managedDevice, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Delete user from shared Apple device" /></Annotations><Annotations Target="microsoft.graph.disableLostMode(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Disable lost mode" /></Annotations><Annotations Target="microsoft.graph.locateDevice(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Locate a device" /></Annotations><Annotations Target="microsoft.graph.logoutSharedAppleDeviceActiveUser(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Logout shared Apple device active user" /></Annotations><Annotations Target="microsoft.graph.rebootNow(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Reboot device" /></Annotations><Annotations Target="microsoft.graph.recoverPasscode(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Recover passcode" /></Annotations><Annotations Target="microsoft.graph.remoteLock(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Remote lock" /></Annotations><Annotations Target="microsoft.graph.requestRemoteAssistance(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Request remote assistance" /></Annotations><Annotations Target="microsoft.graph.resetPasscode(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Reset passcode" /></Annotations><Annotations Target="microsoft.graph.retire(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Retire a device" /></Annotations><Annotations Target="microsoft.graph.shutDown(microsoft.graph.managedDevice)"><Annotation Term="Org.OData.Core.V1.Description" String="Shut down device" /></Annotations><Annotations Target="microsoft.graph.wipe(microsoft.graph.managedDevice, Edm.Boolean, Edm.Boolean, Edm.String, Edm.Boolean)"><Annotation Term="Org.OData.Core.V1.Description" String="Wipe a device" /></Annotations><Annotations Target="microsoft.graph.downloadApplePushNotificationCertificateSigningRequest(microsoft.graph.applePushNotificationCertificate)"><Annotation Term="Org.OData.Core.V1.Description" String="Download Apple push notification certificate signing request" /></Annotations><Annotations Target="microsoft.graph.assignUserToDevice(microsoft.graph.windowsAutopilotDeviceIdentity, Edm.String, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Assigns user to Autopilot devices." /></Annotations><Annotations Target="microsoft.graph.unassignUserFromDevice(microsoft.graph.windowsAutopilotDeviceIdentity)"><Annotation Term="Org.OData.Core.V1.Description" String="Unassigns the user from an Autopilot device." /></Annotations><Annotations Target="microsoft.graph.updateDeviceProperties(microsoft.graph.windowsAutopilotDeviceIdentity, Edm.String, Edm.String, Edm.String, Edm.String)"><Annotation Term="Org.OData.Core.V1.Description" String="Updates properties on Autopilot devices." /></Annotations><Annotations Target="microsoft.graph.sendTestMessage(microsoft.graph.notificationMessageTemplate)"><Annotation Term="Org.OData.Core.V1.Description" String="Sends test message using the specified notificationMessageTemplate in the default locale" /></Annotations><Annotations Target="microsoft.graph.beginOnboarding(microsoft.graph.remoteAssistancePartner)"><Annotation Term="Org.OData.Core.V1.Description" String="A request to start onboarding.  Must be coupled with the appropriate TeamViewer account information" /></Annotations><Annotations Target="microsoft.graph.disconnect(microsoft.graph.remoteAssistancePartner)"><Annotation Term="Org.OData.Core.V1.Description" String="A request to remove the active TeamViewer connector" /></Annotations><Annotations Target="microsoft.graph.retrieval(microsoft.graph.copilotRoot, Edm.String, microsoft.graph.retrievalDataSource, Edm.String, Collection(Edm.String), Edm.Int32, microsoft.graph.dataSourceConfiguration)"><Annotation Term="Org.OData.Core.V1.Revisions"><Collection><Record><PropertyValue Property="Date" Date="2024-02-23" /><PropertyValue Property="Kind"><EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember></PropertyValue><PropertyValue Property="RemovalDate" Date="2025-12-31" /><PropertyValue Property="Version" String="2024-12/PrivatePreview:retrievalAPI" /></Record></Collection></Annotation></Annotations><Annotations Target="microsoft.graph.getAllOnlineMeetingMessages(microsoft.graph.cloudCommunications)"><Annotation Term="Org.OData.Core.V1.Description" String="Get all teams meeting question messages for the tenant." /><Annotation Term="Org.OData.Core.V1.RequiresExplicitBinding" Bool="true" /></Annotations><Annotations Target="microsoft.graph.endWorkingTime(microsoft.graph.workingTimeSchedule)"><Annotation Term="Org.OData.Core.V1.Description" String="Triggers the policies associated with the end of working hours for user." /></Annotations><Annotations Target="microsoft.graph.startWorkingTime(microsoft.graph.workingTimeSchedule)"><Annotation Term="Org.OData.Core.V1.Description" String="Triggers the policies associated with the start of working hours for user." /></Annotations></Schema><Schema Namespace="microsoft.graph" Alias="graph" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="appliedConditionalAccessPolicyResult"><Member Name="success" Value="0" /><Member Name="failure" Value="1" /><Member Name="notApplied" Value="2" /><Member Name="notEnabled" Value="3" /><Member Name="unknown" Value="4" /><Member Name="unknownFutureValue" Value="5" /><Member Name="reportOnlySuccess" Value="6" /><Member Name="reportOnlyFailure" Value="7" /><Member Name="reportOnlyNotApplied" Value="8" /><Member Name="reportOnlyInterrupted" Value="9" /></EnumType><EnumType Name="authenticationMethodFeature"><Member Name="ssprRegistered" Value="0" /><Member Name="ssprEnabled" Value="1" /><Member Name="ssprCapable" Value="2" /><Member Name="passwordlessCapable" Value="3" /><Member Name="mfaCapable" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="conditionalAccessStatus"><Member Name="success" Value="0" /><Member Name="failure" Value="1" /><Member Name="notApplied" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="featureType"><Member Name="registration" Value="0" /><Member Name="reset" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="groupType"><Member Name="unifiedGroups" Value="0" /><Member Name="azureAD" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="includedUserRoles"><Member Name="all" Value="0" /><Member Name="privilegedAdmin" Value="1" /><Member Name="admin" Value="2" /><Member Name="user" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="includedUserTypes"><Member Name="all" Value="0" /><Member Name="member" Value="1" /><Member Name="guest" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="initiatorType"><Member Name="user" Value="0" /><Member Name="application" Value="1" /><Member Name="system" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="migrationStatus"><Member Name="ready" Value="0" /><Member Name="needsReview" Value="1" /><Member Name="additionalStepsRequired" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="operationResult"><Member Name="success" Value="0" /><Member Name="failure" Value="1" /><Member Name="timeout" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="outlierContainerType"><Member Name="group" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="outlierMemberType"><Member Name="user" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="provisioningAction"><Member Name="other" Value="0" /><Member Name="create" Value="1" /><Member Name="delete" Value="2" /><Member Name="disable" Value="3" /><Member Name="update" Value="4" /><Member Name="stagedDelete" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="provisioningResult"><Member Name="success" Value="0" /><Member Name="failure" Value="1" /><Member Name="skipped" Value="2" /><Member Name="warning" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="provisioningStatusErrorCategory"><Member Name="failure" Value="0" /><Member Name="nonServiceFailure" Value="1" /><Member Name="success" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="provisioningStepType"><Member Name="import" Value="0" /><Member Name="scoping" Value="1" /><Member Name="matching" Value="2" /><Member Name="processing" Value="3" /><Member Name="referenceResolution" Value="4" /><Member Name="export" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="riskDetail"><Member Name="none" Value="0" /><Member Name="adminGeneratedTemporaryPassword" Value="1" /><Member Name="userPerformedSecuredPasswordChange" Value="2" /><Member Name="userPerformedSecuredPasswordReset" Value="3" /><Member Name="adminConfirmedSigninSafe" Value="4" /><Member Name="aiConfirmedSigninSafe" Value="5" /><Member Name="userPassedMFADrivenByRiskBasedPolicy" Value="6" /><Member Name="adminDismissedAllRiskForUser" Value="7" /><Member Name="adminConfirmedSigninCompromised" Value="8" /><Member Name="hidden" Value="9" /><Member Name="adminConfirmedUserCompromised" Value="10" /><Member Name="unknownFutureValue" Value="11" /><Member Name="adminConfirmedServicePrincipalCompromised" Value="13" /><Member Name="adminDismissedAllRiskForServicePrincipal" Value="14" /><Member Name="m365DAdminDismissedDetection" Value="12" /><Member Name="userChangedPasswordOnPremises" Value="15" /><Member Name="adminDismissedRiskForSignIn" Value="16" /><Member Name="adminConfirmedAccountSafe" Value="17" /></EnumType><EnumType Name="riskEventType"><Member Name="unlikelyTravel" Value="0" /><Member Name="anonymizedIPAddress" Value="1" /><Member Name="maliciousIPAddress" Value="2" /><Member Name="unfamiliarFeatures" Value="3" /><Member Name="malwareInfectedIPAddress" Value="4" /><Member Name="suspiciousIPAddress" Value="5" /><Member Name="leakedCredentials" Value="6" /><Member Name="investigationsThreatIntelligence" Value="7" /><Member Name="generic" Value="8" /><Member Name="adminConfirmedUserCompromised" Value="9" /><Member Name="mcasImpossibleTravel" Value="10" /><Member Name="mcasSuspiciousInboxManipulationRules" Value="11" /><Member Name="investigationsThreatIntelligenceSigninLinked" Value="12" /><Member Name="maliciousIPAddressValidCredentialsBlockedIP" Value="13" /><Member Name="unknownFutureValue" Value="14" /></EnumType><EnumType Name="riskLevel"><Member Name="low" Value="0" /><Member Name="medium" Value="1" /><Member Name="high" Value="2" /><Member Name="hidden" Value="3" /><Member Name="none" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="riskState"><Member Name="none" Value="0" /><Member Name="confirmedSafe" Value="1" /><Member Name="remediated" Value="2" /><Member Name="dismissed" Value="3" /><Member Name="atRisk" Value="4" /><Member Name="confirmedCompromised" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="signInUserType"><Member Name="member" Value="0" /><Member Name="guest" Value="1" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="userDefaultAuthenticationMethod"><Member Name="push" Value="0" /><Member Name="oath" Value="1" /><Member Name="voiceMobile" Value="2" /><Member Name="voiceAlternateMobile" Value="3" /><Member Name="voiceOffice" Value="4" /><Member Name="sms" Value="5" /><Member Name="none" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="advancedConfigState"><Member Name="default" Value="0" /><Member Name="enabled" Value="1" /><Member Name="disabled" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="authenticationMethodModes" IsFlags="true"><Member Name="password" Value="1" /><Member Name="voice" Value="2" /><Member Name="hardwareOath" Value="4" /><Member Name="softwareOath" Value="8" /><Member Name="sms" Value="16" /><Member Name="fido2" Value="32" /><Member Name="windowsHelloForBusiness" Value="64" /><Member Name="microsoftAuthenticatorPush" Value="128" /><Member Name="deviceBasedPush" Value="256" /><Member Name="temporaryAccessPassOneTime" Value="512" /><Member Name="temporaryAccessPassMultiUse" Value="1024" /><Member Name="email" Value="2048" /><Member Name="x509CertificateSingleFactor" Value="4096" /><Member Name="x509CertificateMultiFactor" Value="8192" /><Member Name="federatedSingleFactor" Value="16384" /><Member Name="federatedMultiFactor" Value="32768" /><Member Name="unknownFutureValue" Value="65536" /><Member Name="qrCodePin" Value="131072" /></EnumType><EnumType Name="authenticationMethodsPolicyMigrationState"><Member Name="preMigration" Value="0" /><Member Name="migrationInProgress" Value="1" /><Member Name="migrationComplete" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="authenticationMethodState"><Member Name="enabled" Value="0" /><Member Name="disabled" Value="1" /></EnumType><EnumType Name="authenticationMethodTargetType"><Member Name="user" Value="0" /><Member Name="group" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="authenticationStrengthPolicyType"><Member Name="builtIn" Value="0" /><Member Name="custom" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="authenticationStrengthRequirements" IsFlags="true"><Member Name="none" Value="0" /><Member Name="mfa" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="baseAuthenticationMethod"><Member Name="password" Value="1" /><Member Name="voice" Value="2" /><Member Name="hardwareOath" Value="3" /><Member Name="softwareOath" Value="4" /><Member Name="sms" Value="5" /><Member Name="fido2" Value="6" /><Member Name="windowsHelloForBusiness" Value="7" /><Member Name="microsoftAuthenticator" Value="8" /><Member Name="temporaryAccessPass" Value="9" /><Member Name="email" Value="10" /><Member Name="x509Certificate" Value="11" /><Member Name="federation" Value="12" /><Member Name="unknownFutureValue" Value="13" /><Member Name="qrCodePin" Value="14" /></EnumType><EnumType Name="externalEmailOtpState"><Member Name="default" Value="0" /><Member Name="enabled" Value="1" /><Member Name="disabled" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="featureTargetType"><Member Name="group" Value="0" /><Member Name="administrativeUnit" Value="1" /><Member Name="role" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="fido2RestrictionEnforcementType"><Member Name="allow" Value="0" /><Member Name="block" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="microsoftAuthenticatorAuthenticationMode"><Member Name="deviceBasedPush" Value="0" /><Member Name="push" Value="1" /><Member Name="any" Value="2" /></EnumType><EnumType Name="x509CertificateAffinityLevel"><Member Name="low" Value="0" /><Member Name="high" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="x509CertificateAuthenticationMode"><Member Name="x509CertificateSingleFactor" Value="0" /><Member Name="x509CertificateMultiFactor" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="x509CertificateCRLValidationConfigurationState"><Member Name="disabled" Value="0" /><Member Name="enabled" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="x509CertificateIssuerHintsState"><Member Name="disabled" Value="0" /><Member Name="enabled" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="x509CertificateRuleType"><Member Name="issuerSubject" Value="0" /><Member Name="policyOID" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="issuerSubjectAndPolicyOID" Value="3" /></EnumType><EnumType Name="volumeType"><Member Name="operatingSystemVolume" Value="1" /><Member Name="fixedDataVolume" Value="2" /><Member Name="removableDataVolume" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="answerInputType"><Member Name="text" Value="0" /><Member Name="radioButton" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="bookingPageAccessControl"><Member Name="unrestricted" Value="0" /><Member Name="restrictedToOrganization" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="bookingPriceType"><Member Name="undefined" Value="0" /><Member Name="fixedPrice" Value="1" /><Member Name="startingAt" Value="2" /><Member Name="hourly" Value="3" /><Member Name="free" Value="4" /><Member Name="priceVaries" Value="5" /><Member Name="callUs" Value="6" /><Member Name="notSet" Value="7" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="bookingReminderRecipients"><Member Name="allAttendees" Value="0" /><Member Name="staff" Value="1" /><Member Name="customer" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="bookingsAvailabilityStatus"><Member Name="available" Value="0" /><Member Name="busy" Value="1" /><Member Name="slotsAvailable" Value="2" /><Member Name="outOfOffice" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="bookingsServiceAvailabilityType"><Member Name="bookWhenStaffAreFree" Value="0" /><Member Name="notBookable" Value="1" /><Member Name="customWeeklyHours" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="bookingStaffMembershipStatus"><Member Name="active" Value="0" /><Member Name="pendingAcceptance" Value="1" /><Member Name="rejectedByStaff" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="bookingStaffRole"><Member Name="guest" Value="0" /><Member Name="administrator" Value="1" /><Member Name="viewer" Value="2" /><Member Name="externalGuest" Value="3" /><Member Name="unknownFutureValue" Value="4" /><Member Name="scheduler" Value="5" /><Member Name="teamMember" Value="6" /></EnumType><EnumType Name="dayOfWeek"><Member Name="sunday" Value="0" /><Member Name="monday" Value="1" /><Member Name="tuesday" Value="2" /><Member Name="wednesday" Value="3" /><Member Name="thursday" Value="4" /><Member Name="friday" Value="5" /><Member Name="saturday" Value="6" /></EnumType><EnumType Name="locationType"><Member Name="default" Value="0" /><Member Name="conferenceRoom" Value="1" /><Member Name="homeAddress" Value="2" /><Member Name="businessAddress" Value="3" /><Member Name="geoCoordinates" Value="4" /><Member Name="streetAddress" Value="5" /><Member Name="hotel" Value="6" /><Member Name="restaurant" Value="7" /><Member Name="localBusiness" Value="8" /><Member Name="postalAddress" Value="9" /></EnumType><EnumType Name="locationUniqueIdType"><Member Name="unknown" Value="0" /><Member Name="locationStore" Value="1" /><Member Name="directory" Value="2" /><Member Name="private" Value="3" /><Member Name="bing" Value="4" /></EnumType><EnumType Name="phoneType"><Member Name="home" Value="0" /><Member Name="business" Value="1" /><Member Name="mobile" Value="2" /><Member Name="other" Value="3" /><Member Name="assistant" Value="4" /><Member Name="homeFax" Value="5" /><Member Name="businessFax" Value="6" /><Member Name="otherFax" Value="7" /><Member Name="pager" Value="8" /><Member Name="radio" Value="9" /></EnumType><EnumType Name="physicalAddressType"><Member Name="unknown" Value="0" /><Member Name="home" Value="1" /><Member Name="business" Value="2" /><Member Name="other" Value="3" /></EnumType><EnumType Name="cloudPcAuditActivityOperationType"><Member Name="create" Value="0" /><Member Name="delete" Value="1" /><Member Name="patch" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="cloudPcAuditActivityResult"><Member Name="success" Value="0" /><Member Name="clientError" Value="1" /><Member Name="failure" Value="2" /><Member Name="timeout" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="cloudPcAuditCategory"><Member Name="cloudPC" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="cloudPcDeviceImageErrorCode"><Member Name="internalServerError" Value="0" /><Member Name="sourceImageNotFound" Value="1" /><Member Name="osVersionNotSupported" Value="2" /><Member Name="sourceImageInvalid" Value="3" /><Member Name="sourceImageNotGeneralized" Value="4" /><Member Name="unknownFutureValue" Value="5" /><Member Name="vmAlreadyAzureAdjoined" Value="6" /><Member Name="paidSourceImageNotSupport" Value="7" /><Member Name="sourceImageNotSupportCustomizeVMName" Value="8" /><Member Name="sourceImageSizeExceedsLimitation" Value="9" /></EnumType><EnumType Name="cloudPcDeviceImageOsStatus"><Member Name="supported" Value="0" /><Member Name="supportedWithWarning" Value="1" /><Member Name="unknown" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="cloudPcDeviceImageStatus"><Member Name="pending" Value="0" /><Member Name="ready" Value="1" /><Member Name="failed" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="cloudPcDomainJoinType"><Member Name="azureADJoin" Value="0" /><Member Name="hybridAzureADJoin" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="cloudPcGalleryImageStatus"><Member Name="supported" Value="0" /><Member Name="supportedWithWarning" Value="1" /><Member Name="notSupported" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="cloudPcOnPremisesConnectionHealthCheckErrorType"><Member Name="dnsCheckFqdnNotFound" Value="100" /><Member Name="dnsCheckNameWithInvalidCharacter" Value="101" /><Member Name="dnsCheckUnknownError" Value="199" /><Member Name="adJoinCheckFqdnNotFound" Value="200" /><Member Name="adJoinCheckIncorrectCredentials" Value="201" /><Member Name="adJoinCheckOrganizationalUnitNotFound" Value="202" /><Member Name="adJoinCheckOrganizationalUnitIncorrectFormat" Value="203" /><Member Name="adJoinCheckComputerObjectAlreadyExists" Value="204" /><Member Name="adJoinCheckAccessDenied" Value="205" /><Member Name="adJoinCheckCredentialsExpired" Value="206" /><Member Name="adJoinCheckAccountLockedOrDisabled" Value="207" /><Member Name="adJoinCheckAccountQuotaExceeded" Value="208" /><Member Name="adJoinCheckServerNotOperational" Value="209" /><Member Name="adJoinCheckUnknownError" Value="299" /><Member Name="endpointConnectivityCheckCloudPcUrlNotAllowListed" Value="300" /><Member Name="endpointConnectivityCheckWVDUrlNotAllowListed" Value="301" /><Member Name="endpointConnectivityCheckIntuneUrlNotAllowListed" Value="302" /><Member Name="endpointConnectivityCheckAzureADUrlNotAllowListed" Value="303" /><Member Name="endpointConnectivityCheckLocaleUrlNotAllowListed" Value="304" /><Member Name="endpointConnectivityCheckUnknownError" Value="399" /><Member Name="azureAdDeviceSyncCheckDeviceNotFound" Value="400" /><Member Name="azureAdDeviceSyncCheckLongSyncCircle" Value="401" /><Member Name="azureAdDeviceSyncCheckConnectDisabled" Value="402" /><Member Name="azureAdDeviceSyncCheckDurationExceeded" Value="403" /><Member Name="azureAdDeviceSyncCheckScpNotConfigured" Value="404" /><Member Name="azureAdDeviceSyncCheckTransientServiceError" Value="498" /><Member Name="azureAdDeviceSyncCheckUnknownError" Value="499" /><Member Name="resourceAvailabilityCheckNoSubnetIP" Value="500" /><Member Name="resourceAvailabilityCheckSubscriptionDisabled" Value="501" /><Member Name="resourceAvailabilityCheckAzurePolicyViolation" Value="502" /><Member Name="resourceAvailabilityCheckSubscriptionNotFound" Value="503" /><Member Name="resourceAvailabilityCheckSubscriptionTransferred" Value="504" /><Member Name="resourceAvailabilityCheckGeneralSubscriptionError" Value="505" /><Member Name="resourceAvailabilityCheckUnsupportedVNetRegion" Value="506" /><Member Name="resourceAvailabilityCheckResourceGroupInvalid" Value="507" /><Member Name="resourceAvailabilityCheckVNetInvalid" Value="508" /><Member Name="resourceAvailabilityCheckSubnetInvalid" Value="509" /><Member Name="resourceAvailabilityCheckResourceGroupBeingDeleted" Value="510" /><Member Name="resourceAvailabilityCheckVNetBeingMoved" Value="511" /><Member Name="resourceAvailabilityCheckSubnetDelegationFailed" Value="512" /><Member Name="resourceAvailabilityCheckSubnetWithExternalResources" Value="513" /><Member Name="resourceAvailabilityCheckResourceGroupLockedForReadonly" Value="514" /><Member Name="resourceAvailabilityCheckResourceGroupLockedForDelete" Value="515" /><Member Name="resourceAvailabilityCheckNoIntuneReaderRoleError" Value="516" /><Member Name="resourceAvailabilityCheckIntuneDefaultWindowsRestrictionViolation" Value="517" /><Member Name="resourceAvailabilityCheckIntuneCustomWindowsRestrictionViolation" Value="518" /><Member Name="resourceAvailabilityCheckDeploymentQuotaLimitReached" Value="519" /><Member Name="resourceAvailabilityCheckTransientServiceError" Value="598" /><Member Name="resourceAvailabilityCheckUnknownError" Value="599" /><Member Name="permissionCheckNoSubscriptionReaderRole" Value="600" /><Member Name="permissionCheckNoResourceGroupOwnerRole" Value="601" /><Member Name="permissionCheckNoVNetContributorRole" Value="602" /><Member Name="permissionCheckNoResourceGroupNetworkContributorRole" Value="603" /><Member Name="permissionCheckNoWindows365NetworkUserRole" Value="604" /><Member Name="permissionCheckNoWindows365NetworkInterfaceContributorRole" Value="605" /><Member Name="permissionCheckTransientServiceError" Value="698" /><Member Name="permissionCheckUnknownError" Value="699" /><Member Name="udpConnectivityCheckStunUrlNotAllowListed" Value="800" /><Member Name="udpConnectivityCheckTurnUrlNotAllowListed" Value="801" /><Member Name="udpConnectivityCheckUrlsNotAllowListed" Value="802" /><Member Name="udpConnectivityCheckUnknownError" Value="899" /><Member Name="internalServerErrorDeploymentCanceled" Value="900" /><Member Name="internalServerErrorAllocateResourceFailed" Value="901" /><Member Name="internalServerErrorVMDeploymentTimeout" Value="902" /><Member Name="internalServerErrorUnableToRunDscScript" Value="903" /><Member Name="ssoCheckKerberosConfigurationError" Value="904" /><Member Name="internalServerUnknownError" Value="999" /><Member Name="unknownFutureValue" Value="1000" /></EnumType><EnumType Name="cloudPcOnPremisesConnectionStatus"><Member Name="pending" Value="0" /><Member Name="running" Value="1" /><Member Name="passed" Value="2" /><Member Name="failed" Value="3" /><Member Name="warning" Value="4" /><Member Name="informational" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="cloudPcOnPremisesConnectionType"><Member Name="hybridAzureADJoin" Value="0" /><Member Name="azureADJoin" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="cloudPcOperatingSystem"><Member Name="windows10" Value="0" /><Member Name="windows11" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="cloudPcProvisioningPolicyImageType"><Member Name="gallery" Value="0" /><Member Name="custom" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="cloudPcProvisioningType"><Member Name="dedicated" Value="0" /><Member Name="shared" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="cloudPcRecommendationReportType"><Member Name="cloudPcUsageCategoryReport" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="cloudPcRegionGroup"><Member Name="default" Value="0" /><Member Name="australia" Value="1" /><Member Name="canada" Value="2" /><Member Name="usCentral" Value="3" /><Member Name="usEast" Value="4" /><Member Name="usWest" Value="5" /><Member Name="france" Value="6" /><Member Name="germany" Value="7" /><Member Name="europeUnion" Value="8" /><Member Name="unitedKingdom" Value="9" /><Member Name="japan" Value="10" /><Member Name="asia" Value="11" /><Member Name="india" Value="12" /><Member Name="southAmerica" Value="13" /><Member Name="euap" Value="14" /><Member Name="usGovernment" Value="15" /><Member Name="usGovernmentDOD" Value="16" /><Member Name="unknownFutureValue" Value="20" /><Member Name="norway" Value="17" /><Member Name="switzerland" Value="18" /><Member Name="southKorea" Value="19" /></EnumType><EnumType Name="cloudPcRestorePointFrequencyType"><Member Name="default" Value="0" /><Member Name="fourHours" Value="1" /><Member Name="sixHours" Value="2" /><Member Name="twelveHours" Value="3" /><Member Name="sixteenHours" Value="4" /><Member Name="twentyFourHours" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="cloudPcUserAccountType"><Member Name="standardUser" Value="0" /><Member Name="administrator" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="microsoftManagedDesktopType"><Member Name="notManaged" Value="0" /><Member Name="premiumManaged" Value="1" /><Member Name="standardManaged" Value="2" /><Member Name="starterManaged" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="windows365SwitchCompatibilityFailureReasonType"><Member Name="osVersionNotSupported" Value="0" /><Member Name="hardwareNotSupported" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="bodyType"><Member Name="text" Value="0" /><Member Name="html" Value="1" /></EnumType><EnumType Name="dataSubjectType"><Member Name="customer" Value="0" /><Member Name="currentEmployee" Value="1" /><Member Name="formerEmployee" Value="2" /><Member Name="prospectiveEmployee" Value="3" /><Member Name="student" Value="4" /><Member Name="teacher" Value="5" /><Member Name="faculty" Value="6" /><Member Name="other" Value="7" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="subjectRightsRequestStage"><Member Name="contentRetrieval" Value="0" /><Member Name="contentReview" Value="1" /><Member Name="generateReport" Value="2" /><Member Name="contentDeletion" Value="3" /><Member Name="caseResolved" Value="4" /><Member Name="contentEstimate" Value="5" /><Member Name="unknownFutureValue" Value="6" /><Member Name="approval" Value="7" /></EnumType><EnumType Name="subjectRightsRequestStageStatus"><Member Name="notStarted" Value="0" /><Member Name="current" Value="1" /><Member Name="completed" Value="3" /><Member Name="failed" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="subjectRightsRequestStatus"><Member Name="active" Value="0" /><Member Name="closed" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="subjectRightsRequestType"><Member Name="export" Value="0" /><Member Name="delete" Value="1" /><Member Name="access" Value="2" /><Member Name="tagForAction" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="authenticationAttributeCollectionInputType"><Member Name="text" Value="1" /><Member Name="radioSingleSelect" Value="2" /><Member Name="checkboxMultiSelect" Value="3" /><Member Name="boolean" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="identityUserFlowAttributeDataType"><Member Name="string" Value="1" /><Member Name="boolean" Value="2" /><Member Name="int64" Value="3" /><Member Name="stringCollection" Value="4" /><Member Name="dateTime" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="identityUserFlowAttributeInputType"><Member Name="textBox" Value="1" /><Member Name="dateTimeDropdown" Value="2" /><Member Name="radioSingleSelect" Value="3" /><Member Name="dropdownSingleSelect" Value="4" /><Member Name="emailBox" Value="5" /><Member Name="checkboxMultiSelect" Value="6" /></EnumType><EnumType Name="identityUserFlowAttributeType"><Member Name="builtIn" Value="1" /><Member Name="custom" Value="2" /><Member Name="required" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="oidcResponseType" IsFlags="true"><Member Name="code" Value="1" /><Member Name="id_token" Value="2" /><Member Name="token" Value="4" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="userFlowType"><Member Name="signUp" Value="1" /><Member Name="signIn" Value="2" /><Member Name="signUpOrSignIn" Value="3" /><Member Name="passwordReset" Value="4" /><Member Name="profileUpdate" Value="5" /><Member Name="resourceOwner" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="userType"><Member Name="member" Value="0" /><Member Name="guest" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="webApplicationFirewallDnsRecordType"><Member Name="cname" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="webApplicationFirewallProviderType"><Member Name="akamai" Value="0" /><Member Name="cloudflare" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="webApplicationFirewallVerificationStatus"><Member Name="success" Value="0" /><Member Name="warning" Value="1" /><Member Name="failure" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="contentProcessingErrorType"><Member Name="transient" Value="0" /><Member Name="permanent" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="dlpAction"><Member Name="notifyUser" Value="0" /><Member Name="blockAccess" Value="1" /><Member Name="deviceRestriction" Value="2" /><Member Name="browserRestriction" Value="3" /><Member Name="unknownFutureValue" Value="4" /><Member Name="restrictAccess" Value="5" /><Member Name="generateAlert" Value="6" /><Member Name="generateIncidentReportAction" Value="7" /><Member Name="sPBlockAnonymousAccess" Value="8" /><Member Name="sPRuntimeAccessControl" Value="9" /><Member Name="sPSharingNotifyUser" Value="10" /><Member Name="sPSharingGenerateIncidentReport" Value="11" /><Member Name="restrictWebGrounding" Value="12" /></EnumType><EnumType Name="executionMode"><Member Name="evaluateInline" Value="1" /><Member Name="evaluateOffline" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="labelActionSource"><Member Name="manual" Value="0" /><Member Name="automatic" Value="1" /><Member Name="recommended" Value="2" /><Member Name="none" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="lobbyBypassScope"><Member Name="organizer" Value="0" /><Member Name="organization" Value="1" /><Member Name="organizationAndFederated" Value="2" /><Member Name="everyone" Value="3" /><Member Name="unknownFutureValue" Value="4" /><Member Name="invited" Value="5" /><Member Name="organizationExcludingGuests" Value="6" /></EnumType><EnumType Name="meetingChatMode"><Member Name="enabled" Value="0" /><Member Name="disabled" Value="1" /><Member Name="limited" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="onlineMeetingPresenters"><Member Name="everyone" Value="0" /><Member Name="organization" Value="1" /><Member Name="roleIsPresenter" Value="2" /><Member Name="organizer" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="policyPivotProperty"><Member Name="none" Value="0" /><Member Name="activity" Value="1" /><Member Name="location" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="protectionScopeState"><Member Name="notModified" Value="0" /><Member Name="modified" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="resourceAccessStatus"><Member Name="none" Value="0" /><Member Name="failure" Value="1" /><Member Name="success" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="resourceAccessType" IsFlags="true"><Member Name="none" Value="0" /><Member Name="read" Value="1" /><Member Name="write" Value="2" /><Member Name="create" Value="4" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="restrictionAction"><Member Name="warn" Value="0" /><Member Name="audit" Value="1" /><Member Name="block" Value="2" /></EnumType><EnumType Name="usageRights" IsFlags="true"><Member Name="unknown" Value="1" /><Member Name="docEdit" Value="2" /><Member Name="edit" Value="4" /><Member Name="comment" Value="8" /><Member Name="export" Value="16" /><Member Name="forward" Value="32" /><Member Name="owner" Value="64" /><Member Name="print" Value="128" /><Member Name="reply" Value="256" /><Member Name="replyAll" Value="512" /><Member Name="view" Value="1024" /><Member Name="extract" Value="2048" /><Member Name="viewRightsData" Value="4096" /><Member Name="editRightsData" Value="8192" /><Member Name="objModel" Value="16384" /><Member Name="accessDenied" Value="32768" /><Member Name="userDefinedProtectionTypeNotSupportedException" Value="65536" /><Member Name="encryptedProtectionTypeNotSupportedException" Value="131072" /><Member Name="purviewClaimsChallengeNotSupportedException" Value="262144" /><Member Name="exception" Value="524288" /><Member Name="labelNotFoundException" Value="1048576" /><Member Name="unknownFutureValue" Value="2097152" /></EnumType><EnumType Name="userActivityType"><Member Name="uploadText" Value="1" /><Member Name="uploadFile" Value="2" /><Member Name="downloadText" Value="3" /><Member Name="downloadFile" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="userActivityTypes" IsFlags="true"><Member Name="none" Value="0" /><Member Name="uploadText" Value="1" /><Member Name="uploadFile" Value="2" /><Member Name="downloadText" Value="4" /><Member Name="downloadFile" Value="8" /><Member Name="unknownFutureValue" Value="16" /></EnumType><EnumType Name="userScopeType"><Member Name="user" Value="1" /><Member Name="group" Value="2" /><Member Name="tenant" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="auditLogRecordType" /><EnumType Name="auditLogUserType" /><EnumType Name="multiFactorAuthConfiguration"><Member Name="notRequired" Value="0" /><Member Name="required" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="allowInvitesFrom"><Member Name="none" Value="0" /><Member Name="adminsAndGuestInviters" Value="1" /><Member Name="adminsGuestInvitersAndAllMembers" Value="2" /><Member Name="everyone" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="appCredentialRestrictionType"><Member Name="passwordAddition" Value="0" /><Member Name="passwordLifetime" Value="1" /><Member Name="symmetricKeyAddition" Value="2" /><Member Name="symmetricKeyLifetime" Value="3" /><Member Name="customPasswordAddition" Value="4" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="appKeyCredentialRestrictionType"><Member Name="asymmetricKeyLifetime" Value="0" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="appManagementRestrictionState"><Member Name="enabled" Value="1" /><Member Name="disabled" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="authenticationProtocol"><Member Name="wsFed" Value="0" /><Member Name="saml" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="b2bIdentityProvidersType"><Member Name="azureActiveDirectory" Value="1" /><Member Name="externalFederation" Value="2" /><Member Name="socialIdentityProviders" Value="3" /><Member Name="emailOneTimePasscode" Value="4" /><Member Name="microsoftAccount" Value="5" /><Member Name="defaultConfiguredIdp" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="certificateAuthorityType"><Member Name="root" Value="0" /><Member Name="intermediate" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="crossTenantAccessPolicyTargetConfigurationAccessType"><Member Name="allowed" Value="1" /><Member Name="blocked" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="crossTenantAccessPolicyTargetType"><Member Name="user" Value="1" /><Member Name="group" Value="2" /><Member Name="application" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="federatedIdpMfaBehavior"><Member Name="acceptIfMfaDoneByFederatedIdp" Value="0" /><Member Name="enforceMfaByFederatedIdp" Value="1" /><Member Name="rejectMfaByFederatedIdp" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="layoutTemplateType"><Member Name="default" Value="0" /><Member Name="verticalSplit" Value="1" /><Member Name="unknownFutureValue" Value="10" /></EnumType><EnumType Name="multiTenantOrganizationMemberProcessingStatus"><Member Name="notStarted" Value="0" /><Member Name="running" Value="1" /><Member Name="succeeded" Value="2" /><Member Name="failed" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="multiTenantOrganizationMemberRole"><Member Name="owner" Value="0" /><Member Name="member" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="multiTenantOrganizationMemberState"><Member Name="pending" Value="0" /><Member Name="active" Value="1" /><Member Name="removed" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="multiTenantOrganizationState"><Member Name="active" Value="0" /><Member Name="inactive" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="nativeAuthenticationApisEnabled" IsFlags="true"><Member Name="none" Value="0" /><Member Name="all" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="onPremisesDirectorySynchronizationDeletionPreventionType"><Member Name="disabled" Value="0" /><Member Name="enabledForCount" Value="1" /><Member Name="enabledForPercentage" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="partnerTenantType"><Member Name="microsoftSupport" Value="1" /><Member Name="syndicatePartner" Value="2" /><Member Name="breadthPartner" Value="3" /><Member Name="breadthPartnerDelegatedAdmin" Value="4" /><Member Name="resellerPartnerDelegatedAdmin" Value="5" /><Member Name="valueAddedResellerPartnerDelegatedAdmin" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="permissionClassificationType"><Member Name="low" Value="1" /><Member Name="medium" Value="2" /><Member Name="high" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="permissionType"><Member Name="application" Value="3" /><Member Name="delegated" Value="2" /><Member Name="delegatedUserConsentable" Value="1" /></EnumType><EnumType Name="promptLoginBehavior"><Member Name="translateToFreshPasswordAuthentication" Value="0" /><Member Name="nativeSupport" Value="1" /><Member Name="disabled" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="scopeCollectionKind"><Member Name="allAllowed" Value="0" /><Member Name="enumerated" Value="1" /><Member Name="none" Value="2" /><Member Name="scopeKindNotSet" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="templateApplicationLevel" IsFlags="true"><Member Name="none" Value="0" /><Member Name="newPartners" Value="1" /><Member Name="existingPartners" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="weakAlgorithms" IsFlags="true"><Member Name="rsaSha1" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="browserSharedCookieSourceEnvironment"><Member Name="microsoftEdge" Value="0" /><Member Name="internetExplorer11" Value="1" /><Member Name="both" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="browserSharedCookieStatus"><Member Name="published" Value="0" /><Member Name="pendingAdd" Value="1" /><Member Name="pendingEdit" Value="2" /><Member Name="pendingDelete" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="browserSiteCompatibilityMode"><Member Name="default" Value="0" /><Member Name="internetExplorer8Enterprise" Value="1" /><Member Name="internetExplorer7Enterprise" Value="2" /><Member Name="internetExplorer11" Value="3" /><Member Name="internetExplorer10" Value="4" /><Member Name="internetExplorer9" Value="5" /><Member Name="internetExplorer8" Value="6" /><Member Name="internetExplorer7" Value="7" /><Member Name="internetExplorer5" Value="8" /><Member Name="unknownFutureValue" Value="9" /></EnumType><EnumType Name="browserSiteListStatus"><Member Name="draft" Value="0" /><Member Name="published" Value="1" /><Member Name="pending" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="browserSiteMergeType"><Member Name="noMerge" Value="0" /><Member Name="default" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="browserSiteStatus"><Member Name="published" Value="0" /><Member Name="pendingAdd" Value="1" /><Member Name="pendingEdit" Value="2" /><Member Name="pendingDelete" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="browserSiteTargetEnvironment"><Member Name="internetExplorerMode" Value="0" /><Member Name="internetExplorer11" Value="1" /><Member Name="microsoftEdge" Value="2" /><Member Name="configurable" Value="3" /><Member Name="none" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="readingCoachStoryType"><Member Name="aiGenerated" Value="0" /><Member Name="readWorks" Value="1" /><Member Name="userProvided" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="responseEmotionType"><Member Name="none" Value="0" /><Member Name="confident" Value="1" /><Member Name="excited" Value="2" /><Member Name="happy" Value="3" /><Member Name="motivated" Value="4" /><Member Name="peaceful" Value="5" /><Member Name="ambitious" Value="6" /><Member Name="cheerful" Value="7" /><Member Name="comfortable" Value="8" /><Member Name="creative" Value="9" /><Member Name="determined" Value="10" /><Member Name="energized" Value="11" /><Member Name="focused" Value="12" /><Member Name="fulfilled" Value="13" /><Member Name="grateful" Value="14" /><Member Name="included" Value="15" /><Member Name="inspired" Value="16" /><Member Name="optimistic" Value="17" /><Member Name="proud" Value="18" /><Member Name="successful" Value="19" /><Member Name="valuable" Value="20" /><Member Name="annoyed" Value="21" /><Member Name="bored" Value="22" /><Member Name="calm" Value="23" /><Member Name="confused" Value="24" /><Member Name="glad" Value="25" /><Member Name="content" Value="26" /><Member Name="pensive" Value="27" /><Member Name="reserved" Value="28" /><Member Name="restless" Value="29" /><Member Name="shocked" Value="30" /><Member Name="tired" Value="31" /><Member Name="angry" Value="32" /><Member Name="depressed" Value="33" /><Member Name="exhausted" Value="34" /><Member Name="lonely" Value="35" /><Member Name="nervous" Value="36" /><Member Name="anxious" Value="37" /><Member Name="apathetic" Value="38" /><Member Name="concerned" Value="39" /><Member Name="disappointed" Value="40" /><Member Name="frightened" Value="41" /><Member Name="frustrated" Value="42" /><Member Name="hopeless" Value="43" /><Member Name="hurt" Value="44" /><Member Name="jealous" Value="45" /><Member Name="miserable" Value="46" /><Member Name="overwhelmed" Value="47" /><Member Name="skeptical" Value="48" /><Member Name="stressed" Value="49" /><Member Name="stuck" Value="50" /><Member Name="worthless" Value="51" /><Member Name="awed" Value="52" /><Member Name="ashamed" Value="53" /><Member Name="curious" Value="54" /><Member Name="sensitive" Value="55" /><Member Name="sad" Value="56" /><Member Name="unknownFutureValue" Value="57" /></EnumType><EnumType Name="responseFeedbackType"><Member Name="none" Value="0" /><Member Name="notDetected" Value="1" /><Member Name="veryUnpleasant" Value="2" /><Member Name="unpleasant" Value="3" /><Member Name="neutral" Value="4" /><Member Name="pleasant" Value="5" /><Member Name="veryPleasant" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="educationAddedStudentAction"><Member Name="none" Value="0" /><Member Name="assignIfOpen" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="educationAddToCalendarOptions"><Member Name="none" Value="0" /><Member Name="studentsAndPublisher" Value="1" /><Member Name="studentsAndTeamOwners" Value="2" /><Member Name="unknownFutureValue" Value="3" /><Member Name="studentsOnly" Value="4" /></EnumType><EnumType Name="educationAssignmentStatus"><Member Name="draft" Value="0" /><Member Name="published" Value="1" /><Member Name="assigned" Value="2" /><Member Name="unknownFutureValue" Value="3" /><Member Name="inactive" Value="4" /></EnumType><EnumType Name="educationFeedbackResourceOutcomeStatus"><Member Name="notPublished" Value="0" /><Member Name="pendingPublish" Value="1" /><Member Name="published" Value="2" /><Member Name="failedPublish" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="educationModuleStatus"><Member Name="draft" Value="0" /><Member Name="published" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="educationSpeechType"><Member Name="informative" Value="0" /><Member Name="personal" Value="1" /><Member Name="persuasive" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="educationSubmissionStatus"><Member Name="working" Value="0" /><Member Name="submitted" Value="1" /><Member Name="released" Value="2" /><Member Name="returned" Value="3" /><Member Name="unknownFutureValue" Value="4" /><Member Name="reassigned" Value="5" /><Member Name="excused" Value="6" /></EnumType><EnumType Name="contactRelationship"><Member Name="parent" Value="0" /><Member Name="relative" Value="1" /><Member Name="aide" Value="2" /><Member Name="doctor" Value="3" /><Member Name="guardian" Value="4" /><Member Name="child" Value="5" /><Member Name="other" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="educationExternalSource"><Member Name="sis" Value="0" /><Member Name="manual" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="educationGender"><Member Name="female" Value="0" /><Member Name="male" Value="1" /><Member Name="other" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="educationUserRole"><Member Name="student" Value="0" /><Member Name="teacher" Value="1" /><Member Name="none" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="artifactRestoreStatus"><Member Name="added" Value="0" /><Member Name="scheduling" Value="1" /><Member Name="scheduled" Value="2" /><Member Name="inProgress" Value="3" /><Member Name="succeeded" Value="4" /><Member Name="failed" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="backupServiceConsumer"><Member Name="unknown" Value="0" /><Member Name="firstparty" Value="1" /><Member Name="thirdparty" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="backupServiceStatus"><Member Name="disabled" Value="0" /><Member Name="enabled" Value="1" /><Member Name="protectionChangeLocked" Value="2" /><Member Name="restoreLocked" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="destinationType"><Member Name="new" Value="0" /><Member Name="inPlace" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="disableReason"><Member Name="none" Value="0" /><Member Name="invalidBillingProfile" Value="1" /><Member Name="userRequested" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="protectionPolicyStatus"><Member Name="inactive" Value="0" /><Member Name="activeWithErrors" Value="1" /><Member Name="updating" Value="2" /><Member Name="active" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="protectionRuleStatus"><Member Name="draft" Value="0" /><Member Name="active" Value="1" /><Member Name="completed" Value="2" /><Member Name="completedWithErrors" Value="3" /><Member Name="unknownFutureValue" Value="4" /><Member Name="updateRequested" Value="5" /><Member Name="deleteRequested" Value="6" /></EnumType><EnumType Name="protectionSource" IsFlags="true"><Member Name="none" Value="0" /><Member Name="manual" Value="1" /><Member Name="dynamicRule" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="protectionUnitsBulkJobStatus"><Member Name="unknown" Value="0" /><Member Name="active" Value="1" /><Member Name="completed" Value="2" /><Member Name="completedWithErrors" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="protectionUnitStatus"><Member Name="protectRequested" Value="0" /><Member Name="protected" Value="1" /><Member Name="unprotectRequested" Value="2" /><Member Name="unprotected" Value="3" /><Member Name="removeRequested" Value="4" /><Member Name="unknownFutureValue" Value="5" /><Member Name="offboardRequested" Value="6" /><Member Name="offboarded" Value="7" /><Member Name="cancelOffboardRequested" Value="8" /></EnumType><EnumType Name="restorableArtifact"><Member Name="message" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="restoreArtifactsBulkRequestStatus"><Member Name="unknown" Value="0" /><Member Name="active" Value="1" /><Member Name="completed" Value="2" /><Member Name="completedWithErrors" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="restoreJobType"><Member Name="standard" Value="0" /><Member Name="bulk" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="restorePointPreference"><Member Name="latest" Value="0" /><Member Name="oldest" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="restorePointTags" IsFlags="true"><Member Name="none" Value="0" /><Member Name="fastRestore" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="restoreSessionStatus"><Member Name="draft" Value="0" /><Member Name="activating" Value="1" /><Member Name="active" Value="2" /><Member Name="completedWithError" Value="3" /><Member Name="completed" Value="4" /><Member Name="unknownFutureValue" Value="5" /><Member Name="failed" Value="6" /></EnumType><EnumType Name="serviceAppStatus"><Member Name="inactive" Value="0" /><Member Name="active" Value="1" /><Member Name="pendingActive" Value="2" /><Member Name="pendingInactive" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="workbookOperationStatus"><Member Name="notStarted" Value="0" /><Member Name="running" Value="1" /><Member Name="succeeded" Value="2" /><Member Name="failed" Value="3" /></EnumType><EnumType Name="activityDomain"><Member Name="unknown" Value="0" /><Member Name="work" Value="1" /><Member Name="personal" Value="2" /><Member Name="unrestricted" Value="3" /></EnumType><EnumType Name="attendeeType"><Member Name="required" Value="0" /><Member Name="optional" Value="1" /><Member Name="resource" Value="2" /></EnumType><EnumType Name="freeBusyStatus"><Member Name="unknown" Value="-1" /><Member Name="free" Value="0" /><Member Name="tentative" Value="1" /><Member Name="busy" Value="2" /><Member Name="oof" Value="3" /><Member Name="workingElsewhere" Value="4" /></EnumType><EnumType Name="bookingType"><Member Name="unknown" Value="0" /><Member Name="standard" Value="1" /><Member Name="reserved" Value="2" /></EnumType><EnumType Name="checkInMethod"><Member Name="unspecified" Value="0" /><Member Name="manual" Value="1" /><Member Name="inferred" Value="2" /><Member Name="verified" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="placeFeatureEnablement"><Member Name="unknown" Value="0" /><Member Name="enabled" Value="1" /><Member Name="disabled" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="resourceLinkType"><Member Name="url" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="attachmentType"><Member Name="file" Value="0" /><Member Name="item" Value="1" /><Member Name="reference" Value="2" /></EnumType><EnumType Name="automaticRepliesStatus"><Member Name="disabled" Value="0" /><Member Name="alwaysEnabled" Value="1" /><Member Name="scheduled" Value="2" /></EnumType><EnumType Name="calendarColor"><Member Name="auto" Value="-1" /><Member Name="lightBlue" Value="0" /><Member Name="lightGreen" Value="1" /><Member Name="lightOrange" Value="2" /><Member Name="lightGray" Value="3" /><Member Name="lightYellow" Value="4" /><Member Name="lightTeal" Value="5" /><Member Name="lightPink" Value="6" /><Member Name="lightBrown" Value="7" /><Member Name="lightRed" Value="8" /><Member Name="maxColor" Value="9" /></EnumType><EnumType Name="calendarRoleType"><Member Name="none" Value="0" /><Member Name="freeBusyRead" Value="1" /><Member Name="limitedRead" Value="2" /><Member Name="read" Value="3" /><Member Name="write" Value="4" /><Member Name="delegateWithoutPrivateEventAccess" Value="5" /><Member Name="delegateWithPrivateEventAccess" Value="6" /><Member Name="custom" Value="7" /></EnumType><EnumType Name="calendarSharingAction"><Member Name="accept" Value="0" /><Member Name="acceptAndViewCalendar" Value="1" /><Member Name="viewCalendar" Value="2" /><Member Name="addThisCalendar" Value="3" /></EnumType><EnumType Name="calendarSharingActionImportance"><Member Name="primary" Value="0" /><Member Name="secondary" Value="1" /></EnumType><EnumType Name="calendarSharingActionType"><Member Name="accept" Value="0" /></EnumType><EnumType Name="categoryColor"><Member Name="none" Value="-1" /><Member Name="preset0" Value="0" /><Member Name="preset1" Value="1" /><Member Name="preset2" Value="2" /><Member Name="preset3" Value="3" /><Member Name="preset4" Value="4" /><Member Name="preset5" Value="5" /><Member Name="preset6" Value="6" /><Member Name="preset7" Value="7" /><Member Name="preset8" Value="8" /><Member Name="preset9" Value="9" /><Member Name="preset10" Value="10" /><Member Name="preset11" Value="11" /><Member Name="preset12" Value="12" /><Member Name="preset13" Value="13" /><Member Name="preset14" Value="14" /><Member Name="preset15" Value="15" /><Member Name="preset16" Value="16" /><Member Name="preset17" Value="17" /><Member Name="preset18" Value="18" /><Member Name="preset19" Value="19" /><Member Name="preset20" Value="20" /><Member Name="preset21" Value="21" /><Member Name="preset22" Value="22" /><Member Name="preset23" Value="23" /><Member Name="preset24" Value="24" /></EnumType><EnumType Name="delegateMeetingMessageDeliveryOptions"><Member Name="sendToDelegateAndInformationToPrincipal" Value="0" /><Member Name="sendToDelegateAndPrincipal" Value="1" /><Member Name="sendToDelegateOnly" Value="2" /></EnumType><EnumType Name="eventType"><Member Name="singleInstance" Value="0" /><Member Name="occurrence" Value="1" /><Member Name="exception" Value="2" /><Member Name="seriesMaster" Value="3" /></EnumType><EnumType Name="exchangeIdFormat"><Member Name="entryId" Value="0" /><Member Name="ewsId" Value="1" /><Member Name="immutableEntryId" Value="2" /><Member Name="restId" Value="3" /><Member Name="restImmutableEntryId" Value="4" /></EnumType><EnumType Name="externalAudienceScope"><Member Name="none" Value="0" /><Member Name="contactsOnly" Value="1" /><Member Name="all" Value="2" /></EnumType><EnumType Name="followupFlagStatus"><Member Name="notFlagged" Value="0" /><Member Name="complete" Value="1" /><Member Name="flagged" Value="2" /></EnumType><EnumType Name="importance"><Member Name="low" Value="0" /><Member Name="normal" Value="1" /><Member Name="high" Value="2" /></EnumType><EnumType Name="inferenceClassificationType"><Member Name="focused" Value="0" /><Member Name="other" Value="1" /></EnumType><EnumType Name="mailTipsType" IsFlags="true"><Member Name="automaticReplies" Value="1" /><Member Name="mailboxFullStatus" Value="2" /><Member Name="customMailTip" Value="4" /><Member Name="externalMemberCount" Value="8" /><Member Name="totalMemberCount" Value="16" /><Member Name="maxMessageSize" Value="32" /><Member Name="deliveryRestriction" Value="64" /><Member Name="moderationStatus" Value="128" /><Member Name="recipientScope" Value="256" /><Member Name="recipientSuggestions" Value="512" /></EnumType><EnumType Name="meetingMessageType"><Member Name="none" Value="0" /><Member Name="meetingRequest" Value="1" /><Member Name="meetingCancelled" Value="2" /><Member Name="meetingAccepted" Value="3" /><Member Name="meetingTenativelyAccepted" Value="4" /><Member Name="meetingDeclined" Value="5" /></EnumType><EnumType Name="meetingRequestType"><Member Name="none" Value="0" /><Member Name="newMeetingRequest" Value="1" /><Member Name="fullUpdate" Value="65536" /><Member Name="informationalUpdate" Value="131072" /><Member Name="silentUpdate" Value="262144" /><Member Name="outdated" Value="524288" /><Member Name="principalWantsCopy" Value="1048576" /></EnumType><EnumType Name="messageActionFlag"><Member Name="any" Value="0" /><Member Name="call" Value="1" /><Member Name="doNotForward" Value="2" /><Member Name="followUp" Value="3" /><Member Name="fyi" Value="4" /><Member Name="forward" Value="5" /><Member Name="noResponseNecessary" Value="6" /><Member Name="read" Value="7" /><Member Name="reply" Value="8" /><Member Name="replyToAll" Value="9" /><Member Name="review" Value="10" /></EnumType><EnumType Name="onlineMeetingProviderType"><Member Name="unknown" Value="0" /><Member Name="skypeForBusiness" Value="1" /><Member Name="skypeForConsumer" Value="2" /><Member Name="teamsForBusiness" Value="3" /></EnumType><EnumType Name="recipientScopeType" IsFlags="true"><Member Name="none" Value="0" /><Member Name="internal" Value="1" /><Member Name="external" Value="2" /><Member Name="externalPartner" Value="4" /><Member Name="externalNonPartner" Value="8" /></EnumType><EnumType Name="recurrencePatternType"><Member Name="daily" Value="0" /><Member Name="weekly" Value="1" /><Member Name="absoluteMonthly" Value="2" /><Member Name="relativeMonthly" Value="3" /><Member Name="absoluteYearly" Value="4" /><Member Name="relativeYearly" Value="5" /></EnumType><EnumType Name="recurrenceRangeType"><Member Name="endDate" Value="0" /><Member Name="noEnd" Value="1" /><Member Name="numbered" Value="2" /></EnumType><EnumType Name="responseType"><Member Name="none" Value="0" /><Member Name="organizer" Value="1" /><Member Name="tentativelyAccepted" Value="2" /><Member Name="accepted" Value="3" /><Member Name="declined" Value="4" /><Member Name="notResponded" Value="5" /></EnumType><EnumType Name="selectionLikelihoodInfo"><Member Name="notSpecified" Value="0" /><Member Name="high" Value="1" /></EnumType><EnumType Name="sensitivity"><Member Name="normal" Value="0" /><Member Name="personal" Value="1" /><Member Name="private" Value="2" /><Member Name="confidential" Value="3" /></EnumType><EnumType Name="timeZoneStandard"><Member Name="windows" Value="0" /><Member Name="iana" Value="1" /></EnumType><EnumType Name="userPurpose"><Member Name="user" Value="1" /><Member Name="linked" Value="2" /><Member Name="shared" Value="3" /><Member Name="room" Value="4" /><Member Name="equipment" Value="5" /><Member Name="others" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="websiteType"><Member Name="other" Value="0" /><Member Name="home" Value="1" /><Member Name="work" Value="2" /><Member Name="blog" Value="3" /><Member Name="profile" Value="4" /></EnumType><EnumType Name="weekIndex"><Member Name="first" Value="0" /><Member Name="second" Value="1" /><Member Name="third" Value="2" /><Member Name="fourth" Value="3" /><Member Name="last" Value="4" /></EnumType><EnumType Name="fileStorageContainerBillingClassification"><Member Name="standard" Value="0" /><Member Name="trial" Value="1" /><Member Name="directToCustomer" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="fileStorageContainerBillingStatus"><Member Name="invalid" Value="0" /><Member Name="valid" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="fileStorageContainerStatus"><Member Name="inactive" Value="0" /><Member Name="active" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="fileStorageContainerTypeAppPermission"><Member Name="none" Value="0" /><Member Name="readContent" Value="1" /><Member Name="writeContent" Value="2" /><Member Name="manageContent" Value="3" /><Member Name="create" Value="4" /><Member Name="delete" Value="5" /><Member Name="read" Value="6" /><Member Name="write" Value="7" /><Member Name="enumeratePermissions" Value="8" /><Member Name="addPermissions" Value="9" /><Member Name="updatePermissions" Value="10" /><Member Name="deletePermissions" Value="11" /><Member Name="deleteOwnPermission" Value="12" /><Member Name="managePermissions" Value="13" /><Member Name="full" Value="14" /><Member Name="unknownFutureValue" Value="15" /></EnumType><EnumType Name="fileStorageContainerTypeSettingsOverride" IsFlags="true"><Member Name="urlTemplate" Value="0" /><Member Name="isDiscoverabilityEnabled" Value="1" /><Member Name="isSearchEnabled" Value="2" /><Member Name="isItemVersioningEnabled" Value="3" /><Member Name="itemMajorVersionLimit" Value="4" /><Member Name="maxStoragePerContainerInBytes" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="imageTaggingChoice"><Member Name="disabled" Value="0" /><Member Name="basic" Value="1" /><Member Name="enhanced" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="sharingCapabilities"><Member Name="disabled" Value="0" /><Member Name="externalUserSharingOnly" Value="1" /><Member Name="externalUserAndGuestSharing" Value="2" /><Member Name="existingExternalUserSharingOnly" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="sharingDomainRestrictionMode"><Member Name="none" Value="0" /><Member Name="allowList" Value="1" /><Member Name="blockList" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="columnTypes"><Member Name="note" Value="0" /><Member Name="text" Value="1" /><Member Name="choice" Value="2" /><Member Name="multichoice" Value="3" /><Member Name="number" Value="4" /><Member Name="currency" Value="5" /><Member Name="dateTime" Value="6" /><Member Name="lookup" Value="7" /><Member Name="boolean" Value="8" /><Member Name="user" Value="9" /><Member Name="url" Value="10" /><Member Name="calculated" Value="11" /><Member Name="location" Value="12" /><Member Name="geolocation" Value="13" /><Member Name="term" Value="14" /><Member Name="multiterm" Value="15" /><Member Name="thumbnail" Value="16" /><Member Name="approvalStatus" Value="17" /><Member Name="unknownFutureValue" Value="18" /></EnumType><EnumType Name="driveItemSourceApplication"><Member Name="teams" Value="0" /><Member Name="yammer" Value="1" /><Member Name="sharePoint" Value="2" /><Member Name="oneDrive" Value="3" /><Member Name="stream" Value="4" /><Member Name="powerPoint" Value="5" /><Member Name="office" Value="6" /><Member Name="loki" Value="7" /><Member Name="loop" Value="8" /><Member Name="other" Value="9" /><Member Name="unknownFutureValue" Value="10" /></EnumType><EnumType Name="horizontalSectionLayoutType"><Member Name="none" Value="0" /><Member Name="oneColumn" Value="1" /><Member Name="twoColumns" Value="2" /><Member Name="threeColumns" Value="3" /><Member Name="oneThirdLeftColumn" Value="4" /><Member Name="oneThirdRightColumn" Value="5" /><Member Name="fullWidth" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="longRunningOperationStatus"><Member Name="notStarted" Value="0" /><Member Name="running" Value="1" /><Member Name="succeeded" Value="2" /><Member Name="failed" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="mediaSourceContentCategory"><Member Name="meeting" Value="0" /><Member Name="liveStream" Value="1" /><Member Name="presentation" Value="2" /><Member Name="screenRecording" Value="3" /><Member Name="story" Value="4" /><Member Name="profile" Value="5" /><Member Name="chat" Value="6" /><Member Name="note" Value="7" /><Member Name="comment" Value="8" /><Member Name="unknownFutureValue" Value="9" /></EnumType><EnumType Name="pageLayoutType"><Member Name="microsoftReserved" Value="0" /><Member Name="article" Value="1" /><Member Name="home" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="pagePromotionType"><Member Name="microsoftReserved" Value="0" /><Member Name="page" Value="1" /><Member Name="newsPost" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="sectionEmphasisType"><Member Name="none" Value="0" /><Member Name="neutral" Value="1" /><Member Name="soft" Value="2" /><Member Name="strong" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="sensitivityLabelAssignmentMethod"><Member Name="standard" Value="0" /><Member Name="privileged" Value="1" /><Member Name="auto" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="sharePointMigrationJobErrorLevel"><Member Name="important" Value="0" /><Member Name="warning" Value="1" /><Member Name="error" Value="2" /><Member Name="fatalError" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="sharePointMigrationObjectType"><Member Name="site" Value="0" /><Member Name="web" Value="1" /><Member Name="folder" Value="2" /><Member Name="list" Value="3" /><Member Name="listItem" Value="4" /><Member Name="file" Value="5" /><Member Name="alert" Value="6" /><Member Name="sharedWithObject" Value="7" /><Member Name="invalid" Value="8" /><Member Name="unknownFutureValue" Value="9" /></EnumType><EnumType Name="siteArchiveStatus"><Member Name="recentlyArchived" Value="0" /><Member Name="fullyArchived" Value="1" /><Member Name="reactivating" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="siteLockState"><Member Name="unlocked" Value="0" /><Member Name="lockedReadOnly" Value="1" /><Member Name="lockedNoAccess" Value="2" /><Member Name="lockedNoAdditions" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="titleAreaLayoutType"><Member Name="imageAndTitle" Value="0" /><Member Name="plain" Value="1" /><Member Name="colorBlock" Value="2" /><Member Name="overlap" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="titleAreaTextAlignmentType"><Member Name="left" Value="0" /><Member Name="center" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="remindBeforeTimeInMinutesType"><Member Name="mins15" Value="0" /><Member Name="unknownFutureValue" Value="100" /></EnumType><EnumType Name="virtualAppointmentMessageType"><Member Name="confirmation" Value="0" /><Member Name="reschedule" Value="1" /><Member Name="cancellation" Value="2" /><Member Name="unknownFutureValue" Value="10" /></EnumType><EnumType Name="stagedFeatureName"><Member Name="passthroughAuthentication" Value="0" /><Member Name="seamlessSso" Value="1" /><Member Name="passwordHashSync" Value="2" /><Member Name="emailAsAlternateId" Value="3" /><Member Name="unknownFutureValue" Value="4" /><Member Name="certificateBasedAuthentication" Value="5" /><Member Name="multiFactorAuthentication" Value="6" /></EnumType><EnumType Name="attributeDefinitionMetadata"><Member Name="BaseAttributeName" Value="0" /><Member Name="ComplexObjectDefinition" Value="1" /><Member Name="IsContainer" Value="2" /><Member Name="IsCustomerDefined" Value="3" /><Member Name="IsDomainQualified" Value="4" /><Member Name="LinkPropertyNames" Value="5" /><Member Name="LinkTypeName" Value="6" /><Member Name="MaximumLength" Value="7" /><Member Name="ReferencedProperty" Value="8" /></EnumType><EnumType Name="attributeFlowBehavior"><Member Name="FlowWhenChanged" Value="0" /><Member Name="FlowAlways" Value="1" /></EnumType><EnumType Name="attributeFlowType"><Member Name="Always" Value="0" /><Member Name="ObjectAddOnly" Value="1" /><Member Name="MultiValueAddOnly" Value="2" /><Member Name="ValueAddOnly" Value="3" /><Member Name="AttributeAddOnly" Value="4" /></EnumType><EnumType Name="attributeMappingSourceType"><Member Name="Attribute" Value="0" /><Member Name="Constant" Value="1" /><Member Name="Function" Value="2" /></EnumType><EnumType Name="attributeType"><Member Name="String" Value="0" /><Member Name="Integer" Value="1" /><Member Name="Reference" Value="2" /><Member Name="Binary" Value="3" /><Member Name="Boolean" Value="4" /><Member Name="DateTime" Value="5" /></EnumType><EnumType Name="directoryDefinitionDiscoverabilities" IsFlags="true"><Member Name="None" Value="0" /><Member Name="AttributeNames" Value="1" /><Member Name="AttributeDataTypes" Value="2" /><Member Name="AttributeReadOnly" Value="4" /><Member Name="ReferenceAttributes" Value="8" /><Member Name="UnknownFutureValue" Value="16" /></EnumType><EnumType Name="entryExportStatus"><Member Name="Noop" Value="0" /><Member Name="Success" Value="1" /><Member Name="RetryableError" Value="2" /><Member Name="PermanentError" Value="3" /><Member Name="Error" Value="4" /></EnumType><EnumType Name="entrySyncOperation"><Member Name="None" Value="0" /><Member Name="Add" Value="1" /><Member Name="Delete" Value="2" /><Member Name="Update" Value="3" /></EnumType><EnumType Name="escrowBehavior"><Member Name="Default" Value="1" /><Member Name="IgnoreLookupReferenceResolutionFailure" Value="2" /></EnumType><EnumType Name="mutability"><Member Name="ReadWrite" Value="0" /><Member Name="ReadOnly" Value="1" /><Member Name="Immutable" Value="2" /><Member Name="WriteOnly" Value="3" /></EnumType><EnumType Name="objectDefinitionMetadata"><Member Name="PropertyNameAccountEnabled" Value="0" /><Member Name="PropertyNameSoftDeleted" Value="1" /><Member Name="IsSoftDeletionSupported" Value="2" /><Member Name="IsSynchronizeAllSupported" Value="3" /><Member Name="ConnectorDataStorageRequired" Value="4" /><Member Name="Extensions" Value="5" /><Member Name="BaseObjectName" Value="6" /></EnumType><EnumType Name="objectFlowTypes" IsFlags="true"><Member Name="None" Value="0" /><Member Name="Add" Value="1" /><Member Name="Update" Value="2" /><Member Name="Delete" Value="4" /></EnumType><EnumType Name="objectMappingMetadata"><Member Name="EscrowBehavior" Value="0" /><Member Name="DisableMonitoringForChanges" Value="1" /><Member Name="OriginalJoiningProperty" Value="2" /><Member Name="Disposition" Value="3" /><Member Name="IsCustomerDefined" Value="4" /><Member Name="ExcludeFromReporting" Value="5" /><Member Name="Unsynchronized" Value="6" /></EnumType><EnumType Name="quarantineReason"><Member Name="EncounteredBaseEscrowThreshold" Value="0" /><Member Name="EncounteredTotalEscrowThreshold" Value="1" /><Member Name="EncounteredEscrowProportionThreshold" Value="2" /><Member Name="EncounteredQuarantineException" Value="4" /><Member Name="Unknown" Value="8" /><Member Name="QuarantinedOnDemand" Value="16" /><Member Name="TooManyDeletes" Value="32" /><Member Name="IngestionInterrupted" Value="64" /></EnumType><EnumType Name="scopeOperatorMultiValuedComparisonType"><Member Name="All" Value="0" /><Member Name="Any" Value="1" /></EnumType><EnumType Name="scopeOperatorType"><Member Name="Binary" Value="0" /><Member Name="Unary" Value="1" /></EnumType><EnumType Name="synchronizationDisposition"><Member Name="Normal" Value="0" /><Member Name="Discard" Value="1" /><Member Name="Escrow" Value="2" /></EnumType><EnumType Name="synchronizationJobRestartScope" IsFlags="true"><Member Name="None" Value="0" /><Member Name="ConnectorDataStore" Value="1" /><Member Name="Escrows" Value="2" /><Member Name="Watermark" Value="4" /><Member Name="QuarantineState" Value="8" /><Member Name="Full" Value="15" /><Member Name="ForceDeletes" Value="32" /></EnumType><EnumType Name="synchronizationMetadata"><Member Name="GalleryApplicationIdentifier" Value="0" /><Member Name="GalleryApplicationKey" Value="1" /><Member Name="IsOAuthEnabled" Value="2" /><Member Name="IsSynchronizationAgentAssignmentRequired" Value="3" /><Member Name="IsSynchronizationAgentRequired" Value="4" /><Member Name="IsSynchronizationInPreview" Value="5" /><Member Name="OAuthSettings" Value="6" /><Member Name="SynchronizationLearnMoreIbizaFwLink" Value="7" /><Member Name="ConfigurationFields" Value="8" /></EnumType><EnumType Name="synchronizationScheduleState"><Member Name="Active" Value="0" /><Member Name="Disabled" Value="1" /><Member Name="Paused" Value="2" /></EnumType><EnumType Name="synchronizationSecret"><Member Name="None" Value="0" /><Member Name="UserName" Value="1" /><Member Name="Password" Value="2" /><Member Name="SecretToken" Value="3" /><Member Name="AppKey" Value="4" /><Member Name="BaseAddress" Value="5" /><Member Name="ClientIdentifier" Value="6" /><Member Name="ClientSecret" Value="7" /><Member Name="SingleSignOnType" Value="11" /><Member Name="Sandbox" Value="12" /><Member Name="Url" Value="13" /><Member Name="Domain" Value="14" /><Member Name="ConsumerKey" Value="15" /><Member Name="ConsumerSecret" Value="16" /><Member Name="TokenKey" Value="17" /><Member Name="TokenExpiration" Value="18" /><Member Name="Oauth2AccessToken" Value="19" /><Member Name="Oauth2AccessTokenCreationTime" Value="20" /><Member Name="Oauth2RefreshToken" Value="21" /><Member Name="SyncAll" Value="22" /><Member Name="InstanceName" Value="24" /><Member Name="Oauth2ClientId" Value="27" /><Member Name="Oauth2ClientSecret" Value="28" /><Member Name="CompanyId" Value="29" /><Member Name="UpdateKeyOnSoftDelete" Value="30" /><Member Name="SynchronizationSchedule" Value="33" /><Member Name="SystemOfRecord" Value="34" /><Member Name="SandboxName" Value="35" /><Member Name="EnforceDomain" Value="36" /><Member Name="SyncNotificationSettings" Value="37" /><Member Name="SkipOutOfScopeDeletions" Value="40" /><Member Name="Oauth2AuthorizationCode" Value="62" /><Member Name="Oauth2RedirectUri" Value="63" /><Member Name="ApplicationTemplateIdentifier" Value="64" /><Member Name="Oauth2TokenExchangeUri" Value="65" /><Member Name="Oauth2AuthorizationUri" Value="66" /><Member Name="AuthenticationType" Value="67" /><Member Name="Server" Value="70" /><Member Name="PerformInboundEntitlementGrants" Value="100" /><Member Name="HardDeletesEnabled" Value="101" /><Member Name="SyncAgentCompatibilityKey" Value="102" /><Member Name="SyncAgentADContainer" Value="103" /><Member Name="ValidateDomain" Value="206" /><Member Name="TestReferences" Value="207" /><Member Name="ConnectionString" Value="250" /></EnumType><EnumType Name="synchronizationStatusCode"><Member Name="NotConfigured" Value="0" /><Member Name="NotRun" Value="1" /><Member Name="Active" Value="2" /><Member Name="Paused" Value="3" /><Member Name="Quarantine" Value="4" /></EnumType><EnumType Name="synchronizationTaskExecutionResult"><Member Name="Succeeded" Value="0" /><Member Name="Failed" Value="1" /><Member Name="EntryLevelErrors" Value="2" /></EnumType><EnumType Name="endpointType"><Member Name="default" Value="0" /><Member Name="voicemail" Value="1" /><Member Name="skypeForBusiness" Value="2" /><Member Name="skypeForBusinessVoipPhone" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="exchangeMessageTraceStatus"><Member Name="gettingStatus" Value="1" /><Member Name="pending" Value="2" /><Member Name="failed" Value="3" /><Member Name="delivered" Value="4" /><Member Name="expanded" Value="5" /><Member Name="quarantined" Value="6" /><Member Name="filteredAsSpam" Value="7" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="accessReviewHistoryDecisionFilter"><Member Name="approve" Value="0" /><Member Name="deny" Value="1" /><Member Name="notReviewed" Value="2" /><Member Name="dontKnow" Value="3" /><Member Name="notNotified" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="accessReviewHistoryStatus"><Member Name="done" Value="0" /><Member Name="inprogress" Value="1" /><Member Name="error" Value="2" /><Member Name="requested" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="accessReviewInstanceDecisionItemFilterByCurrentUserOptions"><Member Name="reviewer" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="accessReviewInstanceFilterByCurrentUserOptions"><Member Name="reviewer" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="accessReviewScheduleDefinitionFilterByCurrentUserOptions"><Member Name="reviewer" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="accessReviewStageFilterByCurrentUserOptions"><Member Name="reviewer" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="approvalFilterByCurrentUserOptions"><Member Name="target" Value="0" /><Member Name="createdBy" Value="1" /><Member Name="approver" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="consentRequestFilterByCurrentUserOptions"><Member Name="reviewer" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="userSignInRecommendationScope"><Member Name="tenant" Value="0" /><Member Name="application" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="agreementAcceptanceState"><Member Name="accepted" Value="2" /><Member Name="declined" Value="3" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="activityType"><Member Name="signin" Value="0" /><Member Name="user" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="servicePrincipal" Value="3" /></EnumType><EnumType Name="cloudAppSecuritySessionControlType"><Member Name="mcasConfigured" Value="0" /><Member Name="monitorOnly" Value="1" /><Member Name="blockDownloads" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="conditionalAccessClientApp"><Member Name="all" Value="0" /><Member Name="browser" Value="1" /><Member Name="mobileAppsAndDesktopClients" Value="2" /><Member Name="exchangeActiveSync" Value="3" /><Member Name="easSupported" Value="4" /><Member Name="other" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="conditionalAccessDevicePlatform"><Member Name="android" Value="0" /><Member Name="iOS" Value="1" /><Member Name="windows" Value="2" /><Member Name="windowsPhone" Value="3" /><Member Name="macOS" Value="4" /><Member Name="all" Value="5" /><Member Name="unknownFutureValue" Value="6" /><Member Name="linux" Value="7" /></EnumType><EnumType Name="conditionalAccessExternalTenantsMembershipKind"><Member Name="all" Value="0" /><Member Name="enumerated" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="conditionalAccessGrantControl"><Member Name="block" Value="0" /><Member Name="mfa" Value="1" /><Member Name="compliantDevice" Value="2" /><Member Name="domainJoinedDevice" Value="3" /><Member Name="approvedApplication" Value="4" /><Member Name="compliantApplication" Value="5" /><Member Name="passwordChange" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="conditionalAccessGuestOrExternalUserTypes" IsFlags="true"><Member Name="none" Value="0" /><Member Name="internalGuest" Value="1" /><Member Name="b2bCollaborationGuest" Value="2" /><Member Name="b2bCollaborationMember" Value="4" /><Member Name="b2bDirectConnectUser" Value="8" /><Member Name="otherExternalUser" Value="16" /><Member Name="serviceProvider" Value="32" /><Member Name="unknownFutureValue" Value="64" /></EnumType><EnumType Name="conditionalAccessInsiderRiskLevels" IsFlags="true"><Member Name="minor" Value="1" /><Member Name="moderate" Value="2" /><Member Name="elevated" Value="4" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="conditionalAccessPolicyState"><Member Name="enabled" Value="0" /><Member Name="disabled" Value="1" /><Member Name="enabledForReportingButNotEnforced" Value="2" /></EnumType><EnumType Name="conditionalAccessTransferMethods" IsFlags="true"><Member Name="none" Value="0" /><Member Name="deviceCodeFlow" Value="1" /><Member Name="authenticationTransfer" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="countryLookupMethodType"><Member Name="clientIpAddress" Value="0" /><Member Name="authenticatorAppGps" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="filterMode"><Member Name="include" Value="0" /><Member Name="exclude" Value="1" /></EnumType><EnumType Name="insiderRiskLevel"><Member Name="none" Value="0" /><Member Name="minor" Value="1" /><Member Name="moderate" Value="2" /><Member Name="elevated" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="persistentBrowserSessionMode"><Member Name="always" Value="0" /><Member Name="never" Value="1" /></EnumType><EnumType Name="riskDetectionTimingType"><Member Name="notDefined" Value="0" /><Member Name="realtime" Value="1" /><Member Name="nearRealtime" Value="2" /><Member Name="offline" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="signInFrequencyAuthenticationType"><Member Name="primaryAndSecondaryAuthentication" Value="0" /><Member Name="secondaryAuthentication" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="signInFrequencyInterval"><Member Name="timeBased" Value="0" /><Member Name="everyTime" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="signinFrequencyType"><Member Name="days" Value="0" /><Member Name="hours" Value="1" /></EnumType><EnumType Name="templateScenarios" IsFlags="true"><Member Name="new" Value="0" /><Member Name="secureFoundation" Value="1" /><Member Name="zeroTrust" Value="2" /><Member Name="remoteWork" Value="4" /><Member Name="protectAdmins" Value="8" /><Member Name="emergingThreats" Value="16" /><Member Name="unknownFutureValue" Value="32" /></EnumType><EnumType Name="tokenIssuerType"><Member Name="AzureAD" Value="0" /><Member Name="ADFederationServices" Value="1" /><Member Name="UnknownFutureValue" Value="2" /><Member Name="AzureADBackupAuth" Value="3" /><Member Name="ADFederationServicesMFAAdapter" Value="4" /><Member Name="NPSExtension" Value="5" /></EnumType><EnumType Name="userAction"><Member Name="registerSecurityInformation" Value="0" /><Member Name="registerOrJoinDevices" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="whatIfAnalysisReasons" IsFlags="true"><Member Name="notSet" Value="0" /><Member Name="notEnoughInformation" Value="1" /><Member Name="invalidCondition" Value="2" /><Member Name="users" Value="4" /><Member Name="workloadIdentities" Value="8" /><Member Name="application" Value="16" /><Member Name="userActions" Value="32" /><Member Name="authenticationContext" Value="64" /><Member Name="devicePlatform" Value="128" /><Member Name="devices" Value="256" /><Member Name="clientApps" Value="512" /><Member Name="location" Value="1024" /><Member Name="signInRisk" Value="2048" /><Member Name="emptyPolicy" Value="4096" /><Member Name="invalidPolicy" Value="8192" /><Member Name="policyNotEnabled" Value="16384" /><Member Name="userRisk" Value="32768" /><Member Name="time" Value="65536" /><Member Name="insiderRisk" Value="131072" /><Member Name="authenticationFlow" Value="262144" /><Member Name="unknownFutureValue" Value="524288" /></EnumType><EnumType Name="accessPackageAssignmentFilterByCurrentUserOptions"><Member Name="target" Value="1" /><Member Name="createdBy" Value="2" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="accessPackageAssignmentRequestFilterByCurrentUserOptions"><Member Name="target" Value="1" /><Member Name="createdBy" Value="2" /><Member Name="approver" Value="3" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="accessPackageAssignmentState"><Member Name="delivering" Value="0" /><Member Name="partiallyDelivered" Value="1" /><Member Name="delivered" Value="2" /><Member Name="expired" Value="3" /><Member Name="deliveryFailed" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="accessPackageCatalogState"><Member Name="unpublished" Value="1" /><Member Name="published" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="accessPackageCatalogType"><Member Name="userManaged" Value="1" /><Member Name="serviceDefault" Value="2" /><Member Name="serviceManaged" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="accessPackageCustomExtensionStage"><Member Name="assignmentRequestCreated" Value="1" /><Member Name="assignmentRequestApproved" Value="2" /><Member Name="assignmentRequestGranted" Value="3" /><Member Name="assignmentRequestRemoved" Value="4" /><Member Name="assignmentFourteenDaysBeforeExpiration" Value="5" /><Member Name="assignmentOneDayBeforeExpiration" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="accessPackageExternalUserLifecycleAction"><Member Name="none" Value="0" /><Member Name="blockSignIn" Value="1" /><Member Name="blockSignInAndDelete" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="accessPackageFilterByCurrentUserOptions"><Member Name="allowedRequestor" Value="1" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="accessPackageRequestState"><Member Name="submitted" Value="0" /><Member Name="pendingApproval" Value="1" /><Member Name="delivering" Value="2" /><Member Name="delivered" Value="3" /><Member Name="deliveryFailed" Value="4" /><Member Name="denied" Value="5" /><Member Name="scheduled" Value="6" /><Member Name="canceled" Value="7" /><Member Name="partiallyDelivered" Value="8" /><Member Name="unknownFutureValue" Value="9" /></EnumType><EnumType Name="accessPackageRequestType"><Member Name="notSpecified" Value="0" /><Member Name="userAdd" Value="1" /><Member Name="userUpdate" Value="2" /><Member Name="userRemove" Value="3" /><Member Name="adminAdd" Value="4" /><Member Name="adminUpdate" Value="5" /><Member Name="adminRemove" Value="6" /><Member Name="systemAdd" Value="7" /><Member Name="systemUpdate" Value="8" /><Member Name="systemRemove" Value="9" /><Member Name="onBehalfAdd" Value="10" /><Member Name="unknownFutureValue" Value="11" /></EnumType><EnumType Name="accessPackageSubjectType"><Member Name="notSpecified" Value="0" /><Member Name="user" Value="1" /><Member Name="servicePrincipal" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="accessReviewExpirationBehavior"><Member Name="keepAccess" Value="0" /><Member Name="removeAccess" Value="1" /><Member Name="acceptAccessRecommendation" Value="2" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="allowedTargetScope"><Member Name="notSpecified" Value="0" /><Member Name="specificDirectoryUsers" Value="1" /><Member Name="specificConnectedOrganizationUsers" Value="2" /><Member Name="specificDirectoryServicePrincipals" Value="3" /><Member Name="allMemberUsers" Value="4" /><Member Name="allDirectoryUsers" Value="5" /><Member Name="allDirectoryServicePrincipals" Value="6" /><Member Name="allConfiguredConnectedOrganizationUsers" Value="7" /><Member Name="allExternalUsers" Value="8" /><Member Name="allDirectoryAgentIdentities" Value="9" /><Member Name="unknownFutureValue" Value="10" /></EnumType><EnumType Name="customExtensionCalloutInstanceStatus"><Member Name="calloutSent" Value="1" /><Member Name="callbackReceived" Value="2" /><Member Name="calloutFailed" Value="3" /><Member Name="callbackTimedOut" Value="4" /><Member Name="waitingForCallback" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="expirationPatternType"><Member Name="notSpecified" Value="0" /><Member Name="noExpiration" Value="1" /><Member Name="afterDateTime" Value="2" /><Member Name="afterDuration" Value="3" /></EnumType><EnumType Name="connectedOrganizationState"><Member Name="configured" Value="0" /><Member Name="proposed" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="socialIdentitySourceType"><Member Name="facebook" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="certificateStatus"><Member Name="notProvisioned" Value="0" /><Member Name="provisioned" Value="1" /></EnumType><EnumType Name="complianceStatus"><Member Name="unknown" Value="0" /><Member Name="notApplicable" Value="1" /><Member Name="compliant" Value="2" /><Member Name="remediated" Value="3" /><Member Name="nonCompliant" Value="4" /><Member Name="error" Value="5" /><Member Name="conflict" Value="6" /><Member Name="notAssigned" Value="7" /></EnumType><EnumType Name="installIntent"><Member Name="available" Value="0" /><Member Name="required" Value="1" /><Member Name="uninstall" Value="2" /><Member Name="availableWithoutEnrollment" Value="3" /></EnumType><EnumType Name="managedAppAvailability"><Member Name="global" Value="0" /><Member Name="lineOfBusiness" Value="1" /></EnumType><EnumType Name="mdmAppConfigKeyType"><Member Name="stringType" Value="0" /><Member Name="integerType" Value="1" /><Member Name="realType" Value="2" /><Member Name="booleanType" Value="3" /><Member Name="tokenType" Value="4" /></EnumType><EnumType Name="microsoftEdgeChannel"><Member Name="dev" Value="0" /><Member Name="beta" Value="1" /><Member Name="stable" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="microsoftStoreForBusinessLicenseType"><Member Name="offline" Value="0" /><Member Name="online" Value="1" /></EnumType><EnumType Name="mobileAppContentFileUploadState"><Member Name="success" Value="0" /><Member Name="transientError" Value="1" /><Member Name="error" Value="2" /><Member Name="unknown" Value="3" /><Member Name="azureStorageUriRequestSuccess" Value="100" /><Member Name="azureStorageUriRequestPending" Value="101" /><Member Name="azureStorageUriRequestFailed" Value="102" /><Member Name="azureStorageUriRequestTimedOut" Value="103" /><Member Name="azureStorageUriRenewalSuccess" Value="200" /><Member Name="azureStorageUriRenewalPending" Value="201" /><Member Name="azureStorageUriRenewalFailed" Value="202" /><Member Name="azureStorageUriRenewalTimedOut" Value="203" /><Member Name="commitFileSuccess" Value="300" /><Member Name="commitFilePending" Value="301" /><Member Name="commitFileFailed" Value="302" /><Member Name="commitFileTimedOut" Value="303" /></EnumType><EnumType Name="mobileAppPublishingState"><Member Name="notPublished" Value="0" /><Member Name="processing" Value="1" /><Member Name="published" Value="2" /></EnumType><EnumType Name="runAsAccountType"><Member Name="system" Value="0" /><Member Name="user" Value="1" /></EnumType><EnumType Name="vppTokenAccountType"><Member Name="business" Value="0" /><Member Name="education" Value="1" /></EnumType><EnumType Name="win32LobAppDeliveryOptimizationPriority"><Member Name="notConfigured" Value="0" /><Member Name="foreground" Value="1" /></EnumType><EnumType Name="win32LobAppFileSystemOperationType"><Member Name="notConfigured" Value="0" /><Member Name="exists" Value="1" /><Member Name="modifiedDate" Value="2" /><Member Name="createdDate" Value="3" /><Member Name="version" Value="4" /><Member Name="sizeInMB" Value="5" /></EnumType><EnumType Name="win32LobAppMsiPackageType"><Member Name="perMachine" Value="0" /><Member Name="perUser" Value="1" /><Member Name="dualPurpose" Value="2" /></EnumType><EnumType Name="win32LobAppNotification"><Member Name="showAll" Value="0" /><Member Name="showReboot" Value="1" /><Member Name="hideAll" Value="2" /></EnumType><EnumType Name="win32LobAppPowerShellScriptRuleOperationType"><Member Name="notConfigured" Value="0" /><Member Name="string" Value="1" /><Member Name="dateTime" Value="2" /><Member Name="integer" Value="3" /><Member Name="float" Value="4" /><Member Name="version" Value="5" /><Member Name="boolean" Value="6" /></EnumType><EnumType Name="win32LobAppRegistryRuleOperationType"><Member Name="notConfigured" Value="0" /><Member Name="exists" Value="1" /><Member Name="doesNotExist" Value="2" /><Member Name="string" Value="3" /><Member Name="integer" Value="4" /><Member Name="version" Value="5" /></EnumType><EnumType Name="win32LobAppRestartBehavior"><Member Name="basedOnReturnCode" Value="0" /><Member Name="allow" Value="1" /><Member Name="suppress" Value="2" /><Member Name="force" Value="3" /></EnumType><EnumType Name="win32LobAppReturnCodeType"><Member Name="failed" Value="0" /><Member Name="success" Value="1" /><Member Name="softReboot" Value="2" /><Member Name="hardReboot" Value="3" /><Member Name="retry" Value="4" /></EnumType><EnumType Name="win32LobAppRuleOperator"><Member Name="notConfigured" Value="0" /><Member Name="equal" Value="1" /><Member Name="notEqual" Value="2" /><Member Name="greaterThan" Value="4" /><Member Name="greaterThanOrEqual" Value="5" /><Member Name="lessThan" Value="8" /><Member Name="lessThanOrEqual" Value="9" /></EnumType><EnumType Name="win32LobAppRuleType"><Member Name="detection" Value="0" /><Member Name="requirement" Value="1" /></EnumType><EnumType Name="win32LobAutoUpdateSupersededAppsState"><Member Name="notConfigured" Value="0" /><Member Name="enabled" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="windowsArchitecture" IsFlags="true"><Member Name="none" Value="0" /><Member Name="x86" Value="1" /><Member Name="x64" Value="2" /><Member Name="arm" Value="4" /><Member Name="neutral" Value="8" /></EnumType><EnumType Name="windowsDeviceType" IsFlags="true"><Member Name="none" Value="0" /><Member Name="desktop" Value="1" /><Member Name="mobile" Value="2" /><Member Name="holographic" Value="4" /><Member Name="team" Value="8" /><Member Name="unknownFutureValue" Value="16" /></EnumType><EnumType Name="installState"><Member Name="notApplicable" Value="0" /><Member Name="installed" Value="1" /><Member Name="failed" Value="2" /><Member Name="notInstalled" Value="3" /><Member Name="uninstallFailed" Value="4" /><Member Name="unknown" Value="5" /></EnumType><EnumType Name="androidRequiredPasswordType"><Member Name="deviceDefault" Value="0" /><Member Name="alphabetic" Value="1" /><Member Name="alphanumeric" Value="2" /><Member Name="alphanumericWithSymbols" Value="3" /><Member Name="lowSecurityBiometric" Value="4" /><Member Name="numeric" Value="5" /><Member Name="numericComplex" Value="6" /><Member Name="any" Value="7" /></EnumType><EnumType Name="androidWorkProfileCrossProfileDataSharingType"><Member Name="deviceDefault" Value="0" /><Member Name="preventAny" Value="1" /><Member Name="allowPersonalToWork" Value="2" /><Member Name="noRestrictions" Value="3" /></EnumType><EnumType Name="androidWorkProfileDefaultAppPermissionPolicyType"><Member Name="deviceDefault" Value="0" /><Member Name="prompt" Value="1" /><Member Name="autoGrant" Value="2" /><Member Name="autoDeny" Value="3" /></EnumType><EnumType Name="androidWorkProfileRequiredPasswordType"><Member Name="deviceDefault" Value="0" /><Member Name="lowSecurityBiometric" Value="1" /><Member Name="required" Value="2" /><Member Name="atLeastNumeric" Value="3" /><Member Name="numericComplex" Value="4" /><Member Name="atLeastAlphabetic" Value="5" /><Member Name="atLeastAlphanumeric" Value="6" /><Member Name="alphanumericWithSymbols" Value="7" /></EnumType><EnumType Name="applicationGuardBlockClipboardSharingType"><Member Name="notConfigured" Value="0" /><Member Name="blockBoth" Value="1" /><Member Name="blockHostToContainer" Value="2" /><Member Name="blockContainerToHost" Value="3" /><Member Name="blockNone" Value="4" /></EnumType><EnumType Name="applicationGuardBlockFileTransferType"><Member Name="notConfigured" Value="0" /><Member Name="blockImageAndTextFile" Value="1" /><Member Name="blockImageFile" Value="2" /><Member Name="blockNone" Value="3" /><Member Name="blockTextFile" Value="4" /></EnumType><EnumType Name="appListType"><Member Name="none" Value="0" /><Member Name="appsInListCompliant" Value="1" /><Member Name="appsNotInListCompliant" Value="2" /></EnumType><EnumType Name="appLockerApplicationControlType"><Member Name="notConfigured" Value="0" /><Member Name="enforceComponentsAndStoreApps" Value="1" /><Member Name="auditComponentsAndStoreApps" Value="2" /><Member Name="enforceComponentsStoreAppsAndSmartlocker" Value="3" /><Member Name="auditComponentsStoreAppsAndSmartlocker" Value="4" /></EnumType><EnumType Name="automaticUpdateMode"><Member Name="userDefined" Value="0" /><Member Name="notifyDownload" Value="1" /><Member Name="autoInstallAtMaintenanceTime" Value="2" /><Member Name="autoInstallAndRebootAtMaintenanceTime" Value="3" /><Member Name="autoInstallAndRebootAtScheduledTime" Value="4" /><Member Name="autoInstallAndRebootWithoutEndUserControl" Value="5" /></EnumType><EnumType Name="autoRestartNotificationDismissalMethod"><Member Name="notConfigured" Value="0" /><Member Name="automatic" Value="1" /><Member Name="user" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="bitLockerEncryptionMethod"><Member Name="aesCbc128" Value="3" /><Member Name="aesCbc256" Value="4" /><Member Name="xtsAes128" Value="6" /><Member Name="xtsAes256" Value="7" /></EnumType><EnumType Name="defenderCloudBlockLevelType"><Member Name="notConfigured" Value="0" /><Member Name="high" Value="1" /><Member Name="highPlus" Value="2" /><Member Name="zeroTolerance" Value="3" /></EnumType><EnumType Name="defenderMonitorFileActivity"><Member Name="userDefined" Value="0" /><Member Name="disable" Value="1" /><Member Name="monitorAllFiles" Value="2" /><Member Name="monitorIncomingFilesOnly" Value="3" /><Member Name="monitorOutgoingFilesOnly" Value="4" /></EnumType><EnumType Name="defenderPromptForSampleSubmission"><Member Name="userDefined" Value="0" /><Member Name="alwaysPrompt" Value="1" /><Member Name="promptBeforeSendingPersonalData" Value="2" /><Member Name="neverSendData" Value="3" /><Member Name="sendAllDataWithoutPrompting" Value="4" /></EnumType><EnumType Name="defenderScanType"><Member Name="userDefined" Value="0" /><Member Name="disabled" Value="1" /><Member Name="quick" Value="2" /><Member Name="full" Value="3" /></EnumType><EnumType Name="defenderThreatAction"><Member Name="deviceDefault" Value="0" /><Member Name="clean" Value="1" /><Member Name="quarantine" Value="2" /><Member Name="remove" Value="3" /><Member Name="allow" Value="4" /><Member Name="userDefined" Value="5" /><Member Name="block" Value="6" /></EnumType><EnumType Name="deviceComplianceActionType"><Member Name="noAction" Value="0" /><Member Name="notification" Value="1" /><Member Name="block" Value="2" /><Member Name="retire" Value="3" /><Member Name="wipe" Value="4" /><Member Name="removeResourceAccessProfiles" Value="5" /><Member Name="pushNotification" Value="9" /></EnumType><EnumType Name="deviceThreatProtectionLevel"><Member Name="unavailable" Value="0" /><Member Name="secured" Value="1" /><Member Name="low" Value="2" /><Member Name="medium" Value="3" /><Member Name="high" Value="4" /><Member Name="notSet" Value="10" /></EnumType><EnumType Name="diagnosticDataSubmissionMode"><Member Name="userDefined" Value="0" /><Member Name="none" Value="1" /><Member Name="basic" Value="2" /><Member Name="enhanced" Value="3" /><Member Name="full" Value="4" /></EnumType><EnumType Name="edgeCookiePolicy"><Member Name="userDefined" Value="0" /><Member Name="allow" Value="1" /><Member Name="blockThirdParty" Value="2" /><Member Name="blockAll" Value="3" /></EnumType><EnumType Name="edgeSearchEngineType"><Member Name="default" Value="0" /><Member Name="bing" Value="1" /></EnumType><EnumType Name="editionUpgradeLicenseType"><Member Name="productKey" Value="0" /><Member Name="licenseFile" Value="1" /></EnumType><EnumType Name="enablement"><Member Name="notConfigured" Value="0" /><Member Name="enabled" Value="1" /><Member Name="disabled" Value="2" /></EnumType><EnumType Name="firewallCertificateRevocationListCheckMethodType"><Member Name="deviceDefault" Value="0" /><Member Name="none" Value="1" /><Member Name="attempt" Value="2" /><Member Name="require" Value="3" /></EnumType><EnumType Name="firewallPacketQueueingMethodType"><Member Name="deviceDefault" Value="0" /><Member Name="disabled" Value="1" /><Member Name="queueInbound" Value="2" /><Member Name="queueOutbound" Value="3" /><Member Name="queueBoth" Value="4" /></EnumType><EnumType Name="firewallPreSharedKeyEncodingMethodType"><Member Name="deviceDefault" Value="0" /><Member Name="none" Value="1" /><Member Name="utF8" Value="2" /></EnumType><EnumType Name="internetSiteSecurityLevel"><Member Name="userDefined" Value="0" /><Member Name="medium" Value="1" /><Member Name="mediumHigh" Value="2" /><Member Name="high" Value="3" /></EnumType><EnumType Name="iosNotificationAlertType"><Member Name="deviceDefault" Value="0" /><Member Name="banner" Value="1" /><Member Name="modal" Value="2" /><Member Name="none" Value="3" /></EnumType><EnumType Name="iosUpdatesInstallStatus"><Member Name="deviceOsHigherThanDesiredOsVersion" Value="-2016330696" /><Member Name="sharedDeviceUserLoggedInError" Value="-2016330699" /><Member Name="notSupportedOperation" Value="-2016330701" /><Member Name="installFailed" Value="-2016330702" /><Member Name="installPhoneCallInProgress" Value="-2016330703" /><Member Name="installInsufficientPower" Value="-2016330704" /><Member Name="installInsufficientSpace" Value="-2016330705" /><Member Name="installing" Value="-2016330706" /><Member Name="downloadInsufficientNetwork" Value="-2016330707" /><Member Name="downloadInsufficientPower" Value="-2016330708" /><Member Name="downloadInsufficientSpace" Value="-2016330709" /><Member Name="downloadRequiresComputer" Value="-2016330710" /><Member Name="downloadFailed" Value="-2016330711" /><Member Name="downloading" Value="-2016330712" /><Member Name="success" Value="0" /><Member Name="available" Value="1" /><Member Name="idle" Value="2" /><Member Name="unknown" Value="3" /></EnumType><EnumType Name="miracastChannel"><Member Name="userDefined" Value="0" /><Member Name="one" Value="1" /><Member Name="two" Value="2" /><Member Name="three" Value="3" /><Member Name="four" Value="4" /><Member Name="five" Value="5" /><Member Name="six" Value="6" /><Member Name="seven" Value="7" /><Member Name="eight" Value="8" /><Member Name="nine" Value="9" /><Member Name="ten" Value="10" /><Member Name="eleven" Value="11" /><Member Name="thirtySix" Value="36" /><Member Name="forty" Value="40" /><Member Name="fortyFour" Value="44" /><Member Name="fortyEight" Value="48" /><Member Name="oneHundredFortyNine" Value="149" /><Member Name="oneHundredFiftyThree" Value="153" /><Member Name="oneHundredFiftySeven" Value="157" /><Member Name="oneHundredSixtyOne" Value="161" /><Member Name="oneHundredSixtyFive" Value="165" /></EnumType><EnumType Name="policyPlatformType"><Member Name="android" Value="0" /><Member Name="androidForWork" Value="1" /><Member Name="iOS" Value="2" /><Member Name="macOS" Value="3" /><Member Name="windowsPhone81" Value="4" /><Member Name="windows81AndLater" Value="5" /><Member Name="windows10AndLater" Value="6" /><Member Name="all" Value="100" /></EnumType><EnumType Name="prereleaseFeatures"><Member Name="userDefined" Value="0" /><Member Name="settingsOnly" Value="1" /><Member Name="settingsAndExperimentations" Value="2" /><Member Name="notAllowed" Value="3" /></EnumType><EnumType Name="ratingAppsType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="agesAbove4" Value="2" /><Member Name="agesAbove9" Value="3" /><Member Name="agesAbove12" Value="4" /><Member Name="agesAbove17" Value="5" /></EnumType><EnumType Name="ratingAustraliaMoviesType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="general" Value="2" /><Member Name="parentalGuidance" Value="3" /><Member Name="mature" Value="4" /><Member Name="agesAbove15" Value="5" /><Member Name="agesAbove18" Value="6" /></EnumType><EnumType Name="ratingAustraliaTelevisionType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="preschoolers" Value="2" /><Member Name="children" Value="3" /><Member Name="general" Value="4" /><Member Name="parentalGuidance" Value="5" /><Member Name="mature" Value="6" /><Member Name="agesAbove15" Value="7" /><Member Name="agesAbove15AdultViolence" Value="8" /></EnumType><EnumType Name="ratingCanadaMoviesType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="general" Value="2" /><Member Name="parentalGuidance" Value="3" /><Member Name="agesAbove14" Value="4" /><Member Name="agesAbove18" Value="5" /><Member Name="restricted" Value="6" /></EnumType><EnumType Name="ratingCanadaTelevisionType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="children" Value="2" /><Member Name="childrenAbove8" Value="3" /><Member Name="general" Value="4" /><Member Name="parentalGuidance" Value="5" /><Member Name="agesAbove14" Value="6" /><Member Name="agesAbove18" Value="7" /></EnumType><EnumType Name="ratingFranceMoviesType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="agesAbove10" Value="2" /><Member Name="agesAbove12" Value="3" /><Member Name="agesAbove16" Value="4" /><Member Name="agesAbove18" Value="5" /></EnumType><EnumType Name="ratingFranceTelevisionType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="agesAbove10" Value="2" /><Member Name="agesAbove12" Value="3" /><Member Name="agesAbove16" Value="4" /><Member Name="agesAbove18" Value="5" /></EnumType><EnumType Name="ratingGermanyMoviesType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="general" Value="2" /><Member Name="agesAbove6" Value="3" /><Member Name="agesAbove12" Value="4" /><Member Name="agesAbove16" Value="5" /><Member Name="adults" Value="6" /></EnumType><EnumType Name="ratingGermanyTelevisionType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="general" Value="2" /><Member Name="agesAbove6" Value="3" /><Member Name="agesAbove12" Value="4" /><Member Name="agesAbove16" Value="5" /><Member Name="adults" Value="6" /></EnumType><EnumType Name="ratingIrelandMoviesType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="general" Value="2" /><Member Name="parentalGuidance" Value="3" /><Member Name="agesAbove12" Value="4" /><Member Name="agesAbove15" Value="5" /><Member Name="agesAbove16" Value="6" /><Member Name="adults" Value="7" /></EnumType><EnumType Name="ratingIrelandTelevisionType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="general" Value="2" /><Member Name="children" Value="3" /><Member Name="youngAdults" Value="4" /><Member Name="parentalSupervision" Value="5" /><Member Name="mature" Value="6" /></EnumType><EnumType Name="ratingJapanMoviesType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="general" Value="2" /><Member Name="parentalGuidance" Value="3" /><Member Name="agesAbove15" Value="4" /><Member Name="agesAbove18" Value="5" /></EnumType><EnumType Name="ratingJapanTelevisionType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="explicitAllowed" Value="2" /></EnumType><EnumType Name="ratingNewZealandMoviesType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="general" Value="2" /><Member Name="parentalGuidance" Value="3" /><Member Name="mature" Value="4" /><Member Name="agesAbove13" Value="5" /><Member Name="agesAbove15" Value="6" /><Member Name="agesAbove16" Value="7" /><Member Name="agesAbove18" Value="8" /><Member Name="restricted" Value="9" /><Member Name="agesAbove16Restricted" Value="10" /></EnumType><EnumType Name="ratingNewZealandTelevisionType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="general" Value="2" /><Member Name="parentalGuidance" Value="3" /><Member Name="adults" Value="4" /></EnumType><EnumType Name="ratingUnitedKingdomMoviesType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="general" Value="2" /><Member Name="universalChildren" Value="3" /><Member Name="parentalGuidance" Value="4" /><Member Name="agesAbove12Video" Value="5" /><Member Name="agesAbove12Cinema" Value="6" /><Member Name="agesAbove15" Value="7" /><Member Name="adults" Value="8" /></EnumType><EnumType Name="ratingUnitedKingdomTelevisionType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="caution" Value="2" /></EnumType><EnumType Name="ratingUnitedStatesMoviesType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="general" Value="2" /><Member Name="parentalGuidance" Value="3" /><Member Name="parentalGuidance13" Value="4" /><Member Name="restricted" Value="5" /><Member Name="adults" Value="6" /></EnumType><EnumType Name="ratingUnitedStatesTelevisionType"><Member Name="allAllowed" Value="0" /><Member Name="allBlocked" Value="1" /><Member Name="childrenAll" Value="2" /><Member Name="childrenAbove7" Value="3" /><Member Name="general" Value="4" /><Member Name="parentalGuidance" Value="5" /><Member Name="childrenAbove14" Value="6" /><Member Name="adults" Value="7" /></EnumType><EnumType Name="requiredPasswordType"><Member Name="deviceDefault" Value="0" /><Member Name="alphanumeric" Value="1" /><Member Name="numeric" Value="2" /></EnumType><EnumType Name="safeSearchFilterType"><Member Name="userDefined" Value="0" /><Member Name="strict" Value="1" /><Member Name="moderate" Value="2" /></EnumType><EnumType Name="settingSourceType"><Member Name="deviceConfiguration" Value="0" /><Member Name="deviceIntent" Value="1" /></EnumType><EnumType Name="sharedPCAccountDeletionPolicyType"><Member Name="immediate" Value="0" /><Member Name="diskSpaceThreshold" Value="1" /><Member Name="diskSpaceThresholdOrInactiveThreshold" Value="2" /></EnumType><EnumType Name="sharedPCAllowedAccountType" IsFlags="true"><Member Name="guest" Value="1" /><Member Name="domain" Value="2" /></EnumType><EnumType Name="siteSecurityLevel"><Member Name="userDefined" Value="0" /><Member Name="low" Value="1" /><Member Name="mediumLow" Value="2" /><Member Name="medium" Value="3" /><Member Name="mediumHigh" Value="4" /><Member Name="high" Value="5" /></EnumType><EnumType Name="stateManagementSetting"><Member Name="notConfigured" Value="0" /><Member Name="blocked" Value="1" /><Member Name="allowed" Value="2" /></EnumType><EnumType Name="visibilitySetting"><Member Name="notConfigured" Value="0" /><Member Name="hide" Value="1" /><Member Name="show" Value="2" /></EnumType><EnumType Name="webBrowserCookieSettings"><Member Name="browserDefault" Value="0" /><Member Name="blockAlways" Value="1" /><Member Name="allowCurrentWebSite" Value="2" /><Member Name="allowFromWebsitesVisited" Value="3" /><Member Name="allowAlways" Value="4" /></EnumType><EnumType Name="weeklySchedule"><Member Name="userDefined" Value="0" /><Member Name="everyday" Value="1" /><Member Name="sunday" Value="2" /><Member Name="monday" Value="3" /><Member Name="tuesday" Value="4" /><Member Name="wednesday" Value="5" /><Member Name="thursday" Value="6" /><Member Name="friday" Value="7" /><Member Name="saturday" Value="8" /></EnumType><EnumType Name="welcomeScreenMeetingInformation"><Member Name="userDefined" Value="0" /><Member Name="showOrganizerAndTimeOnly" Value="1" /><Member Name="showOrganizerAndTimeAndSubject" Value="2" /></EnumType><EnumType Name="windows10EditionType"><Member Name="windows10Enterprise" Value="0" /><Member Name="windows10EnterpriseN" Value="1" /><Member Name="windows10Education" Value="2" /><Member Name="windows10EducationN" Value="3" /><Member Name="windows10MobileEnterprise" Value="4" /><Member Name="windows10HolographicEnterprise" Value="5" /><Member Name="windows10Professional" Value="6" /><Member Name="windows10ProfessionalN" Value="7" /><Member Name="windows10ProfessionalEducation" Value="8" /><Member Name="windows10ProfessionalEducationN" Value="9" /><Member Name="windows10ProfessionalWorkstation" Value="10" /><Member Name="windows10ProfessionalWorkstationN" Value="11" /></EnumType><EnumType Name="windowsDeliveryOptimizationMode"><Member Name="userDefined" Value="0" /><Member Name="httpOnly" Value="1" /><Member Name="httpWithPeeringNat" Value="2" /><Member Name="httpWithPeeringPrivateGroup" Value="3" /><Member Name="httpWithInternetPeering" Value="4" /><Member Name="simpleDownload" Value="99" /><Member Name="bypassMode" Value="100" /></EnumType><EnumType Name="windowsSpotlightEnablementSettings"><Member Name="notConfigured" Value="0" /><Member Name="disabled" Value="1" /><Member Name="enabled" Value="2" /></EnumType><EnumType Name="windowsStartMenuAppListVisibilityType" IsFlags="true"><Member Name="userDefined" Value="0" /><Member Name="collapse" Value="1" /><Member Name="remove" Value="2" /><Member Name="disableSettingsApp" Value="4" /></EnumType><EnumType Name="windowsStartMenuModeType"><Member Name="userDefined" Value="0" /><Member Name="fullScreen" Value="1" /><Member Name="nonFullScreen" Value="2" /></EnumType><EnumType Name="windowsUpdateForBusinessUpdateWeeks" IsFlags="true"><Member Name="userDefined" Value="0" /><Member Name="firstWeek" Value="1" /><Member Name="secondWeek" Value="2" /><Member Name="thirdWeek" Value="4" /><Member Name="fourthWeek" Value="8" /><Member Name="everyWeek" Value="15" /><Member Name="unknownFutureValue" Value="22" /></EnumType><EnumType Name="windowsUpdateNotificationDisplayOption"><Member Name="notConfigured" Value="0" /><Member Name="defaultNotifications" Value="1" /><Member Name="restartWarningsOnly" Value="2" /><Member Name="disableAllNotifications" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="windowsUpdateType"><Member Name="userDefined" Value="0" /><Member Name="all" Value="1" /><Member Name="businessReadyOnly" Value="2" /><Member Name="windowsInsiderBuildFast" Value="3" /><Member Name="windowsInsiderBuildSlow" Value="4" /><Member Name="windowsInsiderBuildRelease" Value="5" /></EnumType><EnumType Name="windowsUserAccountControlSettings"><Member Name="userDefined" Value="0" /><Member Name="alwaysNotify" Value="1" /><Member Name="notifyOnAppChanges" Value="2" /><Member Name="notifyOnAppChangesWithoutDimming" Value="3" /><Member Name="neverNotify" Value="4" /></EnumType><EnumType Name="deviceManagementExchangeConnectorStatus"><Member Name="none" Value="0" /><Member Name="connectionPending" Value="1" /><Member Name="connected" Value="2" /><Member Name="disconnected" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="deviceManagementExchangeConnectorSyncType"><Member Name="fullSync" Value="0" /><Member Name="deltaSync" Value="1" /></EnumType><EnumType Name="deviceManagementExchangeConnectorType"><Member Name="onPremises" Value="0" /><Member Name="hosted" Value="1" /><Member Name="serviceToService" Value="2" /><Member Name="dedicated" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="deviceManagementPartnerAppType"><Member Name="unknown" Value="0" /><Member Name="singleTenantApp" Value="1" /><Member Name="multiTenantApp" Value="2" /></EnumType><EnumType Name="deviceManagementPartnerTenantState"><Member Name="unknown" Value="0" /><Member Name="unavailable" Value="1" /><Member Name="enabled" Value="2" /><Member Name="terminated" Value="3" /><Member Name="rejected" Value="4" /><Member Name="unresponsive" Value="5" /></EnumType><EnumType Name="mdmAuthority"><Member Name="unknown" Value="0" /><Member Name="intune" Value="1" /><Member Name="sccm" Value="2" /><Member Name="office365" Value="3" /></EnumType><EnumType Name="mobileThreatPartnerTenantState"><Member Name="unavailable" Value="0" /><Member Name="available" Value="1" /><Member Name="enabled" Value="2" /><Member Name="unresponsive" Value="3" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="vppTokenState"><Member Name="unknown" Value="0" /><Member Name="valid" Value="1" /><Member Name="expired" Value="2" /><Member Name="invalid" Value="3" /><Member Name="assignedToExternalMDM" Value="4" /></EnumType><EnumType Name="vppTokenSyncStatus"><Member Name="none" Value="0" /><Member Name="inProgress" Value="1" /><Member Name="completed" Value="2" /><Member Name="failed" Value="3" /></EnumType><EnumType Name="windowsHelloForBusinessPinUsage"><Member Name="allowed" Value="0" /><Member Name="required" Value="1" /><Member Name="disallowed" Value="2" /></EnumType><EnumType Name="actionState"><Member Name="none" Value="0" /><Member Name="pending" Value="1" /><Member Name="canceled" Value="2" /><Member Name="active" Value="3" /><Member Name="done" Value="4" /><Member Name="failed" Value="5" /><Member Name="notSupported" Value="6" /></EnumType><EnumType Name="appLogDecryptionAlgorithm"><Member Name="aes256" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="appLogUploadState"><Member Name="pending" Value="0" /><Member Name="completed" Value="1" /><Member Name="failed" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="complianceState"><Member Name="unknown" Value="0" /><Member Name="compliant" Value="1" /><Member Name="noncompliant" Value="2" /><Member Name="conflict" Value="3" /><Member Name="error" Value="4" /><Member Name="inGracePeriod" Value="254" /><Member Name="configManager" Value="255" /></EnumType><EnumType Name="detectedAppPlatformType"><Member Name="unknown" Value="0" /><Member Name="windows" Value="1" /><Member Name="windowsMobile" Value="2" /><Member Name="windowsHolographic" Value="3" /><Member Name="ios" Value="4" /><Member Name="macOS" Value="5" /><Member Name="chromeOS" Value="6" /><Member Name="androidOSP" Value="7" /><Member Name="androidDeviceAdministrator" Value="8" /><Member Name="androidWorkProfile" Value="9" /><Member Name="androidDedicatedAndFullyManaged" Value="10" /><Member Name="unknownFutureValue" Value="11" /></EnumType><EnumType Name="deviceEnrollmentType"><Member Name="unknown" Value="0" /><Member Name="userEnrollment" Value="1" /><Member Name="deviceEnrollmentManager" Value="2" /><Member Name="appleBulkWithUser" Value="3" /><Member Name="appleBulkWithoutUser" Value="4" /><Member Name="windowsAzureADJoin" Value="5" /><Member Name="windowsBulkUserless" Value="6" /><Member Name="windowsAutoEnrollment" Value="7" /><Member Name="windowsBulkAzureDomainJoin" Value="8" /><Member Name="windowsCoManagement" Value="9" /><Member Name="windowsAzureADJoinUsingDeviceAuth" Value="10" /><Member Name="appleUserEnrollment" Value="11" /><Member Name="appleUserEnrollmentWithServiceAccount" Value="12" /><Member Name="unknownFutureValue" Value="26" /></EnumType><EnumType Name="deviceLogCollectionTemplateType"><Member Name="predefined" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="deviceManagementExchangeAccessState"><Member Name="none" Value="0" /><Member Name="unknown" Value="1" /><Member Name="allowed" Value="2" /><Member Name="blocked" Value="3" /><Member Name="quarantined" Value="4" /></EnumType><EnumType Name="deviceManagementExchangeAccessStateReason"><Member Name="none" Value="0" /><Member Name="unknown" Value="1" /><Member Name="exchangeGlobalRule" Value="2" /><Member Name="exchangeIndividualRule" Value="3" /><Member Name="exchangeDeviceRule" Value="4" /><Member Name="exchangeUpgrade" Value="5" /><Member Name="exchangeMailboxPolicy" Value="6" /><Member Name="other" Value="7" /><Member Name="compliant" Value="8" /><Member Name="notCompliant" Value="9" /><Member Name="notEnrolled" Value="10" /><Member Name="unknownLocation" Value="12" /><Member Name="mfaRequired" Value="13" /><Member Name="azureADBlockDueToAccessPolicy" Value="14" /><Member Name="compromisedPassword" Value="15" /><Member Name="deviceNotKnownWithManagedApp" Value="16" /></EnumType><EnumType Name="deviceManagementSubscriptionState"><Member Name="pending" Value="0" /><Member Name="active" Value="1" /><Member Name="warning" Value="2" /><Member Name="disabled" Value="3" /><Member Name="deleted" Value="4" /><Member Name="blocked" Value="5" /><Member Name="lockedOut" Value="8" /></EnumType><EnumType Name="deviceRegistrationState"><Member Name="notRegistered" Value="0" /><Member Name="registered" Value="2" /><Member Name="revoked" Value="3" /><Member Name="keyConflict" Value="4" /><Member Name="approvalPending" Value="5" /><Member Name="certificateReset" Value="6" /><Member Name="notRegisteredPendingEnrollment" Value="7" /><Member Name="unknown" Value="8" /></EnumType><EnumType Name="diskType"><Member Name="unknown" Value="0" /><Member Name="hdd" Value="1" /><Member Name="ssd" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="managedDeviceOwnerType"><Member Name="unknown" Value="0" /><Member Name="company" Value="1" /><Member Name="personal" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="managedDevicePartnerReportedHealthState"><Member Name="unknown" Value="0" /><Member Name="activated" Value="1" /><Member Name="deactivated" Value="2" /><Member Name="secured" Value="3" /><Member Name="lowSeverity" Value="4" /><Member Name="mediumSeverity" Value="5" /><Member Name="highSeverity" Value="6" /><Member Name="unresponsive" Value="7" /><Member Name="compromised" Value="8" /><Member Name="misconfigured" Value="9" /></EnumType><EnumType Name="managementAgentType"><Member Name="eas" Value="1" /><Member Name="mdm" Value="2" /><Member Name="easMdm" Value="3" /><Member Name="intuneClient" Value="4" /><Member Name="easIntuneClient" Value="5" /><Member Name="configurationManagerClient" Value="8" /><Member Name="configurationManagerClientMdm" Value="10" /><Member Name="configurationManagerClientMdmEas" Value="11" /><Member Name="unknown" Value="16" /><Member Name="jamf" Value="32" /><Member Name="googleCloudDevicePolicyController" Value="64" /><Member Name="microsoft365ManagedMdm" Value="258" /><Member Name="msSense" Value="1024" /></EnumType><EnumType Name="managementState"><Member Name="managed" Value="0" /><Member Name="retirePending" Value="1" /><Member Name="retireFailed" Value="2" /><Member Name="wipePending" Value="3" /><Member Name="wipeFailed" Value="4" /><Member Name="unhealthy" Value="5" /><Member Name="deletePending" Value="6" /><Member Name="retireIssued" Value="7" /><Member Name="wipeIssued" Value="8" /><Member Name="wipeCanceled" Value="9" /><Member Name="retireCanceled" Value="10" /><Member Name="discovered" Value="11" /><Member Name="unknownFutureValue" Value="12" /></EnumType><EnumType Name="obliterationBehavior"><Member Name="default" Value="0" /><Member Name="doNotObliterate" Value="1" /><Member Name="obliterateWithWarning" Value="2" /><Member Name="always" Value="3" /><Member Name="unknownFutureValue" Value="999" /></EnumType><EnumType Name="operatingSystemUpgradeEligibility"><Member Name="upgraded" Value="0" /><Member Name="unknown" Value="1" /><Member Name="notCapable" Value="2" /><Member Name="capable" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="userExperienceAnalyticsHealthState"><Member Name="unknown" Value="0" /><Member Name="insufficientData" Value="1" /><Member Name="needsAttention" Value="2" /><Member Name="meetingGoals" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="userExperienceAnalyticsInsightSeverity"><Member Name="none" Value="0" /><Member Name="informational" Value="1" /><Member Name="warning" Value="2" /><Member Name="error" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="userExperienceAnalyticsOperatingSystemRestartCategory"><Member Name="unknown" Value="0" /><Member Name="restartWithUpdate" Value="1" /><Member Name="restartWithoutUpdate" Value="2" /><Member Name="blueScreen" Value="3" /><Member Name="shutdownWithUpdate" Value="4" /><Member Name="shutdownWithoutUpdate" Value="5" /><Member Name="longPowerButtonPress" Value="6" /><Member Name="bootError" Value="7" /><Member Name="update" Value="8" /><Member Name="unknownFutureValue" Value="9" /></EnumType><EnumType Name="userExperienceAnalyticsSummarizedBy"><Member Name="none" Value="0" /><Member Name="model" Value="1" /><Member Name="allRegressions" Value="3" /><Member Name="modelRegression" Value="4" /><Member Name="manufacturerRegression" Value="5" /><Member Name="operatingSystemVersionRegression" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="windowsDefenderProductStatus" IsFlags="true"><Member Name="noStatus" Value="0" /><Member Name="serviceNotRunning" Value="1" /><Member Name="serviceStartedWithoutMalwareProtection" Value="2" /><Member Name="pendingFullScanDueToThreatAction" Value="4" /><Member Name="pendingRebootDueToThreatAction" Value="8" /><Member Name="pendingManualStepsDueToThreatAction" Value="16" /><Member Name="avSignaturesOutOfDate" Value="32" /><Member Name="asSignaturesOutOfDate" Value="64" /><Member Name="noQuickScanHappenedForSpecifiedPeriod" Value="128" /><Member Name="noFullScanHappenedForSpecifiedPeriod" Value="256" /><Member Name="systemInitiatedScanInProgress" Value="512" /><Member Name="systemInitiatedCleanInProgress" Value="1024" /><Member Name="samplesPendingSubmission" Value="2048" /><Member Name="productRunningInEvaluationMode" Value="4096" /><Member Name="productRunningInNonGenuineMode" Value="8192" /><Member Name="productExpired" Value="16384" /><Member Name="offlineScanRequired" Value="32768" /><Member Name="serviceShutdownAsPartOfSystemShutdown" Value="65536" /><Member Name="threatRemediationFailedCritically" Value="131072" /><Member Name="threatRemediationFailedNonCritically" Value="262144" /><Member Name="noStatusFlagsSet" Value="524288" /><Member Name="platformOutOfDate" Value="1048576" /><Member Name="platformUpdateInProgress" Value="2097152" /><Member Name="platformAboutToBeOutdated" Value="4194304" /><Member Name="signatureOrPlatformEndOfLifeIsPastOrIsImpending" Value="8388608" /><Member Name="windowsSModeSignaturesInUseOnNonWin10SInstall" Value="16777216" /></EnumType><EnumType Name="windowsDeviceHealthState" IsFlags="true"><Member Name="clean" Value="0" /><Member Name="fullScanPending" Value="1" /><Member Name="rebootPending" Value="2" /><Member Name="manualStepsPending" Value="4" /><Member Name="offlineScanPending" Value="8" /><Member Name="critical" Value="16" /></EnumType><EnumType Name="windowsMalwareCategory"><Member Name="invalid" Value="0" /><Member Name="adware" Value="1" /><Member Name="spyware" Value="2" /><Member Name="passwordStealer" Value="3" /><Member Name="trojanDownloader" Value="4" /><Member Name="worm" Value="5" /><Member Name="backdoor" Value="6" /><Member Name="remoteAccessTrojan" Value="7" /><Member Name="trojan" Value="8" /><Member Name="emailFlooder" Value="9" /><Member Name="keylogger" Value="10" /><Member Name="dialer" Value="11" /><Member Name="monitoringSoftware" Value="12" /><Member Name="browserModifier" Value="13" /><Member Name="cookie" Value="14" /><Member Name="browserPlugin" Value="15" /><Member Name="aolExploit" Value="16" /><Member Name="nuker" Value="17" /><Member Name="securityDisabler" Value="18" /><Member Name="jokeProgram" Value="19" /><Member Name="hostileActiveXControl" Value="20" /><Member Name="softwareBundler" Value="21" /><Member Name="stealthNotifier" Value="22" /><Member Name="settingsModifier" Value="23" /><Member Name="toolBar" Value="24" /><Member Name="remoteControlSoftware" Value="25" /><Member Name="trojanFtp" Value="26" /><Member Name="potentialUnwantedSoftware" Value="27" /><Member Name="icqExploit" Value="28" /><Member Name="trojanTelnet" Value="29" /><Member Name="exploit" Value="30" /><Member Name="filesharingProgram" Value="31" /><Member Name="malwareCreationTool" Value="32" /><Member Name="remote_Control_Software" Value="33" /><Member Name="tool" Value="34" /><Member Name="trojanDenialOfService" Value="36" /><Member Name="trojanDropper" Value="37" /><Member Name="trojanMassMailer" Value="38" /><Member Name="trojanMonitoringSoftware" Value="39" /><Member Name="trojanProxyServer" Value="40" /><Member Name="virus" Value="42" /><Member Name="known" Value="43" /><Member Name="unknown" Value="44" /><Member Name="spp" Value="45" /><Member Name="behavior" Value="46" /><Member Name="vulnerability" Value="47" /><Member Name="policy" Value="48" /><Member Name="enterpriseUnwantedSoftware" Value="49" /><Member Name="ransom" Value="50" /><Member Name="hipsRule" Value="51" /></EnumType><EnumType Name="windowsMalwareExecutionState"><Member Name="unknown" Value="0" /><Member Name="blocked" Value="1" /><Member Name="allowed" Value="2" /><Member Name="running" Value="3" /><Member Name="notRunning" Value="4" /></EnumType><EnumType Name="windowsMalwareSeverity"><Member Name="unknown" Value="0" /><Member Name="low" Value="1" /><Member Name="moderate" Value="2" /><Member Name="high" Value="4" /><Member Name="severe" Value="5" /></EnumType><EnumType Name="windowsMalwareState"><Member Name="unknown" Value="0" /><Member Name="detected" Value="1" /><Member Name="cleaned" Value="2" /><Member Name="quarantined" Value="3" /><Member Name="removed" Value="4" /><Member Name="allowed" Value="5" /><Member Name="blocked" Value="6" /><Member Name="cleanFailed" Value="102" /><Member Name="quarantineFailed" Value="103" /><Member Name="removeFailed" Value="104" /><Member Name="allowFailed" Value="105" /><Member Name="abandoned" Value="106" /><Member Name="blockFailed" Value="107" /></EnumType><EnumType Name="windowsMalwareThreatState"><Member Name="active" Value="0" /><Member Name="actionFailed" Value="1" /><Member Name="manualStepsRequired" Value="2" /><Member Name="fullScanRequired" Value="3" /><Member Name="rebootRequired" Value="4" /><Member Name="remediatedWithNonCriticalFailures" Value="5" /><Member Name="quarantined" Value="6" /><Member Name="removed" Value="7" /><Member Name="cleaned" Value="8" /><Member Name="allowed" Value="9" /><Member Name="noStatusCleared" Value="10" /></EnumType><EnumType Name="enrollmentState"><Member Name="unknown" Value="0" /><Member Name="enrolled" Value="1" /><Member Name="pendingReset" Value="2" /><Member Name="failed" Value="3" /><Member Name="notContacted" Value="4" /></EnumType><EnumType Name="importedWindowsAutopilotDeviceIdentityImportStatus"><Member Name="unknown" Value="0" /><Member Name="pending" Value="1" /><Member Name="partial" Value="2" /><Member Name="complete" Value="3" /><Member Name="error" Value="4" /></EnumType><EnumType Name="importedWindowsAutopilotDeviceIdentityUploadStatus"><Member Name="noUpload" Value="0" /><Member Name="pending" Value="1" /><Member Name="complete" Value="2" /><Member Name="error" Value="3" /></EnumType><EnumType Name="windowsAutopilotDeviceType"><Member Name="windowsPc" Value="0" /><Member Name="holoLens" Value="1" /><Member Name="unknownFutureValue" Value="99" /></EnumType><EnumType Name="windowsDeviceUsageType"><Member Name="singleUser" Value="0" /><Member Name="shared" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="windowsUserType"><Member Name="administrator" Value="0" /><Member Name="standard" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="managedAppClipboardSharingLevel"><Member Name="allApps" Value="0" /><Member Name="managedAppsWithPasteIn" Value="1" /><Member Name="managedApps" Value="2" /><Member Name="blocked" Value="3" /></EnumType><EnumType Name="managedAppDataEncryptionType"><Member Name="useDeviceSettings" Value="0" /><Member Name="afterDeviceRestart" Value="1" /><Member Name="whenDeviceLockedExceptOpenFiles" Value="2" /><Member Name="whenDeviceLocked" Value="3" /></EnumType><EnumType Name="managedAppDataStorageLocation"><Member Name="oneDriveForBusiness" Value="1" /><Member Name="sharePoint" Value="2" /><Member Name="box" Value="3" /><Member Name="localStorage" Value="6" /></EnumType><EnumType Name="managedAppDataTransferLevel"><Member Name="allApps" Value="0" /><Member Name="managedApps" Value="1" /><Member Name="none" Value="2" /></EnumType><EnumType Name="managedAppFlaggedReason"><Member Name="none" Value="0" /><Member Name="rootedDevice" Value="1" /></EnumType><EnumType Name="managedAppPinCharacterSet"><Member Name="numeric" Value="0" /><Member Name="alphanumericAndSymbol" Value="1" /></EnumType><EnumType Name="managedBrowserType" IsFlags="true"><Member Name="notConfigured" Value="0" /><Member Name="microsoftEdge" Value="1" /></EnumType><EnumType Name="targetedManagedAppGroupType"><Member Name="selectedPublicApps" Value="0" /><Member Name="allCoreMicrosoftApps" Value="1" /><Member Name="allMicrosoftApps" Value="2" /><Member Name="allApps" Value="4" /></EnumType><EnumType Name="windowsInformationProtectionEnforcementLevel"><Member Name="noProtection" Value="0" /><Member Name="encryptAndAuditOnly" Value="1" /><Member Name="encryptAuditAndPrompt" Value="2" /><Member Name="encryptAuditAndBlock" Value="3" /></EnumType><EnumType Name="windowsInformationProtectionPinCharacterRequirements"><Member Name="notAllow" Value="0" /><Member Name="requireAtLeastOne" Value="1" /><Member Name="allow" Value="2" /></EnumType><EnumType Name="notificationTemplateBrandingOptions" IsFlags="true"><Member Name="none" Value="0" /><Member Name="includeCompanyLogo" Value="1" /><Member Name="includeCompanyName" Value="2" /><Member Name="includeContactInformation" Value="4" /><Member Name="includeCompanyPortalLink" Value="8" /><Member Name="includeDeviceDetails" Value="16" /><Member Name="unknownFutureValue" Value="32" /></EnumType><EnumType Name="remoteAssistanceOnboardingStatus"><Member Name="notOnboarded" Value="0" /><Member Name="onboarding" Value="1" /><Member Name="onboarded" Value="2" /></EnumType><EnumType Name="deviceManagementExportJobLocalizationType"><Member Name="localizedValuesAsAdditionalColumn" Value="0" /><Member Name="replaceLocalizableValues" Value="1" /></EnumType><EnumType Name="deviceManagementReportFileFormat"><Member Name="csv" Value="0" /><Member Name="pdf" Value="1" /><Member Name="json" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="deviceManagementReportStatus"><Member Name="unknown" Value="0" /><Member Name="notStarted" Value="1" /><Member Name="inProgress" Value="2" /><Member Name="completed" Value="3" /><Member Name="failed" Value="4" /></EnumType><EnumType Name="deviceEnrollmentFailureReason"><Member Name="unknown" Value="0" /><Member Name="authentication" Value="1" /><Member Name="authorization" Value="2" /><Member Name="accountValidation" Value="3" /><Member Name="userValidation" Value="4" /><Member Name="deviceNotSupported" Value="5" /><Member Name="inMaintenance" Value="6" /><Member Name="badRequest" Value="7" /><Member Name="featureNotSupported" Value="8" /><Member Name="enrollmentRestrictionsEnforced" Value="9" /><Member Name="clientDisconnected" Value="10" /><Member Name="userAbandonment" Value="11" /></EnumType><EnumType Name="applicationType"><Member Name="universal" Value="1" /><Member Name="desktop" Value="2" /></EnumType><EnumType Name="appsUpdateChannelType"><Member Name="current" Value="0" /><Member Name="monthlyEnterprise" Value="1" /><Member Name="semiAnnual" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="postType"><Member Name="regular" Value="0" /><Member Name="quick" Value="1" /><Member Name="strategic" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="serviceHealthClassificationType"><Member Name="advisory" Value="1" /><Member Name="incident" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="serviceHealthOrigin"><Member Name="microsoft" Value="1" /><Member Name="thirdParty" Value="2" /><Member Name="customer" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="serviceHealthStatus"><Member Name="serviceOperational" Value="0" /><Member Name="investigating" Value="1" /><Member Name="restoringService" Value="2" /><Member Name="verifyingService" Value="3" /><Member Name="serviceRestored" Value="4" /><Member Name="postIncidentReviewPublished" Value="5" /><Member Name="serviceDegradation" Value="6" /><Member Name="serviceInterruption" Value="7" /><Member Name="extendedRecovery" Value="8" /><Member Name="falsePositive" Value="9" /><Member Name="investigationSuspended" Value="10" /><Member Name="resolved" Value="11" /><Member Name="mitigatedExternal" Value="12" /><Member Name="mitigated" Value="13" /><Member Name="resolvedExternal" Value="14" /><Member Name="confirmed" Value="15" /><Member Name="reported" Value="16" /><Member Name="unknownFutureValue" Value="17" /></EnumType><EnumType Name="serviceUpdateCategory"><Member Name="preventOrFixIssue" Value="1" /><Member Name="planForChange" Value="2" /><Member Name="stayInformed" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="serviceUpdateSeverity"><Member Name="normal" Value="1" /><Member Name="high" Value="2" /><Member Name="critical" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="bucketAggregationSortProperty"><Member Name="count" Value="0" /><Member Name="keyAsString" Value="1" /><Member Name="keyAsNumber" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="entityType"><Member Name="event" Value="0" /><Member Name="message" Value="1" /><Member Name="driveItem" Value="2" /><Member Name="externalItem" Value="4" /><Member Name="site" Value="5" /><Member Name="list" Value="6" /><Member Name="listItem" Value="7" /><Member Name="drive" Value="8" /><Member Name="unknownFutureValue" Value="9" /><Member Name="acronym" Value="12" /><Member Name="bookmark" Value="13" /><Member Name="chatMessage" Value="10" /><Member Name="person" Value="11" /></EnumType><EnumType Name="retrievalDataSource"><Member Name="sharePoint" Value="0" /><Member Name="oneDriveBusiness" Value="1" /><Member Name="externalItem" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="retrievalEntityType"><Member Name="site" Value="0" /><Member Name="list" Value="1" /><Member Name="listItem" Value="2" /><Member Name="drive" Value="3" /><Member Name="driveItem" Value="4" /><Member Name="externalItem" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="searchAlterationType"><Member Name="suggestion" Value="0" /><Member Name="modification" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="searchContent" IsFlags="true"><Member Name="sharedContent" Value="1" /><Member Name="privateContent" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="plannerContainerType"><Member Name="group" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="roster" Value="3" /></EnumType><EnumType Name="plannerPreviewType"><Member Name="automatic" Value="0" /><Member Name="noPreview" Value="1" /><Member Name="checklist" Value="2" /><Member Name="description" Value="3" /><Member Name="reference" Value="4" /></EnumType><EnumType Name="onenotePatchActionType"><Member Name="Replace" Value="0" /><Member Name="Append" Value="1" /><Member Name="Delete" Value="2" /><Member Name="Insert" Value="3" /><Member Name="Prepend" Value="4" /></EnumType><EnumType Name="onenotePatchInsertPosition"><Member Name="After" Value="0" /><Member Name="Before" Value="1" /></EnumType><EnumType Name="onenoteSourceService"><Member Name="Unknown" Value="0" /><Member Name="OneDrive" Value="1" /><Member Name="OneDriveForBusiness" Value="2" /><Member Name="OnPremOneDriveForBusiness" Value="3" /></EnumType><EnumType Name="onenoteUserRole"><Member Name="None" Value="-1" /><Member Name="Owner" Value="0" /><Member Name="Contributor" Value="1" /><Member Name="Reader" Value="2" /></EnumType><EnumType Name="operationStatus"><Member Name="NotStarted" Value="0" /><Member Name="Running" Value="1" /><Member Name="Completed" Value="2" /><Member Name="Failed" Value="3" /></EnumType><EnumType Name="delegatedAdminAccessAssignmentStatus"><Member Name="pending" Value="0" /><Member Name="active" Value="1" /><Member Name="deleting" Value="2" /><Member Name="deleted" Value="3" /><Member Name="error" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="delegatedAdminAccessContainerType"><Member Name="securityGroup" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="delegatedAdminRelationshipOperationType"><Member Name="delegatedAdminAccessAssignmentUpdate" Value="0" /><Member Name="unknownFutureValue" Value="1" /><Member Name="delegatedAdminRelationshipUpdate" Value="2" /></EnumType><EnumType Name="delegatedAdminRelationshipRequestAction"><Member Name="lockForApproval" Value="0" /><Member Name="approve" Value="1" /><Member Name="terminate" Value="2" /><Member Name="unknownFutureValue" Value="3" /><Member Name="reject" Value="4" /></EnumType><EnumType Name="delegatedAdminRelationshipRequestStatus"><Member Name="created" Value="0" /><Member Name="pending" Value="1" /><Member Name="succeeded" Value="2" /><Member Name="failed" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="delegatedAdminRelationshipStatus"><Member Name="activating" Value="0" /><Member Name="active" Value="1" /><Member Name="approvalPending" Value="2" /><Member Name="approved" Value="3" /><Member Name="created" Value="4" /><Member Name="expired" Value="5" /><Member Name="expiring" Value="6" /><Member Name="terminated" Value="7" /><Member Name="terminating" Value="8" /><Member Name="terminationRequested" Value="9" /><Member Name="unknownFutureValue" Value="10" /></EnumType><EnumType Name="windowsSettingType"><Member Name="roaming" Value="0" /><Member Name="backup" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="assignmentScheduleFilterByCurrentUserOptions"><Member Name="principal" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="assignmentScheduleInstanceFilterByCurrentUserOptions"><Member Name="principal" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="assignmentScheduleRequestFilterByCurrentUserOptions"><Member Name="principal" Value="1" /><Member Name="createdBy" Value="2" /><Member Name="approver" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="eligibilityScheduleFilterByCurrentUserOptions"><Member Name="principal" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="eligibilityScheduleInstanceFilterByCurrentUserOptions"><Member Name="principal" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="eligibilityScheduleRequestFilterByCurrentUserOptions"><Member Name="principal" Value="1" /><Member Name="createdBy" Value="2" /><Member Name="approver" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="privilegedAccessGroupAssignmentType"><Member Name="assigned" Value="1" /><Member Name="activated" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="privilegedAccessGroupMemberType"><Member Name="direct" Value="1" /><Member Name="group" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="privilegedAccessGroupRelationships"><Member Name="owner" Value="1" /><Member Name="member" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="roleAssignmentScheduleFilterByCurrentUserOptions"><Member Name="principal" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="roleAssignmentScheduleInstanceFilterByCurrentUserOptions"><Member Name="principal" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="roleAssignmentScheduleRequestFilterByCurrentUserOptions"><Member Name="principal" Value="1" /><Member Name="createdBy" Value="2" /><Member Name="approver" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="roleEligibilityScheduleFilterByCurrentUserOptions"><Member Name="principal" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="roleEligibilityScheduleInstanceFilterByCurrentUserOptions"><Member Name="principal" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="roleEligibilityScheduleRequestFilterByCurrentUserOptions"><Member Name="principal" Value="1" /><Member Name="createdBy" Value="2" /><Member Name="approver" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="scheduleRequestActions"><Member Name="adminAssign" Value="1" /><Member Name="adminUpdate" Value="2" /><Member Name="adminRemove" Value="3" /><Member Name="selfActivate" Value="4" /><Member Name="selfDeactivate" Value="5" /><Member Name="adminExtend" Value="6" /><Member Name="adminRenew" Value="7" /><Member Name="selfExtend" Value="8" /><Member Name="selfRenew" Value="9" /><Member Name="unknownFutureValue" Value="10" /></EnumType><EnumType Name="unifiedRoleManagementPolicyRuleTargetOperations"><Member Name="all" Value="0" /><Member Name="activate" Value="1" /><Member Name="deactivate" Value="2" /><Member Name="assign" Value="3" /><Member Name="update" Value="4" /><Member Name="remove" Value="5" /><Member Name="extend" Value="6" /><Member Name="renew" Value="7" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="unifiedRoleScheduleRequestActions"><Member Name="adminAssign" Value="1" /><Member Name="adminUpdate" Value="2" /><Member Name="adminRemove" Value="3" /><Member Name="selfActivate" Value="4" /><Member Name="selfDeactivate" Value="5" /><Member Name="adminExtend" Value="6" /><Member Name="adminRenew" Value="7" /><Member Name="selfExtend" Value="8" /><Member Name="selfRenew" Value="9" /><Member Name="unknownFutureValue" Value="10" /></EnumType><EnumType Name="incompatiblePrinterSettings"><Member Name="show" Value="0" /><Member Name="hide" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="printColorMode"><Member Name="blackAndWhite" Value="0" /><Member Name="grayscale" Value="1" /><Member Name="color" Value="2" /><Member Name="auto" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="printDuplexMode"><Member Name="flipOnLongEdge" Value="0" /><Member Name="flipOnShortEdge" Value="1" /><Member Name="oneSided" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="printerFeedOrientation"><Member Name="longEdgeFirst" Value="0" /><Member Name="shortEdgeFirst" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="printerProcessingState"><Member Name="unknown" Value="0" /><Member Name="idle" Value="1" /><Member Name="processing" Value="2" /><Member Name="stopped" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="printerProcessingStateDetail"><Member Name="paused" Value="0" /><Member Name="mediaJam" Value="2" /><Member Name="mediaNeeded" Value="3" /><Member Name="mediaLow" Value="4" /><Member Name="mediaEmpty" Value="5" /><Member Name="coverOpen" Value="6" /><Member Name="interlockOpen" Value="7" /><Member Name="outputTrayMissing" Value="9" /><Member Name="outputAreaFull" Value="10" /><Member Name="markerSupplyLow" Value="11" /><Member Name="markerSupplyEmpty" Value="12" /><Member Name="inputTrayMissing" Value="13" /><Member Name="outputAreaAlmostFull" Value="14" /><Member Name="markerWasteAlmostFull" Value="15" /><Member Name="markerWasteFull" Value="16" /><Member Name="fuserOverTemp" Value="17" /><Member Name="fuserUnderTemp" Value="18" /><Member Name="other" Value="19" /><Member Name="none" Value="20" /><Member Name="movingToPaused" Value="21" /><Member Name="shutdown" Value="22" /><Member Name="connectingToDevice" Value="23" /><Member Name="timedOut" Value="24" /><Member Name="stopping" Value="25" /><Member Name="stoppedPartially" Value="26" /><Member Name="tonerLow" Value="27" /><Member Name="tonerEmpty" Value="28" /><Member Name="spoolAreaFull" Value="29" /><Member Name="doorOpen" Value="30" /><Member Name="opticalPhotoConductorNearEndOfLife" Value="31" /><Member Name="opticalPhotoConductorLifeOver" Value="32" /><Member Name="developerLow" Value="33" /><Member Name="developerEmpty" Value="34" /><Member Name="interpreterResourceUnavailable" Value="35" /><Member Name="unknownFutureValue" Value="36" /><Member Name="alertRemovalOfBinaryChangeEntry" Value="37" /><Member Name="banderAdded" Value="38" /><Member Name="banderAlmostEmpty" Value="39" /><Member Name="banderAlmostFull" Value="40" /><Member Name="banderAtLimit" Value="41" /><Member Name="banderClosed" Value="42" /><Member Name="banderConfigurationChange" Value="43" /><Member Name="banderCoverClosed" Value="44" /><Member Name="banderCoverOpen" Value="45" /><Member Name="banderEmpty" Value="46" /><Member Name="banderFull" Value="47" /><Member Name="banderInterlockClosed" Value="48" /><Member Name="banderInterlockOpen" Value="49" /><Member Name="banderJam" Value="50" /><Member Name="banderLifeAlmostOver" Value="51" /><Member Name="banderLifeOver" Value="52" /><Member Name="banderMemoryExhausted" Value="53" /><Member Name="banderMissing" Value="54" /><Member Name="banderMotorFailure" Value="55" /><Member Name="banderNearLimit" Value="56" /><Member Name="banderOffline" Value="57" /><Member Name="banderOpened" Value="58" /><Member Name="banderOverTemperature" Value="59" /><Member Name="banderPowerSaver" Value="60" /><Member Name="banderRecoverableFailure" Value="61" /><Member Name="banderRecoverableStorage" Value="62" /><Member Name="banderRemoved" Value="63" /><Member Name="banderResourceAdded" Value="64" /><Member Name="banderResourceRemoved" Value="65" /><Member Name="banderThermistorFailure" Value="66" /><Member Name="banderTimingFailure" Value="67" /><Member Name="banderTurnedOff" Value="68" /><Member Name="banderTurnedOn" Value="69" /><Member Name="banderUnderTemperature" Value="70" /><Member Name="banderUnrecoverableFailure" Value="71" /><Member Name="banderUnrecoverableStorageError" Value="72" /><Member Name="banderWarmingUp" Value="73" /><Member Name="binderAdded" Value="74" /><Member Name="binderAlmostEmpty" Value="75" /><Member Name="binderAlmostFull" Value="76" /><Member Name="binderAtLimit" Value="77" /><Member Name="binderClosed" Value="78" /><Member Name="binderConfigurationChange" Value="79" /><Member Name="binderCoverClosed" Value="80" /><Member Name="binderCoverOpen" Value="81" /><Member Name="binderEmpty" Value="82" /><Member Name="binderFull" Value="83" /><Member Name="binderInterlockClosed" Value="84" /><Member Name="binderInterlockOpen" Value="85" /><Member Name="binderJam" Value="86" /><Member Name="binderLifeAlmostOver" Value="87" /><Member Name="binderLifeOver" Value="88" /><Member Name="binderMemoryExhausted" Value="89" /><Member Name="binderMissing" Value="90" /><Member Name="binderMotorFailure" Value="91" /><Member Name="binderNearLimit" Value="92" /><Member Name="binderOffline" Value="93" /><Member Name="binderOpened" Value="94" /><Member Name="binderOverTemperature" Value="95" /><Member Name="binderPowerSaver" Value="96" /><Member Name="binderRecoverableFailure" Value="97" /><Member Name="binderRecoverableStorage" Value="98" /><Member Name="binderRemoved" Value="99" /><Member Name="binderResourceAdded" Value="100" /><Member Name="binderResourceRemoved" Value="101" /><Member Name="binderThermistorFailure" Value="102" /><Member Name="binderTimingFailure" Value="103" /><Member Name="binderTurnedOff" Value="104" /><Member Name="binderTurnedOn" Value="105" /><Member Name="binderUnderTemperature" Value="106" /><Member Name="binderUnrecoverableFailure" Value="107" /><Member Name="binderUnrecoverableStorageError" Value="108" /><Member Name="binderWarmingUp" Value="109" /><Member Name="cameraFailure" Value="110" /><Member Name="chamberCooling" Value="111" /><Member Name="chamberFailure" Value="112" /><Member Name="chamberHeating" Value="113" /><Member Name="chamberTemperatureHigh" Value="114" /><Member Name="chamberTemperatureLow" Value="115" /><Member Name="cleanerLifeAlmostOver" Value="116" /><Member Name="cleanerLifeOver" Value="117" /><Member Name="configurationChange" Value="118" /><Member Name="deactivated" Value="119" /><Member Name="deleted" Value="120" /><Member Name="dieCutterAdded" Value="121" /><Member Name="dieCutterAlmostEmpty" Value="122" /><Member Name="dieCutterAlmostFull" Value="123" /><Member Name="dieCutterAtLimit" Value="124" /><Member Name="dieCutterClosed" Value="125" /><Member Name="dieCutterConfigurationChange" Value="126" /><Member Name="dieCutterCoverClosed" Value="127" /><Member Name="dieCutterCoverOpen" Value="128" /><Member Name="dieCutterEmpty" Value="129" /><Member Name="dieCutterFull" Value="130" /><Member Name="dieCutterInterlockClosed" Value="131" /><Member Name="dieCutterInterlockOpen" Value="132" /><Member Name="dieCutterJam" Value="133" /><Member Name="dieCutterLifeAlmostOver" Value="134" /><Member Name="dieCutterLifeOver" Value="135" /><Member Name="dieCutterMemoryExhausted" Value="136" /><Member Name="dieCutterMissing" Value="137" /><Member Name="dieCutterMotorFailure" Value="138" /><Member Name="dieCutterNearLimit" Value="139" /><Member Name="dieCutterOffline" Value="140" /><Member Name="dieCutterOpened" Value="141" /><Member Name="dieCutterOverTemperature" Value="142" /><Member Name="dieCutterPowerSaver" Value="143" /><Member Name="dieCutterRecoverableFailure" Value="144" /><Member Name="dieCutterRecoverableStorage" Value="145" /><Member Name="dieCutterRemoved" Value="146" /><Member Name="dieCutterResourceAdded" Value="147" /><Member Name="dieCutterResourceRemoved" Value="148" /><Member Name="dieCutterThermistorFailure" Value="149" /><Member Name="dieCutterTimingFailure" Value="150" /><Member Name="dieCutterTurnedOff" Value="151" /><Member Name="dieCutterTurnedOn" Value="152" /><Member Name="dieCutterUnderTemperature" Value="153" /><Member Name="dieCutterUnrecoverableFailure" Value="154" /><Member Name="dieCutterUnrecoverableStorageError" Value="155" /><Member Name="dieCutterWarmingUp" Value="156" /><Member Name="extruderCooling" Value="157" /><Member Name="extruderFailure" Value="158" /><Member Name="extruderHeating" Value="159" /><Member Name="extruderJam" Value="160" /><Member Name="extruderTemperatureHigh" Value="161" /><Member Name="extruderTemperatureLow" Value="162" /><Member Name="fanFailure" Value="163" /><Member Name="faxModemLifeAlmostOver" Value="164" /><Member Name="faxModemLifeOver" Value="165" /><Member Name="faxModemMissing" Value="166" /><Member Name="faxModemTurnedOff" Value="167" /><Member Name="faxModemTurnedOn" Value="168" /><Member Name="folderAdded" Value="169" /><Member Name="folderAlmostEmpty" Value="170" /><Member Name="folderAlmostFull" Value="171" /><Member Name="folderAtLimit" Value="172" /><Member Name="folderClosed" Value="173" /><Member Name="folderConfigurationChange" Value="174" /><Member Name="folderCoverClosed" Value="175" /><Member Name="folderCoverOpen" Value="176" /><Member Name="folderEmpty" Value="177" /><Member Name="folderFull" Value="178" /><Member Name="folderInterlockClosed" Value="179" /><Member Name="folderInterlockOpen" Value="180" /><Member Name="folderJam" Value="181" /><Member Name="folderLifeAlmostOver" Value="182" /><Member Name="folderLifeOver" Value="183" /><Member Name="folderMemoryExhausted" Value="184" /><Member Name="folderMissing" Value="185" /><Member Name="folderMotorFailure" Value="186" /><Member Name="folderNearLimit" Value="187" /><Member Name="folderOffline" Value="188" /><Member Name="folderOpened" Value="189" /><Member Name="folderOverTemperature" Value="190" /><Member Name="folderPowerSaver" Value="191" /><Member Name="folderRecoverableFailure" Value="192" /><Member Name="folderRecoverableStorage" Value="193" /><Member Name="folderRemoved" Value="194" /><Member Name="folderResourceAdded" Value="195" /><Member Name="folderResourceRemoved" Value="196" /><Member Name="folderThermistorFailure" Value="197" /><Member Name="folderTimingFailure" Value="198" /><Member Name="folderTurnedOff" Value="199" /><Member Name="folderTurnedOn" Value="200" /><Member Name="folderUnderTemperature" Value="201" /><Member Name="folderUnrecoverableFailure" Value="202" /><Member Name="folderUnrecoverableStorageError" Value="203" /><Member Name="folderWarmingUp" Value="204" /><Member Name="hibernate" Value="205" /><Member Name="holdNewJobs" Value="206" /><Member Name="identifyPrinterRequested" Value="207" /><Member Name="imprinterAdded" Value="208" /><Member Name="imprinterAlmostEmpty" Value="209" /><Member Name="imprinterAlmostFull" Value="210" /><Member Name="imprinterAtLimit" Value="211" /><Member Name="imprinterClosed" Value="212" /><Member Name="imprinterConfigurationChange" Value="213" /><Member Name="imprinterCoverClosed" Value="214" /><Member Name="imprinterCoverOpen" Value="215" /><Member Name="imprinterEmpty" Value="216" /><Member Name="imprinterFull" Value="217" /><Member Name="imprinterInterlockClosed" Value="218" /><Member Name="imprinterInterlockOpen" Value="219" /><Member Name="imprinterJam" Value="220" /><Member Name="imprinterLifeAlmostOver" Value="221" /><Member Name="imprinterLifeOver" Value="222" /><Member Name="imprinterMemoryExhausted" Value="223" /><Member Name="imprinterMissing" Value="224" /><Member Name="imprinterMotorFailure" Value="225" /><Member Name="imprinterNearLimit" Value="226" /><Member Name="imprinterOffline" Value="227" /><Member Name="imprinterOpened" Value="228" /><Member Name="imprinterOverTemperature" Value="229" /><Member Name="imprinterPowerSaver" Value="230" /><Member Name="imprinterRecoverableFailure" Value="231" /><Member Name="imprinterRecoverableStorage" Value="232" /><Member Name="imprinterRemoved" Value="233" /><Member Name="imprinterResourceAdded" Value="234" /><Member Name="imprinterResourceRemoved" Value="235" /><Member Name="imprinterThermistorFailure" Value="236" /><Member Name="imprinterTimingFailure" Value="237" /><Member Name="imprinterTurnedOff" Value="238" /><Member Name="imprinterTurnedOn" Value="239" /><Member Name="imprinterUnderTemperature" Value="240" /><Member Name="imprinterUnrecoverableFailure" Value="241" /><Member Name="imprinterUnrecoverableStorageError" Value="242" /><Member Name="imprinterWarmingUp" Value="243" /><Member Name="inputCannotFeedSizeSelected" Value="244" /><Member Name="inputManualInputRequest" Value="245" /><Member Name="inputMediaColorChange" Value="246" /><Member Name="inputMediaFormPartsChange" Value="247" /><Member Name="inputMediaSizeChange" Value="248" /><Member Name="inputMediaTrayFailure" Value="249" /><Member Name="inputMediaTrayFeedError" Value="250" /><Member Name="inputMediaTrayJam" Value="251" /><Member Name="inputMediaTypeChange" Value="252" /><Member Name="inputMediaWeightChange" Value="253" /><Member Name="inputPickRollerFailure" Value="254" /><Member Name="inputPickRollerLifeOver" Value="255" /><Member Name="inputPickRollerLifeWarn" Value="256" /><Member Name="inputPickRollerMissing" Value="257" /><Member Name="inputTrayElevationFailure" Value="258" /><Member Name="inputTrayPositionFailure" Value="259" /><Member Name="inserterAdded" Value="260" /><Member Name="inserterAlmostEmpty" Value="261" /><Member Name="inserterAlmostFull" Value="262" /><Member Name="inserterAtLimit" Value="263" /><Member Name="inserterClosed" Value="264" /><Member Name="inserterConfigurationChange" Value="265" /><Member Name="inserterCoverClosed" Value="266" /><Member Name="inserterCoverOpen" Value="267" /><Member Name="inserterEmpty" Value="268" /><Member Name="inserterFull" Value="269" /><Member Name="inserterInterlockClosed" Value="270" /><Member Name="inserterInterlockOpen" Value="271" /><Member Name="inserterJam" Value="272" /><Member Name="inserterLifeAlmostOver" Value="273" /><Member Name="inserterLifeOver" Value="274" /><Member Name="inserterMemoryExhausted" Value="275" /><Member Name="inserterMissing" Value="276" /><Member Name="inserterMotorFailure" Value="277" /><Member Name="inserterNearLimit" Value="278" /><Member Name="inserterOffline" Value="279" /><Member Name="inserterOpened" Value="280" /><Member Name="inserterOverTemperature" Value="281" /><Member Name="inserterPowerSaver" Value="282" /><Member Name="inserterRecoverableFailure" Value="283" /><Member Name="inserterRecoverableStorage" Value="284" /><Member Name="inserterRemoved" Value="285" /><Member Name="inserterResourceAdded" Value="286" /><Member Name="inserterResourceRemoved" Value="287" /><Member Name="inserterThermistorFailure" Value="288" /><Member Name="inserterTimingFailure" Value="289" /><Member Name="inserterTurnedOff" Value="290" /><Member Name="inserterTurnedOn" Value="291" /><Member Name="inserterUnderTemperature" Value="292" /><Member Name="inserterUnrecoverableFailure" Value="293" /><Member Name="inserterUnrecoverableStorageError" Value="294" /><Member Name="inserterWarmingUp" Value="295" /><Member Name="interlockClosed" Value="296" /><Member Name="interpreterCartridgeAdded" Value="297" /><Member Name="interpreterCartridgeDeleted" Value="298" /><Member Name="interpreterComplexPageEncountered" Value="299" /><Member Name="interpreterMemoryDecrease" Value="300" /><Member Name="interpreterMemoryIncrease" Value="301" /><Member Name="interpreterResourceAdded" Value="302" /><Member Name="interpreterResourceDeleted" Value="303" /><Member Name="lampAtEol" Value="304" /><Member Name="lampFailure" Value="305" /><Member Name="lampNearEol" Value="306" /><Member Name="laserAtEol" Value="307" /><Member Name="laserFailure" Value="308" /><Member Name="laserNearEol" Value="309" /><Member Name="makeEnvelopeAdded" Value="310" /><Member Name="makeEnvelopeAlmostEmpty" Value="311" /><Member Name="makeEnvelopeAlmostFull" Value="312" /><Member Name="makeEnvelopeAtLimit" Value="313" /><Member Name="makeEnvelopeClosed" Value="314" /><Member Name="makeEnvelopeConfigurationChange" Value="315" /><Member Name="makeEnvelopeCoverClosed" Value="316" /><Member Name="makeEnvelopeCoverOpen" Value="317" /><Member Name="makeEnvelopeEmpty" Value="318" /><Member Name="makeEnvelopeFull" Value="319" /><Member Name="makeEnvelopeInterlockClosed" Value="320" /><Member Name="makeEnvelopeInterlockOpen" Value="321" /><Member Name="makeEnvelopeJam" Value="322" /><Member Name="makeEnvelopeLifeAlmostOver" Value="323" /><Member Name="makeEnvelopeLifeOver" Value="324" /><Member Name="makeEnvelopeMemoryExhausted" Value="325" /><Member Name="makeEnvelopeMissing" Value="326" /><Member Name="makeEnvelopeMotorFailure" Value="327" /><Member Name="makeEnvelopeNearLimit" Value="328" /><Member Name="makeEnvelopeOffline" Value="329" /><Member Name="makeEnvelopeOpened" Value="330" /><Member Name="makeEnvelopeOverTemperature" Value="331" /><Member Name="makeEnvelopePowerSaver" Value="332" /><Member Name="makeEnvelopeRecoverableFailure" Value="333" /><Member Name="makeEnvelopeRecoverableStorage" Value="334" /><Member Name="makeEnvelopeRemoved" Value="335" /><Member Name="makeEnvelopeResourceAdded" Value="336" /><Member Name="makeEnvelopeResourceRemoved" Value="337" /><Member Name="makeEnvelopeThermistorFailure" Value="338" /><Member Name="makeEnvelopeTimingFailure" Value="339" /><Member Name="makeEnvelopeTurnedOff" Value="340" /><Member Name="makeEnvelopeTurnedOn" Value="341" /><Member Name="makeEnvelopeUnderTemperature" Value="342" /><Member Name="makeEnvelopeUnrecoverableFailure" Value="343" /><Member Name="makeEnvelopeUnrecoverableStorageError" Value="344" /><Member Name="makeEnvelopeWarmingUp" Value="345" /><Member Name="markerAdjustingPrintQuality" Value="346" /><Member Name="markerCleanerMissing" Value="347" /><Member Name="markerDeveloperAlmostEmpty" Value="348" /><Member Name="markerDeveloperEmpty" Value="349" /><Member Name="markerDeveloperMissing" Value="350" /><Member Name="markerFuserMissing" Value="351" /><Member Name="markerFuserThermistorFailure" Value="352" /><Member Name="markerFuserTimingFailure" Value="353" /><Member Name="markerInkAlmostEmpty" Value="354" /><Member Name="markerInkEmpty" Value="355" /><Member Name="markerInkMissing" Value="356" /><Member Name="markerOpcMissing" Value="357" /><Member Name="markerPrintRibbonAlmostEmpty" Value="358" /><Member Name="markerPrintRibbonEmpty" Value="359" /><Member Name="markerPrintRibbonMissing" Value="360" /><Member Name="markerSupplyAlmostEmpty" Value="361" /><Member Name="markerSupplyMissing" Value="362" /><Member Name="markerTonerCartridgeMissing" Value="363" /><Member Name="markerTonerMissing" Value="364" /><Member Name="markerWasteInkReceptacleAlmostFull" Value="365" /><Member Name="markerWasteInkReceptacleFull" Value="366" /><Member Name="markerWasteInkReceptacleMissing" Value="367" /><Member Name="markerWasteMissing" Value="368" /><Member Name="markerWasteTonerReceptacleAlmostFull" Value="369" /><Member Name="markerWasteTonerReceptacleFull" Value="370" /><Member Name="markerWasteTonerReceptacleMissing" Value="371" /><Member Name="materialEmpty" Value="372" /><Member Name="materialLow" Value="373" /><Member Name="materialNeeded" Value="374" /><Member Name="mediaDrying" Value="375" /><Member Name="mediaPathCannotDuplexMediaSelected" Value="376" /><Member Name="mediaPathFailure" Value="377" /><Member Name="mediaPathInputEmpty" Value="378" /><Member Name="mediaPathInputFeedError" Value="379" /><Member Name="mediaPathInputJam" Value="380" /><Member Name="mediaPathInputRequest" Value="381" /><Member Name="mediaPathJam" Value="382" /><Member Name="mediaPathMediaTrayAlmostFull" Value="383" /><Member Name="mediaPathMediaTrayFull" Value="384" /><Member Name="mediaPathMediaTrayMissing" Value="385" /><Member Name="mediaPathOutputFeedError" Value="386" /><Member Name="mediaPathOutputFull" Value="387" /><Member Name="mediaPathOutputJam" Value="388" /><Member Name="mediaPathPickRollerFailure" Value="389" /><Member Name="mediaPathPickRollerLifeOver" Value="390" /><Member Name="mediaPathPickRollerLifeWarn" Value="391" /><Member Name="mediaPathPickRollerMissing" Value="392" /><Member Name="motorFailure" Value="393" /><Member Name="outputMailboxSelectFailure" Value="394" /><Member Name="outputMediaTrayFailure" Value="395" /><Member Name="outputMediaTrayFeedError" Value="396" /><Member Name="outputMediaTrayJam" Value="397" /><Member Name="perforaterAdded" Value="398" /><Member Name="perforaterAlmostEmpty" Value="399" /><Member Name="perforaterAlmostFull" Value="400" /><Member Name="perforaterAtLimit" Value="401" /><Member Name="perforaterClosed" Value="402" /><Member Name="perforaterConfigurationChange" Value="403" /><Member Name="perforaterCoverClosed" Value="404" /><Member Name="perforaterCoverOpen" Value="405" /><Member Name="perforaterEmpty" Value="406" /><Member Name="perforaterFull" Value="407" /><Member Name="perforaterInterlockClosed" Value="408" /><Member Name="perforaterInterlockOpen" Value="409" /><Member Name="perforaterJam" Value="410" /><Member Name="perforaterLifeAlmostOver" Value="411" /><Member Name="perforaterLifeOver" Value="412" /><Member Name="perforaterMemoryExhausted" Value="413" /><Member Name="perforaterMissing" Value="414" /><Member Name="perforaterMotorFailure" Value="415" /><Member Name="perforaterNearLimit" Value="416" /><Member Name="perforaterOffline" Value="417" /><Member Name="perforaterOpened" Value="418" /><Member Name="perforaterOverTemperature" Value="419" /><Member Name="perforaterPowerSaver" Value="420" /><Member Name="perforaterRecoverableFailure" Value="421" /><Member Name="perforaterRecoverableStorage" Value="422" /><Member Name="perforaterRemoved" Value="423" /><Member Name="perforaterResourceAdded" Value="424" /><Member Name="perforaterResourceRemoved" Value="425" /><Member Name="perforaterThermistorFailure" Value="426" /><Member Name="perforaterTimingFailure" Value="427" /><Member Name="perforaterTurnedOff" Value="428" /><Member Name="perforaterTurnedOn" Value="429" /><Member Name="perforaterUnderTemperature" Value="430" /><Member Name="perforaterUnrecoverableFailure" Value="431" /><Member Name="perforaterUnrecoverableStorageError" Value="432" /><Member Name="perforaterWarmingUp" Value="433" /><Member Name="platformCooling" Value="434" /><Member Name="platformFailure" Value="435" /><Member Name="platformHeating" Value="436" /><Member Name="platformTemperatureHigh" Value="437" /><Member Name="platformTemperatureLow" Value="438" /><Member Name="powerDown" Value="439" /><Member Name="powerUp" Value="440" /><Member Name="printerManualReset" Value="441" /><Member Name="printerNmsReset" Value="442" /><Member Name="printerReadyToPrint" Value="443" /><Member Name="puncherAdded" Value="444" /><Member Name="puncherAlmostEmpty" Value="445" /><Member Name="puncherAlmostFull" Value="446" /><Member Name="puncherAtLimit" Value="447" /><Member Name="puncherClosed" Value="448" /><Member Name="puncherConfigurationChange" Value="449" /><Member Name="puncherCoverClosed" Value="450" /><Member Name="puncherCoverOpen" Value="451" /><Member Name="puncherEmpty" Value="452" /><Member Name="puncherFull" Value="453" /><Member Name="puncherInterlockClosed" Value="454" /><Member Name="puncherInterlockOpen" Value="455" /><Member Name="puncherJam" Value="456" /><Member Name="puncherLifeAlmostOver" Value="457" /><Member Name="puncherLifeOver" Value="458" /><Member Name="puncherMemoryExhausted" Value="459" /><Member Name="puncherMissing" Value="460" /><Member Name="puncherMotorFailure" Value="461" /><Member Name="puncherNearLimit" Value="462" /><Member Name="puncherOffline" Value="463" /><Member Name="puncherOpened" Value="464" /><Member Name="puncherOverTemperature" Value="465" /><Member Name="puncherPowerSaver" Value="466" /><Member Name="puncherRecoverableFailure" Value="467" /><Member Name="puncherRecoverableStorage" Value="468" /><Member Name="puncherRemoved" Value="469" /><Member Name="puncherResourceAdded" Value="470" /><Member Name="puncherResourceRemoved" Value="471" /><Member Name="puncherThermistorFailure" Value="472" /><Member Name="puncherTimingFailure" Value="473" /><Member Name="puncherTurnedOff" Value="474" /><Member Name="puncherTurnedOn" Value="475" /><Member Name="puncherUnderTemperature" Value="476" /><Member Name="puncherUnrecoverableFailure" Value="477" /><Member Name="puncherUnrecoverableStorageError" Value="478" /><Member Name="puncherWarmingUp" Value="479" /><Member Name="resuming" Value="480" /><Member Name="scanMediaPathFailure" Value="481" /><Member Name="scanMediaPathInputEmpty" Value="482" /><Member Name="scanMediaPathInputFeedError" Value="483" /><Member Name="scanMediaPathInputJam" Value="484" /><Member Name="scanMediaPathInputRequest" Value="485" /><Member Name="scanMediaPathJam" Value="486" /><Member Name="scanMediaPathOutputFeedError" Value="487" /><Member Name="scanMediaPathOutputFull" Value="488" /><Member Name="scanMediaPathOutputJam" Value="489" /><Member Name="scanMediaPathPickRollerFailure" Value="490" /><Member Name="scanMediaPathPickRollerLifeOver" Value="491" /><Member Name="scanMediaPathPickRollerLifeWarn" Value="492" /><Member Name="scanMediaPathPickRollerMissing" Value="493" /><Member Name="scanMediaPathTrayAlmostFull" Value="494" /><Member Name="scanMediaPathTrayFull" Value="495" /><Member Name="scanMediaPathTrayMissing" Value="496" /><Member Name="scannerLightFailure" Value="497" /><Member Name="scannerLightLifeAlmostOver" Value="498" /><Member Name="scannerLightLifeOver" Value="499" /><Member Name="scannerLightMissing" Value="500" /><Member Name="scannerSensorFailure" Value="501" /><Member Name="scannerSensorLifeAlmostOver" Value="502" /><Member Name="scannerSensorLifeOver" Value="503" /><Member Name="scannerSensorMissing" Value="504" /><Member Name="separationCutterAdded" Value="505" /><Member Name="separationCutterAlmostEmpty" Value="506" /><Member Name="separationCutterAlmostFull" Value="507" /><Member Name="separationCutterAtLimit" Value="508" /><Member Name="separationCutterClosed" Value="509" /><Member Name="separationCutterConfigurationChange" Value="510" /><Member Name="separationCutterCoverClosed" Value="511" /><Member Name="separationCutterCoverOpen" Value="512" /><Member Name="separationCutterEmpty" Value="513" /><Member Name="separationCutterFull" Value="514" /><Member Name="separationCutterInterlockClosed" Value="515" /><Member Name="separationCutterInterlockOpen" Value="516" /><Member Name="separationCutterJam" Value="517" /><Member Name="separationCutterLifeAlmostOver" Value="518" /><Member Name="separationCutterLifeOver" Value="519" /><Member Name="separationCutterMemoryExhausted" Value="520" /><Member Name="separationCutterMissing" Value="521" /><Member Name="separationCutterMotorFailure" Value="522" /><Member Name="separationCutterNearLimit" Value="523" /><Member Name="separationCutterOffline" Value="524" /><Member Name="separationCutterOpened" Value="525" /><Member Name="separationCutterOverTemperature" Value="526" /><Member Name="separationCutterPowerSaver" Value="527" /><Member Name="separationCutterRecoverableFailure" Value="528" /><Member Name="separationCutterRecoverableStorage" Value="529" /><Member Name="separationCutterRemoved" Value="530" /><Member Name="separationCutterResourceAdded" Value="531" /><Member Name="separationCutterResourceRemoved" Value="532" /><Member Name="separationCutterThermistorFailure" Value="533" /><Member Name="separationCutterTimingFailure" Value="534" /><Member Name="separationCutterTurnedOff" Value="535" /><Member Name="separationCutterTurnedOn" Value="536" /><Member Name="separationCutterUnderTemperature" Value="537" /><Member Name="separationCutterUnrecoverableFailure" Value="538" /><Member Name="separationCutterUnrecoverableStorageError" Value="539" /><Member Name="separationCutterWarmingUp" Value="540" /><Member Name="sheetRotatorAdded" Value="541" /><Member Name="sheetRotatorAlmostEmpty" Value="542" /><Member Name="sheetRotatorAlmostFull" Value="543" /><Member Name="sheetRotatorAtLimit" Value="544" /><Member Name="sheetRotatorClosed" Value="545" /><Member Name="sheetRotatorConfigurationChange" Value="546" /><Member Name="sheetRotatorCoverClosed" Value="547" /><Member Name="sheetRotatorCoverOpen" Value="548" /><Member Name="sheetRotatorEmpty" Value="549" /><Member Name="sheetRotatorFull" Value="550" /><Member Name="sheetRotatorInterlockClosed" Value="551" /><Member Name="sheetRotatorInterlockOpen" Value="552" /><Member Name="sheetRotatorJam" Value="553" /><Member Name="sheetRotatorLifeAlmostOver" Value="554" /><Member Name="sheetRotatorLifeOver" Value="555" /><Member Name="sheetRotatorMemoryExhausted" Value="556" /><Member Name="sheetRotatorMissing" Value="557" /><Member Name="sheetRotatorMotorFailure" Value="558" /><Member Name="sheetRotatorNearLimit" Value="559" /><Member Name="sheetRotatorOffline" Value="560" /><Member Name="sheetRotatorOpened" Value="561" /><Member Name="sheetRotatorOverTemperature" Value="562" /><Member Name="sheetRotatorPowerSaver" Value="563" /><Member Name="sheetRotatorRecoverableFailure" Value="564" /><Member Name="sheetRotatorRecoverableStorage" Value="565" /><Member Name="sheetRotatorRemoved" Value="566" /><Member Name="sheetRotatorResourceAdded" Value="567" /><Member Name="sheetRotatorResourceRemoved" Value="568" /><Member Name="sheetRotatorThermistorFailure" Value="569" /><Member Name="sheetRotatorTimingFailure" Value="570" /><Member Name="sheetRotatorTurnedOff" Value="571" /><Member Name="sheetRotatorTurnedOn" Value="572" /><Member Name="sheetRotatorUnderTemperature" Value="573" /><Member Name="sheetRotatorUnrecoverableFailure" Value="574" /><Member Name="sheetRotatorUnrecoverableStorageError" Value="575" /><Member Name="sheetRotatorWarmingUp" Value="576" /><Member Name="slitterAdded" Value="577" /><Member Name="slitterAlmostEmpty" Value="578" /><Member Name="slitterAlmostFull" Value="579" /><Member Name="slitterAtLimit" Value="580" /><Member Name="slitterClosed" Value="581" /><Member Name="slitterConfigurationChange" Value="582" /><Member Name="slitterCoverClosed" Value="583" /><Member Name="slitterCoverOpen" Value="584" /><Member Name="slitterEmpty" Value="585" /><Member Name="slitterFull" Value="586" /><Member Name="slitterInterlockClosed" Value="587" /><Member Name="slitterInterlockOpen" Value="588" /><Member Name="slitterJam" Value="589" /><Member Name="slitterLifeAlmostOver" Value="590" /><Member Name="slitterLifeOver" Value="591" /><Member Name="slitterMemoryExhausted" Value="592" /><Member Name="slitterMissing" Value="593" /><Member Name="slitterMotorFailure" Value="594" /><Member Name="slitterNearLimit" Value="595" /><Member Name="slitterOffline" Value="596" /><Member Name="slitterOpened" Value="597" /><Member Name="slitterOverTemperature" Value="598" /><Member Name="slitterPowerSaver" Value="599" /><Member Name="slitterRecoverableFailure" Value="600" /><Member Name="slitterRecoverableStorage" Value="601" /><Member Name="slitterRemoved" Value="602" /><Member Name="slitterResourceAdded" Value="603" /><Member Name="slitterResourceRemoved" Value="604" /><Member Name="slitterThermistorFailure" Value="605" /><Member Name="slitterTimingFailure" Value="606" /><Member Name="slitterTurnedOff" Value="607" /><Member Name="slitterTurnedOn" Value="608" /><Member Name="slitterUnderTemperature" Value="609" /><Member Name="slitterUnrecoverableFailure" Value="610" /><Member Name="slitterUnrecoverableStorageError" Value="611" /><Member Name="slitterWarmingUp" Value="612" /><Member Name="stackerAdded" Value="613" /><Member Name="stackerAlmostEmpty" Value="614" /><Member Name="stackerAlmostFull" Value="615" /><Member Name="stackerAtLimit" Value="616" /><Member Name="stackerClosed" Value="617" /><Member Name="stackerConfigurationChange" Value="618" /><Member Name="stackerCoverClosed" Value="619" /><Member Name="stackerCoverOpen" Value="620" /><Member Name="stackerEmpty" Value="621" /><Member Name="stackerFull" Value="622" /><Member Name="stackerInterlockClosed" Value="623" /><Member Name="stackerInterlockOpen" Value="624" /><Member Name="stackerJam" Value="625" /><Member Name="stackerLifeAlmostOver" Value="626" /><Member Name="stackerLifeOver" Value="627" /><Member Name="stackerMemoryExhausted" Value="628" /><Member Name="stackerMissing" Value="629" /><Member Name="stackerMotorFailure" Value="630" /><Member Name="stackerNearLimit" Value="631" /><Member Name="stackerOffline" Value="632" /><Member Name="stackerOpened" Value="633" /><Member Name="stackerOverTemperature" Value="634" /><Member Name="stackerPowerSaver" Value="635" /><Member Name="stackerRecoverableFailure" Value="636" /><Member Name="stackerRecoverableStorage" Value="637" /><Member Name="stackerRemoved" Value="638" /><Member Name="stackerResourceAdded" Value="639" /><Member Name="stackerResourceRemoved" Value="640" /><Member Name="stackerThermistorFailure" Value="641" /><Member Name="stackerTimingFailure" Value="642" /><Member Name="stackerTurnedOff" Value="643" /><Member Name="stackerTurnedOn" Value="644" /><Member Name="stackerUnderTemperature" Value="645" /><Member Name="stackerUnrecoverableFailure" Value="646" /><Member Name="stackerUnrecoverableStorageError" Value="647" /><Member Name="stackerWarmingUp" Value="648" /><Member Name="standby" Value="649" /><Member Name="staplerAdded" Value="650" /><Member Name="staplerAlmostEmpty" Value="651" /><Member Name="staplerAlmostFull" Value="652" /><Member Name="staplerAtLimit" Value="653" /><Member Name="staplerClosed" Value="654" /><Member Name="staplerConfigurationChange" Value="655" /><Member Name="staplerCoverClosed" Value="656" /><Member Name="staplerCoverOpen" Value="657" /><Member Name="staplerEmpty" Value="658" /><Member Name="staplerFull" Value="659" /><Member Name="staplerInterlockClosed" Value="660" /><Member Name="staplerInterlockOpen" Value="661" /><Member Name="staplerJam" Value="662" /><Member Name="staplerLifeAlmostOver" Value="663" /><Member Name="staplerLifeOver" Value="664" /><Member Name="staplerMemoryExhausted" Value="665" /><Member Name="staplerMissing" Value="666" /><Member Name="staplerMotorFailure" Value="667" /><Member Name="staplerNearLimit" Value="668" /><Member Name="staplerOffline" Value="669" /><Member Name="staplerOpened" Value="670" /><Member Name="staplerOverTemperature" Value="671" /><Member Name="staplerPowerSaver" Value="672" /><Member Name="staplerRecoverableFailure" Value="673" /><Member Name="staplerRecoverableStorage" Value="674" /><Member Name="staplerRemoved" Value="675" /><Member Name="staplerResourceAdded" Value="676" /><Member Name="staplerResourceRemoved" Value="677" /><Member Name="staplerThermistorFailure" Value="678" /><Member Name="staplerTimingFailure" Value="679" /><Member Name="staplerTurnedOff" Value="680" /><Member Name="staplerTurnedOn" Value="681" /><Member Name="staplerUnderTemperature" Value="682" /><Member Name="staplerUnrecoverableFailure" Value="683" /><Member Name="staplerUnrecoverableStorageError" Value="684" /><Member Name="staplerWarmingUp" Value="685" /><Member Name="stitcherAdded" Value="686" /><Member Name="stitcherAlmostEmpty" Value="687" /><Member Name="stitcherAlmostFull" Value="688" /><Member Name="stitcherAtLimit" Value="689" /><Member Name="stitcherClosed" Value="690" /><Member Name="stitcherConfigurationChange" Value="691" /><Member Name="stitcherCoverClosed" Value="692" /><Member Name="stitcherCoverOpen" Value="693" /><Member Name="stitcherEmpty" Value="694" /><Member Name="stitcherFull" Value="695" /><Member Name="stitcherInterlockClosed" Value="696" /><Member Name="stitcherInterlockOpen" Value="697" /><Member Name="stitcherJam" Value="698" /><Member Name="stitcherLifeAlmostOver" Value="699" /><Member Name="stitcherLifeOver" Value="700" /><Member Name="stitcherMemoryExhausted" Value="701" /><Member Name="stitcherMissing" Value="702" /><Member Name="stitcherMotorFailure" Value="703" /><Member Name="stitcherNearLimit" Value="704" /><Member Name="stitcherOffline" Value="705" /><Member Name="stitcherOpened" Value="706" /><Member Name="stitcherOverTemperature" Value="707" /><Member Name="stitcherPowerSaver" Value="708" /><Member Name="stitcherRecoverableFailure" Value="709" /><Member Name="stitcherRecoverableStorage" Value="710" /><Member Name="stitcherRemoved" Value="711" /><Member Name="stitcherResourceAdded" Value="712" /><Member Name="stitcherResourceRemoved" Value="713" /><Member Name="stitcherThermistorFailure" Value="714" /><Member Name="stitcherTimingFailure" Value="715" /><Member Name="stitcherTurnedOff" Value="716" /><Member Name="stitcherTurnedOn" Value="717" /><Member Name="stitcherUnderTemperature" Value="718" /><Member Name="stitcherUnrecoverableFailure" Value="719" /><Member Name="stitcherUnrecoverableStorageError" Value="720" /><Member Name="stitcherWarmingUp" Value="721" /><Member Name="subunitAdded" Value="722" /><Member Name="subunitAlmostEmpty" Value="723" /><Member Name="subunitAlmostFull" Value="724" /><Member Name="subunitAtLimit" Value="725" /><Member Name="subunitClosed" Value="726" /><Member Name="subunitCoolingDown" Value="727" /><Member Name="subunitEmpty" Value="728" /><Member Name="subunitFull" Value="729" /><Member Name="subunitLifeAlmostOver" Value="730" /><Member Name="subunitLifeOver" Value="731" /><Member Name="subunitMemoryExhausted" Value="732" /><Member Name="subunitMissing" Value="733" /><Member Name="subunitMotorFailure" Value="734" /><Member Name="subunitNearLimit" Value="735" /><Member Name="subunitOffline" Value="736" /><Member Name="subunitOpened" Value="737" /><Member Name="subunitOverTemperature" Value="738" /><Member Name="subunitPowerSaver" Value="739" /><Member Name="subunitRecoverableFailure" Value="740" /><Member Name="subunitRecoverableStorage" Value="741" /><Member Name="subunitRemoved" Value="742" /><Member Name="subunitResourceAdded" Value="743" /><Member Name="subunitResourceRemoved" Value="744" /><Member Name="subunitThermistorFailure" Value="745" /><Member Name="subunitTimingFailure" Value="746" /><Member Name="subunitTurnedOff" Value="747" /><Member Name="subunitTurnedOn" Value="748" /><Member Name="subunitUnderTemperature" Value="749" /><Member Name="subunitUnrecoverableFailure" Value="750" /><Member Name="subunitUnrecoverableStorage" Value="751" /><Member Name="subunitWarmingUp" Value="752" /><Member Name="suspend" Value="753" /><Member Name="testing" Value="754" /><Member Name="trimmerAdded" Value="755" /><Member Name="trimmerAlmostEmpty" Value="756" /><Member Name="trimmerAlmostFull" Value="757" /><Member Name="trimmerAtLimit" Value="758" /><Member Name="trimmerClosed" Value="759" /><Member Name="trimmerConfigurationChange" Value="760" /><Member Name="trimmerCoverClosed" Value="761" /><Member Name="trimmerCoverOpen" Value="762" /><Member Name="trimmerEmpty" Value="763" /><Member Name="trimmerFull" Value="764" /><Member Name="trimmerInterlockClosed" Value="765" /><Member Name="trimmerInterlockOpen" Value="766" /><Member Name="trimmerJam" Value="767" /><Member Name="trimmerLifeAlmostOver" Value="768" /><Member Name="trimmerLifeOver" Value="769" /><Member Name="trimmerMemoryExhausted" Value="770" /><Member Name="trimmerMissing" Value="771" /><Member Name="trimmerMotorFailure" Value="772" /><Member Name="trimmerNearLimit" Value="773" /><Member Name="trimmerOffline" Value="774" /><Member Name="trimmerOpened" Value="775" /><Member Name="trimmerOverTemperature" Value="776" /><Member Name="trimmerPowerSaver" Value="777" /><Member Name="trimmerRecoverableFailure" Value="778" /><Member Name="trimmerRecoverableStorage" Value="779" /><Member Name="trimmerRemoved" Value="780" /><Member Name="trimmerResourceAdded" Value="781" /><Member Name="trimmerResourceRemoved" Value="782" /><Member Name="trimmerThermistorFailure" Value="783" /><Member Name="trimmerTimingFailure" Value="784" /><Member Name="trimmerTurnedOff" Value="785" /><Member Name="trimmerTurnedOn" Value="786" /><Member Name="trimmerUnderTemperature" Value="787" /><Member Name="trimmerUnrecoverableFailure" Value="788" /><Member Name="trimmerUnrecoverableStorageError" Value="789" /><Member Name="trimmerWarmingUp" Value="790" /><Member Name="unknown" Value="791" /><Member Name="wrapperAdded" Value="792" /><Member Name="wrapperAlmostEmpty" Value="793" /><Member Name="wrapperAlmostFull" Value="794" /><Member Name="wrapperAtLimit" Value="795" /><Member Name="wrapperClosed" Value="796" /><Member Name="wrapperConfigurationChange" Value="797" /><Member Name="wrapperCoverClosed" Value="798" /><Member Name="wrapperCoverOpen" Value="799" /><Member Name="wrapperEmpty" Value="800" /><Member Name="wrapperFull" Value="801" /><Member Name="wrapperInterlockClosed" Value="802" /><Member Name="wrapperInterlockOpen" Value="803" /><Member Name="wrapperJam" Value="804" /><Member Name="wrapperLifeAlmostOver" Value="805" /><Member Name="wrapperLifeOver" Value="806" /><Member Name="wrapperMemoryExhausted" Value="807" /><Member Name="wrapperMissing" Value="808" /><Member Name="wrapperMotorFailure" Value="809" /><Member Name="wrapperNearLimit" Value="810" /><Member Name="wrapperOffline" Value="811" /><Member Name="wrapperOpened" Value="812" /><Member Name="wrapperOverTemperature" Value="813" /><Member Name="wrapperPowerSaver" Value="814" /><Member Name="wrapperRecoverableFailure" Value="815" /><Member Name="wrapperRecoverableStorage" Value="816" /><Member Name="wrapperRemoved" Value="817" /><Member Name="wrapperResourceAdded" Value="818" /><Member Name="wrapperResourceRemoved" Value="819" /><Member Name="wrapperThermistorFailure" Value="820" /><Member Name="wrapperTimingFailure" Value="821" /><Member Name="wrapperTurnedOff" Value="822" /><Member Name="wrapperTurnedOn" Value="823" /><Member Name="wrapperUnderTemperature" Value="824" /><Member Name="wrapperUnrecoverableFailure" Value="825" /><Member Name="wrapperUnrecoverableStorageError" Value="826" /><Member Name="wrapperWarmingUp" Value="827" /></EnumType><EnumType Name="printEvent"><Member Name="jobStarted" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="printFinishing"><Member Name="none" Value="3" /><Member Name="staple" Value="4" /><Member Name="punch" Value="5" /><Member Name="cover" Value="6" /><Member Name="bind" Value="7" /><Member Name="saddleStitch" Value="8" /><Member Name="stitchEdge" Value="9" /><Member Name="stapleTopLeft" Value="20" /><Member Name="stapleBottomLeft" Value="21" /><Member Name="stapleTopRight" Value="22" /><Member Name="stapleBottomRight" Value="23" /><Member Name="stitchLeftEdge" Value="24" /><Member Name="stitchTopEdge" Value="25" /><Member Name="stitchRightEdge" Value="26" /><Member Name="stitchBottomEdge" Value="27" /><Member Name="stapleDualLeft" Value="28" /><Member Name="stapleDualTop" Value="29" /><Member Name="stapleDualRight" Value="30" /><Member Name="stapleDualBottom" Value="31" /><Member Name="unknownFutureValue" Value="32" /><Member Name="stapleTripleLeft" Value="33" /><Member Name="stapleTripleTop" Value="34" /><Member Name="stapleTripleRight" Value="35" /><Member Name="stapleTripleBottom" Value="36" /><Member Name="bindLeft" Value="37" /><Member Name="bindTop" Value="38" /><Member Name="bindRight" Value="39" /><Member Name="bindBottom" Value="40" /><Member Name="foldAccordion" Value="41" /><Member Name="foldDoubleGate" Value="42" /><Member Name="foldGate" Value="43" /><Member Name="foldHalf" Value="44" /><Member Name="foldHalfZ" Value="45" /><Member Name="foldLeftGate" Value="46" /><Member Name="foldLetter" Value="47" /><Member Name="foldParallel" Value="48" /><Member Name="foldPoster" Value="49" /><Member Name="foldRightGate" Value="50" /><Member Name="foldZ" Value="51" /><Member Name="foldEngineeringZ" Value="52" /><Member Name="punchTopLeft" Value="53" /><Member Name="punchBottomLeft" Value="54" /><Member Name="punchTopRight" Value="55" /><Member Name="punchBottomRight" Value="56" /><Member Name="punchDualLeft" Value="57" /><Member Name="punchDualTop" Value="58" /><Member Name="punchDualRight" Value="59" /><Member Name="punchDualBottom" Value="60" /><Member Name="punchTripleLeft" Value="61" /><Member Name="punchTripleTop" Value="62" /><Member Name="punchTripleRight" Value="63" /><Member Name="punchTripleBottom" Value="64" /><Member Name="punchQuadLeft" Value="65" /><Member Name="punchQuadTop" Value="66" /><Member Name="punchQuadRight" Value="67" /><Member Name="punchQuadBottom" Value="68" /><Member Name="fold" Value="69" /><Member Name="trim" Value="70" /><Member Name="bale" Value="71" /><Member Name="bookletMaker" Value="72" /><Member Name="coat" Value="73" /><Member Name="laminate" Value="74" /><Member Name="trimAfterPages" Value="75" /><Member Name="trimAfterDocuments" Value="76" /><Member Name="trimAfterCopies" Value="77" /><Member Name="trimAfterJob" Value="78" /></EnumType><EnumType Name="printJobProcessingState"><Member Name="unknown" Value="0" /><Member Name="pending" Value="1" /><Member Name="processing" Value="2" /><Member Name="paused" Value="3" /><Member Name="stopped" Value="4" /><Member Name="completed" Value="5" /><Member Name="canceled" Value="6" /><Member Name="aborted" Value="7" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="printJobStateDetail"><Member Name="uploadPending" Value="0" /><Member Name="transforming" Value="1" /><Member Name="completedSuccessfully" Value="2" /><Member Name="completedWithWarnings" Value="3" /><Member Name="completedWithErrors" Value="4" /><Member Name="releaseWait" Value="5" /><Member Name="interpreting" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="printMultipageLayout"><Member Name="clockwiseFromTopLeft" Value="0" /><Member Name="counterclockwiseFromTopLeft" Value="1" /><Member Name="counterclockwiseFromTopRight" Value="2" /><Member Name="clockwiseFromTopRight" Value="3" /><Member Name="counterclockwiseFromBottomLeft" Value="4" /><Member Name="clockwiseFromBottomLeft" Value="5" /><Member Name="counterclockwiseFromBottomRight" Value="6" /><Member Name="clockwiseFromBottomRight" Value="7" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="printOperationProcessingState"><Member Name="notStarted" Value="0" /><Member Name="running" Value="1" /><Member Name="succeeded" Value="2" /><Member Name="failed" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="printOrientation"><Member Name="portrait" Value="3" /><Member Name="landscape" Value="4" /><Member Name="reverseLandscape" Value="5" /><Member Name="reversePortrait" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="printQuality"><Member Name="low" Value="0" /><Member Name="medium" Value="1" /><Member Name="high" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="printScaling"><Member Name="auto" Value="0" /><Member Name="shrinkToFit" Value="1" /><Member Name="fill" Value="2" /><Member Name="fit" Value="3" /><Member Name="none" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="printTaskProcessingState"><Member Name="pending" Value="0" /><Member Name="processing" Value="1" /><Member Name="completed" Value="2" /><Member Name="aborted" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="status"><Member Name="active" Value="0" /><Member Name="updated" Value="1" /><Member Name="deleted" Value="2" /><Member Name="ignored" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="dataPolicyOperationStatus"><Member Name="notStarted" Value="0" /><Member Name="running" Value="1" /><Member Name="complete" Value="2" /><Member Name="failed" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="devicePlatformType"><Member Name="android" Value="0" /><Member Name="androidForWork" Value="1" /><Member Name="iOS" Value="2" /><Member Name="macOS" Value="3" /><Member Name="windowsPhone81" Value="4" /><Member Name="windows81AndLater" Value="5" /><Member Name="windows10AndLater" Value="6" /><Member Name="androidWorkProfile" Value="7" /><Member Name="unknown" Value="8" /><Member Name="androidAOSP" Value="9" /><Member Name="androidMobileApplicationManagement" Value="10" /><Member Name="iOSMobileApplicationManagement" Value="11" /><Member Name="unknownFutureValue" Value="12" /></EnumType><EnumType Name="accountTargetContentType"><Member Name="unknown" Value="0" /><Member Name="includeAll" Value="1" /><Member Name="addressBook" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="attackSimulationOperationType"><Member Name="createSimualation" Value="0" /><Member Name="updateSimulation" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="clickSource"><Member Name="unknown" Value="0" /><Member Name="qrCode" Value="1" /><Member Name="phishingUrl" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="coachmarkLocationType"><Member Name="unknown" Value="0" /><Member Name="fromEmail" Value="1" /><Member Name="subject" Value="2" /><Member Name="externalTag" Value="3" /><Member Name="displayName" Value="4" /><Member Name="messageBody" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="endUserNotificationPreference"><Member Name="unknown" Value="0" /><Member Name="microsoft" Value="1" /><Member Name="custom" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="endUserNotificationSettingType"><Member Name="unknown" Value="0" /><Member Name="noTraining" Value="1" /><Member Name="trainingSelected" Value="2" /><Member Name="noNotification" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="endUserNotificationType"><Member Name="unknown" Value="0" /><Member Name="positiveReinforcement" Value="1" /><Member Name="noTraining" Value="2" /><Member Name="trainingAssignment" Value="3" /><Member Name="trainingReminder" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="notificationDeliveryFrequency"><Member Name="unknown" Value="0" /><Member Name="weekly" Value="1" /><Member Name="biWeekly" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="notificationDeliveryPreference"><Member Name="unknown" Value="0" /><Member Name="deliverImmedietly" Value="1" /><Member Name="deliverAfterCampaignEnd" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="oAuthAppScope"><Member Name="unknown" Value="0" /><Member Name="readCalendar" Value="1" /><Member Name="readContact" Value="2" /><Member Name="readMail" Value="3" /><Member Name="readAllChat" Value="4" /><Member Name="readAllFile" Value="5" /><Member Name="readAndWriteMail" Value="6" /><Member Name="sendMail" Value="7" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="payloadBrand"><Member Name="unknown" Value="0" /><Member Name="other" Value="1" /><Member Name="americanExpress" Value="2" /><Member Name="capitalOne" Value="3" /><Member Name="dhl" Value="4" /><Member Name="docuSign" Value="5" /><Member Name="dropbox" Value="6" /><Member Name="facebook" Value="7" /><Member Name="firstAmerican" Value="8" /><Member Name="microsoft" Value="9" /><Member Name="netflix" Value="10" /><Member Name="scotiabank" Value="11" /><Member Name="sendGrid" Value="12" /><Member Name="stewartTitle" Value="13" /><Member Name="tesco" Value="14" /><Member Name="wellsFargo" Value="15" /><Member Name="syrinxCloud" Value="16" /><Member Name="adobe" Value="17" /><Member Name="teams" Value="18" /><Member Name="zoom" Value="19" /><Member Name="unknownFutureValue" Value="20" /></EnumType><EnumType Name="payloadComplexity"><Member Name="unknown" Value="0" /><Member Name="low" Value="1" /><Member Name="medium" Value="2" /><Member Name="high" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="payloadDeliveryPlatform"><Member Name="unknown" Value="0" /><Member Name="sms" Value="1" /><Member Name="email" Value="2" /><Member Name="teams" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="payloadIndustry"><Member Name="unknown" Value="0" /><Member Name="other" Value="1" /><Member Name="banking" Value="2" /><Member Name="businessServices" Value="3" /><Member Name="consumerServices" Value="4" /><Member Name="education" Value="5" /><Member Name="energy" Value="6" /><Member Name="construction" Value="7" /><Member Name="consulting" Value="8" /><Member Name="financialServices" Value="9" /><Member Name="government" Value="10" /><Member Name="hospitality" Value="11" /><Member Name="insurance" Value="12" /><Member Name="legal" Value="13" /><Member Name="courierServices" Value="14" /><Member Name="IT" Value="15" /><Member Name="healthcare" Value="16" /><Member Name="manufacturing" Value="17" /><Member Name="retail" Value="18" /><Member Name="telecom" Value="19" /><Member Name="realEstate" Value="20" /><Member Name="unknownFutureValue" Value="21" /></EnumType><EnumType Name="payloadTheme"><Member Name="unknown" Value="0" /><Member Name="other" Value="1" /><Member Name="accountActivation" Value="2" /><Member Name="accountVerification" Value="3" /><Member Name="billing" Value="4" /><Member Name="cleanUpMail" Value="5" /><Member Name="controversial" Value="6" /><Member Name="documentReceived" Value="7" /><Member Name="expense" Value="8" /><Member Name="fax" Value="9" /><Member Name="financeReport" Value="10" /><Member Name="incomingMessages" Value="11" /><Member Name="invoice" Value="12" /><Member Name="itemReceived" Value="13" /><Member Name="loginAlert" Value="14" /><Member Name="mailReceived" Value="15" /><Member Name="password" Value="16" /><Member Name="payment" Value="17" /><Member Name="payroll" Value="18" /><Member Name="personalizedOffer" Value="19" /><Member Name="quarantine" Value="20" /><Member Name="remoteWork" Value="21" /><Member Name="reviewMessage" Value="22" /><Member Name="securityUpdate" Value="23" /><Member Name="serviceSuspended" Value="24" /><Member Name="signatureRequired" Value="25" /><Member Name="upgradeMailboxStorage" Value="26" /><Member Name="verifyMailbox" Value="27" /><Member Name="voicemail" Value="28" /><Member Name="advertisement" Value="29" /><Member Name="employeeEngagement" Value="30" /><Member Name="unknownFutureValue" Value="31" /></EnumType><EnumType Name="simulationAttackTechnique"><Member Name="unknown" Value="0" /><Member Name="credentialHarvesting" Value="1" /><Member Name="attachmentMalware" Value="2" /><Member Name="driveByUrl" Value="3" /><Member Name="linkInAttachment" Value="4" /><Member Name="linkToMalwareFile" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="simulationAttackType"><Member Name="unknown" Value="0" /><Member Name="social" Value="1" /><Member Name="cloud" Value="2" /><Member Name="endpoint" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="simulationAutomationRunStatus"><Member Name="unknown" Value="0" /><Member Name="running" Value="1" /><Member Name="succeeded" Value="2" /><Member Name="failed" Value="3" /><Member Name="skipped" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="simulationAutomationStatus"><Member Name="unknown" Value="0" /><Member Name="draft" Value="1" /><Member Name="notRunning" Value="2" /><Member Name="running" Value="3" /><Member Name="completed" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="simulationContentSource"><Member Name="unknown" Value="0" /><Member Name="global" Value="1" /><Member Name="tenant" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="simulationContentStatus"><Member Name="unknown" Value="0" /><Member Name="draft" Value="1" /><Member Name="ready" Value="2" /><Member Name="archive" Value="3" /><Member Name="delete" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="simulationStatus"><Member Name="unknown" Value="0" /><Member Name="draft" Value="1" /><Member Name="running" Value="2" /><Member Name="scheduled" Value="3" /><Member Name="succeeded" Value="4" /><Member Name="failed" Value="5" /><Member Name="cancelled" Value="6" /><Member Name="excluded" Value="7" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="targettedUserType"><Member Name="unknown" Value="0" /><Member Name="clicked" Value="1" /><Member Name="compromised" Value="2" /><Member Name="allUsers" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="trainingAssignedTo"><Member Name="none" Value="0" /><Member Name="allUsers" Value="1" /><Member Name="clickedPayload" Value="2" /><Member Name="compromised" Value="3" /><Member Name="reportedPhish" Value="4" /><Member Name="readButNotClicked" Value="5" /><Member Name="didNothing" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="trainingAvailabilityStatus"><Member Name="unknown" Value="0" /><Member Name="notAvailable" Value="1" /><Member Name="available" Value="2" /><Member Name="archive" Value="3" /><Member Name="delete" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="trainingCompletionDuration"><Member Name="week" Value="7" /><Member Name="fortnite" Value="14" /><Member Name="month" Value="30" /><Member Name="unknownFutureValue" Value="100" /></EnumType><EnumType Name="trainingSettingType"><Member Name="microsoftCustom" Value="0" /><Member Name="microsoftManaged" Value="1" /><Member Name="noTraining" Value="2" /><Member Name="custom" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="trainingStatus"><Member Name="unknown" Value="0" /><Member Name="assigned" Value="1" /><Member Name="inProgress" Value="2" /><Member Name="completed" Value="3" /><Member Name="overdue" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="trainingType"><Member Name="unknown" Value="0" /><Member Name="phishing" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="alertFeedback"><Member Name="unknown" Value="0" /><Member Name="truePositive" Value="1" /><Member Name="falsePositive" Value="2" /><Member Name="benignPositive" Value="3" /><Member Name="unknownFutureValue" Value="127" /></EnumType><EnumType Name="alertSeverity"><Member Name="unknown" Value="0" /><Member Name="informational" Value="1" /><Member Name="low" Value="2" /><Member Name="medium" Value="3" /><Member Name="high" Value="4" /><Member Name="unknownFutureValue" Value="127" /></EnumType><EnumType Name="alertStatus"><Member Name="unknown" Value="0" /><Member Name="newAlert" Value="1" /><Member Name="inProgress" Value="2" /><Member Name="resolved" Value="3" /><Member Name="dismissed" Value="4" /><Member Name="unknownFutureValue" Value="127" /></EnumType><EnumType Name="connectionDirection"><Member Name="unknown" Value="0" /><Member Name="inbound" Value="1" /><Member Name="outbound" Value="2" /><Member Name="unknownFutureValue" Value="127" /></EnumType><EnumType Name="connectionStatus"><Member Name="unknown" Value="0" /><Member Name="attempted" Value="1" /><Member Name="succeeded" Value="2" /><Member Name="blocked" Value="3" /><Member Name="failed" Value="4" /><Member Name="unknownFutureValue" Value="127" /></EnumType><EnumType Name="emailRole"><Member Name="unknown" Value="0" /><Member Name="sender" Value="1" /><Member Name="recipient" Value="2" /><Member Name="unknownFutureValue" Value="127" /></EnumType><EnumType Name="fileHashType"><Member Name="unknown" Value="0" /><Member Name="sha1" Value="1" /><Member Name="sha256" Value="2" /><Member Name="md5" Value="3" /><Member Name="authenticodeHash256" Value="4" /><Member Name="lsHash" Value="5" /><Member Name="ctph" Value="6" /><Member Name="unknownFutureValue" Value="127" /></EnumType><EnumType Name="logonType"><Member Name="unknown" Value="0" /><Member Name="interactive" Value="1" /><Member Name="remoteInteractive" Value="2" /><Member Name="network" Value="3" /><Member Name="batch" Value="4" /><Member Name="service" Value="5" /><Member Name="unknownFutureValue" Value="127" /></EnumType><EnumType Name="processIntegrityLevel"><Member Name="unknown" Value="0" /><Member Name="untrusted" Value="1" /><Member Name="low" Value="2" /><Member Name="medium" Value="3" /><Member Name="high" Value="4" /><Member Name="system" Value="5" /><Member Name="unknownFutureValue" Value="127" /></EnumType><EnumType Name="registryHive"><Member Name="unknown" Value="0" /><Member Name="currentConfig" Value="1" /><Member Name="currentUser" Value="2" /><Member Name="localMachineSam" Value="3" /><Member Name="localMachineSecurity" Value="4" /><Member Name="localMachineSoftware" Value="5" /><Member Name="localMachineSystem" Value="6" /><Member Name="usersDefault" Value="7" /><Member Name="unknownFutureValue" Value="127" /></EnumType><EnumType Name="registryOperation"><Member Name="unknown" Value="0" /><Member Name="create" Value="1" /><Member Name="modify" Value="2" /><Member Name="delete" Value="3" /><Member Name="unknownFutureValue" Value="127" /></EnumType><EnumType Name="registryValueType"><Member Name="unknown" Value="0" /><Member Name="binary" Value="1" /><Member Name="dword" Value="2" /><Member Name="dwordLittleEndian" Value="3" /><Member Name="dwordBigEndian" Value="4" /><Member Name="expandSz" Value="5" /><Member Name="link" Value="6" /><Member Name="multiSz" Value="7" /><Member Name="none" Value="8" /><Member Name="qword" Value="9" /><Member Name="qwordlittleEndian" Value="10" /><Member Name="sz" Value="11" /><Member Name="unknownFutureValue" Value="127" /></EnumType><EnumType Name="securityNetworkProtocol"><Member Name="unknown" Value="-1" /><Member Name="ip" Value="0" /><Member Name="icmp" Value="1" /><Member Name="igmp" Value="2" /><Member Name="ggp" Value="3" /><Member Name="ipv4" Value="4" /><Member Name="tcp" Value="6" /><Member Name="pup" Value="12" /><Member Name="udp" Value="17" /><Member Name="idp" Value="22" /><Member Name="ipv6" Value="41" /><Member Name="ipv6RoutingHeader" Value="43" /><Member Name="ipv6FragmentHeader" Value="44" /><Member Name="ipSecEncapsulatingSecurityPayload" Value="50" /><Member Name="ipSecAuthenticationHeader" Value="51" /><Member Name="icmpV6" Value="58" /><Member Name="ipv6NoNextHeader" Value="59" /><Member Name="ipv6DestinationOptions" Value="60" /><Member Name="nd" Value="77" /><Member Name="raw" Value="255" /><Member Name="ipx" Value="1000" /><Member Name="spx" Value="1256" /><Member Name="spxII" Value="1257" /><Member Name="unknownFutureValue" Value="32767" /></EnumType><EnumType Name="securityResourceType"><Member Name="unknown" Value="0" /><Member Name="attacked" Value="1" /><Member Name="related" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="userAccountSecurityType"><Member Name="unknown" Value="0" /><Member Name="standard" Value="1" /><Member Name="power" Value="2" /><Member Name="administrator" Value="3" /><Member Name="unknownFutureValue" Value="127" /></EnumType><EnumType Name="allowedLobbyAdmitterRoles"><Member Name="organizerAndCoOrganizersAndPresenters" Value="0" /><Member Name="organizerAndCoOrganizers" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="broadcastMeetingAudience"><Member Name="roleIsAttendee" Value="0" /><Member Name="organization" Value="1" /><Member Name="everyone" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="callDirection"><Member Name="incoming" Value="0" /><Member Name="outgoing" Value="1" /></EnumType><EnumType Name="callEventType"><Member Name="callStarted" Value="0" /><Member Name="callEnded" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="rosterUpdated" Value="3" /></EnumType><EnumType Name="callState"><Member Name="incoming" Value="0" /><Member Name="establishing" Value="1" /><Member Name="established" Value="3" /><Member Name="hold" Value="4" /><Member Name="transferring" Value="5" /><Member Name="transferAccepted" Value="6" /><Member Name="redirecting" Value="7" /><Member Name="terminating" Value="8" /><Member Name="terminated" Value="9" /><Member Name="unknownFutureValue" Value="10" /></EnumType><EnumType Name="callTranscriptionState"><Member Name="notStarted" Value="0" /><Member Name="active" Value="1" /><Member Name="inactive" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="changeType"><Member Name="created" Value="0" /><Member Name="updated" Value="1" /><Member Name="deleted" Value="2" /></EnumType><EnumType Name="mediaDirection"><Member Name="inactive" Value="0" /><Member Name="sendOnly" Value="1" /><Member Name="receiveOnly" Value="2" /><Member Name="sendReceive" Value="3" /></EnumType><EnumType Name="mediaState"><Member Name="active" Value="0" /><Member Name="inactive" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="meetingAudience"><Member Name="everyone" Value="0" /><Member Name="organization" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="meetingChatHistoryDefaultMode"><Member Name="none" Value="0" /><Member Name="all" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="meetingLiveShareOptions"><Member Name="enabled" Value="0" /><Member Name="disabled" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="modality"><Member Name="audio" Value="1" /><Member Name="video" Value="2" /><Member Name="videoBasedScreenSharing" Value="3" /><Member Name="data" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="onlineMeetingContentSharingDisabledReason" IsFlags="true"><Member Name="watermarkProtection" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="onlineMeetingRole"><Member Name="attendee" Value="0" /><Member Name="presenter" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="producer" Value="3" /><Member Name="coorganizer" Value="4" /></EnumType><EnumType Name="onlineMeetingVideoDisabledReason" IsFlags="true"><Member Name="watermarkProtection" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="recordingStatus"><Member Name="unknown" Value="0" /><Member Name="notRecording" Value="1" /><Member Name="recording" Value="2" /><Member Name="failed" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="rejectReason"><Member Name="none" Value="0" /><Member Name="busy" Value="1" /><Member Name="forbidden" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="routingMode"><Member Name="oneToOne" Value="0" /><Member Name="multicast" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="routingType"><Member Name="forwarded" Value="0" /><Member Name="lookup" Value="1" /><Member Name="selfFork" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="screenSharingRole"><Member Name="viewer" Value="0" /><Member Name="sharer" Value="1" /></EnumType><EnumType Name="sendDtmfCompletionReason"><Member Name="unknown" Value="0" /><Member Name="completedSuccessfully" Value="1" /><Member Name="mediaOperationCanceled" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="tone"><Member Name="tone0" Value="0" /><Member Name="tone1" Value="1" /><Member Name="tone2" Value="2" /><Member Name="tone3" Value="3" /><Member Name="tone4" Value="4" /><Member Name="tone5" Value="5" /><Member Name="tone6" Value="6" /><Member Name="tone7" Value="7" /><Member Name="tone8" Value="8" /><Member Name="tone9" Value="9" /><Member Name="star" Value="10" /><Member Name="pound" Value="11" /><Member Name="a" Value="12" /><Member Name="b" Value="13" /><Member Name="c" Value="14" /><Member Name="d" Value="15" /><Member Name="flash" Value="16" /></EnumType><EnumType Name="virtualEventAttendeeRegistrationStatus"><Member Name="registered" Value="0" /><Member Name="canceled" Value="1" /><Member Name="waitlisted" Value="2" /><Member Name="pendingApproval" Value="3" /><Member Name="rejectedByOrganizer" Value="4" /><Member Name="unknownFutureValue" Value="11" /></EnumType><EnumType Name="virtualEventRegistrationPredefinedQuestionLabel"><Member Name="street" Value="0" /><Member Name="city" Value="1" /><Member Name="state" Value="2" /><Member Name="postalCode" Value="3" /><Member Name="countryOrRegion" Value="4" /><Member Name="industry" Value="5" /><Member Name="jobTitle" Value="6" /><Member Name="organization" Value="7" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="virtualEventRegistrationQuestionAnswerInputType"><Member Name="text" Value="0" /><Member Name="multilineText" Value="1" /><Member Name="singleChoice" Value="2" /><Member Name="multiChoice" Value="3" /><Member Name="boolean" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="virtualEventStatus"><Member Name="draft" Value="0" /><Member Name="published" Value="1" /><Member Name="canceled" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="workLocationSource"><Member Name="none" Value="0" /><Member Name="manual" Value="1" /><Member Name="scheduled" Value="2" /><Member Name="automatic" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="workLocationType"><Member Name="unspecified" Value="0" /><Member Name="office" Value="1" /><Member Name="remote" Value="2" /><Member Name="timeOff" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="attestationLevel"><Member Name="attested" Value="0" /><Member Name="notAttested" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="authenticationMethodKeyStrength"><Member Name="normal" Value="0" /><Member Name="weak" Value="1" /><Member Name="unknown" Value="2" /></EnumType><EnumType Name="authenticationMethodPlatform"><Member Name="unknown" Value="0" /><Member Name="windows" Value="1" /><Member Name="macOS" Value="2" /><Member Name="iOS" Value="3" /><Member Name="android" Value="4" /><Member Name="linux" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="authenticationMethodSignInState"><Member Name="notSupported" Value="0" /><Member Name="notAllowedByPolicy" Value="1" /><Member Name="notEnabled" Value="2" /><Member Name="phoneNumberNotUnique" Value="3" /><Member Name="ready" Value="4" /><Member Name="notConfigured" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="authenticationPhoneType"><Member Name="mobile" Value="0" /><Member Name="alternateMobile" Value="1" /><Member Name="office" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="errorCorrectionLevel"><Member Name="l" Value="1" /><Member Name="m" Value="2" /><Member Name="q" Value="3" /><Member Name="h" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="lifecycleEventType"><Member Name="missed" Value="0" /><Member Name="subscriptionRemoved" Value="1" /><Member Name="reauthorizationRequired" Value="2" /></EnumType><EnumType Name="binaryOperator"><Member Name="or" Value="0" /><Member Name="and" Value="1" /></EnumType><EnumType Name="aiInteractionType"><Member Name="userPrompt" Value="0" /><Member Name="aiResponse" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="callRecordingStatus"><Member Name="success" Value="0" /><Member Name="failure" Value="1" /><Member Name="initial" Value="2" /><Member Name="chunkFinished" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="channelMembershipType"><Member Name="standard" Value="0" /><Member Name="private" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="shared" Value="3" /></EnumType><EnumType Name="chatMessageActions" IsFlags="true"><Member Name="reactionAdded" Value="1" /><Member Name="reactionRemoved" Value="2" /><Member Name="actionUndefined" Value="4" /><Member Name="unknownFutureValue" Value="8" /></EnumType><EnumType Name="chatMessageImportance"><Member Name="normal" Value="0" /><Member Name="high" Value="1" /><Member Name="urgent" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="chatMessagePolicyViolationDlpActionTypes" IsFlags="true"><Member Name="none" Value="0" /><Member Name="notifySender" Value="1" /><Member Name="blockAccess" Value="2" /><Member Name="blockAccessExternal" Value="4" /></EnumType><EnumType Name="chatMessagePolicyViolationUserActionTypes" IsFlags="true"><Member Name="none" Value="0" /><Member Name="override" Value="1" /><Member Name="reportFalsePositive" Value="2" /></EnumType><EnumType Name="chatMessagePolicyViolationVerdictDetailsTypes" IsFlags="true"><Member Name="none" Value="0" /><Member Name="allowFalsePositiveOverride" Value="1" /><Member Name="allowOverrideWithoutJustification" Value="2" /><Member Name="allowOverrideWithJustification" Value="4" /></EnumType><EnumType Name="chatMessageType"><Member Name="message" Value="0" /><Member Name="chatEvent" Value="1" /><Member Name="typing" Value="2" /><Member Name="unknownFutureValue" Value="3" /><Member Name="systemEventMessage" Value="4" /></EnumType><EnumType Name="chatType"><Member Name="oneOnOne" Value="0" /><Member Name="group" Value="1" /><Member Name="meeting" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="clonableTeamParts" IsFlags="true"><Member Name="apps" Value="1" /><Member Name="tabs" Value="2" /><Member Name="settings" Value="4" /><Member Name="channels" Value="8" /><Member Name="members" Value="16" /></EnumType><EnumType Name="giphyRatingType"><Member Name="strict" Value="0" /><Member Name="moderate" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="teamsAppDistributionMethod"><Member Name="store" Value="0" /><Member Name="organization" Value="1" /><Member Name="sideloaded" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="teamsAppPublishingState"><Member Name="submitted" Value="0" /><Member Name="rejected" Value="1" /><Member Name="published" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="teamsAppResourceSpecificPermissionType"><Member Name="delegated" Value="0" /><Member Name="application" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="teamsAsyncOperationStatus"><Member Name="invalid" Value="0" /><Member Name="notStarted" Value="1" /><Member Name="inProgress" Value="2" /><Member Name="succeeded" Value="3" /><Member Name="failed" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="teamsAsyncOperationType"><Member Name="invalid" Value="0" /><Member Name="cloneTeam" Value="1" /><Member Name="archiveTeam" Value="2" /><Member Name="unarchiveTeam" Value="3" /><Member Name="createTeam" Value="4" /><Member Name="unknownFutureValue" Value="5" /><Member Name="teamifyGroup" Value="6" /><Member Name="createChannel" Value="7" /><Member Name="archiveChannel" Value="8" /><Member Name="unarchiveChannel" Value="9" /></EnumType><EnumType Name="teamSpecialization"><Member Name="none" Value="0" /><Member Name="educationStandard" Value="1" /><Member Name="educationClass" Value="2" /><Member Name="educationProfessionalLearningCommunity" Value="3" /><Member Name="educationStaff" Value="4" /><Member Name="healthcareStandard" Value="5" /><Member Name="healthcareCareCoordination" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="teamVisibilityType"><Member Name="private" Value="0" /><Member Name="public" Value="1" /><Member Name="hiddenMembership" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="teamworkActivityTopicSource"><Member Name="entityUrl" Value="0" /><Member Name="text" Value="1" /></EnumType><EnumType Name="teamworkApplicationIdentityType"><Member Name="aadApplication" Value="0" /><Member Name="bot" Value="1" /><Member Name="tenantBot" Value="2" /><Member Name="office365Connector" Value="3" /><Member Name="outgoingWebhook" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="teamworkCallEventType"><Member Name="call" Value="0" /><Member Name="meeting" Value="1" /><Member Name="screenShare" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="teamworkConversationIdentityType"><Member Name="team" Value="0" /><Member Name="channel" Value="1" /><Member Name="chat" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="teamworkTagType"><Member Name="standard" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="teamworkUserIdentityType"><Member Name="aadUser" Value="0" /><Member Name="onPremiseAadUser" Value="1" /><Member Name="anonymousGuest" Value="2" /><Member Name="federatedUser" Value="3" /><Member Name="personalMicrosoftAccountUser" Value="4" /><Member Name="skypeUser" Value="5" /><Member Name="phoneUser" Value="6" /><Member Name="unknownFutureValue" Value="7" /><Member Name="emailUser" Value="8" /></EnumType><EnumType Name="confirmedBy" IsFlags="true"><Member Name="none" Value="0" /><Member Name="user" Value="1" /><Member Name="manager" Value="2" /><Member Name="unknownFutureValue" Value="1024" /></EnumType><EnumType Name="eligibilityFilteringEnabledEntities" IsFlags="true"><Member Name="none" Value="0" /><Member Name="swapRequest" Value="1" /><Member Name="offerShiftRequest" Value="2" /><Member Name="unknownFutureValue" Value="4" /><Member Name="timeOffReason" Value="8" /></EnumType><EnumType Name="scheduleChangeRequestActor"><Member Name="sender" Value="0" /><Member Name="recipient" Value="1" /><Member Name="manager" Value="2" /><Member Name="system" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="scheduleChangeState"><Member Name="pending" Value="0" /><Member Name="approved" Value="1" /><Member Name="declined" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="scheduleEntityTheme"><Member Name="white" Value="0" /><Member Name="blue" Value="1" /><Member Name="green" Value="2" /><Member Name="purple" Value="3" /><Member Name="pink" Value="4" /><Member Name="yellow" Value="5" /><Member Name="gray" Value="6" /><Member Name="darkBlue" Value="7" /><Member Name="darkGreen" Value="8" /><Member Name="darkPurple" Value="9" /><Member Name="darkPink" Value="10" /><Member Name="darkYellow" Value="11" /><Member Name="unknownFutureValue" Value="12" /></EnumType><EnumType Name="timeCardState"><Member Name="clockedIn" Value="0" /><Member Name="onBreak" Value="1" /><Member Name="clockedOut" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="timeOffReasonIconType"><Member Name="none" Value="0" /><Member Name="car" Value="1" /><Member Name="calendar" Value="2" /><Member Name="running" Value="3" /><Member Name="plane" Value="4" /><Member Name="firstAid" Value="5" /><Member Name="doctor" Value="6" /><Member Name="notWorking" Value="7" /><Member Name="clock" Value="8" /><Member Name="juryDuty" Value="9" /><Member Name="globe" Value="10" /><Member Name="cup" Value="11" /><Member Name="phone" Value="12" /><Member Name="weather" Value="13" /><Member Name="umbrella" Value="14" /><Member Name="piggyBank" Value="15" /><Member Name="dog" Value="16" /><Member Name="cake" Value="17" /><Member Name="trafficCone" Value="18" /><Member Name="pin" Value="19" /><Member Name="sunny" Value="20" /><Member Name="unknownFutureValue" Value="21" /></EnumType><EnumType Name="workforceIntegrationEncryptionProtocol"><Member Name="sharedSecret" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="workforceIntegrationSupportedEntities" IsFlags="true"><Member Name="none" Value="0" /><Member Name="shift" Value="1" /><Member Name="swapRequest" Value="2" /><Member Name="userShiftPreferences" Value="8" /><Member Name="openShift" Value="16" /><Member Name="openShiftRequest" Value="32" /><Member Name="offerShiftRequest" Value="64" /><Member Name="unknownFutureValue" Value="1024" /><Member Name="timeCard" Value="2048" /><Member Name="timeOffReason" Value="4096" /><Member Name="timeOff" Value="8192" /><Member Name="timeOffRequest" Value="16384" /></EnumType><EnumType Name="mailDestinationRoutingReason"><Member Name="none" Value="0" /><Member Name="mailFlowRule" Value="1" /><Member Name="safeSender" Value="2" /><Member Name="blockedSender" Value="3" /><Member Name="advancedSpamFiltering" Value="4" /><Member Name="domainAllowList" Value="5" /><Member Name="domainBlockList" Value="6" /><Member Name="notInAddressBook" Value="7" /><Member Name="firstTimeSender" Value="8" /><Member Name="autoPurgeToInbox" Value="9" /><Member Name="autoPurgeToJunk" Value="10" /><Member Name="autoPurgeToDeleted" Value="11" /><Member Name="outbound" Value="12" /><Member Name="notJunk" Value="13" /><Member Name="junk" Value="14" /><Member Name="unknownFutureValue" Value="15" /></EnumType><EnumType Name="threatAssessmentContentType"><Member Name="mail" Value="1" /><Member Name="url" Value="2" /><Member Name="file" Value="3" /></EnumType><EnumType Name="threatAssessmentRequestSource"><Member Name="undefined" Value="0" /><Member Name="user" Value="1" /><Member Name="administrator" Value="2" /></EnumType><EnumType Name="threatAssessmentResultType"><Member Name="checkPolicy" Value="1" /><Member Name="rescan" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="threatAssessmentStatus"><Member Name="pending" Value="1" /><Member Name="completed" Value="2" /></EnumType><EnumType Name="threatCategory"><Member Name="undefined" Value="0" /><Member Name="spam" Value="1" /><Member Name="phishing" Value="2" /><Member Name="malware" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="threatExpectedAssessment"><Member Name="block" Value="1" /><Member Name="unblock" Value="2" /></EnumType><EnumType Name="taskStatus"><Member Name="notStarted" Value="0" /><Member Name="inProgress" Value="1" /><Member Name="completed" Value="2" /><Member Name="waitingOnOthers" Value="3" /><Member Name="deferred" Value="4" /></EnumType><EnumType Name="wellknownListName"><Member Name="none" Value="0" /><Member Name="defaultList" Value="1" /><Member Name="flaggedEmails" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="communityPrivacy"><Member Name="public" Value="0" /><Member Name="private" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="engagementAsyncOperationType"><Member Name="createCommunity" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EnumType Name="engagementConversationMessageReactionType"><Member Name="like" Value="0" /><Member Name="love" Value="1" /><Member Name="celebrate" Value="2" /><Member Name="thank" Value="3" /><Member Name="laugh" Value="4" /><Member Name="sad" Value="5" /><Member Name="happy" Value="6" /><Member Name="excited" Value="7" /><Member Name="smile" Value="8" /><Member Name="silly" Value="9" /><Member Name="intenseLaugh" Value="10" /><Member Name="starStruck" Value="11" /><Member Name="goofy" Value="12" /><Member Name="thinking" Value="13" /><Member Name="surprised" Value="14" /><Member Name="mindBlown" Value="15" /><Member Name="scared" Value="16" /><Member Name="crying" Value="17" /><Member Name="shocked" Value="18" /><Member Name="angry" Value="19" /><Member Name="agree" Value="20" /><Member Name="praise" Value="21" /><Member Name="takingNotes" Value="22" /><Member Name="heartBroken" Value="23" /><Member Name="support" Value="24" /><Member Name="confirmed" Value="25" /><Member Name="watching" Value="26" /><Member Name="brain" Value="27" /><Member Name="medal" Value="28" /><Member Name="bullseye" Value="29" /><Member Name="unknownFutureValue" Value="30" /></EnumType><EnumType Name="engagementConversationModerationState"><Member Name="published" Value="0" /><Member Name="pendingReview" Value="1" /><Member Name="dismissed" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="engagementCreationMode"><Member Name="none" Value="0" /><Member Name="migration" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="assignmentType"><Member Name="required" Value="0" /><Member Name="recommended" Value="1" /><Member Name="unknownFutureValue" Value="2" /><Member Name="peerRecommended" Value="3" /></EnumType><EnumType Name="courseStatus"><Member Name="notStarted" Value="0" /><Member Name="inProgress" Value="1" /><Member Name="completed" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="level"><Member Name="beginner" Value="0" /><Member Name="intermediate" Value="1" /><Member Name="advanced" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="maxWorkLocationDetails"><Member Name="unknown" Value="0" /><Member Name="none" Value="1" /><Member Name="approximate" Value="2" /><Member Name="specific" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="workLocationUpdateScope"><Member Name="currentSegment" Value="1" /><Member Name="currentDay" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EntityType Name="entity" Abstract="true"><Key><PropertyRef Name="id" /></Key><Property Name="id" Type="Edm.String" Nullable="false" /></EntityType><ComplexType Name="customExtensionAuthenticationConfiguration" Abstract="true" /><ComplexType Name="azureAdPopTokenAuthentication" BaseType="graph.customExtensionAuthenticationConfiguration" /><ComplexType Name="customExtensionCallbackConfiguration" Abstract="true"><Property Name="timeoutDuration" Type="Edm.Duration" /></ComplexType><ComplexType Name="customExtensionCalloutRequest"><Property Name="data" Type="graph.customExtensionData" /><Property Name="source" Type="Edm.String" /><Property Name="type" Type="Edm.String" /></ComplexType><ComplexType Name="customExtensionData" Abstract="true" /><ComplexType Name="customExtensionCalloutResponse"><Property Name="data" Type="graph.customExtensionData" /><Property Name="source" Type="Edm.String" /><Property Name="type" Type="Edm.String" /></ComplexType><ComplexType Name="customExtensionClientConfiguration"><Property Name="maximumRetries" Type="Edm.Int32" /><Property Name="timeoutInMilliseconds" Type="Edm.Int32" /></ComplexType><ComplexType Name="customExtensionEndpointConfiguration" Abstract="true" /><ComplexType Name="emailSettings"><Property Name="senderDomain" Type="Edm.String" Nullable="false" /><Property Name="useCompanyBranding" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="identity" OpenType="true"><Property Name="displayName" Type="Edm.String" /><Property Name="id" Type="Edm.String" /></ComplexType><ComplexType Name="keyValuePair"><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="logicAppTriggerEndpointConfiguration" BaseType="graph.customExtensionEndpointConfiguration"><Property Name="logicAppWorkflowName" Type="Edm.String" /><Property Name="resourceGroupName" Type="Edm.String" /><Property Name="subscriptionId" Type="Edm.String" /><Property Name="url" Type="Edm.String" /></ComplexType><ComplexType Name="subjectSet" Abstract="true" /><EntityType Name="directoryObject" BaseType="graph.entity" OpenType="true"><Property Name="deletedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="application" BaseType="graph.directoryObject" OpenType="true"><Property Name="addIns" Type="Collection(graph.addIn)" Nullable="false" /><Property Name="api" Type="graph.apiApplication" /><Property Name="appId" Type="Edm.String" /><Property Name="applicationTemplateId" Type="Edm.String" /><Property Name="appRoles" Type="Collection(graph.appRole)" Nullable="false" /><Property Name="authenticationBehaviors" Type="graph.authenticationBehaviors" /><Property Name="certification" Type="graph.certification" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="defaultRedirectUri" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="disabledByMicrosoftStatus" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="groupMembershipClaims" Type="Edm.String" /><Property Name="identifierUris" Type="Collection(Edm.String)" Nullable="false" /><Property Name="info" Type="graph.informationalUrl" /><Property Name="isDeviceOnlyAuthSupported" Type="Edm.Boolean" /><Property Name="isFallbackPublicClient" Type="Edm.Boolean" /><Property Name="keyCredentials" Type="Collection(graph.keyCredential)" Nullable="false" /><Property Name="logo" Type="Edm.Stream" Nullable="false" /><Property Name="nativeAuthenticationApisEnabled" Type="graph.nativeAuthenticationApisEnabled" /><Property Name="notes" Type="Edm.String" /><Property Name="oauth2RequirePostResponse" Type="Edm.Boolean" Nullable="false" /><Property Name="optionalClaims" Type="graph.optionalClaims" /><Property Name="parentalControlSettings" Type="graph.parentalControlSettings" /><Property Name="passwordCredentials" Type="Collection(graph.passwordCredential)" Nullable="false" /><Property Name="publicClient" Type="graph.publicClientApplication" /><Property Name="publisherDomain" Type="Edm.String" /><Property Name="requestSignatureVerification" Type="graph.requestSignatureVerification" /><Property Name="requiredResourceAccess" Type="Collection(graph.requiredResourceAccess)" Nullable="false" /><Property Name="samlMetadataUrl" Type="Edm.String" /><Property Name="serviceManagementReference" Type="Edm.String" /><Property Name="servicePrincipalLockConfiguration" Type="graph.servicePrincipalLockConfiguration" /><Property Name="signInAudience" Type="Edm.String" /><Property Name="spa" Type="graph.spaApplication" /><Property Name="tags" Type="Collection(Edm.String)" Nullable="false" /><Property Name="tokenEncryptionKeyId" Type="Edm.Guid" /><Property Name="uniqueName" Type="Edm.String" /><Property Name="verifiedPublisher" Type="graph.verifiedPublisher" /><Property Name="web" Type="graph.webApplication" /><NavigationProperty Name="appManagementPolicies" Type="Collection(graph.appManagementPolicy)" /><NavigationProperty Name="createdOnBehalfOf" Type="graph.directoryObject" /><NavigationProperty Name="extensionProperties" Type="Collection(graph.extensionProperty)" ContainsTarget="true" /><NavigationProperty Name="federatedIdentityCredentials" Type="Collection(graph.federatedIdentityCredential)" ContainsTarget="true" /><NavigationProperty Name="homeRealmDiscoveryPolicies" Type="Collection(graph.homeRealmDiscoveryPolicy)" /><NavigationProperty Name="owners" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="tokenIssuancePolicies" Type="Collection(graph.tokenIssuancePolicy)" /><NavigationProperty Name="tokenLifetimePolicies" Type="Collection(graph.tokenLifetimePolicy)" /><NavigationProperty Name="synchronization" Type="graph.synchronization" ContainsTarget="true" /><Annotation Term="Org.OData.Core.V1.AlternateKeys"><Collection><Record Type="Org.OData.Core.V1.AlternateKey"><PropertyValue Property="Key"><Collection><Record Type="Org.OData.Core.V1.PropertyRef"><PropertyValue Property="Alias" String="appId" /><PropertyValue Property="Name" PropertyPath="appId" /></Record></Collection></PropertyValue></Record><Record Type="Org.OData.Core.V1.AlternateKey"><PropertyValue Property="Key"><Collection><Record Type="Org.OData.Core.V1.PropertyRef"><PropertyValue Property="Alias" String="uniqueName" /><PropertyValue Property="Name" PropertyPath="uniqueName" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><ComplexType Name="addIn"><Property Name="id" Type="Edm.Guid" /><Property Name="properties" Type="Collection(graph.keyValue)" Nullable="false" /><Property Name="type" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="apiApplication"><Property Name="acceptMappedClaims" Type="Edm.Boolean" /><Property Name="knownClientApplications" Type="Collection(Edm.Guid)" /><Property Name="oauth2PermissionScopes" Type="Collection(graph.permissionScope)" Nullable="false" /><Property Name="preAuthorizedApplications" Type="Collection(graph.preAuthorizedApplication)" /><Property Name="requestedAccessTokenVersion" Type="Edm.Int32" /></ComplexType><ComplexType Name="appRole"><Property Name="allowedMemberTypes" Type="Collection(Edm.String)" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="id" Type="Edm.Guid" Nullable="false" /><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="origin" Type="Edm.String" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="authenticationBehaviors"><Property Name="blockAzureADGraphAccess" Type="Edm.Boolean" /><Property Name="removeUnverifiedEmailClaim" Type="Edm.Boolean" /><Property Name="requireClientServicePrincipal" Type="Edm.Boolean" /></ComplexType><ComplexType Name="certification"><Property Name="certificationDetailsUrl" Type="Edm.String" /><Property Name="certificationExpirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="isCertifiedByMicrosoft" Type="Edm.Boolean" /><Property Name="isPublisherAttested" Type="Edm.Boolean" /><Property Name="lastCertificationDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="informationalUrl"><Property Name="logoUrl" Type="Edm.String" /><Property Name="marketingUrl" Type="Edm.String" /><Property Name="privacyStatementUrl" Type="Edm.String" /><Property Name="supportUrl" Type="Edm.String" /><Property Name="termsOfServiceUrl" Type="Edm.String" /></ComplexType><ComplexType Name="keyCredential"><Property Name="customKeyIdentifier" Type="Edm.Binary" /><Property Name="displayName" Type="Edm.String" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="key" Type="Edm.Binary" /><Property Name="keyId" Type="Edm.Guid" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="type" Type="Edm.String" /><Property Name="usage" Type="Edm.String" /></ComplexType><ComplexType Name="optionalClaims"><Property Name="accessToken" Type="Collection(graph.optionalClaim)" /><Property Name="idToken" Type="Collection(graph.optionalClaim)" /><Property Name="saml2Token" Type="Collection(graph.optionalClaim)" /></ComplexType><ComplexType Name="parentalControlSettings"><Property Name="countriesBlockedForMinors" Type="Collection(Edm.String)" /><Property Name="legalAgeGroupRule" Type="Edm.String" /></ComplexType><ComplexType Name="passwordCredential"><Property Name="customKeyIdentifier" Type="Edm.Binary" /><Property Name="displayName" Type="Edm.String" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="hint" Type="Edm.String" /><Property Name="keyId" Type="Edm.Guid" /><Property Name="secretText" Type="Edm.String" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="publicClientApplication"><Property Name="redirectUris" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="requestSignatureVerification"><Property Name="allowedWeakAlgorithms" Type="graph.weakAlgorithms" /><Property Name="isSignedRequestRequired" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="requiredResourceAccess"><Property Name="resourceAccess" Type="Collection(graph.resourceAccess)" Nullable="false" /><Property Name="resourceAppId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="servicePrincipalLockConfiguration"><Property Name="allProperties" Type="Edm.Boolean" /><Property Name="credentialsWithUsageSign" Type="Edm.Boolean" /><Property Name="credentialsWithUsageVerify" Type="Edm.Boolean" /><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="tokenEncryptionKeyId" Type="Edm.Boolean" /></ComplexType><ComplexType Name="spaApplication"><Property Name="redirectUris" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="verifiedPublisher"><Property Name="addedDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" /><Property Name="verifiedPublisherId" Type="Edm.String" /></ComplexType><ComplexType Name="webApplication"><Property Name="homePageUrl" Type="Edm.String" /><Property Name="implicitGrantSettings" Type="graph.implicitGrantSettings" /><Property Name="logoutUrl" Type="Edm.String" /><Property Name="redirectUris" Type="Collection(Edm.String)" Nullable="false" /><Property Name="redirectUriSettings" Type="Collection(graph.redirectUriSettings)" Nullable="false" /></ComplexType><EntityType Name="policyBase" BaseType="graph.directoryObject" Abstract="true"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /></EntityType><EntityType Name="appManagementPolicy" BaseType="graph.policyBase"><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="restrictions" Type="graph.customAppManagementConfiguration" /><NavigationProperty Name="appliesTo" Type="Collection(graph.directoryObject)" /></EntityType><EntityType Name="extensionProperty" BaseType="graph.directoryObject" OpenType="true"><Property Name="appDisplayName" Type="Edm.String" /><Property Name="dataType" Type="Edm.String" Nullable="false" /><Property Name="isMultiValued" Type="Edm.Boolean" Nullable="false" /><Property Name="isSyncedFromOnPremises" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="targetObjects" Type="Collection(Edm.String)" Nullable="false" /></EntityType><EntityType Name="federatedIdentityCredential" BaseType="graph.entity"><Property Name="audiences" Type="Collection(Edm.String)" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="issuer" Type="Edm.String" Nullable="false" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="subject" Type="Edm.String" Nullable="false" /><Annotation Term="Org.OData.Core.V1.AlternateKeys"><Collection><Record Type="Org.OData.Core.V1.AlternateKey"><PropertyValue Property="Key"><Collection><Record Type="Org.OData.Core.V1.PropertyRef"><PropertyValue Property="Alias" String="name" /><PropertyValue Property="Name" PropertyPath="name" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="stsPolicy" BaseType="graph.policyBase" Abstract="true"><Property Name="definition" Type="Collection(Edm.String)" Nullable="false" /><Property Name="isOrganizationDefault" Type="Edm.Boolean" /><NavigationProperty Name="appliesTo" Type="Collection(graph.directoryObject)" /></EntityType><EntityType Name="homeRealmDiscoveryPolicy" BaseType="graph.stsPolicy" /><EntityType Name="tokenIssuancePolicy" BaseType="graph.stsPolicy" /><EntityType Name="tokenLifetimePolicy" BaseType="graph.stsPolicy" /><EntityType Name="synchronization" BaseType="graph.entity"><Property Name="secrets" Type="Collection(graph.synchronizationSecretKeyStringValuePair)" /><NavigationProperty Name="jobs" Type="Collection(graph.synchronizationJob)" ContainsTarget="true" /><NavigationProperty Name="templates" Type="Collection(graph.synchronizationTemplate)" ContainsTarget="true" /></EntityType><EntityType Name="customCalloutExtension" BaseType="graph.entity" Abstract="true"><Property Name="authenticationConfiguration" Type="graph.customExtensionAuthenticationConfiguration" /><Property Name="clientConfiguration" Type="graph.customExtensionClientConfiguration" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="endpointConfiguration" Type="graph.customExtensionEndpointConfiguration" /></EntityType><EntityType Name="deletedItemContainer" BaseType="graph.entity"><NavigationProperty Name="workflows" Type="Collection(microsoft.graph.identityGovernance.workflow)" ContainsTarget="true" /></EntityType><EntityType Name="group" BaseType="graph.directoryObject" OpenType="true"><Property Name="assignedLabels" Type="Collection(graph.assignedLabel)" /><Property Name="assignedLicenses" Type="Collection(graph.assignedLicense)" /><Property Name="classification" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="groupTypes" Type="Collection(Edm.String)" Nullable="false" /><Property Name="hasMembersWithLicenseErrors" Type="Edm.Boolean" /><Property Name="isAssignableToRole" Type="Edm.Boolean" /><Property Name="isManagementRestricted" Type="Edm.Boolean" /><Property Name="licenseProcessingState" Type="graph.licenseProcessingState" /><Property Name="mail" Type="Edm.String" /><Property Name="mailEnabled" Type="Edm.Boolean" /><Property Name="mailNickname" Type="Edm.String" /><Property Name="membershipRule" Type="Edm.String" /><Property Name="membershipRuleProcessingState" Type="Edm.String" /><Property Name="onPremisesDomainName" Type="Edm.String" /><Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" /><Property Name="onPremisesNetBiosName" Type="Edm.String" /><Property Name="onPremisesProvisioningErrors" Type="Collection(graph.onPremisesProvisioningError)" /><Property Name="onPremisesSamAccountName" Type="Edm.String" /><Property Name="onPremisesSecurityIdentifier" Type="Edm.String" /><Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" /><Property Name="preferredDataLocation" Type="Edm.String" /><Property Name="preferredLanguage" Type="Edm.String" /><Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" /><Property Name="renewedDateTime" Type="Edm.DateTimeOffset" /><Property Name="resourceBehaviorOptions" Type="Collection(Edm.String)" Nullable="false" /><Property Name="resourceProvisioningOptions" Type="Collection(Edm.String)" Nullable="false" /><Property Name="securityEnabled" Type="Edm.Boolean" /><Property Name="securityIdentifier" Type="Edm.String" /><Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)" /><Property Name="theme" Type="Edm.String" /><Property Name="uniqueName" Type="Edm.String" /><Property Name="visibility" Type="Edm.String" /><Property Name="allowExternalSenders" Type="Edm.Boolean" /><Property Name="autoSubscribeNewMembers" Type="Edm.Boolean" /><Property Name="hideFromAddressLists" Type="Edm.Boolean" /><Property Name="hideFromOutlookClients" Type="Edm.Boolean" /><Property Name="isSubscribedByMail" Type="Edm.Boolean" /><Property Name="unseenCount" Type="Edm.Int32" /><Property Name="welcomeMessageEnabled" Type="Edm.Boolean" /><Property Name="isArchived" Type="Edm.Boolean" /><NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" /><NavigationProperty Name="createdOnBehalfOf" Type="graph.directoryObject" /><NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="members" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="membersWithLicenseErrors" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" /><NavigationProperty Name="owners" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true" /><NavigationProperty Name="settings" Type="Collection(graph.groupSetting)" ContainsTarget="true" /><NavigationProperty Name="transitiveMemberOf" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="transitiveMembers" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="acceptedSenders" Type="Collection(graph.directoryObject)" ContainsTarget="true" /><NavigationProperty Name="calendar" Type="graph.calendar" ContainsTarget="true" /><NavigationProperty Name="calendarView" Type="Collection(graph.event)" ContainsTarget="true" /><NavigationProperty Name="conversations" Type="Collection(graph.conversation)" ContainsTarget="true" /><NavigationProperty Name="events" Type="Collection(graph.event)" ContainsTarget="true" /><NavigationProperty Name="rejectedSenders" Type="Collection(graph.directoryObject)" ContainsTarget="true" /><NavigationProperty Name="threads" Type="Collection(graph.conversationThread)" ContainsTarget="true" /><NavigationProperty Name="drive" Type="graph.drive" ContainsTarget="true" /><NavigationProperty Name="drives" Type="Collection(graph.drive)" ContainsTarget="true" /><NavigationProperty Name="sites" Type="Collection(graph.site)" ContainsTarget="true" /><NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /><NavigationProperty Name="groupLifecyclePolicies" Type="Collection(graph.groupLifecyclePolicy)" ContainsTarget="true" /><NavigationProperty Name="planner" Type="graph.plannerGroup" ContainsTarget="true" /><NavigationProperty Name="onenote" Type="graph.onenote" ContainsTarget="true" /><NavigationProperty Name="photo" Type="graph.profilePhoto" ContainsTarget="true" /><NavigationProperty Name="photos" Type="Collection(graph.profilePhoto)" ContainsTarget="true" /><NavigationProperty Name="team" Type="graph.team" ContainsTarget="true" /><Annotation Term="Org.OData.Core.V1.AlternateKeys"><Collection><Record Type="Org.OData.Core.V1.AlternateKey"><PropertyValue Property="Key"><Collection><Record Type="Org.OData.Core.V1.PropertyRef"><PropertyValue Property="Alias" String="uniqueName" /><PropertyValue Property="Name" PropertyPath="uniqueName" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><ComplexType Name="assignedLabel"><Property Name="displayName" Type="Edm.String" /><Property Name="labelId" Type="Edm.String" /></ComplexType><ComplexType Name="assignedLicense"><Property Name="disabledPlans" Type="Collection(Edm.Guid)" Nullable="false" /><Property Name="skuId" Type="Edm.Guid" /></ComplexType><ComplexType Name="licenseProcessingState"><Property Name="state" Type="Edm.String" /></ComplexType><ComplexType Name="onPremisesProvisioningError"><Property Name="category" Type="Edm.String" /><Property Name="occurredDateTime" Type="Edm.DateTimeOffset" /><Property Name="propertyCausingError" Type="Edm.String" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="serviceProvisioningError" Abstract="true"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="isResolved" Type="Edm.Boolean" /><Property Name="serviceInstance" Type="Edm.String" /></ComplexType><EntityType Name="appRoleAssignment" BaseType="graph.directoryObject"><Property Name="appRoleId" Type="Edm.Guid" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="principalDisplayName" Type="Edm.String" /><Property Name="principalId" Type="Edm.Guid" /><Property Name="principalType" Type="Edm.String" /><Property Name="resourceDisplayName" Type="Edm.String" /><Property Name="resourceId" Type="Edm.Guid" /></EntityType><EntityType Name="onPremisesSyncBehavior" BaseType="graph.entity"><Property Name="isCloudManaged" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="resourceSpecificPermissionGrant" BaseType="graph.directoryObject"><Property Name="clientAppId" Type="Edm.String" /><Property Name="clientId" Type="Edm.String" /><Property Name="permission" Type="Edm.String" /><Property Name="permissionType" Type="Edm.String" /><Property Name="resourceAppId" Type="Edm.String" /></EntityType><EntityType Name="groupSetting" BaseType="graph.entity" OpenType="true"><Property Name="displayName" Type="Edm.String" /><Property Name="templateId" Type="Edm.String" /><Property Name="values" Type="Collection(graph.settingValue)" Nullable="false" /></EntityType><EntityType Name="calendar" BaseType="graph.entity"><Property Name="allowedOnlineMeetingProviders" Type="Collection(graph.onlineMeetingProviderType)" /><Property Name="canEdit" Type="Edm.Boolean" /><Property Name="canShare" Type="Edm.Boolean" /><Property Name="canViewPrivateItems" Type="Edm.Boolean" /><Property Name="changeKey" Type="Edm.String" /><Property Name="color" Type="graph.calendarColor" /><Property Name="defaultOnlineMeetingProvider" Type="graph.onlineMeetingProviderType" /><Property Name="hexColor" Type="Edm.String" /><Property Name="isDefaultCalendar" Type="Edm.Boolean" /><Property Name="isRemovable" Type="Edm.Boolean" /><Property Name="isTallyingResponses" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" /><Property Name="owner" Type="graph.emailAddress" /><NavigationProperty Name="calendarPermissions" Type="Collection(graph.calendarPermission)" ContainsTarget="true" /><NavigationProperty Name="calendarView" Type="Collection(graph.event)" ContainsTarget="true" /><NavigationProperty Name="events" Type="Collection(graph.event)" ContainsTarget="true" /><NavigationProperty Name="multiValueExtendedProperties" Type="Collection(graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" /><NavigationProperty Name="singleValueExtendedProperties" Type="Collection(graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" /></EntityType><EntityType Name="outlookItem" BaseType="graph.entity" Abstract="true"><Property Name="categories" Type="Collection(Edm.String)" /><Property Name="changeKey" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="event" BaseType="graph.outlookItem" OpenType="true"><Property Name="allowNewTimeProposals" Type="Edm.Boolean" /><Property Name="attendees" Type="Collection(graph.attendee)" /><Property Name="body" Type="graph.itemBody" /><Property Name="bodyPreview" Type="Edm.String" /><Property Name="cancelledOccurrences" Type="Collection(Edm.String)" Nullable="false" /><Property Name="end" Type="graph.dateTimeTimeZone" /><Property Name="hasAttachments" Type="Edm.Boolean" /><Property Name="hideAttendees" Type="Edm.Boolean" /><Property Name="iCalUId" Type="Edm.String" /><Property Name="importance" Type="graph.importance" /><Property Name="isAllDay" Type="Edm.Boolean" /><Property Name="isCancelled" Type="Edm.Boolean" /><Property Name="isDraft" Type="Edm.Boolean" /><Property Name="isOnlineMeeting" Type="Edm.Boolean" /><Property Name="isOrganizer" Type="Edm.Boolean" /><Property Name="isReminderOn" Type="Edm.Boolean" /><Property Name="location" Type="graph.location" /><Property Name="locations" Type="Collection(graph.location)" /><Property Name="onlineMeeting" Type="graph.onlineMeetingInfo" /><Property Name="onlineMeetingProvider" Type="graph.onlineMeetingProviderType" /><Property Name="onlineMeetingUrl" Type="Edm.String" /><Property Name="organizer" Type="graph.recipient" /><Property Name="originalEndTimeZone" Type="Edm.String" /><Property Name="originalStart" Type="Edm.DateTimeOffset" /><Property Name="originalStartTimeZone" Type="Edm.String" /><Property Name="recurrence" Type="graph.patternedRecurrence" /><Property Name="reminderMinutesBeforeStart" Type="Edm.Int32" /><Property Name="responseRequested" Type="Edm.Boolean" /><Property Name="responseStatus" Type="graph.responseStatus" /><Property Name="sensitivity" Type="graph.sensitivity" /><Property Name="seriesMasterId" Type="Edm.String" /><Property Name="showAs" Type="graph.freeBusyStatus" /><Property Name="start" Type="graph.dateTimeTimeZone" /><Property Name="subject" Type="Edm.String" /><Property Name="transactionId" Type="Edm.String" /><Property Name="type" Type="graph.eventType" /><Property Name="webLink" Type="Edm.String" /><NavigationProperty Name="attachments" Type="Collection(graph.attachment)" ContainsTarget="true" /><NavigationProperty Name="calendar" Type="graph.calendar" ContainsTarget="true" /><NavigationProperty Name="exceptionOccurrences" Type="Collection(graph.event)" ContainsTarget="true" /><NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /><NavigationProperty Name="instances" Type="Collection(graph.event)" ContainsTarget="true" /><NavigationProperty Name="multiValueExtendedProperties" Type="Collection(graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" /><NavigationProperty Name="singleValueExtendedProperties" Type="Collection(graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" /></EntityType><EntityType Name="conversation" BaseType="graph.entity"><Property Name="hasAttachments" Type="Edm.Boolean" Nullable="false" /><Property Name="lastDeliveredDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="preview" Type="Edm.String" Nullable="false" /><Property Name="topic" Type="Edm.String" Nullable="false" /><Property Name="uniqueSenders" Type="Collection(Edm.String)" Nullable="false" /><NavigationProperty Name="threads" Type="Collection(graph.conversationThread)" ContainsTarget="true" /></EntityType><EntityType Name="conversationThread" BaseType="graph.entity"><Property Name="ccRecipients" Type="Collection(graph.recipient)" Nullable="false" /><Property Name="hasAttachments" Type="Edm.Boolean" Nullable="false" /><Property Name="isLocked" Type="Edm.Boolean" Nullable="false" /><Property Name="lastDeliveredDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="preview" Type="Edm.String" Nullable="false" /><Property Name="topic" Type="Edm.String" Nullable="false" /><Property Name="toRecipients" Type="Collection(graph.recipient)" Nullable="false" /><Property Name="uniqueSenders" Type="Collection(Edm.String)" Nullable="false" /><NavigationProperty Name="posts" Type="Collection(graph.post)" ContainsTarget="true" /></EntityType><EntityType Name="baseItem" BaseType="graph.entity" Abstract="true"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="eTag" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="parentReference" Type="graph.itemReference" /><Property Name="webUrl" Type="Edm.String" /><NavigationProperty Name="createdByUser" Type="graph.user" /><NavigationProperty Name="lastModifiedByUser" Type="graph.user" /></EntityType><EntityType Name="drive" BaseType="graph.baseItem"><Property Name="driveType" Type="Edm.String" /><Property Name="owner" Type="graph.identitySet" /><Property Name="quota" Type="graph.quota" /><Property Name="sharePointIds" Type="graph.sharepointIds" /><Property Name="system" Type="graph.systemFacet" /><NavigationProperty Name="bundles" Type="Collection(graph.driveItem)" ContainsTarget="true" /><NavigationProperty Name="following" Type="Collection(graph.driveItem)" ContainsTarget="true" /><NavigationProperty Name="items" Type="Collection(graph.driveItem)" ContainsTarget="true" /><NavigationProperty Name="list" Type="graph.list" ContainsTarget="true" /><NavigationProperty Name="root" Type="graph.driveItem" ContainsTarget="true" /><NavigationProperty Name="special" Type="Collection(graph.driveItem)" ContainsTarget="true" /></EntityType><EntityType Name="site" BaseType="graph.baseItem"><Property Name="displayName" Type="Edm.String" /><Property Name="error" Type="graph.publicError" /><Property Name="isPersonalSite" Type="Edm.Boolean" /><Property Name="root" Type="graph.root" /><Property Name="sharepointIds" Type="graph.sharepointIds" /><Property Name="siteCollection" Type="graph.siteCollection" /><NavigationProperty Name="analytics" Type="graph.itemAnalytics" /><NavigationProperty Name="columns" Type="Collection(graph.columnDefinition)" ContainsTarget="true" /><NavigationProperty Name="contentTypes" Type="Collection(graph.contentType)" ContainsTarget="true" /><NavigationProperty Name="drive" Type="graph.drive" ContainsTarget="true" /><NavigationProperty Name="drives" Type="Collection(graph.drive)" ContainsTarget="true" /><NavigationProperty Name="externalColumns" Type="Collection(graph.columnDefinition)" /><NavigationProperty Name="items" Type="Collection(graph.baseItem)" ContainsTarget="true" /><NavigationProperty Name="lists" Type="Collection(graph.list)" ContainsTarget="true" /><NavigationProperty Name="operations" Type="Collection(graph.richLongRunningOperation)" ContainsTarget="true" /><NavigationProperty Name="pages" Type="Collection(graph.baseSitePage)" ContainsTarget="true" /><NavigationProperty Name="permissions" Type="Collection(graph.permission)" ContainsTarget="true" /><NavigationProperty Name="sites" Type="Collection(graph.site)" ContainsTarget="true" /><NavigationProperty Name="termStore" Type="microsoft.graph.termStore.store" ContainsTarget="true" /><NavigationProperty Name="termStores" Type="Collection(microsoft.graph.termStore.store)" ContainsTarget="true" /><NavigationProperty Name="onenote" Type="graph.onenote" ContainsTarget="true" /></EntityType><EntityType Name="extension" BaseType="graph.entity" Abstract="true" OpenType="true" /><EntityType Name="groupLifecyclePolicy" BaseType="graph.entity"><Property Name="alternateNotificationEmails" Type="Edm.String" /><Property Name="groupLifetimeInDays" Type="Edm.Int32" /><Property Name="managedGroupTypes" Type="Edm.String" /></EntityType><EntityType Name="plannerGroup" BaseType="graph.entity"><NavigationProperty Name="plans" Type="Collection(graph.plannerPlan)" /></EntityType><EntityType Name="onenote" BaseType="graph.entity"><NavigationProperty Name="notebooks" Type="Collection(graph.notebook)" ContainsTarget="true" /><NavigationProperty Name="operations" Type="Collection(graph.onenoteOperation)" ContainsTarget="true" /><NavigationProperty Name="pages" Type="Collection(graph.onenotePage)" ContainsTarget="true" /><NavigationProperty Name="resources" Type="Collection(graph.onenoteResource)" ContainsTarget="true" /><NavigationProperty Name="sectionGroups" Type="Collection(graph.sectionGroup)" ContainsTarget="true" /><NavigationProperty Name="sections" Type="Collection(graph.onenoteSection)" ContainsTarget="true" /></EntityType><EntityType Name="profilePhoto" BaseType="graph.entity" HasStream="true"><Property Name="height" Type="Edm.Int32" /><Property Name="width" Type="Edm.Int32" /></EntityType><EntityType Name="team" BaseType="graph.entity" OpenType="true"><Property Name="classification" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="firstChannelName" Type="Edm.String" /><Property Name="funSettings" Type="graph.teamFunSettings" /><Property Name="guestSettings" Type="graph.teamGuestSettings" /><Property Name="internalId" Type="Edm.String" /><Property Name="isArchived" Type="Edm.Boolean" /><Property Name="memberSettings" Type="graph.teamMemberSettings" /><Property Name="messagingSettings" Type="graph.teamMessagingSettings" /><Property Name="specialization" Type="graph.teamSpecialization" /><Property Name="summary" Type="graph.teamSummary" /><Property Name="tenantId" Type="Edm.String" /><Property Name="visibility" Type="graph.teamVisibilityType" /><Property Name="webUrl" Type="Edm.String" /><NavigationProperty Name="allChannels" Type="Collection(graph.channel)" /><NavigationProperty Name="channels" Type="Collection(graph.channel)" ContainsTarget="true" /><NavigationProperty Name="group" Type="graph.group" /><NavigationProperty Name="incomingChannels" Type="Collection(graph.channel)" /><NavigationProperty Name="installedApps" Type="Collection(graph.teamsAppInstallation)" ContainsTarget="true" /><NavigationProperty Name="members" Type="Collection(graph.conversationMember)" ContainsTarget="true" /><NavigationProperty Name="operations" Type="Collection(graph.teamsAsyncOperation)" ContainsTarget="true" /><NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true" /><NavigationProperty Name="photo" Type="graph.profilePhoto" ContainsTarget="true" /><NavigationProperty Name="primaryChannel" Type="graph.channel" ContainsTarget="true" /><NavigationProperty Name="tags" Type="Collection(graph.teamworkTag)" ContainsTarget="true" /><NavigationProperty Name="template" Type="graph.teamsTemplate" /><NavigationProperty Name="schedule" Type="graph.schedule" ContainsTarget="true" /></EntityType><EntityType Name="identityGovernance"><NavigationProperty Name="lifecycleWorkflows" Type="microsoft.graph.identityGovernance.lifecycleWorkflowsContainer" ContainsTarget="true" /><NavigationProperty Name="accessReviews" Type="graph.accessReviewSet" ContainsTarget="true" /><NavigationProperty Name="appConsent" Type="graph.appConsentApprovalRoute" ContainsTarget="true" /><NavigationProperty Name="termsOfUse" Type="graph.termsOfUseContainer" ContainsTarget="true" /><NavigationProperty Name="entitlementManagement" Type="graph.entitlementManagement" ContainsTarget="true" /><NavigationProperty Name="privilegedAccess" Type="graph.privilegedAccessRoot" ContainsTarget="true" /></EntityType><EntityType Name="accessReviewSet" BaseType="graph.entity"><NavigationProperty Name="definitions" Type="Collection(graph.accessReviewScheduleDefinition)" ContainsTarget="true" /><NavigationProperty Name="historyDefinitions" Type="Collection(graph.accessReviewHistoryDefinition)" ContainsTarget="true" /></EntityType><EntityType Name="appConsentApprovalRoute" BaseType="graph.entity"><NavigationProperty Name="appConsentRequests" Type="Collection(graph.appConsentRequest)" ContainsTarget="true" /></EntityType><EntityType Name="termsOfUseContainer" BaseType="graph.entity"><NavigationProperty Name="agreementAcceptances" Type="Collection(graph.agreementAcceptance)" ContainsTarget="true" /><NavigationProperty Name="agreements" Type="Collection(graph.agreement)" ContainsTarget="true" /></EntityType><EntityType Name="entitlementManagement" BaseType="graph.entity"><NavigationProperty Name="accessPackageAssignmentApprovals" Type="Collection(graph.approval)" ContainsTarget="true" /><NavigationProperty Name="accessPackages" Type="Collection(graph.accessPackage)" ContainsTarget="true" /><NavigationProperty Name="assignmentPolicies" Type="Collection(graph.accessPackageAssignmentPolicy)" ContainsTarget="true" /><NavigationProperty Name="assignmentRequests" Type="Collection(graph.accessPackageAssignmentRequest)" ContainsTarget="true" /><NavigationProperty Name="assignments" Type="Collection(graph.accessPackageAssignment)" ContainsTarget="true" /><NavigationProperty Name="catalogs" Type="Collection(graph.accessPackageCatalog)" ContainsTarget="true" /><NavigationProperty Name="connectedOrganizations" Type="Collection(graph.connectedOrganization)" ContainsTarget="true" /><NavigationProperty Name="resourceEnvironments" Type="Collection(graph.accessPackageResourceEnvironment)" ContainsTarget="true" /><NavigationProperty Name="resourceRequests" Type="Collection(graph.accessPackageResourceRequest)" ContainsTarget="true" /><NavigationProperty Name="resourceRoleScopes" Type="Collection(graph.accessPackageResourceRoleScope)" ContainsTarget="true" /><NavigationProperty Name="resources" Type="Collection(graph.accessPackageResource)" ContainsTarget="true" /><NavigationProperty Name="settings" Type="graph.entitlementManagementSettings" ContainsTarget="true" /></EntityType><EntityType Name="privilegedAccessRoot" BaseType="graph.entity"><NavigationProperty Name="group" Type="graph.privilegedAccessGroup" ContainsTarget="true" /></EntityType><EntityType Name="user" BaseType="graph.directoryObject" OpenType="true"><Property Name="signInActivity" Type="graph.signInActivity" /><Property Name="accountEnabled" Type="Edm.Boolean" /><Property Name="ageGroup" Type="Edm.String" /><Property Name="assignedLicenses" Type="Collection(graph.assignedLicense)" Nullable="false" /><Property Name="assignedPlans" Type="Collection(graph.assignedPlan)" Nullable="false" /><Property Name="authorizationInfo" Type="graph.authorizationInfo" /><Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" /><Property Name="city" Type="Edm.String" /><Property Name="companyName" Type="Edm.String" /><Property Name="consentProvidedForMinor" Type="Edm.String" /><Property Name="country" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="creationType" Type="Edm.String" /><Property Name="customSecurityAttributes" Type="graph.customSecurityAttributeValue" /><Property Name="department" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="employeeHireDate" Type="Edm.DateTimeOffset" /><Property Name="employeeId" Type="Edm.String" /><Property Name="employeeLeaveDateTime" Type="Edm.DateTimeOffset" /><Property Name="employeeOrgData" Type="graph.employeeOrgData" /><Property Name="employeeType" Type="Edm.String" /><Property Name="externalUserState" Type="Edm.String" /><Property Name="externalUserStateChangeDateTime" Type="Edm.DateTimeOffset" /><Property Name="faxNumber" Type="Edm.String" /><Property Name="givenName" Type="Edm.String" /><Property Name="identities" Type="Collection(graph.objectIdentity)" /><Property Name="identityParentId" Type="Edm.String" /><Property Name="imAddresses" Type="Collection(Edm.String)" /><Property Name="isManagementRestricted" Type="Edm.Boolean" /><Property Name="isResourceAccount" Type="Edm.Boolean" /><Property Name="jobTitle" Type="Edm.String" /><Property Name="lastPasswordChangeDateTime" Type="Edm.DateTimeOffset" /><Property Name="legalAgeGroupClassification" Type="Edm.String" /><Property Name="licenseAssignmentStates" Type="Collection(graph.licenseAssignmentState)" /><Property Name="mail" Type="Edm.String" /><Property Name="mailNickname" Type="Edm.String" /><Property Name="mobilePhone" Type="Edm.String" /><Property Name="officeLocation" Type="Edm.String" /><Property Name="onPremisesDistinguishedName" Type="Edm.String" /><Property Name="onPremisesDomainName" Type="Edm.String" /><Property Name="onPremisesExtensionAttributes" Type="graph.onPremisesExtensionAttributes" /><Property Name="onPremisesImmutableId" Type="Edm.String" /><Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" /><Property Name="onPremisesProvisioningErrors" Type="Collection(graph.onPremisesProvisioningError)" /><Property Name="onPremisesSamAccountName" Type="Edm.String" /><Property Name="onPremisesSecurityIdentifier" Type="Edm.String" /><Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" /><Property Name="onPremisesUserPrincipalName" Type="Edm.String" /><Property Name="otherMails" Type="Collection(Edm.String)" Nullable="false" /><Property Name="passwordPolicies" Type="Edm.String" /><Property Name="passwordProfile" Type="graph.passwordProfile" /><Property Name="postalCode" Type="Edm.String" /><Property Name="preferredDataLocation" Type="Edm.String" /><Property Name="preferredLanguage" Type="Edm.String" /><Property Name="provisionedPlans" Type="Collection(graph.provisionedPlan)" Nullable="false" /><Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" /><Property Name="securityIdentifier" Type="Edm.String" /><Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)" /><Property Name="showInAddressList" Type="Edm.Boolean" /><Property Name="signInSessionsValidFromDateTime" Type="Edm.DateTimeOffset" /><Property Name="state" Type="Edm.String" /><Property Name="streetAddress" Type="Edm.String" /><Property Name="surname" Type="Edm.String" /><Property Name="usageLocation" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /><Property Name="userType" Type="Edm.String" /><Property Name="mailboxSettings" Type="graph.mailboxSettings" /><Property Name="deviceEnrollmentLimit" Type="Edm.Int32" Nullable="false" /><Property Name="print" Type="graph.userPrint" /><Property Name="aboutMe" Type="Edm.String" /><Property Name="birthday" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="hireDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="interests" Type="Collection(Edm.String)" /><Property Name="mySite" Type="Edm.String" /><Property Name="pastProjects" Type="Collection(Edm.String)" /><Property Name="preferredName" Type="Edm.String" /><Property Name="responsibilities" Type="Collection(Edm.String)" /><Property Name="schools" Type="Collection(Edm.String)" /><Property Name="skills" Type="Collection(Edm.String)" /><NavigationProperty Name="cloudPCs" Type="Collection(graph.cloudPC)" ContainsTarget="true" /><NavigationProperty Name="dataSecurityAndGovernance" Type="graph.userDataSecurityAndGovernance" ContainsTarget="true" /><NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" /><NavigationProperty Name="createdObjects" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="licenseDetails" Type="Collection(graph.licenseDetails)" ContainsTarget="true" /><NavigationProperty Name="manager" Type="graph.directoryObject" /><NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="oauth2PermissionGrants" Type="Collection(graph.oAuth2PermissionGrant)" /><NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" /><NavigationProperty Name="ownedDevices" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="ownedObjects" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="registeredDevices" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="scopedRoleMemberOf" Type="Collection(graph.scopedRoleMembership)" ContainsTarget="true" /><NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="transitiveMemberOf" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="calendar" Type="graph.calendar" ContainsTarget="true" /><NavigationProperty Name="calendarGroups" Type="Collection(graph.calendarGroup)" ContainsTarget="true" /><NavigationProperty Name="calendars" Type="Collection(graph.calendar)" ContainsTarget="true" /><NavigationProperty Name="calendarView" Type="Collection(graph.event)" ContainsTarget="true" /><NavigationProperty Name="contactFolders" Type="Collection(graph.contactFolder)" ContainsTarget="true" /><NavigationProperty Name="contacts" Type="Collection(graph.contact)" ContainsTarget="true" /><NavigationProperty Name="events" Type="Collection(graph.event)" ContainsTarget="true" /><NavigationProperty Name="inferenceClassification" Type="graph.inferenceClassification" ContainsTarget="true" /><NavigationProperty Name="mailFolders" Type="Collection(graph.mailFolder)" ContainsTarget="true" /><NavigationProperty Name="messages" Type="Collection(graph.message)" ContainsTarget="true" /><NavigationProperty Name="outlook" Type="graph.outlookUser" ContainsTarget="true" /><NavigationProperty Name="people" Type="Collection(graph.person)" ContainsTarget="true" /><NavigationProperty Name="drive" Type="graph.drive" ContainsTarget="true" /><NavigationProperty Name="drives" Type="Collection(graph.drive)" ContainsTarget="true" /><NavigationProperty Name="followedSites" Type="Collection(graph.site)" /><NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /><NavigationProperty Name="agreementAcceptances" Type="Collection(graph.agreementAcceptance)" /><NavigationProperty Name="managedDevices" Type="Collection(graph.managedDevice)" ContainsTarget="true" /><NavigationProperty Name="managedAppRegistrations" Type="Collection(graph.managedAppRegistration)" /><NavigationProperty Name="deviceManagementTroubleshootingEvents" Type="Collection(graph.deviceManagementTroubleshootingEvent)" ContainsTarget="true" /><NavigationProperty Name="planner" Type="graph.plannerUser" ContainsTarget="true" /><NavigationProperty Name="insights" Type="graph.itemInsights" ContainsTarget="true" /><NavigationProperty Name="settings" Type="graph.userSettings" ContainsTarget="true" /><NavigationProperty Name="onenote" Type="graph.onenote" ContainsTarget="true" /><NavigationProperty Name="cloudClipboard" Type="graph.cloudClipboardRoot" ContainsTarget="true" /><NavigationProperty Name="photo" Type="graph.profilePhoto" ContainsTarget="true" /><NavigationProperty Name="photos" Type="Collection(graph.profilePhoto)" ContainsTarget="true" /><NavigationProperty Name="activities" Type="Collection(graph.userActivity)" ContainsTarget="true" /><NavigationProperty Name="onlineMeetings" Type="Collection(graph.onlineMeeting)" ContainsTarget="true" /><NavigationProperty Name="presence" Type="graph.presence" ContainsTarget="true" /><NavigationProperty Name="authentication" Type="graph.authentication" ContainsTarget="true" /><NavigationProperty Name="adhocCalls" Type="Collection(graph.adhocCall)" ContainsTarget="true" /><NavigationProperty Name="chats" Type="Collection(graph.chat)" ContainsTarget="true" /><NavigationProperty Name="joinedTeams" Type="Collection(graph.team)" ContainsTarget="true" /><NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true" /><NavigationProperty Name="teamwork" Type="graph.userTeamwork" ContainsTarget="true" /><NavigationProperty Name="solutions" Type="graph.userSolutionRoot" ContainsTarget="true" /><NavigationProperty Name="todo" Type="graph.todo" ContainsTarget="true" /><NavigationProperty Name="employeeExperience" Type="graph.employeeExperienceUser" ContainsTarget="true" /><Annotation Term="Org.OData.Core.V1.AlternateKeys"><Collection><Record Type="Org.OData.Core.V1.AlternateKey"><PropertyValue Property="Key"><Collection><Record Type="Org.OData.Core.V1.PropertyRef"><PropertyValue Property="Alias" String="userPrincipalName" /><PropertyValue Property="Name" PropertyPath="userPrincipalName" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><ComplexType Name="signInActivity"><Property Name="lastNonInteractiveSignInDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastNonInteractiveSignInRequestId" Type="Edm.String" /><Property Name="lastSignInDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastSignInRequestId" Type="Edm.String" /><Property Name="lastSuccessfulSignInDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastSuccessfulSignInRequestId" Type="Edm.String" /></ComplexType><EntityType Name="cloudPC" BaseType="graph.entity"><Property Name="aadDeviceId" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="gracePeriodEndDateTime" Type="Edm.DateTimeOffset" /><Property Name="imageDisplayName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="managedDeviceId" Type="Edm.String" /><Property Name="managedDeviceName" Type="Edm.String" /><Property Name="onPremisesConnectionName" Type="Edm.String" /><Property Name="provisioningPolicyId" Type="Edm.String" /><Property Name="provisioningPolicyName" Type="Edm.String" /><Property Name="provisioningType" Type="graph.cloudPcProvisioningType" /><Property Name="servicePlanId" Type="Edm.String" /><Property Name="servicePlanName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="dataSecurityAndGovernance" BaseType="graph.entity" Abstract="true"><NavigationProperty Name="sensitivityLabels" Type="Collection(graph.sensitivityLabel)" ContainsTarget="true" /></EntityType><EntityType Name="userDataSecurityAndGovernance" BaseType="graph.dataSecurityAndGovernance"><NavigationProperty Name="activities" Type="graph.activitiesContainer" ContainsTarget="true" /><NavigationProperty Name="protectionScopes" Type="graph.userProtectionScopeContainer" ContainsTarget="true" /></EntityType><ComplexType Name="assignedPlan"><Property Name="assignedDateTime" Type="Edm.DateTimeOffset" /><Property Name="capabilityStatus" Type="Edm.String" /><Property Name="service" Type="Edm.String" /><Property Name="servicePlanId" Type="Edm.Guid" /></ComplexType><ComplexType Name="authorizationInfo"><Property Name="certificateUserIds" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="customSecurityAttributeValue" OpenType="true" /><ComplexType Name="employeeOrgData"><Property Name="costCenter" Type="Edm.String" /><Property Name="division" Type="Edm.String" /></ComplexType><ComplexType Name="objectIdentity"><Property Name="issuer" Type="Edm.String" /><Property Name="issuerAssignedId" Type="Edm.String" /><Property Name="signInType" Type="Edm.String" /></ComplexType><ComplexType Name="licenseAssignmentState"><Property Name="assignedByGroup" Type="Edm.String" /><Property Name="disabledPlans" Type="Collection(Edm.Guid)" /><Property Name="error" Type="Edm.String" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="skuId" Type="Edm.Guid" /><Property Name="state" Type="Edm.String" /></ComplexType><ComplexType Name="onPremisesExtensionAttributes"><Property Name="extensionAttribute1" Type="Edm.String" /><Property Name="extensionAttribute10" Type="Edm.String" /><Property Name="extensionAttribute11" Type="Edm.String" /><Property Name="extensionAttribute12" Type="Edm.String" /><Property Name="extensionAttribute13" Type="Edm.String" /><Property Name="extensionAttribute14" Type="Edm.String" /><Property Name="extensionAttribute15" Type="Edm.String" /><Property Name="extensionAttribute2" Type="Edm.String" /><Property Name="extensionAttribute3" Type="Edm.String" /><Property Name="extensionAttribute4" Type="Edm.String" /><Property Name="extensionAttribute5" Type="Edm.String" /><Property Name="extensionAttribute6" Type="Edm.String" /><Property Name="extensionAttribute7" Type="Edm.String" /><Property Name="extensionAttribute8" Type="Edm.String" /><Property Name="extensionAttribute9" Type="Edm.String" /></ComplexType><ComplexType Name="passwordProfile"><Property Name="forceChangePasswordNextSignIn" Type="Edm.Boolean" /><Property Name="forceChangePasswordNextSignInWithMfa" Type="Edm.Boolean" /><Property Name="password" Type="Edm.String" /></ComplexType><ComplexType Name="provisionedPlan"><Property Name="capabilityStatus" Type="Edm.String" /><Property Name="provisioningStatus" Type="Edm.String" /><Property Name="service" Type="Edm.String" /></ComplexType><EntityType Name="licenseDetails" BaseType="graph.entity"><Property Name="servicePlans" Type="Collection(graph.servicePlanInfo)" Nullable="false" /><Property Name="skuId" Type="Edm.Guid" /><Property Name="skuPartNumber" Type="Edm.String" /></EntityType><EntityType Name="oAuth2PermissionGrant" BaseType="graph.entity"><Property Name="clientId" Type="Edm.String" Nullable="false" /><Property Name="consentType" Type="Edm.String" /><Property Name="principalId" Type="Edm.String" /><Property Name="resourceId" Type="Edm.String" Nullable="false" /><Property Name="scope" Type="Edm.String" /></EntityType><EntityType Name="scopedRoleMembership" BaseType="graph.entity"><Property Name="administrativeUnitId" Type="Edm.String" Nullable="false" /><Property Name="roleId" Type="Edm.String" Nullable="false" /><Property Name="roleMemberInfo" Type="graph.identity" Nullable="false" /></EntityType><ComplexType Name="mailboxSettings"><Property Name="archiveFolder" Type="Edm.String" /><Property Name="automaticRepliesSetting" Type="graph.automaticRepliesSetting" /><Property Name="dateFormat" Type="Edm.String" /><Property Name="delegateMeetingMessageDeliveryOptions" Type="graph.delegateMeetingMessageDeliveryOptions" /><Property Name="language" Type="graph.localeInfo" /><Property Name="timeFormat" Type="Edm.String" /><Property Name="timeZone" Type="Edm.String" /><Property Name="userPurpose" Type="graph.userPurpose" /><Property Name="workingHours" Type="graph.workingHours" /></ComplexType><EntityType Name="calendarGroup" BaseType="graph.entity"><Property Name="changeKey" Type="Edm.String" /><Property Name="classId" Type="Edm.Guid" /><Property Name="name" Type="Edm.String" /><NavigationProperty Name="calendars" Type="Collection(graph.calendar)" ContainsTarget="true" /></EntityType><EntityType Name="contactFolder" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="parentFolderId" Type="Edm.String" /><NavigationProperty Name="childFolders" Type="Collection(graph.contactFolder)" ContainsTarget="true" /><NavigationProperty Name="contacts" Type="Collection(graph.contact)" ContainsTarget="true" /><NavigationProperty Name="multiValueExtendedProperties" Type="Collection(graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" /><NavigationProperty Name="singleValueExtendedProperties" Type="Collection(graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" /></EntityType><EntityType Name="contact" BaseType="graph.outlookItem" OpenType="true"><Property Name="assistantName" Type="Edm.String" /><Property Name="birthday" Type="Edm.DateTimeOffset" /><Property Name="businessAddress" Type="graph.physicalAddress" /><Property Name="businessHomePage" Type="Edm.String" /><Property Name="businessPhones" Type="Collection(Edm.String)" /><Property Name="children" Type="Collection(Edm.String)" /><Property Name="companyName" Type="Edm.String" /><Property Name="department" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="emailAddresses" Type="Collection(graph.emailAddress)" /><Property Name="fileAs" Type="Edm.String" /><Property Name="generation" Type="Edm.String" /><Property Name="givenName" Type="Edm.String" /><Property Name="homeAddress" Type="graph.physicalAddress" /><Property Name="homePhones" Type="Collection(Edm.String)" /><Property Name="imAddresses" Type="Collection(Edm.String)" /><Property Name="initials" Type="Edm.String" /><Property Name="jobTitle" Type="Edm.String" /><Property Name="manager" Type="Edm.String" /><Property Name="middleName" Type="Edm.String" /><Property Name="mobilePhone" Type="Edm.String" /><Property Name="nickName" Type="Edm.String" /><Property Name="officeLocation" Type="Edm.String" /><Property Name="otherAddress" Type="graph.physicalAddress" /><Property Name="parentFolderId" Type="Edm.String" /><Property Name="personalNotes" Type="Edm.String" /><Property Name="primaryEmailAddress" Type="graph.emailAddress" /><Property Name="profession" Type="Edm.String" /><Property Name="secondaryEmailAddress" Type="graph.emailAddress" /><Property Name="spouseName" Type="Edm.String" /><Property Name="surname" Type="Edm.String" /><Property Name="tertiaryEmailAddress" Type="graph.emailAddress" /><Property Name="title" Type="Edm.String" /><Property Name="yomiCompanyName" Type="Edm.String" /><Property Name="yomiGivenName" Type="Edm.String" /><Property Name="yomiSurname" Type="Edm.String" /><NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /><NavigationProperty Name="multiValueExtendedProperties" Type="Collection(graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" /><NavigationProperty Name="photo" Type="graph.profilePhoto" ContainsTarget="true" /><NavigationProperty Name="singleValueExtendedProperties" Type="Collection(graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" /></EntityType><EntityType Name="inferenceClassification" BaseType="graph.entity"><NavigationProperty Name="overrides" Type="Collection(graph.inferenceClassificationOverride)" ContainsTarget="true" /></EntityType><EntityType Name="mailFolder" BaseType="graph.entity"><Property Name="childFolderCount" Type="Edm.Int32" /><Property Name="displayName" Type="Edm.String" /><Property Name="isHidden" Type="Edm.Boolean" /><Property Name="parentFolderId" Type="Edm.String" /><Property Name="totalItemCount" Type="Edm.Int32" /><Property Name="unreadItemCount" Type="Edm.Int32" /><NavigationProperty Name="childFolders" Type="Collection(graph.mailFolder)" ContainsTarget="true" /><NavigationProperty Name="messageRules" Type="Collection(graph.messageRule)" ContainsTarget="true" /><NavigationProperty Name="messages" Type="Collection(graph.message)" ContainsTarget="true" /><NavigationProperty Name="multiValueExtendedProperties" Type="Collection(graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" /><NavigationProperty Name="singleValueExtendedProperties" Type="Collection(graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" /></EntityType><EntityType Name="message" BaseType="graph.outlookItem" OpenType="true"><Property Name="bccRecipients" Type="Collection(graph.recipient)" /><Property Name="body" Type="graph.itemBody" /><Property Name="bodyPreview" Type="Edm.String" /><Property Name="ccRecipients" Type="Collection(graph.recipient)" /><Property Name="conversationId" Type="Edm.String" /><Property Name="conversationIndex" Type="Edm.Binary" /><Property Name="flag" Type="graph.followupFlag" /><Property Name="from" Type="graph.recipient" /><Property Name="hasAttachments" Type="Edm.Boolean" /><Property Name="importance" Type="graph.importance" /><Property Name="inferenceClassification" Type="graph.inferenceClassificationType" /><Property Name="internetMessageHeaders" Type="Collection(graph.internetMessageHeader)" /><Property Name="internetMessageId" Type="Edm.String" /><Property Name="isDeliveryReceiptRequested" Type="Edm.Boolean" /><Property Name="isDraft" Type="Edm.Boolean" /><Property Name="isRead" Type="Edm.Boolean" /><Property Name="isReadReceiptRequested" Type="Edm.Boolean" /><Property Name="parentFolderId" Type="Edm.String" /><Property Name="receivedDateTime" Type="Edm.DateTimeOffset" /><Property Name="replyTo" Type="Collection(graph.recipient)" /><Property Name="sender" Type="graph.recipient" /><Property Name="sentDateTime" Type="Edm.DateTimeOffset" /><Property Name="subject" Type="Edm.String" /><Property Name="toRecipients" Type="Collection(graph.recipient)" /><Property Name="uniqueBody" Type="graph.itemBody" /><Property Name="webLink" Type="Edm.String" /><NavigationProperty Name="attachments" Type="Collection(graph.attachment)" ContainsTarget="true" /><NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /><NavigationProperty Name="multiValueExtendedProperties" Type="Collection(graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" /><NavigationProperty Name="singleValueExtendedProperties" Type="Collection(graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" /></EntityType><EntityType Name="outlookUser" BaseType="graph.entity"><NavigationProperty Name="masterCategories" Type="Collection(graph.outlookCategory)" ContainsTarget="true" /></EntityType><EntityType Name="person" BaseType="graph.entity"><Property Name="birthday" Type="Edm.String" /><Property Name="companyName" Type="Edm.String" /><Property Name="department" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="givenName" Type="Edm.String" /><Property Name="imAddress" Type="Edm.String" /><Property Name="isFavorite" Type="Edm.Boolean" /><Property Name="jobTitle" Type="Edm.String" /><Property Name="officeLocation" Type="Edm.String" /><Property Name="personNotes" Type="Edm.String" /><Property Name="personType" Type="graph.personType" /><Property Name="phones" Type="Collection(graph.phone)" /><Property Name="postalAddresses" Type="Collection(graph.location)" /><Property Name="profession" Type="Edm.String" /><Property Name="scoredEmailAddresses" Type="Collection(graph.scoredEmailAddress)" /><Property Name="surname" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /><Property Name="websites" Type="Collection(graph.website)" /><Property Name="yomiCompany" Type="Edm.String" /></EntityType><EntityType Name="agreementAcceptance" BaseType="graph.entity"><Property Name="agreementFileId" Type="Edm.String" /><Property Name="agreementId" Type="Edm.String" /><Property Name="deviceDisplayName" Type="Edm.String" /><Property Name="deviceId" Type="Edm.String" /><Property Name="deviceOSType" Type="Edm.String" /><Property Name="deviceOSVersion" Type="Edm.String" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="recordedDateTime" Type="Edm.DateTimeOffset" /><Property Name="state" Type="graph.agreementAcceptanceState" /><Property Name="userDisplayName" Type="Edm.String" /><Property Name="userEmail" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="managedDevice" BaseType="graph.entity"><Property Name="activationLockBypassCode" Type="Edm.String" /><Property Name="androidSecurityPatchLevel" Type="Edm.String" /><Property Name="azureADDeviceId" Type="Edm.String" /><Property Name="azureADRegistered" Type="Edm.Boolean" /><Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="complianceState" Type="graph.complianceState" Nullable="false" /><Property Name="configurationManagerClientEnabledFeatures" Type="graph.configurationManagerClientEnabledFeatures" /><Property Name="deviceActionResults" Type="Collection(graph.deviceActionResult)" /><Property Name="deviceCategoryDisplayName" Type="Edm.String" /><Property Name="deviceEnrollmentType" Type="graph.deviceEnrollmentType" Nullable="false" /><Property Name="deviceHealthAttestationState" Type="graph.deviceHealthAttestationState" /><Property Name="deviceName" Type="Edm.String" /><Property Name="deviceRegistrationState" Type="graph.deviceRegistrationState" Nullable="false" /><Property Name="easActivated" Type="Edm.Boolean" Nullable="false" /><Property Name="easActivationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="easDeviceId" Type="Edm.String" /><Property Name="emailAddress" Type="Edm.String" /><Property Name="enrolledDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="enrollmentProfileName" Type="Edm.String" /><Property Name="ethernetMacAddress" Type="Edm.String" /><Property Name="exchangeAccessState" Type="graph.deviceManagementExchangeAccessState" Nullable="false" /><Property Name="exchangeAccessStateReason" Type="graph.deviceManagementExchangeAccessStateReason" Nullable="false" /><Property Name="exchangeLastSuccessfulSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="freeStorageSpaceInBytes" Type="Edm.Int64" Nullable="false" /><Property Name="iccid" Type="Edm.String" /><Property Name="imei" Type="Edm.String" /><Property Name="isEncrypted" Type="Edm.Boolean" Nullable="false" /><Property Name="isSupervised" Type="Edm.Boolean" Nullable="false" /><Property Name="jailBroken" Type="Edm.String" /><Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="managedDeviceName" Type="Edm.String" /><Property Name="managedDeviceOwnerType" Type="graph.managedDeviceOwnerType" Nullable="false" /><Property Name="managementAgent" Type="graph.managementAgentType" Nullable="false" /><Property Name="managementCertificateExpirationDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="managementState" Type="graph.managementState" Nullable="false" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="meid" Type="Edm.String" /><Property Name="model" Type="Edm.String" /><Property Name="notes" Type="Edm.String" /><Property Name="operatingSystem" Type="Edm.String" /><Property Name="osVersion" Type="Edm.String" /><Property Name="partnerReportedThreatState" Type="graph.managedDevicePartnerReportedHealthState" Nullable="false" /><Property Name="phoneNumber" Type="Edm.String" /><Property Name="physicalMemoryInBytes" Type="Edm.Int64" Nullable="false" /><Property Name="remoteAssistanceSessionErrorDetails" Type="Edm.String" /><Property Name="remoteAssistanceSessionUrl" Type="Edm.String" /><Property Name="requireUserEnrollmentApproval" Type="Edm.Boolean" /><Property Name="serialNumber" Type="Edm.String" /><Property Name="subscriberCarrier" Type="Edm.String" /><Property Name="totalStorageSpaceInBytes" Type="Edm.Int64" Nullable="false" /><Property Name="udid" Type="Edm.String" /><Property Name="userDisplayName" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /><Property Name="wiFiMacAddress" Type="Edm.String" /><NavigationProperty Name="deviceCompliancePolicyStates" Type="Collection(graph.deviceCompliancePolicyState)" ContainsTarget="true" /><NavigationProperty Name="deviceConfigurationStates" Type="Collection(graph.deviceConfigurationState)" ContainsTarget="true" /><NavigationProperty Name="deviceCategory" Type="graph.deviceCategory" ContainsTarget="true" /><NavigationProperty Name="logCollectionRequests" Type="Collection(graph.deviceLogCollectionResponse)" ContainsTarget="true" /><NavigationProperty Name="users" Type="Collection(graph.user)" /><NavigationProperty Name="windowsProtectionState" Type="graph.windowsProtectionState" ContainsTarget="true" /></EntityType><EntityType Name="managedAppRegistration" BaseType="graph.entity" Abstract="true"><Property Name="appIdentifier" Type="graph.mobileAppIdentifier" /><Property Name="applicationVersion" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deviceName" Type="Edm.String" /><Property Name="deviceTag" Type="Edm.String" /><Property Name="deviceType" Type="Edm.String" /><Property Name="flaggedReasons" Type="Collection(graph.managedAppFlaggedReason)" Nullable="false" /><Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="managementSdkVersion" Type="Edm.String" /><Property Name="platformVersion" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="version" Type="Edm.String" /><NavigationProperty Name="appliedPolicies" Type="Collection(graph.managedAppPolicy)" ContainsTarget="true" /><NavigationProperty Name="intendedPolicies" Type="Collection(graph.managedAppPolicy)" ContainsTarget="true" /><NavigationProperty Name="operations" Type="Collection(graph.managedAppOperation)" ContainsTarget="true" /></EntityType><EntityType Name="deviceManagementTroubleshootingEvent" BaseType="graph.entity"><Property Name="correlationId" Type="Edm.String" /><Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="plannerUser" BaseType="graph.entity"><NavigationProperty Name="plans" Type="Collection(graph.plannerPlan)" /><NavigationProperty Name="tasks" Type="Collection(graph.plannerTask)" /></EntityType><EntityType Name="officeGraphInsights" BaseType="graph.entity"><NavigationProperty Name="shared" Type="Collection(graph.sharedInsight)" ContainsTarget="true" /><NavigationProperty Name="trending" Type="Collection(graph.trending)" ContainsTarget="true" /><NavigationProperty Name="used" Type="Collection(graph.usedInsight)" ContainsTarget="true" /></EntityType><EntityType Name="itemInsights" BaseType="graph.officeGraphInsights" /><EntityType Name="userSettings" BaseType="graph.entity"><Property Name="contributionToContentDiscoveryAsOrganizationDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="contributionToContentDiscoveryDisabled" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="windows" Type="Collection(graph.windowsSetting)" ContainsTarget="true" /><NavigationProperty Name="itemInsights" Type="graph.userInsightsSettings" ContainsTarget="true" /><NavigationProperty Name="shiftPreferences" Type="graph.shiftPreferences" ContainsTarget="true" /><NavigationProperty Name="storage" Type="graph.userStorage" ContainsTarget="true" /><NavigationProperty Name="workHoursAndLocations" Type="graph.workHoursAndLocationsSetting" ContainsTarget="true" /></EntityType><EntityType Name="cloudClipboardRoot" BaseType="graph.entity"><NavigationProperty Name="items" Type="Collection(graph.cloudClipboardItem)" ContainsTarget="true" /></EntityType><ComplexType Name="userPrint"><NavigationProperty Name="recentPrinterShares" Type="Collection(graph.printerShare)" ContainsTarget="true" /></ComplexType><EntityType Name="userActivity" BaseType="graph.entity"><Property Name="activationUrl" Type="Edm.String" Nullable="false" /><Property Name="activitySourceHost" Type="Edm.String" Nullable="false" /><Property Name="appActivityId" Type="Edm.String" Nullable="false" /><Property Name="appDisplayName" Type="Edm.String" /><Property Name="contentInfo" Type="graph.Json" /><Property Name="contentUrl" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="fallbackUrl" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="graph.status" /><Property Name="userTimezone" Type="Edm.String" /><Property Name="visualElements" Type="graph.visualInfo" Nullable="false" /><NavigationProperty Name="historyItems" Type="Collection(graph.activityHistoryItem)" ContainsTarget="true" /></EntityType><EntityType Name="onlineMeetingBase" BaseType="graph.entity" Abstract="true" OpenType="true"><Property Name="allowAttendeeToEnableCamera" Type="Edm.Boolean" /><Property Name="allowAttendeeToEnableMic" Type="Edm.Boolean" /><Property Name="allowBreakoutRooms" Type="Edm.Boolean" /><Property Name="allowCopyingAndSharingMeetingContent" Type="Edm.Boolean" /><Property Name="allowedLobbyAdmitters" Type="graph.allowedLobbyAdmitterRoles" /><Property Name="allowedPresenters" Type="graph.onlineMeetingPresenters" /><Property Name="allowLiveShare" Type="graph.meetingLiveShareOptions" /><Property Name="allowMeetingChat" Type="graph.meetingChatMode" /><Property Name="allowParticipantsToChangeName" Type="Edm.Boolean" /><Property Name="allowPowerPointSharing" Type="Edm.Boolean" /><Property Name="allowRecording" Type="Edm.Boolean" /><Property Name="allowTeamworkReactions" Type="Edm.Boolean" /><Property Name="allowTranscription" Type="Edm.Boolean" /><Property Name="allowWhiteboard" Type="Edm.Boolean" /><Property Name="audioConferencing" Type="graph.audioConferencing" /><Property Name="chatInfo" Type="graph.chatInfo" /><Property Name="chatRestrictions" Type="graph.chatRestrictions" /><Property Name="expiryDateTime" Type="Edm.DateTimeOffset" /><Property Name="isEndToEndEncryptionEnabled" Type="Edm.Boolean" /><Property Name="isEntryExitAnnounced" Type="Edm.Boolean" /><Property Name="joinInformation" Type="graph.itemBody" /><Property Name="joinMeetingIdSettings" Type="graph.joinMeetingIdSettings" /><Property Name="joinWebUrl" Type="Edm.String" /><Property Name="lobbyBypassSettings" Type="graph.lobbyBypassSettings" /><Property Name="meetingOptionsWebUrl" Type="Edm.String" /><Property Name="meetingSpokenLanguageTag" Type="Edm.String" /><Property Name="recordAutomatically" Type="Edm.Boolean" /><Property Name="sensitivityLabelAssignment" Type="graph.onlineMeetingSensitivityLabelAssignment" /><Property Name="shareMeetingChatHistoryDefault" Type="graph.meetingChatHistoryDefaultMode" /><Property Name="subject" Type="Edm.String" /><Property Name="videoTeleconferenceId" Type="Edm.String" /><Property Name="watermarkProtection" Type="graph.watermarkProtectionValues" /><NavigationProperty Name="attendanceReports" Type="Collection(graph.meetingAttendanceReport)" ContainsTarget="true" /></EntityType><EntityType Name="onlineMeeting" BaseType="graph.onlineMeetingBase" OpenType="true"><Property Name="attendeeReport" Type="Edm.Stream" /><Property Name="broadcastSettings" Type="graph.broadcastMeetingSettings" /><Property Name="creationDateTime" Type="Edm.DateTimeOffset" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="externalId" Type="Edm.String" /><Property Name="isBroadcast" Type="Edm.Boolean" /><Property Name="meetingTemplateId" Type="Edm.String" /><Property Name="participants" Type="graph.meetingParticipants" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="recordings" Type="Collection(graph.callRecording)" ContainsTarget="true" /><NavigationProperty Name="transcripts" Type="Collection(graph.callTranscript)" ContainsTarget="true" /></EntityType><EntityType Name="presence" BaseType="graph.entity"><Property Name="activity" Type="Edm.String" /><Property Name="availability" Type="Edm.String" /><Property Name="outOfOfficeSettings" Type="graph.outOfOfficeSettings" /><Property Name="sequenceNumber" Type="Edm.String" /><Property Name="statusMessage" Type="graph.presenceStatusMessage" /><Property Name="workLocation" Type="graph.userWorkLocation" /></EntityType><EntityType Name="authentication" BaseType="graph.entity"><NavigationProperty Name="emailMethods" Type="Collection(graph.emailAuthenticationMethod)" ContainsTarget="true" /><NavigationProperty Name="externalAuthenticationMethods" Type="Collection(graph.externalAuthenticationMethod)" ContainsTarget="true" /><NavigationProperty Name="fido2Methods" Type="Collection(graph.fido2AuthenticationMethod)" ContainsTarget="true" /><NavigationProperty Name="methods" Type="Collection(graph.authenticationMethod)" ContainsTarget="true" /><NavigationProperty Name="microsoftAuthenticatorMethods" Type="Collection(graph.microsoftAuthenticatorAuthenticationMethod)" ContainsTarget="true" /><NavigationProperty Name="operations" Type="Collection(graph.longRunningOperation)" ContainsTarget="true" /><NavigationProperty Name="passwordMethods" Type="Collection(graph.passwordAuthenticationMethod)" ContainsTarget="true" /><NavigationProperty Name="phoneMethods" Type="Collection(graph.phoneAuthenticationMethod)" ContainsTarget="true" /><NavigationProperty Name="platformCredentialMethods" Type="Collection(graph.platformCredentialAuthenticationMethod)" ContainsTarget="true" /><NavigationProperty Name="softwareOathMethods" Type="Collection(graph.softwareOathAuthenticationMethod)" ContainsTarget="true" /><NavigationProperty Name="temporaryAccessPassMethods" Type="Collection(graph.temporaryAccessPassAuthenticationMethod)" ContainsTarget="true" /><NavigationProperty Name="windowsHelloForBusinessMethods" Type="Collection(graph.windowsHelloForBusinessAuthenticationMethod)" ContainsTarget="true" /></EntityType><EntityType Name="adhocCall" BaseType="graph.entity"><NavigationProperty Name="recordings" Type="Collection(graph.callRecording)" ContainsTarget="true" /><NavigationProperty Name="transcripts" Type="Collection(graph.callTranscript)" ContainsTarget="true" /></EntityType><EntityType Name="chat" BaseType="graph.entity"><Property Name="chatType" Type="graph.chatType" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="isHiddenForAllMembers" Type="Edm.Boolean" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="onlineMeetingInfo" Type="graph.teamworkOnlineMeetingInfo" /><Property Name="tenantId" Type="Edm.String" /><Property Name="topic" Type="Edm.String" /><Property Name="viewpoint" Type="graph.chatViewpoint" /><Property Name="webUrl" Type="Edm.String" /><NavigationProperty Name="installedApps" Type="Collection(graph.teamsAppInstallation)" ContainsTarget="true" /><NavigationProperty Name="lastMessagePreview" Type="graph.chatMessageInfo" ContainsTarget="true" /><NavigationProperty Name="members" Type="Collection(graph.conversationMember)" ContainsTarget="true" /><NavigationProperty Name="messages" Type="Collection(graph.chatMessage)" ContainsTarget="true" /><NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true" /><NavigationProperty Name="pinnedMessages" Type="Collection(graph.pinnedChatMessageInfo)" ContainsTarget="true" /><NavigationProperty Name="tabs" Type="Collection(graph.teamsTab)" ContainsTarget="true" /></EntityType><EntityType Name="userTeamwork" BaseType="graph.entity"><Property Name="locale" Type="Edm.String" /><Property Name="region" Type="Edm.String" /><NavigationProperty Name="associatedTeams" Type="Collection(graph.associatedTeamInfo)" ContainsTarget="true" /><NavigationProperty Name="installedApps" Type="Collection(graph.userScopeTeamsAppInstallation)" ContainsTarget="true" /></EntityType><EntityType Name="userSolutionRoot" BaseType="graph.entity"><NavigationProperty Name="workingTimeSchedule" Type="graph.workingTimeSchedule" ContainsTarget="true" /></EntityType><EntityType Name="todo" BaseType="graph.entity"><NavigationProperty Name="lists" Type="Collection(graph.todoTaskList)" ContainsTarget="true" /></EntityType><EntityType Name="employeeExperienceUser" BaseType="graph.entity"><NavigationProperty Name="assignedRoles" Type="Collection(graph.engagementRole)" ContainsTarget="true" /><NavigationProperty Name="learningCourseActivities" Type="Collection(graph.learningCourseActivity)" /></EntityType><ComplexType Name="appIdentity"><Property Name="appId" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="servicePrincipalId" Type="Edm.String" /><Property Name="servicePrincipalName" Type="Edm.String" /></ComplexType><ComplexType Name="appliedConditionalAccessPolicy"><Property Name="displayName" Type="Edm.String" /><Property Name="enforcedGrantControls" Type="Collection(Edm.String)" /><Property Name="enforcedSessionControls" Type="Collection(Edm.String)" /><Property Name="id" Type="Edm.String" /><Property Name="result" Type="graph.appliedConditionalAccessPolicyResult" /></ComplexType><ComplexType Name="auditActivityInitiator"><Property Name="app" Type="graph.appIdentity" /><Property Name="user" Type="graph.userIdentity" /></ComplexType><ComplexType Name="userIdentity" BaseType="graph.identity" OpenType="true"><Property Name="ipAddress" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></ComplexType><ComplexType Name="detailsInfo" OpenType="true" /><ComplexType Name="deviceDetail"><Property Name="browser" Type="Edm.String" /><Property Name="deviceId" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="isCompliant" Type="Edm.Boolean" /><Property Name="isManaged" Type="Edm.Boolean" /><Property Name="operatingSystem" Type="Edm.String" /><Property Name="trustType" Type="Edm.String" /></ComplexType><ComplexType Name="geoCoordinates"><Property Name="altitude" Type="Edm.Double" /><Property Name="latitude" Type="Edm.Double" /><Property Name="longitude" Type="Edm.Double" /></ComplexType><ComplexType Name="initiator" BaseType="graph.identity" OpenType="true"><Property Name="initiatorType" Type="graph.initiatorType" /></ComplexType><ComplexType Name="keyValue"><Property Name="key" Type="Edm.String" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="modifiedProperty"><Property Name="displayName" Type="Edm.String" /><Property Name="newValue" Type="Edm.String" /><Property Name="oldValue" Type="Edm.String" /></ComplexType><ComplexType Name="provisionedIdentity" BaseType="graph.identity" OpenType="true"><Property Name="details" Type="graph.detailsInfo" /><Property Name="identityType" Type="Edm.String" /></ComplexType><ComplexType Name="provisioningErrorInfo"><Property Name="additionalDetails" Type="Edm.String" /><Property Name="errorCategory" Type="graph.provisioningStatusErrorCategory" /><Property Name="errorCode" Type="Edm.String" /><Property Name="reason" Type="Edm.String" /><Property Name="recommendedAction" Type="Edm.String" /></ComplexType><ComplexType Name="provisioningServicePrincipal" BaseType="graph.identity" OpenType="true" /><ComplexType Name="provisioningStatusInfo"><Property Name="errorInformation" Type="graph.provisioningErrorInfo" /><Property Name="status" Type="graph.provisioningResult" /></ComplexType><ComplexType Name="provisioningStep"><Property Name="description" Type="Edm.String" /><Property Name="details" Type="graph.detailsInfo" /><Property Name="name" Type="Edm.String" /><Property Name="provisioningStepType" Type="graph.provisioningStepType" /><Property Name="status" Type="graph.provisioningResult" /></ComplexType><ComplexType Name="provisioningSystem" BaseType="graph.identity" OpenType="true"><Property Name="details" Type="graph.detailsInfo" /></ComplexType><ComplexType Name="signInLocation"><Property Name="city" Type="Edm.String" /><Property Name="countryOrRegion" Type="Edm.String" /><Property Name="geoCoordinates" Type="graph.geoCoordinates" /><Property Name="state" Type="Edm.String" /></ComplexType><ComplexType Name="signInStatus"><Property Name="additionalDetails" Type="Edm.String" /><Property Name="errorCode" Type="Edm.Int32" /><Property Name="failureReason" Type="Edm.String" /></ComplexType><ComplexType Name="targetResource"><Property Name="displayName" Type="Edm.String" /><Property Name="groupType" Type="graph.groupType" /><Property Name="id" Type="Edm.String" /><Property Name="modifiedProperties" Type="Collection(graph.modifiedProperty)" /><Property Name="type" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></ComplexType><ComplexType Name="userRegistrationFeatureCount"><Property Name="feature" Type="graph.authenticationMethodFeature" Nullable="false" /><Property Name="userCount" Type="Edm.Int64" Nullable="false" /></ComplexType><ComplexType Name="userRegistrationFeatureSummary"><Property Name="totalUserCount" Type="Edm.Int64" Nullable="false" /><Property Name="userRegistrationFeatureCounts" Type="Collection(graph.userRegistrationFeatureCount)" Nullable="false" /><Property Name="userRoles" Type="graph.includedUserRoles" /><Property Name="userTypes" Type="graph.includedUserTypes" /></ComplexType><ComplexType Name="userRegistrationMethodCount"><Property Name="authenticationMethod" Type="Edm.String" Nullable="false" /><Property Name="userCount" Type="Edm.Int64" Nullable="false" /></ComplexType><ComplexType Name="userRegistrationMethodSummary"><Property Name="totalUserCount" Type="Edm.Int64" Nullable="false" /><Property Name="userRegistrationMethodCounts" Type="Collection(graph.userRegistrationMethodCount)" Nullable="false" /><Property Name="userRoles" Type="graph.includedUserRoles" /><Property Name="userTypes" Type="graph.includedUserTypes" /></ComplexType><EntityType Name="auditLogRoot"><NavigationProperty Name="directoryAudits" Type="Collection(graph.directoryAudit)" ContainsTarget="true" /><NavigationProperty Name="provisioning" Type="Collection(graph.provisioningObjectSummary)" ContainsTarget="true" /><NavigationProperty Name="signIns" Type="Collection(graph.signIn)" ContainsTarget="true" /></EntityType><EntityType Name="directoryAudit" BaseType="graph.entity"><Property Name="activityDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="activityDisplayName" Type="Edm.String" Nullable="false" /><Property Name="additionalDetails" Type="Collection(graph.keyValue)" /><Property Name="category" Type="Edm.String" Nullable="false" /><Property Name="correlationId" Type="Edm.String" /><Property Name="initiatedBy" Type="graph.auditActivityInitiator" Nullable="false" /><Property Name="loggedByService" Type="Edm.String" /><Property Name="operationType" Type="Edm.String" /><Property Name="result" Type="graph.operationResult" /><Property Name="resultReason" Type="Edm.String" /><Property Name="targetResources" Type="Collection(graph.targetResource)" /></EntityType><EntityType Name="provisioningObjectSummary" BaseType="graph.entity"><Property Name="activityDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="changeId" Type="Edm.String" /><Property Name="cycleId" Type="Edm.String" /><Property Name="durationInMilliseconds" Type="Edm.Int32" /><Property Name="initiatedBy" Type="graph.initiator" /><Property Name="jobId" Type="Edm.String" /><Property Name="modifiedProperties" Type="Collection(graph.modifiedProperty)" /><Property Name="provisioningAction" Type="graph.provisioningAction" /><Property Name="provisioningStatusInfo" Type="graph.provisioningStatusInfo" /><Property Name="provisioningSteps" Type="Collection(graph.provisioningStep)" /><Property Name="servicePrincipal" Type="graph.provisioningServicePrincipal" /><Property Name="sourceIdentity" Type="graph.provisionedIdentity" /><Property Name="sourceSystem" Type="graph.provisioningSystem" /><Property Name="targetIdentity" Type="graph.provisionedIdentity" /><Property Name="targetSystem" Type="graph.provisioningSystem" /><Property Name="tenantId" Type="Edm.String" /></EntityType><EntityType Name="signIn" BaseType="graph.entity"><Property Name="appDisplayName" Type="Edm.String" /><Property Name="appId" Type="Edm.String" /><Property Name="appliedConditionalAccessPolicies" Type="Collection(graph.appliedConditionalAccessPolicy)" /><Property Name="clientAppUsed" Type="Edm.String" /><Property Name="conditionalAccessStatus" Type="graph.conditionalAccessStatus" /><Property Name="correlationId" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deviceDetail" Type="graph.deviceDetail" /><Property Name="ipAddress" Type="Edm.String" /><Property Name="isInteractive" Type="Edm.Boolean" /><Property Name="location" Type="graph.signInLocation" /><Property Name="resourceDisplayName" Type="Edm.String" /><Property Name="resourceId" Type="Edm.String" /><Property Name="riskDetail" Type="graph.riskDetail" /><Property Name="riskEventTypes" Type="Collection(graph.riskEventType)" /><Property Name="riskEventTypes_v2" Type="Collection(Edm.String)" /><Property Name="riskLevelAggregated" Type="graph.riskLevel" /><Property Name="riskLevelDuringSignIn" Type="graph.riskLevel" /><Property Name="riskState" Type="graph.riskState" /><Property Name="status" Type="graph.signInStatus" /><Property Name="userDisplayName" Type="Edm.String" /><Property Name="userId" Type="Edm.String" Nullable="false" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="authenticationMethodsRoot" BaseType="graph.entity"><NavigationProperty Name="userRegistrationDetails" Type="Collection(graph.userRegistrationDetails)" ContainsTarget="true" /></EntityType><EntityType Name="userRegistrationDetails" BaseType="graph.entity"><Property Name="isAdmin" Type="Edm.Boolean" /><Property Name="isMfaCapable" Type="Edm.Boolean" Nullable="false" /><Property Name="isMfaRegistered" Type="Edm.Boolean" Nullable="false" /><Property Name="isPasswordlessCapable" Type="Edm.Boolean" Nullable="false" /><Property Name="isSsprCapable" Type="Edm.Boolean" Nullable="false" /><Property Name="isSsprEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isSsprRegistered" Type="Edm.Boolean" Nullable="false" /><Property Name="isSystemPreferredAuthenticationMethodEnabled" Type="Edm.Boolean" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="methodsRegistered" Type="Collection(Edm.String)" /><Property Name="systemPreferredAuthenticationMethods" Type="Collection(Edm.String)" /><Property Name="userDisplayName" Type="Edm.String" Nullable="false" /><Property Name="userPreferredMethodForSecondaryAuthentication" Type="graph.userDefaultAuthenticationMethod" /><Property Name="userPrincipalName" Type="Edm.String" Nullable="false" /><Property Name="userType" Type="graph.signInUserType" /></EntityType><EntityType Name="governanceInsight" BaseType="graph.entity" Abstract="true"><Property Name="insightCreatedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="membershipOutlierInsight" BaseType="graph.governanceInsight"><Property Name="containerId" Type="Edm.String" Nullable="false" /><Property Name="memberId" Type="Edm.String" Nullable="false" /><Property Name="outlierContainerType" Type="graph.outlierContainerType" Nullable="false" /><Property Name="outlierMemberType" Type="graph.outlierMemberType" Nullable="false" /><NavigationProperty Name="container" Type="graph.directoryObject" /><NavigationProperty Name="lastModifiedBy" Type="graph.user" /><NavigationProperty Name="member" Type="graph.directoryObject" /></EntityType><EntityType Name="relyingPartyDetailedSummary" BaseType="graph.entity"><Property Name="failedSignInCount" Type="Edm.Int64" Nullable="false" /><Property Name="migrationStatus" Type="graph.migrationStatus" Nullable="false" /><Property Name="migrationValidationDetails" Type="Collection(graph.keyValuePair)" Nullable="false" /><Property Name="relyingPartyId" Type="Edm.String" Nullable="false" /><Property Name="relyingPartyName" Type="Edm.String" Nullable="false" /><Property Name="replyUrls" Type="Collection(Edm.String)" Nullable="false" /><Property Name="serviceId" Type="Edm.String" Nullable="false" /><Property Name="signInSuccessRate" Type="Edm.Double" Nullable="false" /><Property Name="successfulSignInCount" Type="Edm.Int64" Nullable="false" /><Property Name="totalSignInCount" Type="Edm.Int64" Nullable="false" /><Property Name="uniqueUserCount" Type="Edm.Int64" Nullable="false" /></EntityType><EntityType Name="reportRoot"><NavigationProperty Name="authenticationMethods" Type="graph.authenticationMethodsRoot" ContainsTarget="true" /><NavigationProperty Name="partners" Type="graph.partners" ContainsTarget="true" /><NavigationProperty Name="dailyPrintUsageByPrinter" Type="Collection(graph.printUsageByPrinter)" ContainsTarget="true" /><NavigationProperty Name="dailyPrintUsageByUser" Type="Collection(graph.printUsageByUser)" ContainsTarget="true" /><NavigationProperty Name="monthlyPrintUsageByPrinter" Type="Collection(graph.printUsageByPrinter)" ContainsTarget="true" /><NavigationProperty Name="monthlyPrintUsageByUser" Type="Collection(graph.printUsageByUser)" ContainsTarget="true" /><NavigationProperty Name="security" Type="graph.securityReportsRoot" ContainsTarget="true" /></EntityType><EntityType Name="partners" BaseType="graph.entity"><NavigationProperty Name="billing" Type="microsoft.graph.partners.billing.billing" ContainsTarget="true" /></EntityType><EntityType Name="printUsage" BaseType="graph.entity" Abstract="true"><Property Name="blackAndWhitePageCount" Type="Edm.Int64" /><Property Name="colorPageCount" Type="Edm.Int64" /><Property Name="completedBlackAndWhiteJobCount" Type="Edm.Int64" Nullable="false" /><Property Name="completedColorJobCount" Type="Edm.Int64" Nullable="false" /><Property Name="completedJobCount" Type="Edm.Int64" /><Property Name="doubleSidedSheetCount" Type="Edm.Int64" /><Property Name="incompleteJobCount" Type="Edm.Int64" Nullable="false" /><Property Name="mediaSheetCount" Type="Edm.Int64" /><Property Name="pageCount" Type="Edm.Int64" /><Property Name="singleSidedSheetCount" Type="Edm.Int64" /><Property Name="usageDate" Type="Edm.Date" Nullable="false" /></EntityType><EntityType Name="printUsageByPrinter" BaseType="graph.printUsage"><Property Name="printerId" Type="Edm.String" Nullable="false" /><Property Name="printerName" Type="Edm.String" /></EntityType><EntityType Name="printUsageByUser" BaseType="graph.printUsage"><Property Name="userPrincipalName" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="securityReportsRoot" BaseType="graph.entity" /><ComplexType Name="emailAddress"><Property Name="address" Type="Edm.String" /><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="invitedUserMessageInfo"><Property Name="ccRecipients" Type="Collection(graph.recipient)" /><Property Name="customizedMessageBody" Type="Edm.String" /><Property Name="messageLanguage" Type="Edm.String" /></ComplexType><ComplexType Name="recipient"><Property Name="emailAddress" Type="graph.emailAddress" /></ComplexType><EntityType Name="invitation" BaseType="graph.entity"><Property Name="invitedUserDisplayName" Type="Edm.String" /><Property Name="invitedUserEmailAddress" Type="Edm.String" Nullable="false" /><Property Name="invitedUserMessageInfo" Type="graph.invitedUserMessageInfo" /><Property Name="invitedUserType" Type="Edm.String" /><Property Name="inviteRedeemUrl" Type="Edm.String" /><Property Name="inviteRedirectUrl" Type="Edm.String" Nullable="false" /><Property Name="resetRedemption" Type="Edm.Boolean" /><Property Name="sendInvitationMessage" Type="Edm.Boolean" /><Property Name="status" Type="Edm.String" /><NavigationProperty Name="invitedUser" Type="graph.user" /><NavigationProperty Name="invitedUserSponsors" Type="Collection(graph.directoryObject)" /></EntityType><ComplexType Name="applicationServicePrincipal"><NavigationProperty Name="application" Type="graph.application" /><NavigationProperty Name="servicePrincipal" Type="graph.servicePrincipal" /></ComplexType><EntityType Name="servicePrincipal" BaseType="graph.directoryObject" OpenType="true"><Property Name="accountEnabled" Type="Edm.Boolean" /><Property Name="addIns" Type="Collection(graph.addIn)" Nullable="false" /><Property Name="alternativeNames" Type="Collection(Edm.String)" Nullable="false" /><Property Name="appDescription" Type="Edm.String" /><Property Name="appDisplayName" Type="Edm.String" /><Property Name="appId" Type="Edm.String" /><Property Name="applicationTemplateId" Type="Edm.String" /><Property Name="appOwnerOrganizationId" Type="Edm.Guid" /><Property Name="appRoleAssignmentRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="appRoles" Type="Collection(graph.appRole)" Nullable="false" /><Property Name="customSecurityAttributes" Type="graph.customSecurityAttributeValue" /><Property Name="description" Type="Edm.String" /><Property Name="disabledByMicrosoftStatus" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="homepage" Type="Edm.String" /><Property Name="info" Type="graph.informationalUrl" /><Property Name="keyCredentials" Type="Collection(graph.keyCredential)" Nullable="false" /><Property Name="loginUrl" Type="Edm.String" /><Property Name="logoutUrl" Type="Edm.String" /><Property Name="notes" Type="Edm.String" /><Property Name="notificationEmailAddresses" Type="Collection(Edm.String)" Nullable="false" /><Property Name="oauth2PermissionScopes" Type="Collection(graph.permissionScope)" Nullable="false" /><Property Name="passwordCredentials" Type="Collection(graph.passwordCredential)" Nullable="false" /><Property Name="preferredSingleSignOnMode" Type="Edm.String" /><Property Name="preferredTokenSigningKeyThumbprint" Type="Edm.String" /><Property Name="replyUrls" Type="Collection(Edm.String)" Nullable="false" /><Property Name="resourceSpecificApplicationPermissions" Type="Collection(graph.resourceSpecificPermission)" Nullable="false" /><Property Name="samlSingleSignOnSettings" Type="graph.samlSingleSignOnSettings" /><Property Name="servicePrincipalNames" Type="Collection(Edm.String)" Nullable="false" /><Property Name="servicePrincipalType" Type="Edm.String" /><Property Name="signInAudience" Type="Edm.String" /><Property Name="tags" Type="Collection(Edm.String)" Nullable="false" /><Property Name="tokenEncryptionKeyId" Type="Edm.Guid" /><Property Name="verifiedPublisher" Type="graph.verifiedPublisher" /><NavigationProperty Name="appManagementPolicies" Type="Collection(graph.appManagementPolicy)" /><NavigationProperty Name="appRoleAssignedTo" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" /><NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" /><NavigationProperty Name="claimsMappingPolicies" Type="Collection(graph.claimsMappingPolicy)" /><NavigationProperty Name="createdObjects" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="delegatedPermissionClassifications" Type="Collection(graph.delegatedPermissionClassification)" ContainsTarget="true" /><NavigationProperty Name="endpoints" Type="Collection(graph.endpoint)" ContainsTarget="true" /><NavigationProperty Name="federatedIdentityCredentials" Type="Collection(graph.federatedIdentityCredential)" ContainsTarget="true" /><NavigationProperty Name="homeRealmDiscoveryPolicies" Type="Collection(graph.homeRealmDiscoveryPolicy)" /><NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="oauth2PermissionGrants" Type="Collection(graph.oAuth2PermissionGrant)" /><NavigationProperty Name="ownedObjects" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="owners" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="remoteDesktopSecurityConfiguration" Type="graph.remoteDesktopSecurityConfiguration" ContainsTarget="true" /><NavigationProperty Name="tokenIssuancePolicies" Type="Collection(graph.tokenIssuancePolicy)" /><NavigationProperty Name="tokenLifetimePolicies" Type="Collection(graph.tokenLifetimePolicy)" /><NavigationProperty Name="transitiveMemberOf" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="synchronization" Type="graph.synchronization" ContainsTarget="true" /><Annotation Term="Org.OData.Core.V1.AlternateKeys"><Collection><Record Type="Org.OData.Core.V1.AlternateKey"><PropertyValue Property="Key"><Collection><Record Type="Org.OData.Core.V1.PropertyRef"><PropertyValue Property="Alias" String="appId" /><PropertyValue Property="Name" PropertyPath="appId" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="applicationTemplate" BaseType="graph.entity"><Property Name="categories" Type="Collection(Edm.String)" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="homePageUrl" Type="Edm.String" /><Property Name="logoUrl" Type="Edm.String" /><Property Name="publisher" Type="Edm.String" /><Property Name="supportedProvisioningTypes" Type="Collection(Edm.String)" /><Property Name="supportedSingleSignOnModes" Type="Collection(Edm.String)" /></EntityType><ComplexType Name="permissionScope"><Property Name="adminConsentDescription" Type="Edm.String" /><Property Name="adminConsentDisplayName" Type="Edm.String" /><Property Name="id" Type="Edm.Guid" Nullable="false" /><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="origin" Type="Edm.String" /><Property Name="type" Type="Edm.String" /><Property Name="userConsentDescription" Type="Edm.String" /><Property Name="userConsentDisplayName" Type="Edm.String" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="resourceSpecificPermission"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="id" Type="Edm.Guid" Nullable="false" /><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="samlSingleSignOnSettings"><Property Name="relayState" Type="Edm.String" /></ComplexType><EntityType Name="claimsMappingPolicy" BaseType="graph.stsPolicy" /><EntityType Name="delegatedPermissionClassification" BaseType="graph.entity"><Property Name="classification" Type="graph.permissionClassificationType" /><Property Name="permissionId" Type="Edm.String" /><Property Name="permissionName" Type="Edm.String" /></EntityType><EntityType Name="endpoint" BaseType="graph.directoryObject" OpenType="true"><Property Name="capability" Type="Edm.String" Nullable="false" /><Property Name="providerId" Type="Edm.String" /><Property Name="providerName" Type="Edm.String" /><Property Name="providerResourceId" Type="Edm.String" /><Property Name="uri" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="remoteDesktopSecurityConfiguration" BaseType="graph.entity"><Property Name="isRemoteDesktopProtocolEnabled" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="targetDeviceGroups" Type="Collection(graph.targetDeviceGroup)" ContainsTarget="true" /></EntityType><ComplexType Name="authenticationMethodFeatureConfiguration"><Property Name="excludeTarget" Type="graph.featureTarget" /><Property Name="includeTarget" Type="graph.featureTarget" /><Property Name="state" Type="graph.advancedConfigState" /></ComplexType><ComplexType Name="featureTarget"><Property Name="id" Type="Edm.String" /><Property Name="targetType" Type="graph.featureTargetType" /></ComplexType><ComplexType Name="authenticationMethodsRegistrationCampaign"><Property Name="excludeTargets" Type="Collection(graph.excludeTarget)" Nullable="false" /><Property Name="includeTargets" Type="Collection(graph.authenticationMethodsRegistrationCampaignIncludeTarget)" Nullable="false" /><Property Name="snoozeDurationInDays" Type="Edm.Int32" Nullable="false" /><Property Name="state" Type="graph.advancedConfigState" Nullable="false" /></ComplexType><ComplexType Name="excludeTarget"><Property Name="id" Type="Edm.String" Nullable="false" /><Property Name="targetType" Type="graph.authenticationMethodTargetType" Nullable="false" /></ComplexType><ComplexType Name="authenticationMethodsRegistrationCampaignIncludeTarget"><Property Name="id" Type="Edm.String" Nullable="false" /><Property Name="targetedAuthenticationMethod" Type="Edm.String" /><Property Name="targetType" Type="graph.authenticationMethodTargetType" Nullable="false" /></ComplexType><ComplexType Name="fido2KeyRestrictions"><Property Name="aaGuids" Type="Collection(Edm.String)" /><Property Name="enforcementType" Type="graph.fido2RestrictionEnforcementType" /><Property Name="isEnforced" Type="Edm.Boolean" /></ComplexType><ComplexType Name="includeTarget"><Property Name="id" Type="Edm.String" Nullable="false" /><Property Name="targetType" Type="graph.authenticationMethodTargetType" Nullable="false" /></ComplexType><ComplexType Name="microsoftAuthenticatorFeatureSettings"><Property Name="displayAppInformationRequiredState" Type="graph.authenticationMethodFeatureConfiguration" /><Property Name="displayLocationInformationRequiredState" Type="graph.authenticationMethodFeatureConfiguration" /></ComplexType><ComplexType Name="openIdConnectSetting"><Property Name="clientId" Type="Edm.String" Nullable="false" /><Property Name="discoveryUrl" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="registrationEnforcement"><Property Name="authenticationMethodsRegistrationCampaign" Type="graph.authenticationMethodsRegistrationCampaign" /></ComplexType><ComplexType Name="updateAllowedCombinationsResult"><Property Name="additionalInformation" Type="Edm.String" /><Property Name="conditionalAccessReferences" Type="Collection(Edm.String)" /><Property Name="currentCombinations" Type="Collection(graph.authenticationMethodModes)" Nullable="false" /><Property Name="previousCombinations" Type="Collection(graph.authenticationMethodModes)" Nullable="false" /></ComplexType><ComplexType Name="x509CertificateAuthenticationModeConfiguration"><Property Name="rules" Type="Collection(graph.x509CertificateRule)" /><Property Name="x509CertificateAuthenticationDefaultMode" Type="graph.x509CertificateAuthenticationMode" /><Property Name="x509CertificateDefaultRequiredAffinityLevel" Type="graph.x509CertificateAffinityLevel" /></ComplexType><ComplexType Name="x509CertificateRule"><Property Name="identifier" Type="Edm.String" /><Property Name="issuerSubjectIdentifier" Type="Edm.String" /><Property Name="policyOidIdentifier" Type="Edm.String" /><Property Name="x509CertificateAuthenticationMode" Type="graph.x509CertificateAuthenticationMode" /><Property Name="x509CertificateRequiredAffinityLevel" Type="graph.x509CertificateAffinityLevel" /><Property Name="x509CertificateRuleType" Type="graph.x509CertificateRuleType" /></ComplexType><ComplexType Name="x509CertificateAuthorityScope"><Property Name="includeTargets" Type="Collection(graph.includeTarget)" /><Property Name="publicKeyInfrastructureIdentifier" Type="Edm.String" /><Property Name="subjectKeyIdentifier" Type="Edm.String" /></ComplexType><ComplexType Name="x509CertificateCRLValidationConfiguration"><Property Name="exemptedCertificateAuthoritiesSubjectKeyIdentifiers" Type="Collection(Edm.String)" /><Property Name="state" Type="graph.x509CertificateCRLValidationConfigurationState" Nullable="false" /></ComplexType><ComplexType Name="x509CertificateIssuerHintsConfiguration"><Property Name="state" Type="graph.x509CertificateIssuerHintsState" /></ComplexType><ComplexType Name="x509CertificateUserBinding"><Property Name="priority" Type="Edm.Int32" Nullable="false" /><Property Name="trustAffinityLevel" Type="graph.x509CertificateAffinityLevel" /><Property Name="userProperty" Type="Edm.String" /><Property Name="x509CertificateField" Type="Edm.String" /></ComplexType><EntityType Name="authenticationCombinationConfiguration" BaseType="graph.entity" Abstract="true"><Property Name="appliesToCombinations" Type="Collection(graph.authenticationMethodModes)" Nullable="false" /></EntityType><EntityType Name="authenticationMethodConfiguration" BaseType="graph.entity" Abstract="true"><Property Name="excludeTargets" Type="Collection(graph.excludeTarget)" /><Property Name="state" Type="graph.authenticationMethodState" /></EntityType><EntityType Name="authenticationMethodModeDetail" BaseType="graph.entity"><Property Name="authenticationMethod" Type="graph.baseAuthenticationMethod" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="authenticationMethodsPolicy" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="policyMigrationState" Type="graph.authenticationMethodsPolicyMigrationState" /><Property Name="policyVersion" Type="Edm.String" /><Property Name="reconfirmationInDays" Type="Edm.Int32" /><Property Name="registrationEnforcement" Type="graph.registrationEnforcement" /><NavigationProperty Name="authenticationMethodConfigurations" Type="Collection(graph.authenticationMethodConfiguration)" ContainsTarget="true" /></EntityType><EntityType Name="authenticationMethodTarget" BaseType="graph.entity"><Property Name="isRegistrationRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="targetType" Type="graph.authenticationMethodTargetType" Nullable="false" /></EntityType><EntityType Name="authenticationStrengthPolicy" BaseType="graph.entity"><Property Name="allowedCombinations" Type="Collection(graph.authenticationMethodModes)" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="policyType" Type="graph.authenticationStrengthPolicyType" Nullable="false" /><Property Name="requirementsSatisfied" Type="graph.authenticationStrengthRequirements" Nullable="false" /><NavigationProperty Name="combinationConfigurations" Type="Collection(graph.authenticationCombinationConfiguration)" ContainsTarget="true" /></EntityType><EntityType Name="authenticationStrengthRoot" BaseType="graph.entity"><Property Name="combinations" Type="Collection(graph.authenticationMethodModes)" Nullable="false" /><NavigationProperty Name="authenticationMethodModes" Type="Collection(graph.authenticationMethodModeDetail)" ContainsTarget="true" /><NavigationProperty Name="policies" Type="Collection(graph.authenticationStrengthPolicy)" ContainsTarget="true" /></EntityType><EntityType Name="conditionalAccessRoot" BaseType="graph.entity"><NavigationProperty Name="authenticationStrength" Type="graph.authenticationStrengthRoot" ContainsTarget="true" /><NavigationProperty Name="authenticationContextClassReferences" Type="Collection(graph.authenticationContextClassReference)" ContainsTarget="true" /><NavigationProperty Name="namedLocations" Type="Collection(graph.namedLocation)" ContainsTarget="true" /><NavigationProperty Name="policies" Type="Collection(graph.conditionalAccessPolicy)" ContainsTarget="true" /><NavigationProperty Name="templates" Type="Collection(graph.conditionalAccessTemplate)" ContainsTarget="true" /></EntityType><EntityType Name="authenticationContextClassReference" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="isAvailable" Type="Edm.Boolean" /></EntityType><EntityType Name="namedLocation" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="conditionalAccessPolicy" BaseType="graph.entity"><Property Name="conditions" Type="graph.conditionalAccessConditionSet" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="grantControls" Type="graph.conditionalAccessGrantControls" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="sessionControls" Type="graph.conditionalAccessSessionControls" /><Property Name="state" Type="graph.conditionalAccessPolicyState" Nullable="false" /><Property Name="templateId" Type="Edm.String" /></EntityType><EntityType Name="conditionalAccessTemplate" BaseType="graph.entity"><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="details" Type="graph.conditionalAccessPolicyDetail" Nullable="false" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="scenarios" Type="graph.templateScenarios" Nullable="false" /></EntityType><EntityType Name="emailAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration"><Property Name="allowExternalIdToUseEmailOtp" Type="graph.externalEmailOtpState" /><NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" /></EntityType><EntityType Name="externalAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration"><Property Name="appId" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="openIdConnectSetting" Type="graph.openIdConnectSetting" Nullable="false" /><NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" /></EntityType><EntityType Name="fido2AuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration"><Property Name="isAttestationEnforced" Type="Edm.Boolean" /><Property Name="isSelfServiceRegistrationAllowed" Type="Edm.Boolean" /><Property Name="keyRestrictions" Type="graph.fido2KeyRestrictions" /><NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" /></EntityType><EntityType Name="fido2CombinationConfiguration" BaseType="graph.authenticationCombinationConfiguration"><Property Name="allowedAAGUIDs" Type="Collection(Edm.String)" Nullable="false" /></EntityType><EntityType Name="microsoftAuthenticatorAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration"><Property Name="featureSettings" Type="graph.microsoftAuthenticatorFeatureSettings" /><Property Name="isSoftwareOathEnabled" Type="Edm.Boolean" /><NavigationProperty Name="includeTargets" Type="Collection(graph.microsoftAuthenticatorAuthenticationMethodTarget)" ContainsTarget="true" /></EntityType><EntityType Name="microsoftAuthenticatorAuthenticationMethodTarget" BaseType="graph.authenticationMethodTarget"><Property Name="authenticationMode" Type="graph.microsoftAuthenticatorAuthenticationMode" Nullable="false" /></EntityType><EntityType Name="policyRoot" BaseType="graph.entity"><NavigationProperty Name="authenticationMethodsPolicy" Type="graph.authenticationMethodsPolicy" ContainsTarget="true" /><NavigationProperty Name="authenticationStrengthPolicies" Type="Collection(graph.authenticationStrengthPolicy)" ContainsTarget="true" /><NavigationProperty Name="authenticationFlowsPolicy" Type="graph.authenticationFlowsPolicy" ContainsTarget="true" /><NavigationProperty Name="deviceRegistrationPolicy" Type="graph.deviceRegistrationPolicy" ContainsTarget="true" /><NavigationProperty Name="activityBasedTimeoutPolicies" Type="Collection(graph.activityBasedTimeoutPolicy)" ContainsTarget="true" /><NavigationProperty Name="appManagementPolicies" Type="Collection(graph.appManagementPolicy)" ContainsTarget="true" /><NavigationProperty Name="authorizationPolicy" Type="graph.authorizationPolicy" ContainsTarget="true" /><NavigationProperty Name="claimsMappingPolicies" Type="Collection(graph.claimsMappingPolicy)" ContainsTarget="true" /><NavigationProperty Name="crossTenantAccessPolicy" Type="graph.crossTenantAccessPolicy" ContainsTarget="true" /><NavigationProperty Name="defaultAppManagementPolicy" Type="graph.tenantAppManagementPolicy" ContainsTarget="true" /><NavigationProperty Name="homeRealmDiscoveryPolicies" Type="Collection(graph.homeRealmDiscoveryPolicy)" ContainsTarget="true" /><NavigationProperty Name="permissionGrantPolicies" Type="Collection(graph.permissionGrantPolicy)" ContainsTarget="true" /><NavigationProperty Name="tokenIssuancePolicies" Type="Collection(graph.tokenIssuancePolicy)" ContainsTarget="true" /><NavigationProperty Name="tokenLifetimePolicies" Type="Collection(graph.tokenLifetimePolicy)" ContainsTarget="true" /><NavigationProperty Name="featureRolloutPolicies" Type="Collection(graph.featureRolloutPolicy)" ContainsTarget="true" /><NavigationProperty Name="adminConsentRequestPolicy" Type="graph.adminConsentRequestPolicy" ContainsTarget="true" /><NavigationProperty Name="conditionalAccessPolicies" Type="Collection(graph.conditionalAccessPolicy)" ContainsTarget="true" /><NavigationProperty Name="identitySecurityDefaultsEnforcementPolicy" Type="graph.identitySecurityDefaultsEnforcementPolicy" ContainsTarget="true" /><NavigationProperty Name="roleManagementPolicies" Type="Collection(graph.unifiedRoleManagementPolicy)" ContainsTarget="true" /><NavigationProperty Name="roleManagementPolicyAssignments" Type="Collection(graph.unifiedRoleManagementPolicyAssignment)" ContainsTarget="true" /></EntityType><EntityType Name="authenticationFlowsPolicy" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="selfServiceSignUp" Type="graph.selfServiceSignUpAuthenticationFlowConfiguration" /></EntityType><EntityType Name="deviceRegistrationPolicy" BaseType="graph.entity"><Property Name="azureADJoin" Type="graph.azureADJoinPolicy" /><Property Name="azureADRegistration" Type="graph.azureADRegistrationPolicy" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="localAdminPassword" Type="graph.localAdminPasswordSettings" /><Property Name="multiFactorAuthConfiguration" Type="graph.multiFactorAuthConfiguration" Nullable="false" /><Property Name="userDeviceQuota" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="activityBasedTimeoutPolicy" BaseType="graph.stsPolicy" /><EntityType Name="authorizationPolicy" BaseType="graph.policyBase"><Property Name="allowedToSignUpEmailBasedSubscriptions" Type="Edm.Boolean" Nullable="false" /><Property Name="allowedToUseSSPR" Type="Edm.Boolean" Nullable="false" /><Property Name="allowEmailVerifiedUsersToJoinOrganization" Type="Edm.Boolean" Nullable="false" /><Property Name="allowInvitesFrom" Type="graph.allowInvitesFrom" /><Property Name="allowUserConsentForRiskyApps" Type="Edm.Boolean" /><Property Name="blockMsolPowerShell" Type="Edm.Boolean" /><Property Name="defaultUserRolePermissions" Type="graph.defaultUserRolePermissions" Nullable="false" /><Property Name="guestUserRoleId" Type="Edm.Guid" /></EntityType><EntityType Name="crossTenantAccessPolicy" BaseType="graph.policyBase"><Property Name="allowedCloudEndpoints" Type="Collection(Edm.String)" Nullable="false" /><NavigationProperty Name="default" Type="graph.crossTenantAccessPolicyConfigurationDefault" ContainsTarget="true" /><NavigationProperty Name="partners" Type="Collection(graph.crossTenantAccessPolicyConfigurationPartner)" ContainsTarget="true" /><NavigationProperty Name="templates" Type="graph.policyTemplate" ContainsTarget="true" /></EntityType><EntityType Name="tenantAppManagementPolicy" BaseType="graph.policyBase"><Property Name="applicationRestrictions" Type="graph.appManagementApplicationConfiguration" /><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="servicePrincipalRestrictions" Type="graph.appManagementServicePrincipalConfiguration" /></EntityType><EntityType Name="permissionGrantPolicy" BaseType="graph.policyBase"><NavigationProperty Name="excludes" Type="Collection(graph.permissionGrantConditionSet)" ContainsTarget="true" /><NavigationProperty Name="includes" Type="Collection(graph.permissionGrantConditionSet)" ContainsTarget="true" /></EntityType><EntityType Name="featureRolloutPolicy" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="feature" Type="graph.stagedFeatureName" Nullable="false" /><Property Name="isAppliedToOrganization" Type="Edm.Boolean" Nullable="false" /><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="appliesTo" Type="Collection(graph.directoryObject)" ContainsTarget="true" /></EntityType><EntityType Name="adminConsentRequestPolicy" BaseType="graph.entity"><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="notifyReviewers" Type="Edm.Boolean" Nullable="false" /><Property Name="remindersEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="requestDurationInDays" Type="Edm.Int32" Nullable="false" /><Property Name="reviewers" Type="Collection(graph.accessReviewReviewerScope)" /><Property Name="version" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="identitySecurityDefaultsEnforcementPolicy" BaseType="graph.policyBase"><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="unifiedRoleManagementPolicy" BaseType="graph.entity"><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="isOrganizationDefault" Type="Edm.Boolean" /><Property Name="lastModifiedBy" Type="graph.identity" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="scopeId" Type="Edm.String" Nullable="false" /><Property Name="scopeType" Type="Edm.String" Nullable="false" /><NavigationProperty Name="effectiveRules" Type="Collection(graph.unifiedRoleManagementPolicyRule)" ContainsTarget="true" /><NavigationProperty Name="rules" Type="Collection(graph.unifiedRoleManagementPolicyRule)" ContainsTarget="true" /></EntityType><EntityType Name="unifiedRoleManagementPolicyAssignment" BaseType="graph.entity"><Property Name="policyId" Type="Edm.String" Nullable="false" /><Property Name="roleDefinitionId" Type="Edm.String" /><Property Name="scopeId" Type="Edm.String" Nullable="false" /><Property Name="scopeType" Type="Edm.String" Nullable="false" /><NavigationProperty Name="policy" Type="graph.unifiedRoleManagementPolicy" /></EntityType><EntityType Name="qrCodePinAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration"><Property Name="pinLength" Type="Edm.Int32" /><Property Name="standardQRCodeLifetimeInDays" Type="Edm.Int32" /><NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" /></EntityType><EntityType Name="smsAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration"><NavigationProperty Name="includeTargets" Type="Collection(graph.smsAuthenticationMethodTarget)" ContainsTarget="true" /></EntityType><EntityType Name="smsAuthenticationMethodTarget" BaseType="graph.authenticationMethodTarget"><Property Name="isUsableForSignIn" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="softwareOathAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration"><NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" /></EntityType><EntityType Name="temporaryAccessPassAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration"><Property Name="defaultLength" Type="Edm.Int32" /><Property Name="defaultLifetimeInMinutes" Type="Edm.Int32" /><Property Name="isUsableOnce" Type="Edm.Boolean" /><Property Name="maximumLifetimeInMinutes" Type="Edm.Int32" /><Property Name="minimumLifetimeInMinutes" Type="Edm.Int32" /><NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" /></EntityType><EntityType Name="voiceAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration"><Property Name="isOfficePhoneAllowed" Type="Edm.Boolean" /><NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" /></EntityType><EntityType Name="x509CertificateAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration"><Property Name="authenticationModeConfiguration" Type="graph.x509CertificateAuthenticationModeConfiguration" /><Property Name="certificateAuthorityScopes" Type="Collection(graph.x509CertificateAuthorityScope)" /><Property Name="certificateUserBindings" Type="Collection(graph.x509CertificateUserBinding)" /><Property Name="crlValidationConfiguration" Type="graph.x509CertificateCRLValidationConfiguration" Nullable="false" /><Property Name="issuerHintsConfiguration" Type="graph.x509CertificateIssuerHintsConfiguration" /><NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" /></EntityType><EntityType Name="x509CertificateCombinationConfiguration" BaseType="graph.authenticationCombinationConfiguration"><Property Name="allowedIssuerSkis" Type="Collection(Edm.String)" Nullable="false" /><Property Name="allowedPolicyOIDs" Type="Collection(Edm.String)" Nullable="false" /></EntityType><EntityType Name="bitlocker" BaseType="graph.entity"><NavigationProperty Name="recoveryKeys" Type="Collection(graph.bitlockerRecoveryKey)" ContainsTarget="true" /></EntityType><EntityType Name="bitlockerRecoveryKey" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deviceId" Type="Edm.String" /><Property Name="key" Type="Edm.String" Nullable="false" /><Property Name="volumeType" Type="graph.volumeType" /></EntityType><EntityType Name="informationProtection"><NavigationProperty Name="bitlocker" Type="graph.bitlocker" ContainsTarget="true" /><NavigationProperty Name="threatAssessmentRequests" Type="Collection(graph.threatAssessmentRequest)" ContainsTarget="true" /></EntityType><EntityType Name="threatAssessmentRequest" BaseType="graph.entity" Abstract="true"><Property Name="category" Type="graph.threatCategory" Nullable="false" /><Property Name="contentType" Type="graph.threatAssessmentContentType" /><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="expectedAssessment" Type="graph.threatExpectedAssessment" Nullable="false" /><Property Name="requestSource" Type="graph.threatAssessmentRequestSource" /><Property Name="status" Type="graph.threatAssessmentStatus" /><NavigationProperty Name="results" Type="Collection(graph.threatAssessmentResult)" ContainsTarget="true" /></EntityType><ComplexType Name="availabilityItem"><Property Name="endDateTime" Type="graph.dateTimeTimeZone" Nullable="false" /><Property Name="serviceId" Type="Edm.String" /><Property Name="startDateTime" Type="graph.dateTimeTimeZone" Nullable="false" /><Property Name="status" Type="graph.bookingsAvailabilityStatus" /></ComplexType><ComplexType Name="dateTimeTimeZone"><Property Name="dateTime" Type="Edm.String" Nullable="false" /><Property Name="timeZone" Type="Edm.String" /></ComplexType><ComplexType Name="bookingCustomerInformationBase" Abstract="true" /><ComplexType Name="bookingCustomerInformation" BaseType="graph.bookingCustomerInformationBase"><Property Name="customerId" Type="Edm.String" /><Property Name="customQuestionAnswers" Type="Collection(graph.bookingQuestionAnswer)" /><Property Name="emailAddress" Type="Edm.String" /><Property Name="location" Type="graph.location" /><Property Name="name" Type="Edm.String" /><Property Name="notes" Type="Edm.String" /><Property Name="phone" Type="Edm.String" /><Property Name="timeZone" Type="Edm.String" /></ComplexType><ComplexType Name="bookingQuestionAnswer"><Property Name="answer" Type="Edm.String" /><Property Name="answerInputType" Type="graph.answerInputType" /><Property Name="answerOptions" Type="Collection(Edm.String)" /><Property Name="isRequired" Type="Edm.Boolean" /><Property Name="question" Type="Edm.String" /><Property Name="questionId" Type="Edm.String" /><Property Name="selectedOptions" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="location"><Property Name="address" Type="graph.physicalAddress" /><Property Name="coordinates" Type="graph.outlookGeoCoordinates" /><Property Name="displayName" Type="Edm.String" /><Property Name="locationEmailAddress" Type="Edm.String" /><Property Name="locationType" Type="graph.locationType" /><Property Name="locationUri" Type="Edm.String" /><Property Name="uniqueId" Type="Edm.String" /><Property Name="uniqueIdType" Type="graph.locationUniqueIdType" /></ComplexType><ComplexType Name="bookingPageSettings"><Property Name="accessControl" Type="graph.bookingPageAccessControl" Nullable="false" /><Property Name="bookingPageColorCode" Type="Edm.String" Nullable="false" /><Property Name="businessTimeZone" Type="Edm.String" Nullable="false" /><Property Name="customerConsentMessage" Type="Edm.String" Nullable="false" /><Property Name="enforceOneTimePassword" Type="Edm.Boolean" Nullable="false" /><Property Name="isBusinessLogoDisplayEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isCustomerConsentEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isSearchEngineIndexabilityDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isTimeSlotTimeZoneSetToBusinessTimeZone" Type="Edm.Boolean" Nullable="false" /><Property Name="privacyPolicyWebUrl" Type="Edm.String" Nullable="false" /><Property Name="termsAndConditionsWebUrl" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="bookingQuestionAssignment"><Property Name="isRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="questionId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="bookingReminder"><Property Name="message" Type="Edm.String" Nullable="false" /><Property Name="offset" Type="Edm.Duration" Nullable="false" /><Property Name="recipients" Type="graph.bookingReminderRecipients" Nullable="false" /></ComplexType><ComplexType Name="bookingsAvailability"><Property Name="availabilityType" Type="graph.bookingsServiceAvailabilityType" Nullable="false" /><Property Name="businessHours" Type="Collection(graph.bookingWorkHours)" /></ComplexType><ComplexType Name="bookingWorkHours"><Property Name="day" Type="graph.dayOfWeek" Nullable="false" /><Property Name="timeSlots" Type="Collection(graph.bookingWorkTimeSlot)" /></ComplexType><ComplexType Name="bookingsAvailabilityWindow" BaseType="graph.bookingsAvailability"><Property Name="endDate" Type="Edm.Date" /><Property Name="startDate" Type="Edm.Date" /></ComplexType><ComplexType Name="bookingSchedulingPolicy"><Property Name="allowStaffSelection" Type="Edm.Boolean" Nullable="false" /><Property Name="customAvailabilities" Type="Collection(graph.bookingsAvailabilityWindow)" /><Property Name="generalAvailability" Type="graph.bookingsAvailability" /><Property Name="isMeetingInviteToCustomersEnabled" Type="Edm.Boolean" /><Property Name="maximumAdvance" Type="Edm.Duration" Nullable="false" /><Property Name="minimumLeadTime" Type="Edm.Duration" Nullable="false" /><Property Name="sendConfirmationsToOwner" Type="Edm.Boolean" Nullable="false" /><Property Name="timeSlotInterval" Type="Edm.Duration" Nullable="false" /></ComplexType><ComplexType Name="bookingWorkTimeSlot"><Property Name="endTime" Type="Edm.TimeOfDay" Nullable="false" /><Property Name="startTime" Type="Edm.TimeOfDay" Nullable="false" /></ComplexType><ComplexType Name="physicalAddress"><Property Name="city" Type="Edm.String" /><Property Name="countryOrRegion" Type="Edm.String" /><Property Name="postalCode" Type="Edm.String" /><Property Name="state" Type="Edm.String" /><Property Name="street" Type="Edm.String" /></ComplexType><ComplexType Name="outlookGeoCoordinates"><Property Name="accuracy" Type="Edm.Double" /><Property Name="altitude" Type="Edm.Double" /><Property Name="altitudeAccuracy" Type="Edm.Double" /><Property Name="latitude" Type="Edm.Double" /><Property Name="longitude" Type="Edm.Double" /></ComplexType><ComplexType Name="phone"><Property Name="language" Type="Edm.String" /><Property Name="number" Type="Edm.String" /><Property Name="region" Type="Edm.String" /><Property Name="type" Type="graph.phoneType" /></ComplexType><ComplexType Name="staffAvailabilityItem"><Property Name="availabilityItems" Type="Collection(graph.availabilityItem)" /><Property Name="staffId" Type="Edm.String" /></ComplexType><ComplexType Name="timeSlot"><Property Name="end" Type="graph.dateTimeTimeZone" Nullable="false" /><Property Name="start" Type="graph.dateTimeTimeZone" Nullable="false" /></ComplexType><EntityType Name="bookingAppointment" BaseType="graph.entity"><Property Name="additionalInformation" Type="Edm.String" /><Property Name="anonymousJoinWebUrl" Type="Edm.String" /><Property Name="appointmentLabel" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="customerEmailAddress" Type="Edm.String" /><Property Name="customerName" Type="Edm.String" /><Property Name="customerNotes" Type="Edm.String" /><Property Name="customerPhone" Type="Edm.String" /><Property Name="customers" Type="Collection(graph.bookingCustomerInformationBase)" Nullable="false" /><Property Name="customerTimeZone" Type="Edm.String" /><Property Name="duration" Type="Edm.Duration" Nullable="false" /><Property Name="endDateTime" Type="graph.dateTimeTimeZone" Nullable="false" /><Property Name="filledAttendeesCount" Type="Edm.Int32" Nullable="false" /><Property Name="isCustomerAllowedToManageBooking" Type="Edm.Boolean" /><Property Name="isLocationOnline" Type="Edm.Boolean" Nullable="false" /><Property Name="joinWebUrl" Type="Edm.String" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="maximumAttendeesCount" Type="Edm.Int32" Nullable="false" /><Property Name="optOutOfCustomerEmail" Type="Edm.Boolean" Nullable="false" /><Property Name="postBuffer" Type="Edm.Duration" Nullable="false" /><Property Name="preBuffer" Type="Edm.Duration" Nullable="false" /><Property Name="price" Type="Edm.Double" Nullable="false" /><Property Name="priceType" Type="graph.bookingPriceType" Nullable="false" /><Property Name="reminders" Type="Collection(graph.bookingReminder)" /><Property Name="selfServiceAppointmentId" Type="Edm.String" /><Property Name="serviceId" Type="Edm.String" /><Property Name="serviceLocation" Type="graph.location" /><Property Name="serviceName" Type="Edm.String" Nullable="false" /><Property Name="serviceNotes" Type="Edm.String" /><Property Name="smsNotificationsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="staffMemberIds" Type="Collection(Edm.String)" /><Property Name="startDateTime" Type="graph.dateTimeTimeZone" Nullable="false" /></EntityType><EntityType Name="bookingBusiness" BaseType="graph.entity"><Property Name="address" Type="graph.physicalAddress" /><Property Name="bookingPageSettings" Type="graph.bookingPageSettings" /><Property Name="businessHours" Type="Collection(graph.bookingWorkHours)" /><Property Name="businessType" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="defaultCurrencyIso" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="email" Type="Edm.String" /><Property Name="isPublished" Type="Edm.Boolean" /><Property Name="languageTag" Type="Edm.String" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="phone" Type="Edm.String" /><Property Name="publicUrl" Type="Edm.String" /><Property Name="schedulingPolicy" Type="graph.bookingSchedulingPolicy" /><Property Name="webSiteUrl" Type="Edm.String" /><NavigationProperty Name="appointments" Type="Collection(graph.bookingAppointment)" ContainsTarget="true" /><NavigationProperty Name="calendarView" Type="Collection(graph.bookingAppointment)" ContainsTarget="true" /><NavigationProperty Name="customers" Type="Collection(graph.bookingCustomerBase)" ContainsTarget="true" /><NavigationProperty Name="customQuestions" Type="Collection(graph.bookingCustomQuestion)" ContainsTarget="true" /><NavigationProperty Name="services" Type="Collection(graph.bookingService)" ContainsTarget="true" /><NavigationProperty Name="staffMembers" Type="Collection(graph.bookingStaffMemberBase)" ContainsTarget="true" /></EntityType><EntityType Name="bookingCustomerBase" BaseType="graph.entity" Abstract="true" /><EntityType Name="bookingCustomQuestion" BaseType="graph.entity"><Property Name="answerInputType" Type="graph.answerInputType" /><Property Name="answerOptions" Type="Collection(Edm.String)" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="bookingService" BaseType="graph.entity"><Property Name="additionalInformation" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="customQuestions" Type="Collection(graph.bookingQuestionAssignment)" /><Property Name="defaultDuration" Type="Edm.Duration" Nullable="false" /><Property Name="defaultLocation" Type="graph.location" /><Property Name="defaultPrice" Type="Edm.Double" Nullable="false" /><Property Name="defaultPriceType" Type="graph.bookingPriceType" Nullable="false" /><Property Name="defaultReminders" Type="Collection(graph.bookingReminder)" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="isAnonymousJoinEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isCustomerAllowedToManageBooking" Type="Edm.Boolean" /><Property Name="isHiddenFromCustomers" Type="Edm.Boolean" Nullable="false" /><Property Name="isLocationOnline" Type="Edm.Boolean" Nullable="false" /><Property Name="languageTag" Type="Edm.String" Nullable="false" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="maximumAttendeesCount" Type="Edm.Int32" Nullable="false" /><Property Name="notes" Type="Edm.String" /><Property Name="postBuffer" Type="Edm.Duration" Nullable="false" /><Property Name="preBuffer" Type="Edm.Duration" Nullable="false" /><Property Name="schedulingPolicy" Type="graph.bookingSchedulingPolicy" /><Property Name="smsNotificationsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="staffMemberIds" Type="Collection(Edm.String)" /><Property Name="webUrl" Type="Edm.String" /></EntityType><EntityType Name="bookingStaffMemberBase" BaseType="graph.entity" Abstract="true" /><EntityType Name="bookingCurrency" BaseType="graph.entity"><Property Name="symbol" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="bookingCustomer" BaseType="graph.bookingCustomerBase"><Property Name="addresses" Type="Collection(graph.physicalAddress)" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="emailAddress" Type="Edm.String" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="phones" Type="Collection(graph.phone)" /></EntityType><EntityType Name="bookingStaffMember" BaseType="graph.bookingStaffMemberBase"><Property Name="availabilityIsAffectedByPersonalCalendar" Type="Edm.Boolean" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="emailAddress" Type="Edm.String" /><Property Name="isEmailNotificationEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="membershipStatus" Type="graph.bookingStaffMembershipStatus" Nullable="false" /><Property Name="role" Type="graph.bookingStaffRole" Nullable="false" /><Property Name="timeZone" Type="Edm.String" /><Property Name="useBusinessHours" Type="Edm.Boolean" Nullable="false" /><Property Name="workingHours" Type="Collection(graph.bookingWorkHours)" /></EntityType><EntityType Name="solutionsRoot"><NavigationProperty Name="bookingBusinesses" Type="Collection(graph.bookingBusiness)" ContainsTarget="true" /><NavigationProperty Name="bookingCurrencies" Type="Collection(graph.bookingCurrency)" ContainsTarget="true" /><NavigationProperty Name="backupRestore" Type="graph.backupRestoreRoot" ContainsTarget="true" /><NavigationProperty Name="virtualEvents" Type="graph.virtualEventsRoot" ContainsTarget="true" /></EntityType><EntityType Name="backupRestoreRoot" BaseType="graph.entity"><Property Name="serviceStatus" Type="graph.serviceStatus" /><NavigationProperty Name="driveInclusionRules" Type="Collection(graph.driveProtectionRule)" ContainsTarget="true" /><NavigationProperty Name="driveProtectionUnits" Type="Collection(graph.driveProtectionUnit)" ContainsTarget="true" /><NavigationProperty Name="driveProtectionUnitsBulkAdditionJobs" Type="Collection(graph.driveProtectionUnitsBulkAdditionJob)" ContainsTarget="true" /><NavigationProperty Name="exchangeProtectionPolicies" Type="Collection(graph.exchangeProtectionPolicy)" ContainsTarget="true" /><NavigationProperty Name="exchangeRestoreSessions" Type="Collection(graph.exchangeRestoreSession)" ContainsTarget="true" /><NavigationProperty Name="mailboxInclusionRules" Type="Collection(graph.mailboxProtectionRule)" ContainsTarget="true" /><NavigationProperty Name="mailboxProtectionUnits" Type="Collection(graph.mailboxProtectionUnit)" ContainsTarget="true" /><NavigationProperty Name="mailboxProtectionUnitsBulkAdditionJobs" Type="Collection(graph.mailboxProtectionUnitsBulkAdditionJob)" ContainsTarget="true" /><NavigationProperty Name="oneDriveForBusinessProtectionPolicies" Type="Collection(graph.oneDriveForBusinessProtectionPolicy)" ContainsTarget="true" /><NavigationProperty Name="oneDriveForBusinessRestoreSessions" Type="Collection(graph.oneDriveForBusinessRestoreSession)" ContainsTarget="true" /><NavigationProperty Name="protectionPolicies" Type="Collection(graph.protectionPolicyBase)" ContainsTarget="true" /><NavigationProperty Name="protectionUnits" Type="Collection(graph.protectionUnitBase)" /><NavigationProperty Name="restorePoints" Type="Collection(graph.restorePoint)" ContainsTarget="true" /><NavigationProperty Name="restoreSessions" Type="Collection(graph.restoreSessionBase)" ContainsTarget="true" /><NavigationProperty Name="serviceApps" Type="Collection(graph.serviceApp)" ContainsTarget="true" /><NavigationProperty Name="sharePointProtectionPolicies" Type="Collection(graph.sharePointProtectionPolicy)" ContainsTarget="true" /><NavigationProperty Name="sharePointRestoreSessions" Type="Collection(graph.sharePointRestoreSession)" ContainsTarget="true" /><NavigationProperty Name="siteInclusionRules" Type="Collection(graph.siteProtectionRule)" ContainsTarget="true" /><NavigationProperty Name="siteProtectionUnits" Type="Collection(graph.siteProtectionUnit)" ContainsTarget="true" /><NavigationProperty Name="siteProtectionUnitsBulkAdditionJobs" Type="Collection(graph.siteProtectionUnitsBulkAdditionJob)" ContainsTarget="true" /></EntityType><EntityType Name="virtualEventsRoot" BaseType="graph.entity"><NavigationProperty Name="events" Type="Collection(graph.virtualEvent)" ContainsTarget="true" /><NavigationProperty Name="townhalls" Type="Collection(graph.virtualEventTownhall)" ContainsTarget="true" /><NavigationProperty Name="webinars" Type="Collection(graph.virtualEventWebinar)" ContainsTarget="true" /></EntityType><ComplexType Name="cloudPcAuditActor"><Property Name="applicationDisplayName" Type="Edm.String" /><Property Name="applicationId" Type="Edm.String" /><Property Name="ipAddress" Type="Edm.String" /><Property Name="remoteTenantId" Type="Edm.String" /><Property Name="remoteUserId" Type="Edm.String" /><Property Name="servicePrincipalName" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="userPermissions" Type="Collection(Edm.String)" Nullable="false" /><Property Name="userPrincipalName" Type="Edm.String" /><Property Name="userRoleScopeTags" Type="Collection(graph.cloudPcUserRoleScopeTagInfo)" /></ComplexType><ComplexType Name="cloudPcUserRoleScopeTagInfo"><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="roleScopeTagId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="cloudPcAuditProperty"><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="newValue" Type="Edm.String" Nullable="false" /><Property Name="oldValue" Type="Edm.String" /></ComplexType><ComplexType Name="cloudPcAuditResource"><Property Name="displayName" Type="Edm.String" /><Property Name="modifiedProperties" Type="Collection(graph.cloudPcAuditProperty)" Nullable="false" /><Property Name="resourceId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="cloudPcDomainJoinConfiguration"><Property Name="domainJoinType" Type="graph.cloudPcDomainJoinType" /><Property Name="onPremisesConnectionId" Type="Edm.String" /><Property Name="regionGroup" Type="graph.cloudPcRegionGroup" /><Property Name="regionName" Type="Edm.String" /></ComplexType><ComplexType Name="cloudPcLaunchDetail"><Property Name="cloudPcId" Type="Edm.String" Nullable="false" /><Property Name="cloudPcLaunchUrl" Type="Edm.String" /><Property Name="windows365SwitchCompatibilityFailureReasonType" Type="graph.windows365SwitchCompatibilityFailureReasonType" /><Property Name="windows365SwitchCompatible" Type="Edm.Boolean" /></ComplexType><ComplexType Name="cloudPcManagementAssignmentTarget" Abstract="true" /><ComplexType Name="cloudPcManagementGroupAssignmentTarget" BaseType="graph.cloudPcManagementAssignmentTarget"><Property Name="groupId" Type="Edm.String" /><Property Name="servicePlanId" Type="Edm.String" /></ComplexType><ComplexType Name="cloudPcOnPremisesConnectionHealthCheck"><Property Name="additionalDetail" Type="Edm.String" /><Property Name="correlationId" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="errorType" Type="graph.cloudPcOnPremisesConnectionHealthCheckErrorType" /><Property Name="recommendedAction" Type="Edm.String" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="status" Type="graph.cloudPcOnPremisesConnectionStatus" Nullable="false" /></ComplexType><ComplexType Name="cloudPcOnPremisesConnectionStatusDetail"><Property Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="healthChecks" Type="Collection(graph.cloudPcOnPremisesConnectionHealthCheck)" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></ComplexType><ComplexType Name="cloudPcProvisioningPolicyAutopatch"><Property Name="autopatchGroupId" Type="Edm.String" /></ComplexType><ComplexType Name="cloudPcRestorePointSetting"><Property Name="frequencyType" Type="graph.cloudPcRestorePointFrequencyType" /><Property Name="userRestoreEnabled" Type="Edm.Boolean" /></ComplexType><ComplexType Name="cloudPcSourceDeviceImage"><Property Name="displayName" Type="Edm.String" /><Property Name="resourceId" Type="Edm.String" Nullable="false" /><Property Name="subscriptionDisplayName" Type="Edm.String" /><Property Name="subscriptionId" Type="Edm.String" /></ComplexType><ComplexType Name="cloudPcWindowsSetting"><Property Name="locale" Type="Edm.String" /></ComplexType><ComplexType Name="microsoftManagedDesktop"><Property Name="managedType" Type="graph.microsoftManagedDesktopType" /><Property Name="profile" Type="Edm.String" /></ComplexType><EntityType Name="cloudPcAuditEvent" BaseType="graph.entity"><Property Name="activity" Type="Edm.String" /><Property Name="activityDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="activityOperationType" Type="graph.cloudPcAuditActivityOperationType" Nullable="false" /><Property Name="activityResult" Type="graph.cloudPcAuditActivityResult" Nullable="false" /><Property Name="activityType" Type="Edm.String" Nullable="false" /><Property Name="actor" Type="graph.cloudPcAuditActor" Nullable="false" /><Property Name="category" Type="graph.cloudPcAuditCategory" Nullable="false" /><Property Name="componentName" Type="Edm.String" Nullable="false" /><Property Name="correlationId" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="resources" Type="Collection(graph.cloudPcAuditResource)" Nullable="false" /></EntityType><EntityType Name="cloudPcDeviceImage" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="errorCode" Type="graph.cloudPcDeviceImageErrorCode" /><Property Name="expirationDate" Type="Edm.Date" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="operatingSystem" Type="Edm.String" /><Property Name="osBuildNumber" Type="Edm.String" /><Property Name="osStatus" Type="graph.cloudPcDeviceImageOsStatus" /><Property Name="sourceImageResourceId" Type="Edm.String" /><Property Name="status" Type="graph.cloudPcDeviceImageStatus" /><Property Name="version" Type="Edm.String" /></EntityType><EntityType Name="cloudPcGalleryImage" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="endDate" Type="Edm.Date" /><Property Name="expirationDate" Type="Edm.Date" /><Property Name="offerName" Type="Edm.String" /><Property Name="publisherName" Type="Edm.String" /><Property Name="sizeInGB" Type="Edm.Int32" /><Property Name="skuName" Type="Edm.String" /><Property Name="startDate" Type="Edm.Date" /><Property Name="status" Type="graph.cloudPcGalleryImageStatus" /></EntityType><EntityType Name="cloudPcOnPremisesConnection" BaseType="graph.entity"><Property Name="adDomainName" Type="Edm.String" /><Property Name="adDomainPassword" Type="Edm.String" /><Property Name="adDomainUsername" Type="Edm.String" /><Property Name="alternateResourceUrl" Type="Edm.String" /><Property Name="connectionType" Type="graph.cloudPcOnPremisesConnectionType" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="healthCheckStatus" Type="graph.cloudPcOnPremisesConnectionStatus" Nullable="false" /><Property Name="healthCheckStatusDetail" Type="graph.cloudPcOnPremisesConnectionStatusDetail" /><Property Name="inUse" Type="Edm.Boolean" /><Property Name="organizationalUnit" Type="Edm.String" /><Property Name="resourceGroupId" Type="Edm.String" Nullable="false" /><Property Name="subnetId" Type="Edm.String" Nullable="false" /><Property Name="subscriptionId" Type="Edm.String" Nullable="false" /><Property Name="subscriptionName" Type="Edm.String" /><Property Name="virtualNetworkId" Type="Edm.String" Nullable="false" /><Property Name="virtualNetworkLocation" Type="Edm.String" /></EntityType><EntityType Name="cloudPcProvisioningPolicy" BaseType="graph.entity"><Property Name="alternateResourceUrl" Type="Edm.String" /><Property Name="autopatch" Type="graph.cloudPcProvisioningPolicyAutopatch" /><Property Name="cloudPcGroupDisplayName" Type="Edm.String" /><Property Name="cloudPcNamingTemplate" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="domainJoinConfigurations" Type="Collection(graph.cloudPcDomainJoinConfiguration)" /><Property Name="enableSingleSignOn" Type="Edm.Boolean" /><Property Name="gracePeriodInHours" Type="Edm.Int32" /><Property Name="imageDisplayName" Type="Edm.String" Nullable="false" /><Property Name="imageId" Type="Edm.String" Nullable="false" /><Property Name="imageType" Type="graph.cloudPcProvisioningPolicyImageType" Nullable="false" /><Property Name="localAdminEnabled" Type="Edm.Boolean" /><Property Name="microsoftManagedDesktop" Type="graph.microsoftManagedDesktop" /><Property Name="provisioningType" Type="graph.cloudPcProvisioningType" /><Property Name="windowsSetting" Type="graph.cloudPcWindowsSetting" /><NavigationProperty Name="assignments" Type="Collection(graph.cloudPcProvisioningPolicyAssignment)" ContainsTarget="true" /></EntityType><EntityType Name="cloudPcProvisioningPolicyAssignment" BaseType="graph.entity"><Property Name="target" Type="graph.cloudPcManagementAssignmentTarget" /><NavigationProperty Name="assignedUsers" Type="Collection(graph.user)" /></EntityType><EntityType Name="cloudPcReport" BaseType="graph.entity" /><EntityType Name="cloudPcUserSetting" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="localAdminEnabled" Type="Edm.Boolean" /><Property Name="resetEnabled" Type="Edm.Boolean" /><Property Name="restorePointSetting" Type="graph.cloudPcRestorePointSetting" /><NavigationProperty Name="assignments" Type="Collection(graph.cloudPcUserSettingAssignment)" ContainsTarget="true" /></EntityType><EntityType Name="cloudPcUserSettingAssignment" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="target" Type="graph.cloudPcManagementAssignmentTarget" /></EntityType><EntityType Name="deviceManagement" BaseType="graph.entity"><Property Name="intuneAccountId" Type="Edm.Guid" Nullable="false" /><Property Name="settings" Type="graph.deviceManagementSettings" /><Property Name="intuneBrand" Type="graph.intuneBrand" /><Property Name="deviceProtectionOverview" Type="graph.deviceProtectionOverview" /><Property Name="subscriptionState" Type="graph.deviceManagementSubscriptionState" Nullable="false" /><Property Name="userExperienceAnalyticsSettings" Type="graph.userExperienceAnalyticsSettings" /><Property Name="windowsMalwareOverview" Type="graph.windowsMalwareOverview" /><NavigationProperty Name="auditEvents" Type="Collection(graph.auditEvent)" ContainsTarget="true" /><NavigationProperty Name="virtualEndpoint" Type="graph.virtualEndpoint" ContainsTarget="true" /><NavigationProperty Name="termsAndConditions" Type="Collection(graph.termsAndConditions)" ContainsTarget="true" /><NavigationProperty Name="deviceCompliancePolicies" Type="Collection(graph.deviceCompliancePolicy)" ContainsTarget="true" /><NavigationProperty Name="deviceCompliancePolicyDeviceStateSummary" Type="graph.deviceCompliancePolicyDeviceStateSummary" ContainsTarget="true" /><NavigationProperty Name="deviceCompliancePolicySettingStateSummaries" Type="Collection(graph.deviceCompliancePolicySettingStateSummary)" ContainsTarget="true" /><NavigationProperty Name="deviceConfigurationDeviceStateSummaries" Type="graph.deviceConfigurationDeviceStateSummary" ContainsTarget="true" /><NavigationProperty Name="deviceConfigurations" Type="Collection(graph.deviceConfiguration)" ContainsTarget="true" /><NavigationProperty Name="iosUpdateStatuses" Type="Collection(graph.iosUpdateDeviceStatus)" ContainsTarget="true" /><NavigationProperty Name="softwareUpdateStatusSummary" Type="graph.softwareUpdateStatusSummary" /><NavigationProperty Name="complianceManagementPartners" Type="Collection(graph.complianceManagementPartner)" ContainsTarget="true" /><NavigationProperty Name="conditionalAccessSettings" Type="graph.onPremisesConditionalAccessSettings" ContainsTarget="true" /><NavigationProperty Name="deviceCategories" Type="Collection(graph.deviceCategory)" ContainsTarget="true" /><NavigationProperty Name="deviceEnrollmentConfigurations" Type="Collection(graph.deviceEnrollmentConfiguration)" ContainsTarget="true" /><NavigationProperty Name="deviceManagementPartners" Type="Collection(graph.deviceManagementPartner)" ContainsTarget="true" /><NavigationProperty Name="exchangeConnectors" Type="Collection(graph.deviceManagementExchangeConnector)" ContainsTarget="true" /><NavigationProperty Name="mobileThreatDefenseConnectors" Type="Collection(graph.mobileThreatDefenseConnector)" ContainsTarget="true" /><NavigationProperty Name="applePushNotificationCertificate" Type="graph.applePushNotificationCertificate" ContainsTarget="true" /><NavigationProperty Name="detectedApps" Type="Collection(graph.detectedApp)" ContainsTarget="true" /><NavigationProperty Name="managedDeviceOverview" Type="graph.managedDeviceOverview" /><NavigationProperty Name="managedDevices" Type="Collection(graph.managedDevice)" ContainsTarget="true" /><NavigationProperty Name="mobileAppTroubleshootingEvents" Type="Collection(graph.mobileAppTroubleshootingEvent)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsAppHealthApplicationPerformance" Type="Collection(graph.userExperienceAnalyticsAppHealthApplicationPerformance)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails" Type="Collection(graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId" Type="Collection(graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion" Type="Collection(graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsAppHealthDeviceModelPerformance" Type="Collection(graph.userExperienceAnalyticsAppHealthDeviceModelPerformance)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsAppHealthDevicePerformance" Type="Collection(graph.userExperienceAnalyticsAppHealthDevicePerformance)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsAppHealthDevicePerformanceDetails" Type="Collection(graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsAppHealthOSVersionPerformance" Type="Collection(graph.userExperienceAnalyticsAppHealthOSVersionPerformance)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsAppHealthOverview" Type="graph.userExperienceAnalyticsCategory" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsBaselines" Type="Collection(graph.userExperienceAnalyticsBaseline)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsCategories" Type="Collection(graph.userExperienceAnalyticsCategory)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsDevicePerformance" Type="Collection(graph.userExperienceAnalyticsDevicePerformance)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsDeviceScores" Type="Collection(graph.userExperienceAnalyticsDeviceScores)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsDeviceStartupHistory" Type="Collection(graph.userExperienceAnalyticsDeviceStartupHistory)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsDeviceStartupProcesses" Type="Collection(graph.userExperienceAnalyticsDeviceStartupProcess)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsDeviceStartupProcessPerformance" Type="Collection(graph.userExperienceAnalyticsDeviceStartupProcessPerformance)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsMetricHistory" Type="Collection(graph.userExperienceAnalyticsMetricHistory)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsModelScores" Type="Collection(graph.userExperienceAnalyticsModelScores)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsOverview" Type="graph.userExperienceAnalyticsOverview" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsScoreHistory" Type="Collection(graph.userExperienceAnalyticsScoreHistory)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" Type="graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsWorkFromAnywhereMetrics" Type="Collection(graph.userExperienceAnalyticsWorkFromAnywhereMetric)" ContainsTarget="true" /><NavigationProperty Name="userExperienceAnalyticsWorkFromAnywhereModelPerformance" Type="Collection(graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance)" ContainsTarget="true" /><NavigationProperty Name="windowsMalwareInformation" Type="Collection(graph.windowsMalwareInformation)" ContainsTarget="true" /><NavigationProperty Name="importedWindowsAutopilotDeviceIdentities" Type="Collection(graph.importedWindowsAutopilotDeviceIdentity)" ContainsTarget="true" /><NavigationProperty Name="windowsAutopilotDeviceIdentities" Type="Collection(graph.windowsAutopilotDeviceIdentity)" ContainsTarget="true" /><NavigationProperty Name="notificationMessageTemplates" Type="Collection(graph.notificationMessageTemplate)" ContainsTarget="true" /><NavigationProperty Name="resourceOperations" Type="Collection(graph.resourceOperation)" ContainsTarget="true" /><NavigationProperty Name="roleAssignments" Type="Collection(graph.deviceAndAppManagementRoleAssignment)" ContainsTarget="true" /><NavigationProperty Name="roleDefinitions" Type="Collection(graph.roleDefinition)" ContainsTarget="true" /><NavigationProperty Name="remoteAssistancePartners" Type="Collection(graph.remoteAssistancePartner)" ContainsTarget="true" /><NavigationProperty Name="reports" Type="graph.deviceManagementReports" ContainsTarget="true" /><NavigationProperty Name="troubleshootingEvents" Type="Collection(graph.deviceManagementTroubleshootingEvent)" ContainsTarget="true" /><NavigationProperty Name="windowsInformationProtectionAppLearningSummaries" Type="Collection(graph.windowsInformationProtectionAppLearningSummary)" ContainsTarget="true" /><NavigationProperty Name="windowsInformationProtectionNetworkLearningSummaries" Type="Collection(graph.windowsInformationProtectionNetworkLearningSummary)" ContainsTarget="true" /></EntityType><EntityType Name="auditEvent" BaseType="graph.entity"><Property Name="activity" Type="Edm.String" /><Property Name="activityDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="activityOperationType" Type="Edm.String" /><Property Name="activityResult" Type="Edm.String" /><Property Name="activityType" Type="Edm.String" /><Property Name="actor" Type="graph.auditActor" /><Property Name="category" Type="Edm.String" /><Property Name="componentName" Type="Edm.String" /><Property Name="correlationId" Type="Edm.Guid" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="resources" Type="Collection(graph.auditResource)" /></EntityType><EntityType Name="virtualEndpoint" BaseType="graph.entity"><NavigationProperty Name="auditEvents" Type="Collection(graph.cloudPcAuditEvent)" ContainsTarget="true" /><NavigationProperty Name="cloudPCs" Type="Collection(graph.cloudPC)" ContainsTarget="true" /><NavigationProperty Name="deviceImages" Type="Collection(graph.cloudPcDeviceImage)" ContainsTarget="true" /><NavigationProperty Name="galleryImages" Type="Collection(graph.cloudPcGalleryImage)" ContainsTarget="true" /><NavigationProperty Name="onPremisesConnections" Type="Collection(graph.cloudPcOnPremisesConnection)" ContainsTarget="true" /><NavigationProperty Name="provisioningPolicies" Type="Collection(graph.cloudPcProvisioningPolicy)" ContainsTarget="true" /><NavigationProperty Name="report" Type="graph.cloudPcReport" ContainsTarget="true" /><NavigationProperty Name="userSettings" Type="Collection(graph.cloudPcUserSetting)" ContainsTarget="true" /></EntityType><EntityType Name="termsAndConditions" BaseType="graph.entity"><Property Name="acceptanceStatement" Type="Edm.String" /><Property Name="bodyText" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="title" Type="Edm.String" /><Property Name="version" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="acceptanceStatuses" Type="Collection(graph.termsAndConditionsAcceptanceStatus)" ContainsTarget="true" /><NavigationProperty Name="assignments" Type="Collection(graph.termsAndConditionsAssignment)" ContainsTarget="true" /></EntityType><ComplexType Name="deviceManagementSettings"><Property Name="deviceComplianceCheckinThresholdDays" Type="Edm.Int32" Nullable="false" /><Property Name="isScheduledActionEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="secureByDefault" Type="Edm.Boolean" Nullable="false" /></ComplexType><EntityType Name="deviceCompliancePolicy" BaseType="graph.entity" Abstract="true"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="version" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="assignments" Type="Collection(graph.deviceCompliancePolicyAssignment)" ContainsTarget="true" /><NavigationProperty Name="deviceSettingStateSummaries" Type="Collection(graph.settingStateDeviceSummary)" ContainsTarget="true" /><NavigationProperty Name="deviceStatuses" Type="Collection(graph.deviceComplianceDeviceStatus)" ContainsTarget="true" /><NavigationProperty Name="deviceStatusOverview" Type="graph.deviceComplianceDeviceOverview" ContainsTarget="true" /><NavigationProperty Name="scheduledActionsForRule" Type="Collection(graph.deviceComplianceScheduledActionForRule)" ContainsTarget="true" /><NavigationProperty Name="userStatuses" Type="Collection(graph.deviceComplianceUserStatus)" ContainsTarget="true" /><NavigationProperty Name="userStatusOverview" Type="graph.deviceComplianceUserOverview" ContainsTarget="true" /></EntityType><EntityType Name="deviceCompliancePolicyDeviceStateSummary" BaseType="graph.entity"><Property Name="compliantDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="configManagerCount" Type="Edm.Int32" Nullable="false" /><Property Name="conflictDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="inGracePeriodCount" Type="Edm.Int32" Nullable="false" /><Property Name="nonCompliantDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="deviceCompliancePolicySettingStateSummary" BaseType="graph.entity"><Property Name="compliantDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="conflictDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="nonCompliantDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="platformType" Type="graph.policyPlatformType" Nullable="false" /><Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="setting" Type="Edm.String" /><Property Name="settingName" Type="Edm.String" /><Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="deviceComplianceSettingStates" Type="Collection(graph.deviceComplianceSettingState)" ContainsTarget="true" /></EntityType><EntityType Name="deviceConfigurationDeviceStateSummary" BaseType="graph.entity"><Property Name="compliantDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="conflictDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="nonCompliantDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="deviceConfiguration" BaseType="graph.entity" Abstract="true"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="version" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="assignments" Type="Collection(graph.deviceConfigurationAssignment)" ContainsTarget="true" /><NavigationProperty Name="deviceSettingStateSummaries" Type="Collection(graph.settingStateDeviceSummary)" ContainsTarget="true" /><NavigationProperty Name="deviceStatuses" Type="Collection(graph.deviceConfigurationDeviceStatus)" ContainsTarget="true" /><NavigationProperty Name="deviceStatusOverview" Type="graph.deviceConfigurationDeviceOverview" ContainsTarget="true" /><NavigationProperty Name="userStatuses" Type="Collection(graph.deviceConfigurationUserStatus)" ContainsTarget="true" /><NavigationProperty Name="userStatusOverview" Type="graph.deviceConfigurationUserOverview" ContainsTarget="true" /></EntityType><EntityType Name="iosUpdateDeviceStatus" BaseType="graph.entity"><Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deviceDisplayName" Type="Edm.String" /><Property Name="deviceId" Type="Edm.String" /><Property Name="deviceModel" Type="Edm.String" /><Property Name="installStatus" Type="graph.iosUpdatesInstallStatus" Nullable="false" /><Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="osVersion" Type="Edm.String" /><Property Name="status" Type="graph.complianceStatus" Nullable="false" /><Property Name="userId" Type="Edm.String" /><Property Name="userName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="softwareUpdateStatusSummary" BaseType="graph.entity"><Property Name="compliantDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="compliantUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="conflictDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="conflictUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="errorUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="nonCompliantDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="nonCompliantUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="notApplicableUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="remediatedUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="unknownUserCount" Type="Edm.Int32" Nullable="false" /></EntityType><ComplexType Name="intuneBrand"><Property Name="contactITEmailAddress" Type="Edm.String" /><Property Name="contactITName" Type="Edm.String" /><Property Name="contactITNotes" Type="Edm.String" /><Property Name="contactITPhoneNumber" Type="Edm.String" /><Property Name="darkBackgroundLogo" Type="graph.mimeContent" /><Property Name="displayName" Type="Edm.String" /><Property Name="lightBackgroundLogo" Type="graph.mimeContent" /><Property Name="onlineSupportSiteName" Type="Edm.String" /><Property Name="onlineSupportSiteUrl" Type="Edm.String" /><Property Name="privacyUrl" Type="Edm.String" /><Property Name="showDisplayNameNextToLogo" Type="Edm.Boolean" Nullable="false" /><Property Name="showLogo" Type="Edm.Boolean" Nullable="false" /><Property Name="showNameNextToLogo" Type="Edm.Boolean" Nullable="false" /><Property Name="themeColor" Type="graph.rgbColor" /></ComplexType><EntityType Name="complianceManagementPartner" BaseType="graph.entity"><Property Name="androidEnrollmentAssignments" Type="Collection(graph.complianceManagementPartnerAssignment)" /><Property Name="androidOnboarded" Type="Edm.Boolean" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="iosEnrollmentAssignments" Type="Collection(graph.complianceManagementPartnerAssignment)" /><Property Name="iosOnboarded" Type="Edm.Boolean" Nullable="false" /><Property Name="lastHeartbeatDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="macOsEnrollmentAssignments" Type="Collection(graph.complianceManagementPartnerAssignment)" /><Property Name="macOsOnboarded" Type="Edm.Boolean" Nullable="false" /><Property Name="partnerState" Type="graph.deviceManagementPartnerTenantState" Nullable="false" /></EntityType><EntityType Name="onPremisesConditionalAccessSettings" BaseType="graph.entity"><Property Name="enabled" Type="Edm.Boolean" Nullable="false" /><Property Name="excludedGroups" Type="Collection(Edm.Guid)" Nullable="false" /><Property Name="includedGroups" Type="Collection(Edm.Guid)" Nullable="false" /><Property Name="overrideDefaultRule" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="deviceCategory" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /></EntityType><EntityType Name="deviceEnrollmentConfiguration" BaseType="graph.entity" Abstract="true"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="priority" Type="Edm.Int32" Nullable="false" /><Property Name="version" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="assignments" Type="Collection(graph.enrollmentConfigurationAssignment)" ContainsTarget="true" /></EntityType><EntityType Name="deviceManagementPartner" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="groupsRequiringPartnerEnrollment" Type="Collection(graph.deviceManagementPartnerAssignment)" /><Property Name="isConfigured" Type="Edm.Boolean" Nullable="false" /><Property Name="lastHeartbeatDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="partnerAppType" Type="graph.deviceManagementPartnerAppType" Nullable="false" /><Property Name="partnerState" Type="graph.deviceManagementPartnerTenantState" Nullable="false" /><Property Name="singleTenantAppId" Type="Edm.String" /><Property Name="whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime" Type="Edm.DateTimeOffset" /><Property Name="whenPartnerDevicesWillBeRemovedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="deviceManagementExchangeConnector" BaseType="graph.entity"><Property Name="connectorServerName" Type="Edm.String" /><Property Name="exchangeAlias" Type="Edm.String" /><Property Name="exchangeConnectorType" Type="graph.deviceManagementExchangeConnectorType" Nullable="false" /><Property Name="exchangeOrganization" Type="Edm.String" /><Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="primarySmtpAddress" Type="Edm.String" /><Property Name="serverName" Type="Edm.String" /><Property Name="status" Type="graph.deviceManagementExchangeConnectorStatus" Nullable="false" /><Property Name="version" Type="Edm.String" /></EntityType><EntityType Name="mobileThreatDefenseConnector" BaseType="graph.entity"><Property Name="allowPartnerToCollectIOSApplicationMetadata" Type="Edm.Boolean" Nullable="false" /><Property Name="allowPartnerToCollectIOSPersonalApplicationMetadata" Type="Edm.Boolean" Nullable="false" /><Property Name="androidDeviceBlockedOnMissingPartnerData" Type="Edm.Boolean" Nullable="false" /><Property Name="androidEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="androidMobileApplicationManagementEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="iosDeviceBlockedOnMissingPartnerData" Type="Edm.Boolean" Nullable="false" /><Property Name="iosEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="iosMobileApplicationManagementEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="lastHeartbeatDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="microsoftDefenderForEndpointAttachEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="partnerState" Type="graph.mobileThreatPartnerTenantState" Nullable="false" /><Property Name="partnerUnresponsivenessThresholdInDays" Type="Edm.Int32" Nullable="false" /><Property Name="partnerUnsupportedOsVersionBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="windowsDeviceBlockedOnMissingPartnerData" Type="Edm.Boolean" Nullable="false" /><Property Name="windowsEnabled" Type="Edm.Boolean" Nullable="false" /></EntityType><ComplexType Name="deviceProtectionOverview"><Property Name="cleanDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="criticalFailuresDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="inactiveThreatAgentDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingFullScanDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingManualStepsDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingOfflineScanDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingQuickScanDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingRestartDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingSignatureUpdateDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="totalReportedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="unknownStateThreatAgentDeviceCount" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="userExperienceAnalyticsSettings"><Property Name="configurationManagerDataConnectorConfigured" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="windowsMalwareOverview"><Property Name="malwareCategorySummary" Type="Collection(graph.windowsMalwareCategoryCount)" /><Property Name="malwareDetectedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="malwareExecutionStateSummary" Type="Collection(graph.windowsMalwareExecutionStateCount)" /><Property Name="malwareNameSummary" Type="Collection(graph.windowsMalwareNameCount)" /><Property Name="malwareSeveritySummary" Type="Collection(graph.windowsMalwareSeverityCount)" /><Property Name="malwareStateSummary" Type="Collection(graph.windowsMalwareStateCount)" /><Property Name="osVersionsSummary" Type="Collection(graph.osVersionCount)" /><Property Name="totalDistinctMalwareCount" Type="Edm.Int32" Nullable="false" /><Property Name="totalMalwareCount" Type="Edm.Int32" Nullable="false" /></ComplexType><EntityType Name="applePushNotificationCertificate" BaseType="graph.entity"><Property Name="appleIdentifier" Type="Edm.String" /><Property Name="certificate" Type="Edm.String" /><Property Name="certificateSerialNumber" Type="Edm.String" /><Property Name="certificateUploadFailureReason" Type="Edm.String" /><Property Name="certificateUploadStatus" Type="Edm.String" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="topicIdentifier" Type="Edm.String" /></EntityType><EntityType Name="detectedApp" BaseType="graph.entity"><Property Name="deviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="platform" Type="graph.detectedAppPlatformType" Nullable="false" /><Property Name="publisher" Type="Edm.String" /><Property Name="sizeInByte" Type="Edm.Int64" Nullable="false" /><Property Name="version" Type="Edm.String" /><NavigationProperty Name="managedDevices" Type="Collection(graph.managedDevice)" /></EntityType><EntityType Name="managedDeviceOverview" BaseType="graph.entity"><Property Name="deviceExchangeAccessStateSummary" Type="graph.deviceExchangeAccessStateSummary" /><Property Name="deviceOperatingSystemSummary" Type="graph.deviceOperatingSystemSummary" /><Property Name="dualEnrolledDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="enrolledDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="mdmEnrolledCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="mobileAppTroubleshootingEvent" BaseType="graph.entity"><NavigationProperty Name="appLogCollectionRequests" Type="Collection(graph.appLogCollectionRequest)" ContainsTarget="true" /></EntityType><EntityType Name="userExperienceAnalyticsAppHealthApplicationPerformance" BaseType="graph.entity"><Property Name="activeDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="appCrashCount" Type="Edm.Int32" Nullable="false" /><Property Name="appDisplayName" Type="Edm.String" /><Property Name="appHangCount" Type="Edm.Int32" Nullable="false" /><Property Name="appHealthScore" Type="Edm.Double" Nullable="false" /><Property Name="appName" Type="Edm.String" /><Property Name="appPublisher" Type="Edm.String" /><Property Name="appUsageDuration" Type="Edm.Int32" Nullable="false" /><Property Name="meanTimeToFailureInMinutes" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" BaseType="graph.entity"><Property Name="appCrashCount" Type="Edm.Int32" Nullable="false" /><Property Name="appDisplayName" Type="Edm.String" /><Property Name="appName" Type="Edm.String" /><Property Name="appPublisher" Type="Edm.String" /><Property Name="appVersion" Type="Edm.String" /><Property Name="deviceCountWithCrashes" Type="Edm.Int32" Nullable="false" /><Property Name="isLatestUsedVersion" Type="Edm.Boolean" Nullable="false" /><Property Name="isMostUsedVersion" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" BaseType="graph.entity"><Property Name="appCrashCount" Type="Edm.Int32" Nullable="false" /><Property Name="appDisplayName" Type="Edm.String" /><Property Name="appName" Type="Edm.String" /><Property Name="appPublisher" Type="Edm.String" /><Property Name="appVersion" Type="Edm.String" /><Property Name="deviceDisplayName" Type="Edm.String" /><Property Name="deviceId" Type="Edm.String" /><Property Name="processedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsAppHealthAppPerformanceByOSVersion" BaseType="graph.entity"><Property Name="activeDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="appCrashCount" Type="Edm.Int32" Nullable="false" /><Property Name="appDisplayName" Type="Edm.String" /><Property Name="appName" Type="Edm.String" /><Property Name="appPublisher" Type="Edm.String" /><Property Name="appUsageDuration" Type="Edm.Int32" Nullable="false" /><Property Name="meanTimeToFailureInMinutes" Type="Edm.Int32" Nullable="false" /><Property Name="osBuildNumber" Type="Edm.String" /><Property Name="osVersion" Type="Edm.String" /></EntityType><EntityType Name="userExperienceAnalyticsAppHealthDeviceModelPerformance" BaseType="graph.entity"><Property Name="activeDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="deviceManufacturer" Type="Edm.String" /><Property Name="deviceModel" Type="Edm.String" /><Property Name="healthStatus" Type="graph.userExperienceAnalyticsHealthState" Nullable="false" /><Property Name="meanTimeToFailureInMinutes" Type="Edm.Int32" Nullable="false" /><Property Name="modelAppHealthScore" Type="Edm.Double" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsAppHealthDevicePerformance" BaseType="graph.entity"><Property Name="appCrashCount" Type="Edm.Int32" Nullable="false" /><Property Name="appHangCount" Type="Edm.Int32" Nullable="false" /><Property Name="crashedAppCount" Type="Edm.Int32" Nullable="false" /><Property Name="deviceAppHealthScore" Type="Edm.Double" Nullable="false" /><Property Name="deviceDisplayName" Type="Edm.String" /><Property Name="deviceId" Type="Edm.String" /><Property Name="deviceManufacturer" Type="Edm.String" /><Property Name="deviceModel" Type="Edm.String" /><Property Name="healthStatus" Type="graph.userExperienceAnalyticsHealthState" Nullable="false" /><Property Name="meanTimeToFailureInMinutes" Type="Edm.Int32" Nullable="false" /><Property Name="processedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsAppHealthDevicePerformanceDetails" BaseType="graph.entity"><Property Name="appDisplayName" Type="Edm.String" /><Property Name="appPublisher" Type="Edm.String" /><Property Name="appVersion" Type="Edm.String" /><Property Name="deviceDisplayName" Type="Edm.String" /><Property Name="deviceId" Type="Edm.String" /><Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="eventType" Type="Edm.String" /></EntityType><EntityType Name="userExperienceAnalyticsAppHealthOSVersionPerformance" BaseType="graph.entity"><Property Name="activeDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="meanTimeToFailureInMinutes" Type="Edm.Int32" Nullable="false" /><Property Name="osBuildNumber" Type="Edm.String" /><Property Name="osVersion" Type="Edm.String" /><Property Name="osVersionAppHealthScore" Type="Edm.Double" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsCategory" BaseType="graph.entity"><Property Name="insights" Type="Collection(graph.userExperienceAnalyticsInsight)" /><NavigationProperty Name="metricValues" Type="Collection(graph.userExperienceAnalyticsMetric)" ContainsTarget="true" /></EntityType><EntityType Name="userExperienceAnalyticsBaseline" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="isBuiltIn" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="appHealthMetrics" Type="graph.userExperienceAnalyticsCategory" /><NavigationProperty Name="batteryHealthMetrics" Type="graph.userExperienceAnalyticsCategory" /><NavigationProperty Name="bestPracticesMetrics" Type="graph.userExperienceAnalyticsCategory" /><NavigationProperty Name="deviceBootPerformanceMetrics" Type="graph.userExperienceAnalyticsCategory" /><NavigationProperty Name="rebootAnalyticsMetrics" Type="graph.userExperienceAnalyticsCategory" /><NavigationProperty Name="resourcePerformanceMetrics" Type="graph.userExperienceAnalyticsCategory" /><NavigationProperty Name="workFromAnywhereMetrics" Type="graph.userExperienceAnalyticsCategory" /></EntityType><EntityType Name="userExperienceAnalyticsDevicePerformance" BaseType="graph.entity"><Property Name="averageBlueScreens" Type="Edm.Double" Nullable="false" /><Property Name="averageRestarts" Type="Edm.Double" Nullable="false" /><Property Name="blueScreenCount" Type="Edm.Int32" Nullable="false" /><Property Name="bootScore" Type="Edm.Int32" Nullable="false" /><Property Name="coreBootTimeInMs" Type="Edm.Int32" Nullable="false" /><Property Name="coreLoginTimeInMs" Type="Edm.Int32" Nullable="false" /><Property Name="deviceCount" Type="Edm.Int64" Nullable="false" /><Property Name="deviceName" Type="Edm.String" /><Property Name="diskType" Type="graph.diskType" Nullable="false" /><Property Name="groupPolicyBootTimeInMs" Type="Edm.Int32" Nullable="false" /><Property Name="groupPolicyLoginTimeInMs" Type="Edm.Int32" Nullable="false" /><Property Name="healthStatus" Type="graph.userExperienceAnalyticsHealthState" Nullable="false" /><Property Name="loginScore" Type="Edm.Int32" Nullable="false" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="model" Type="Edm.String" /><Property Name="modelStartupPerformanceScore" Type="Edm.Double" Nullable="false" /><Property Name="operatingSystemVersion" Type="Edm.String" /><Property Name="responsiveDesktopTimeInMs" Type="Edm.Int32" Nullable="false" /><Property Name="restartCount" Type="Edm.Int32" Nullable="false" /><Property Name="startupPerformanceScore" Type="Edm.Double" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsDeviceScores" BaseType="graph.entity"><Property Name="appReliabilityScore" Type="Edm.Double" Nullable="false" /><Property Name="batteryHealthScore" Type="Edm.Double" Nullable="false" /><Property Name="deviceName" Type="Edm.String" /><Property Name="endpointAnalyticsScore" Type="Edm.Double" Nullable="false" /><Property Name="healthStatus" Type="graph.userExperienceAnalyticsHealthState" Nullable="false" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="model" Type="Edm.String" /><Property Name="startupPerformanceScore" Type="Edm.Double" Nullable="false" /><Property Name="workFromAnywhereScore" Type="Edm.Double" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsDeviceStartupHistory" BaseType="graph.entity"><Property Name="coreBootTimeInMs" Type="Edm.Int32" Nullable="false" /><Property Name="coreLoginTimeInMs" Type="Edm.Int32" Nullable="false" /><Property Name="deviceId" Type="Edm.String" /><Property Name="featureUpdateBootTimeInMs" Type="Edm.Int32" Nullable="false" /><Property Name="groupPolicyBootTimeInMs" Type="Edm.Int32" Nullable="false" /><Property Name="groupPolicyLoginTimeInMs" Type="Edm.Int32" Nullable="false" /><Property Name="isFeatureUpdate" Type="Edm.Boolean" Nullable="false" /><Property Name="isFirstLogin" Type="Edm.Boolean" Nullable="false" /><Property Name="operatingSystemVersion" Type="Edm.String" /><Property Name="responsiveDesktopTimeInMs" Type="Edm.Int32" Nullable="false" /><Property Name="restartCategory" Type="graph.userExperienceAnalyticsOperatingSystemRestartCategory" Nullable="false" /><Property Name="restartFaultBucket" Type="Edm.String" /><Property Name="restartStopCode" Type="Edm.String" /><Property Name="startTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="totalBootTimeInMs" Type="Edm.Int32" Nullable="false" /><Property Name="totalLoginTimeInMs" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsDeviceStartupProcess" BaseType="graph.entity"><Property Name="managedDeviceId" Type="Edm.String" /><Property Name="processName" Type="Edm.String" /><Property Name="productName" Type="Edm.String" /><Property Name="publisher" Type="Edm.String" /><Property Name="startupImpactInMs" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsDeviceStartupProcessPerformance" BaseType="graph.entity"><Property Name="deviceCount" Type="Edm.Int64" Nullable="false" /><Property Name="medianImpactInMs" Type="Edm.Int64" Nullable="false" /><Property Name="processName" Type="Edm.String" /><Property Name="productName" Type="Edm.String" /><Property Name="publisher" Type="Edm.String" /><Property Name="totalImpactInMs" Type="Edm.Int64" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsMetricHistory" BaseType="graph.entity"><Property Name="deviceId" Type="Edm.String" /><Property Name="metricDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="metricType" Type="Edm.String" /></EntityType><EntityType Name="userExperienceAnalyticsModelScores" BaseType="graph.entity"><Property Name="appReliabilityScore" Type="Edm.Double" Nullable="false" /><Property Name="batteryHealthScore" Type="Edm.Double" Nullable="false" /><Property Name="endpointAnalyticsScore" Type="Edm.Double" Nullable="false" /><Property Name="healthStatus" Type="graph.userExperienceAnalyticsHealthState" Nullable="false" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="model" Type="Edm.String" /><Property Name="modelDeviceCount" Type="Edm.Int64" Nullable="false" /><Property Name="startupPerformanceScore" Type="Edm.Double" Nullable="false" /><Property Name="workFromAnywhereScore" Type="Edm.Double" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsOverview" BaseType="graph.entity"><Property Name="insights" Type="Collection(graph.userExperienceAnalyticsInsight)" /></EntityType><EntityType Name="userExperienceAnalyticsScoreHistory" BaseType="graph.entity"><Property Name="startupDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" BaseType="graph.entity"><Property Name="osCheckFailedPercentage" Type="Edm.Double" Nullable="false" /><Property Name="processor64BitCheckFailedPercentage" Type="Edm.Double" Nullable="false" /><Property Name="processorCoreCountCheckFailedPercentage" Type="Edm.Double" Nullable="false" /><Property Name="processorFamilyCheckFailedPercentage" Type="Edm.Double" Nullable="false" /><Property Name="processorSpeedCheckFailedPercentage" Type="Edm.Double" Nullable="false" /><Property Name="ramCheckFailedPercentage" Type="Edm.Double" Nullable="false" /><Property Name="secureBootCheckFailedPercentage" Type="Edm.Double" Nullable="false" /><Property Name="storageCheckFailedPercentage" Type="Edm.Double" Nullable="false" /><Property Name="totalDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="tpmCheckFailedPercentage" Type="Edm.Double" Nullable="false" /><Property Name="upgradeEligibleDeviceCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsWorkFromAnywhereMetric" BaseType="graph.entity"><NavigationProperty Name="metricDevices" Type="Collection(graph.userExperienceAnalyticsWorkFromAnywhereDevice)" ContainsTarget="true" /></EntityType><EntityType Name="userExperienceAnalyticsWorkFromAnywhereModelPerformance" BaseType="graph.entity"><Property Name="cloudIdentityScore" Type="Edm.Double" Nullable="false" /><Property Name="cloudManagementScore" Type="Edm.Double" Nullable="false" /><Property Name="cloudProvisioningScore" Type="Edm.Double" Nullable="false" /><Property Name="healthStatus" Type="graph.userExperienceAnalyticsHealthState" Nullable="false" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="model" Type="Edm.String" /><Property Name="modelDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="windowsScore" Type="Edm.Double" Nullable="false" /><Property Name="workFromAnywhereScore" Type="Edm.Double" Nullable="false" /></EntityType><EntityType Name="windowsMalwareInformation" BaseType="graph.entity"><Property Name="additionalInformationUrl" Type="Edm.String" /><Property Name="category" Type="graph.windowsMalwareCategory" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastDetectionDateTime" Type="Edm.DateTimeOffset" /><Property Name="severity" Type="graph.windowsMalwareSeverity" /><NavigationProperty Name="deviceMalwareStates" Type="Collection(graph.malwareStateForWindowsDevice)" ContainsTarget="true" /></EntityType><EntityType Name="importedWindowsAutopilotDeviceIdentity" BaseType="graph.entity"><Property Name="assignedUserPrincipalName" Type="Edm.String" /><Property Name="groupTag" Type="Edm.String" /><Property Name="hardwareIdentifier" Type="Edm.Binary" /><Property Name="importId" Type="Edm.String" /><Property Name="productKey" Type="Edm.String" /><Property Name="serialNumber" Type="Edm.String" /><Property Name="state" Type="graph.importedWindowsAutopilotDeviceIdentityState" /></EntityType><EntityType Name="windowsAutopilotDeviceIdentity" BaseType="graph.entity"><Property Name="addressableUserName" Type="Edm.String" /><Property Name="azureActiveDirectoryDeviceId" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="enrollmentState" Type="graph.enrollmentState" Nullable="false" /><Property Name="groupTag" Type="Edm.String" /><Property Name="lastContactedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="managedDeviceId" Type="Edm.String" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="model" Type="Edm.String" /><Property Name="productKey" Type="Edm.String" /><Property Name="purchaseOrderIdentifier" Type="Edm.String" /><Property Name="resourceName" Type="Edm.String" /><Property Name="serialNumber" Type="Edm.String" /><Property Name="skuNumber" Type="Edm.String" /><Property Name="systemFamily" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="notificationMessageTemplate" BaseType="graph.entity"><Property Name="brandingOptions" Type="graph.notificationTemplateBrandingOptions" Nullable="false" /><Property Name="defaultLocale" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><NavigationProperty Name="localizedNotificationMessages" Type="Collection(graph.localizedNotificationMessage)" ContainsTarget="true" /></EntityType><EntityType Name="resourceOperation" BaseType="graph.entity"><Property Name="actionName" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="resourceName" Type="Edm.String" /></EntityType><EntityType Name="roleAssignment" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="resourceScopes" Type="Collection(Edm.String)" /><NavigationProperty Name="roleDefinition" Type="graph.roleDefinition" /></EntityType><EntityType Name="deviceAndAppManagementRoleAssignment" BaseType="graph.roleAssignment"><Property Name="members" Type="Collection(Edm.String)" /></EntityType><EntityType Name="roleDefinition" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="isBuiltIn" Type="Edm.Boolean" Nullable="false" /><Property Name="rolePermissions" Type="Collection(graph.rolePermission)" /><NavigationProperty Name="roleAssignments" Type="Collection(graph.roleAssignment)" ContainsTarget="true" /></EntityType><EntityType Name="remoteAssistancePartner" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="lastConnectionDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="onboardingStatus" Type="graph.remoteAssistanceOnboardingStatus" Nullable="false" /><Property Name="onboardingUrl" Type="Edm.String" /></EntityType><EntityType Name="deviceManagementReports" BaseType="graph.entity"><NavigationProperty Name="exportJobs" Type="Collection(graph.deviceManagementExportJob)" ContainsTarget="true" /></EntityType><EntityType Name="windowsInformationProtectionAppLearningSummary" BaseType="graph.entity"><Property Name="applicationName" Type="Edm.String" /><Property Name="applicationType" Type="graph.applicationType" Nullable="false" /><Property Name="deviceCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="windowsInformationProtectionNetworkLearningSummary" BaseType="graph.entity"><Property Name="deviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="url" Type="Edm.String" /></EntityType><ComplexType Name="dataSubject" OpenType="true"><Property Name="email" Type="Edm.String" /><Property Name="firstName" Type="Edm.String" /><Property Name="lastName" Type="Edm.String" /><Property Name="residency" Type="Edm.String" /></ComplexType><ComplexType Name="identitySet" OpenType="true"><Property Name="application" Type="graph.identity" /><Property Name="device" Type="graph.identity" /><Property Name="user" Type="graph.identity" /></ComplexType><ComplexType Name="itemBody"><Property Name="content" Type="Edm.String" /><Property Name="contentType" Type="graph.bodyType" /></ComplexType><ComplexType Name="publicError"><Property Name="code" Type="Edm.String" /><Property Name="details" Type="Collection(graph.publicErrorDetail)" /><Property Name="innerError" Type="graph.publicInnerError" /><Property Name="message" Type="Edm.String" /><Property Name="target" Type="Edm.String" /></ComplexType><ComplexType Name="publicErrorDetail"><Property Name="code" Type="Edm.String" /><Property Name="message" Type="Edm.String" /><Property Name="target" Type="Edm.String" /></ComplexType><ComplexType Name="publicInnerError" OpenType="true"><Property Name="code" Type="Edm.String" /><Property Name="details" Type="Collection(graph.publicErrorDetail)" /><Property Name="message" Type="Edm.String" /><Property Name="target" Type="Edm.String" /></ComplexType><ComplexType Name="subjectRightsRequestMailboxLocation" Abstract="true" /><ComplexType Name="subjectRightsRequestAllMailboxLocation" BaseType="graph.subjectRightsRequestMailboxLocation" /><ComplexType Name="subjectRightsRequestSiteLocation" Abstract="true" /><ComplexType Name="subjectRightsRequestAllSiteLocation" BaseType="graph.subjectRightsRequestSiteLocation" /><ComplexType Name="subjectRightsRequestDetail"><Property Name="excludedItemCount" Type="Edm.Int64" /><Property Name="insightCounts" Type="Collection(graph.keyValuePair)" /><Property Name="itemCount" Type="Edm.Int64" /><Property Name="itemNeedReview" Type="Edm.Int64" /><Property Name="productItemCounts" Type="Collection(graph.keyValuePair)" /><Property Name="signedOffItemCount" Type="Edm.Int64" /><Property Name="totalItemSize" Type="Edm.Int64" /></ComplexType><ComplexType Name="subjectRightsRequestEnumeratedMailboxLocation" BaseType="graph.subjectRightsRequestMailboxLocation"><Property Name="userPrincipalNames" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="subjectRightsRequestEnumeratedSiteLocation" BaseType="graph.subjectRightsRequestSiteLocation"><Property Name="urls" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="subjectRightsRequestHistory"><Property Name="changedBy" Type="graph.identitySet" /><Property Name="eventDateTime" Type="Edm.DateTimeOffset" /><Property Name="stage" Type="graph.subjectRightsRequestStage" /><Property Name="stageStatus" Type="graph.subjectRightsRequestStageStatus" /><Property Name="type" Type="Edm.String" /></ComplexType><ComplexType Name="subjectRightsRequestStageDetail"><Property Name="error" Type="graph.publicError" /><Property Name="stage" Type="graph.subjectRightsRequestStage" /><Property Name="status" Type="graph.subjectRightsRequestStageStatus" /></ComplexType><EntityType Name="authoredNote" BaseType="graph.entity"><Property Name="author" Type="graph.identity" /><Property Name="content" Type="graph.itemBody" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="privacy"><NavigationProperty Name="subjectRightsRequests" Type="Collection(graph.subjectRightsRequest)" ContainsTarget="true" /></EntityType><EntityType Name="subjectRightsRequest" BaseType="graph.entity"><Property Name="assignedTo" Type="graph.identity" /><Property Name="closedDateTime" Type="Edm.DateTimeOffset" /><Property Name="contentQuery" Type="Edm.String" /><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="dataSubject" Type="graph.dataSubject" /><Property Name="dataSubjectType" Type="graph.dataSubjectType" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="externalId" Type="Edm.String" /><Property Name="history" Type="Collection(graph.subjectRightsRequestHistory)" /><Property Name="includeAllVersions" Type="Edm.Boolean" /><Property Name="includeAuthoredContent" Type="Edm.Boolean" /><Property Name="insight" Type="graph.subjectRightsRequestDetail" /><Property Name="internalDueDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="mailboxLocations" Type="graph.subjectRightsRequestMailboxLocation" /><Property Name="pauseAfterEstimate" Type="Edm.Boolean" /><Property Name="regulations" Type="Collection(Edm.String)" /><Property Name="siteLocations" Type="graph.subjectRightsRequestSiteLocation" /><Property Name="stages" Type="Collection(graph.subjectRightsRequestStageDetail)" /><Property Name="status" Type="graph.subjectRightsRequestStatus" /><Property Name="type" Type="graph.subjectRightsRequestType" /><NavigationProperty Name="approvers" Type="Collection(graph.user)" /><NavigationProperty Name="collaborators" Type="Collection(graph.user)" /><NavigationProperty Name="notes" Type="Collection(graph.authoredNote)" ContainsTarget="true" /><NavigationProperty Name="team" Type="graph.team" /></EntityType><EntityType Name="security"><NavigationProperty Name="subjectRightsRequests" Type="Collection(graph.subjectRightsRequest)" ContainsTarget="true" /><NavigationProperty Name="cases" Type="microsoft.graph.security.casesRoot" ContainsTarget="true" /><NavigationProperty Name="dataSecurityAndGovernance" Type="graph.tenantDataSecurityAndGovernance" ContainsTarget="true" /><NavigationProperty Name="identities" Type="microsoft.graph.security.identityContainer" ContainsTarget="true" /><NavigationProperty Name="alerts_v2" Type="Collection(microsoft.graph.security.alert)" ContainsTarget="true" /><NavigationProperty Name="incidents" Type="Collection(microsoft.graph.security.incident)" ContainsTarget="true" /><NavigationProperty Name="attackSimulation" Type="graph.attackSimulationRoot" ContainsTarget="true" /><NavigationProperty Name="labels" Type="microsoft.graph.security.labelsRoot" ContainsTarget="true" /><NavigationProperty Name="triggers" Type="microsoft.graph.security.triggersRoot" ContainsTarget="true" /><NavigationProperty Name="triggerTypes" Type="microsoft.graph.security.triggerTypesRoot" ContainsTarget="true" /><NavigationProperty Name="alerts" Type="Collection(graph.alert)" ContainsTarget="true" /><NavigationProperty Name="secureScoreControlProfiles" Type="Collection(graph.secureScoreControlProfile)" ContainsTarget="true" /><NavigationProperty Name="secureScores" Type="Collection(graph.secureScore)" ContainsTarget="true" /><NavigationProperty Name="threatIntelligence" Type="microsoft.graph.security.threatIntelligence" ContainsTarget="true" /></EntityType><EntityType Name="tenantDataSecurityAndGovernance" BaseType="graph.dataSecurityAndGovernance"><NavigationProperty Name="protectionScopes" Type="graph.tenantProtectionScopeContainer" Nullable="false" ContainsTarget="true" /></EntityType><EntityType Name="attackSimulationRoot" BaseType="graph.entity" Abstract="true"><NavigationProperty Name="endUserNotifications" Type="Collection(graph.endUserNotification)" ContainsTarget="true" /><NavigationProperty Name="landingPages" Type="Collection(graph.landingPage)" ContainsTarget="true" /><NavigationProperty Name="loginPages" Type="Collection(graph.loginPage)" ContainsTarget="true" /><NavigationProperty Name="operations" Type="Collection(graph.attackSimulationOperation)" ContainsTarget="true" /><NavigationProperty Name="payloads" Type="Collection(graph.payload)" ContainsTarget="true" /><NavigationProperty Name="simulationAutomations" Type="Collection(graph.simulationAutomation)" ContainsTarget="true" /><NavigationProperty Name="simulations" Type="Collection(graph.simulation)" ContainsTarget="true" /><NavigationProperty Name="trainings" Type="Collection(graph.training)" ContainsTarget="true" /></EntityType><EntityType Name="alert" BaseType="graph.entity" OpenType="true"><Property Name="activityGroupName" Type="Edm.String" /><Property Name="alertDetections" Type="Collection(graph.alertDetection)" /><Property Name="assignedTo" Type="Edm.String" /><Property Name="azureSubscriptionId" Type="Edm.String" /><Property Name="azureTenantId" Type="Edm.String" Nullable="false" /><Property Name="category" Type="Edm.String" /><Property Name="closedDateTime" Type="Edm.DateTimeOffset" /><Property Name="cloudAppStates" Type="Collection(graph.cloudAppSecurityState)" /><Property Name="comments" Type="Collection(Edm.String)" /><Property Name="confidence" Type="Edm.Int32" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="detectionIds" Type="Collection(Edm.String)" /><Property Name="eventDateTime" Type="Edm.DateTimeOffset" /><Property Name="feedback" Type="graph.alertFeedback" /><Property Name="fileStates" Type="Collection(graph.fileSecurityState)" /><Property Name="historyStates" Type="Collection(graph.alertHistoryState)" /><Property Name="hostStates" Type="Collection(graph.hostSecurityState)" /><Property Name="incidentIds" Type="Collection(Edm.String)" /><Property Name="investigationSecurityStates" Type="Collection(graph.investigationSecurityState)" /><Property Name="lastEventDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="malwareStates" Type="Collection(graph.malwareState)" /><Property Name="messageSecurityStates" Type="Collection(graph.messageSecurityState)" /><Property Name="networkConnections" Type="Collection(graph.networkConnection)" /><Property Name="processes" Type="Collection(graph.process)" /><Property Name="recommendedActions" Type="Collection(Edm.String)" /><Property Name="registryKeyStates" Type="Collection(graph.registryKeyState)" /><Property Name="securityResources" Type="Collection(graph.securityResource)" /><Property Name="severity" Type="graph.alertSeverity" Nullable="false" /><Property Name="sourceMaterials" Type="Collection(Edm.String)" /><Property Name="status" Type="graph.alertStatus" Nullable="false" /><Property Name="tags" Type="Collection(Edm.String)" /><Property Name="title" Type="Edm.String" /><Property Name="triggers" Type="Collection(graph.alertTrigger)" /><Property Name="uriClickSecurityStates" Type="Collection(graph.uriClickSecurityState)" /><Property Name="userStates" Type="Collection(graph.userSecurityState)" /><Property Name="vendorInformation" Type="graph.securityVendorInformation" /><Property Name="vulnerabilityStates" Type="Collection(graph.vulnerabilityState)" /></EntityType><EntityType Name="secureScoreControlProfile" BaseType="graph.entity" OpenType="true"><Property Name="actionType" Type="Edm.String" /><Property Name="actionUrl" Type="Edm.String" /><Property Name="azureTenantId" Type="Edm.String" Nullable="false" /><Property Name="complianceInformation" Type="Collection(graph.complianceInformation)" /><Property Name="controlCategory" Type="Edm.String" /><Property Name="controlStateUpdates" Type="Collection(graph.secureScoreControlStateUpdate)" /><Property Name="deprecated" Type="Edm.Boolean" /><Property Name="implementationCost" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="maxScore" Type="Edm.Double" /><Property Name="rank" Type="Edm.Int32" /><Property Name="remediation" Type="Edm.String" /><Property Name="remediationImpact" Type="Edm.String" /><Property Name="service" Type="Edm.String" /><Property Name="threats" Type="Collection(Edm.String)" /><Property Name="tier" Type="Edm.String" /><Property Name="title" Type="Edm.String" /><Property Name="userImpact" Type="Edm.String" /><Property Name="vendorInformation" Type="graph.securityVendorInformation" /></EntityType><EntityType Name="secureScore" BaseType="graph.entity" OpenType="true"><Property Name="activeUserCount" Type="Edm.Int32" /><Property Name="averageComparativeScores" Type="Collection(graph.averageComparativeScore)" /><Property Name="azureTenantId" Type="Edm.String" Nullable="false" /><Property Name="controlScores" Type="Collection(graph.controlScore)" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="currentScore" Type="Edm.Double" /><Property Name="enabledServices" Type="Collection(Edm.String)" /><Property Name="licensedUserCount" Type="Edm.Int32" /><Property Name="maxScore" Type="Edm.Double" /><Property Name="vendorInformation" Type="graph.securityVendorInformation" /></EntityType><ComplexType Name="teamFunSettings"><Property Name="allowCustomMemes" Type="Edm.Boolean" /><Property Name="allowGiphy" Type="Edm.Boolean" /><Property Name="allowStickersAndMemes" Type="Edm.Boolean" /><Property Name="giphyContentRating" Type="graph.giphyRatingType" /></ComplexType><ComplexType Name="teamGuestSettings"><Property Name="allowCreateUpdateChannels" Type="Edm.Boolean" /><Property Name="allowDeleteChannels" Type="Edm.Boolean" /></ComplexType><ComplexType Name="teamMemberSettings"><Property Name="allowAddRemoveApps" Type="Edm.Boolean" /><Property Name="allowCreatePrivateChannels" Type="Edm.Boolean" /><Property Name="allowCreateUpdateChannels" Type="Edm.Boolean" /><Property Name="allowCreateUpdateRemoveConnectors" Type="Edm.Boolean" /><Property Name="allowCreateUpdateRemoveTabs" Type="Edm.Boolean" /><Property Name="allowDeleteChannels" Type="Edm.Boolean" /></ComplexType><ComplexType Name="teamMessagingSettings"><Property Name="allowChannelMentions" Type="Edm.Boolean" /><Property Name="allowOwnerDeleteMessages" Type="Edm.Boolean" /><Property Name="allowTeamMentions" Type="Edm.Boolean" /><Property Name="allowUserDeleteMessages" Type="Edm.Boolean" /><Property Name="allowUserEditMessages" Type="Edm.Boolean" /></ComplexType><ComplexType Name="teamSummary"><Property Name="guestsCount" Type="Edm.Int32" /><Property Name="membersCount" Type="Edm.Int32" /><Property Name="ownersCount" Type="Edm.Int32" /></ComplexType><EntityType Name="channel" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="email" Type="Edm.String" /><Property Name="isArchived" Type="Edm.Boolean" /><Property Name="isFavoriteByDefault" Type="Edm.Boolean" /><Property Name="membershipType" Type="graph.channelMembershipType" /><Property Name="summary" Type="graph.channelSummary" /><Property Name="tenantId" Type="Edm.String" /><Property Name="webUrl" Type="Edm.String" /><NavigationProperty Name="allMembers" Type="Collection(graph.conversationMember)" ContainsTarget="true" /><NavigationProperty Name="filesFolder" Type="graph.driveItem" ContainsTarget="true" /><NavigationProperty Name="members" Type="Collection(graph.conversationMember)" ContainsTarget="true" /><NavigationProperty Name="messages" Type="Collection(graph.chatMessage)" ContainsTarget="true" /><NavigationProperty Name="sharedWithTeams" Type="Collection(graph.sharedWithChannelTeamInfo)" ContainsTarget="true" /><NavigationProperty Name="tabs" Type="Collection(graph.teamsTab)" ContainsTarget="true" /></EntityType><EntityType Name="teamsAppInstallation" BaseType="graph.entity"><Property Name="consentedPermissionSet" Type="graph.teamsAppPermissionSet" /><NavigationProperty Name="teamsApp" Type="graph.teamsApp" /><NavigationProperty Name="teamsAppDefinition" Type="graph.teamsAppDefinition" /></EntityType><EntityType Name="conversationMember" BaseType="graph.entity" Abstract="true"><Property Name="displayName" Type="Edm.String" /><Property Name="roles" Type="Collection(Edm.String)" /><Property Name="visibleHistoryStartDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="teamsAsyncOperation" BaseType="graph.entity" OpenType="true"><Property Name="attemptsCount" Type="Edm.Int32" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="error" Type="graph.operationError" /><Property Name="lastActionDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="operationType" Type="graph.teamsAsyncOperationType" Nullable="false" /><Property Name="status" Type="graph.teamsAsyncOperationStatus" Nullable="false" /><Property Name="targetResourceId" Type="Edm.String" /><Property Name="targetResourceLocation" Type="Edm.String" /></EntityType><EntityType Name="teamworkTag" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="memberCount" Type="Edm.Int32" /><Property Name="tagType" Type="graph.teamworkTagType" /><Property Name="teamId" Type="Edm.String" /><NavigationProperty Name="members" Type="Collection(graph.teamworkTagMember)" ContainsTarget="true" /></EntityType><EntityType Name="teamsTemplate" BaseType="graph.entity" /><EntityType Name="schedule" BaseType="graph.entity"><Property Name="enabled" Type="Edm.Boolean" /><Property Name="isActivitiesIncludedWhenCopyingShiftsEnabled" Type="Edm.Boolean" /><Property Name="offerShiftRequestsEnabled" Type="Edm.Boolean" /><Property Name="openShiftsEnabled" Type="Edm.Boolean" /><Property Name="provisionStatus" Type="graph.operationStatus" /><Property Name="provisionStatusCode" Type="Edm.String" /><Property Name="startDayOfWeek" Type="graph.dayOfWeek" /><Property Name="swapShiftsRequestsEnabled" Type="Edm.Boolean" /><Property Name="timeClockEnabled" Type="Edm.Boolean" /><Property Name="timeClockSettings" Type="graph.timeClockSettings" /><Property Name="timeOffRequestsEnabled" Type="Edm.Boolean" /><Property Name="timeZone" Type="Edm.String" /><Property Name="workforceIntegrationIds" Type="Collection(Edm.String)" /><NavigationProperty Name="dayNotes" Type="Collection(graph.dayNote)" ContainsTarget="true" /><NavigationProperty Name="offerShiftRequests" Type="Collection(graph.offerShiftRequest)" ContainsTarget="true" /><NavigationProperty Name="openShiftChangeRequests" Type="Collection(graph.openShiftChangeRequest)" ContainsTarget="true" /><NavigationProperty Name="openShifts" Type="Collection(graph.openShift)" ContainsTarget="true" /><NavigationProperty Name="schedulingGroups" Type="Collection(graph.schedulingGroup)" ContainsTarget="true" /><NavigationProperty Name="shifts" Type="Collection(graph.shift)" ContainsTarget="true" /><NavigationProperty Name="swapShiftsChangeRequests" Type="Collection(graph.swapShiftsChangeRequest)" ContainsTarget="true" /><NavigationProperty Name="timeCards" Type="Collection(graph.timeCard)" ContainsTarget="true" /><NavigationProperty Name="timeOffReasons" Type="Collection(graph.timeOffReason)" ContainsTarget="true" /><NavigationProperty Name="timeOffRequests" Type="Collection(graph.timeOffRequest)" ContainsTarget="true" /><NavigationProperty Name="timesOff" Type="Collection(graph.timeOff)" ContainsTarget="true" /></EntityType><ComplexType Name="resultInfo"><Property Name="code" Type="Edm.Int32" Nullable="false" /><Property Name="message" Type="Edm.String" /><Property Name="subcode" Type="Edm.Int32" Nullable="false" /></ComplexType><EntityType Name="compliance" /><ComplexType Name="root" /><ComplexType Name="sharepointIds"><Property Name="listId" Type="Edm.String" /><Property Name="listItemId" Type="Edm.String" /><Property Name="listItemUniqueId" Type="Edm.String" /><Property Name="siteId" Type="Edm.String" /><Property Name="siteUrl" Type="Edm.String" /><Property Name="tenantId" Type="Edm.String" /><Property Name="webId" Type="Edm.String" /></ComplexType><ComplexType Name="siteCollection"><Property Name="archivalDetails" Type="graph.siteArchivalDetails" /><Property Name="dataLocationCode" Type="Edm.String" /><Property Name="hostname" Type="Edm.String" /><Property Name="root" Type="graph.root" /></ComplexType><EntityType Name="itemAnalytics" BaseType="graph.entity" OpenType="true"><NavigationProperty Name="allTime" Type="graph.itemActivityStat" /><NavigationProperty Name="itemActivityStats" Type="Collection(graph.itemActivityStat)" ContainsTarget="true" /><NavigationProperty Name="lastSevenDays" Type="graph.itemActivityStat" /></EntityType><EntityType Name="columnDefinition" BaseType="graph.entity"><Property Name="boolean" Type="graph.booleanColumn" /><Property Name="calculated" Type="graph.calculatedColumn" /><Property Name="choice" Type="graph.choiceColumn" /><Property Name="columnGroup" Type="Edm.String" /><Property Name="contentApprovalStatus" Type="graph.contentApprovalStatusColumn" /><Property Name="currency" Type="graph.currencyColumn" /><Property Name="dateTime" Type="graph.dateTimeColumn" /><Property Name="defaultValue" Type="graph.defaultColumnValue" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="enforceUniqueValues" Type="Edm.Boolean" /><Property Name="geolocation" Type="graph.geolocationColumn" /><Property Name="hidden" Type="Edm.Boolean" /><Property Name="hyperlinkOrPicture" Type="graph.hyperlinkOrPictureColumn" /><Property Name="indexed" Type="Edm.Boolean" /><Property Name="isDeletable" Type="Edm.Boolean" /><Property Name="isReorderable" Type="Edm.Boolean" /><Property Name="isSealed" Type="Edm.Boolean" /><Property Name="lookup" Type="graph.lookupColumn" /><Property Name="name" Type="Edm.String" /><Property Name="number" Type="graph.numberColumn" /><Property Name="personOrGroup" Type="graph.personOrGroupColumn" /><Property Name="propagateChanges" Type="Edm.Boolean" /><Property Name="readOnly" Type="Edm.Boolean" /><Property Name="required" Type="Edm.Boolean" /><Property Name="sourceContentType" Type="graph.contentTypeInfo" /><Property Name="term" Type="graph.termColumn" /><Property Name="text" Type="graph.textColumn" /><Property Name="thumbnail" Type="graph.thumbnailColumn" /><Property Name="type" Type="graph.columnTypes" /><Property Name="validation" Type="graph.columnValidation" /><NavigationProperty Name="sourceColumn" Type="graph.columnDefinition" /></EntityType><EntityType Name="contentType" BaseType="graph.entity"><Property Name="associatedHubsUrls" Type="Collection(Edm.String)" /><Property Name="description" Type="Edm.String" /><Property Name="documentSet" Type="graph.documentSet" /><Property Name="documentTemplate" Type="graph.documentSetContent" /><Property Name="group" Type="Edm.String" /><Property Name="hidden" Type="Edm.Boolean" /><Property Name="inheritedFrom" Type="graph.itemReference" /><Property Name="isBuiltIn" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" /><Property Name="order" Type="graph.contentTypeOrder" /><Property Name="parentId" Type="Edm.String" /><Property Name="propagateChanges" Type="Edm.Boolean" /><Property Name="readOnly" Type="Edm.Boolean" /><Property Name="sealed" Type="Edm.Boolean" /><NavigationProperty Name="base" Type="graph.contentType" /><NavigationProperty Name="baseTypes" Type="Collection(graph.contentType)" /><NavigationProperty Name="columnLinks" Type="Collection(graph.columnLink)" ContainsTarget="true" /><NavigationProperty Name="columnPositions" Type="Collection(graph.columnDefinition)" /><NavigationProperty Name="columns" Type="Collection(graph.columnDefinition)" ContainsTarget="true" /></EntityType><EntityType Name="list" BaseType="graph.baseItem"><Property Name="displayName" Type="Edm.String" /><Property Name="list" Type="graph.listInfo" /><Property Name="sharepointIds" Type="graph.sharepointIds" /><Property Name="system" Type="graph.systemFacet" /><NavigationProperty Name="columns" Type="Collection(graph.columnDefinition)" ContainsTarget="true" /><NavigationProperty Name="contentTypes" Type="Collection(graph.contentType)" ContainsTarget="true" /><NavigationProperty Name="drive" Type="graph.drive" ContainsTarget="true" /><NavigationProperty Name="items" Type="Collection(graph.listItem)" ContainsTarget="true" /><NavigationProperty Name="operations" Type="Collection(graph.richLongRunningOperation)" ContainsTarget="true" /><NavigationProperty Name="subscriptions" Type="Collection(graph.subscription)" ContainsTarget="true" /></EntityType><EntityType Name="longRunningOperation" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastActionDateTime" Type="Edm.DateTimeOffset" /><Property Name="resourceLocation" Type="Edm.String" /><Property Name="status" Type="graph.longRunningOperationStatus" /><Property Name="statusDetail" Type="Edm.String" /></EntityType><EntityType Name="richLongRunningOperation" BaseType="graph.longRunningOperation"><Property Name="error" Type="graph.publicError" /><Property Name="percentageComplete" Type="Edm.Int32" /><Property Name="resourceId" Type="Edm.String" /><Property Name="type" Type="Edm.String" /></EntityType><EntityType Name="baseSitePage" BaseType="graph.baseItem"><Property Name="pageLayout" Type="graph.pageLayoutType" /><Property Name="publishingState" Type="graph.publicationFacet" /><Property Name="title" Type="Edm.String" /></EntityType><EntityType Name="permission" BaseType="graph.entity"><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="grantedTo" Type="graph.identitySet" /><Property Name="grantedToIdentities" Type="Collection(graph.identitySet)" /><Property Name="grantedToIdentitiesV2" Type="Collection(graph.sharePointIdentitySet)" /><Property Name="grantedToV2" Type="graph.sharePointIdentitySet" /><Property Name="hasPassword" Type="Edm.Boolean" /><Property Name="inheritedFrom" Type="graph.itemReference" /><Property Name="invitation" Type="graph.sharingInvitation" /><Property Name="link" Type="graph.sharingLink" /><Property Name="roles" Type="Collection(Edm.String)" /><Property Name="shareId" Type="Edm.String" /></EntityType><EntityType Name="copilotAdmin" BaseType="graph.entity"><NavigationProperty Name="settings" Type="graph.copilotAdminSetting" ContainsTarget="true" /></EntityType><EntityType Name="copilotAdminSetting" BaseType="graph.entity"><NavigationProperty Name="limitedMode" Type="graph.copilotAdminLimitedMode" ContainsTarget="true" /></EntityType><EntityType Name="copilotAdminLimitedMode" BaseType="graph.entity"><Property Name="groupId" Type="Edm.String" /><Property Name="isEnabledForGroup" Type="Edm.Boolean" /></EntityType><EntityType Name="copilotRoot"><NavigationProperty Name="admin" Type="graph.copilotAdmin" ContainsTarget="true" /><NavigationProperty Name="reports" Type="graph.copilotReportRoot" ContainsTarget="true" /><NavigationProperty Name="interactionHistory" Type="graph.aiInteractionHistory" ContainsTarget="true" /><NavigationProperty Name="users" Type="Collection(graph.aiUser)" ContainsTarget="true" /></EntityType><EntityType Name="copilotReportRoot" BaseType="graph.entity" /><EntityType Name="aiInteractionHistory" BaseType="graph.entity" /><EntityType Name="aiUser" BaseType="graph.entity"><NavigationProperty Name="interactionHistory" Type="graph.aiInteractionHistory" ContainsTarget="true" /><NavigationProperty Name="onlineMeetings" Type="Collection(graph.aiOnlineMeeting)" ContainsTarget="true" /></EntityType><ComplexType Name="akamaiAttackGroupActionModel"><Property Name="action" Type="Edm.String" /><Property Name="group" Type="Edm.String" /></ComplexType><ComplexType Name="akamaiCustomRuleModel"><Property Name="action" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="ruleId" Type="Edm.String" /></ComplexType><ComplexType Name="akamaiRapidRulesModel"><Property Name="defaultAction" Type="Edm.String" /><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="webApplicationFirewallVerifiedDetails" Abstract="true"><Property Name="dnsConfiguration" Type="graph.webApplicationFirewallDnsConfiguration" /></ComplexType><ComplexType Name="akamaiVerifiedDetailsModel" BaseType="graph.webApplicationFirewallVerifiedDetails"><Property Name="activeAttackGroups" Type="Collection(graph.akamaiAttackGroupActionModel)" Nullable="false" /><Property Name="activeCustomRules" Type="Collection(graph.akamaiCustomRuleModel)" Nullable="false" /><Property Name="rapidRules" Type="graph.akamaiRapidRulesModel" /></ComplexType><ComplexType Name="apiAuthenticationConfigurationBase" Abstract="true" /><ComplexType Name="assignmentOrder"><Property Name="order" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="authenticationAttributeCollectionInputConfiguration"><Property Name="attribute" Type="Edm.String" Nullable="false" /><Property Name="defaultValue" Type="Edm.String" /><Property Name="editable" Type="Edm.Boolean" /><Property Name="hidden" Type="Edm.Boolean" /><Property Name="inputType" Type="graph.authenticationAttributeCollectionInputType" Nullable="false" /><Property Name="label" Type="Edm.String" Nullable="false" /><Property Name="options" Type="Collection(graph.authenticationAttributeCollectionOptionConfiguration)" /><Property Name="required" Type="Edm.Boolean" /><Property Name="validationRegEx" Type="Edm.String" /><Property Name="writeToDirectory" Type="Edm.Boolean" /></ComplexType><ComplexType Name="authenticationAttributeCollectionOptionConfiguration"><Property Name="label" Type="Edm.String" Nullable="false" /><Property Name="value" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="authenticationAttributeCollectionPage"><Property Name="views" Type="Collection(graph.authenticationAttributeCollectionPageViewConfiguration)" /></ComplexType><ComplexType Name="authenticationAttributeCollectionPageViewConfiguration"><Property Name="description" Type="Edm.String" /><Property Name="inputs" Type="Collection(graph.authenticationAttributeCollectionInputConfiguration)" /><Property Name="title" Type="Edm.String" /></ComplexType><ComplexType Name="authenticationConditions"><Property Name="applications" Type="graph.authenticationConditionsApplications" /></ComplexType><ComplexType Name="authenticationConditionsApplications"><NavigationProperty Name="includeApplications" Type="Collection(graph.authenticationConditionApplication)" ContainsTarget="true" /></ComplexType><EntityType Name="authenticationConditionApplication"><Key><PropertyRef Name="appId" /></Key><Property Name="appId" Type="Edm.String" Nullable="false" /></EntityType><ComplexType Name="authenticationConfigurationValidation"><Property Name="errors" Type="Collection(graph.genericError)" /><Property Name="warnings" Type="Collection(graph.genericError)" /></ComplexType><ComplexType Name="genericError"><Property Name="code" Type="Edm.String" /><Property Name="message" Type="Edm.String" /></ComplexType><ComplexType Name="azureAdTokenAuthentication" BaseType="graph.customExtensionAuthenticationConfiguration"><Property Name="resourceId" Type="Edm.String" /></ComplexType><ComplexType Name="basicAuthentication" BaseType="graph.apiAuthenticationConfigurationBase"><Property Name="password" Type="Edm.String" /><Property Name="username" Type="Edm.String" /></ComplexType><ComplexType Name="clientCertificateAuthentication" BaseType="graph.apiAuthenticationConfigurationBase"><Property Name="certificateList" Type="Collection(graph.pkcs12CertificateInformation)" /></ComplexType><ComplexType Name="pkcs12CertificateInformation"><Property Name="isActive" Type="Edm.Boolean" Nullable="false" /><Property Name="notAfter" Type="Edm.Int64" Nullable="false" /><Property Name="notBefore" Type="Edm.Int64" Nullable="false" /><Property Name="thumbprint" Type="Edm.String" /></ComplexType><ComplexType Name="cloudFlareRuleModel"><Property Name="action" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="ruleId" Type="Edm.String" /></ComplexType><ComplexType Name="cloudFlareRulesetModel"><Property Name="name" Type="Edm.String" /><Property Name="phaseName" Type="Edm.String" /><Property Name="rulesetId" Type="Edm.String" /></ComplexType><ComplexType Name="cloudFlareVerifiedDetailsModel" BaseType="graph.webApplicationFirewallVerifiedDetails"><Property Name="enabledCustomRules" Type="Collection(graph.cloudFlareRuleModel)" Nullable="false" /><Property Name="enabledRecommendedRulesets" Type="Collection(graph.cloudFlareRulesetModel)" Nullable="false" /><Property Name="zoneId" Type="Edm.String" /></ComplexType><ComplexType Name="customExtensionBehaviorOnError" Abstract="true" /><ComplexType Name="customExtensionOverwriteConfiguration"><Property Name="behaviorOnError" Type="graph.customExtensionBehaviorOnError" /><Property Name="clientConfiguration" Type="graph.customExtensionClientConfiguration" /></ComplexType><ComplexType Name="fallbackToMicrosoftProviderOnError" BaseType="graph.customExtensionBehaviorOnError" /><ComplexType Name="fraudProtectionConfiguration" Abstract="true" /><ComplexType Name="fraudProtectionProviderConfiguration" BaseType="graph.fraudProtectionConfiguration"><NavigationProperty Name="fraudProtectionProvider" Type="graph.fraudProtectionProvider" /></ComplexType><EntityType Name="fraudProtectionProvider" BaseType="graph.entity" Abstract="true"><Property Name="displayName" Type="Edm.String" Nullable="false" /></EntityType><ComplexType Name="httpRequestEndpoint" BaseType="graph.customExtensionEndpointConfiguration"><Property Name="targetUrl" Type="Edm.String" /></ComplexType><ComplexType Name="oidcAddressInboundClaims"><Property Name="country" Type="Edm.String" /><Property Name="locality" Type="Edm.String" /><Property Name="postal_code" Type="Edm.String" /><Property Name="region" Type="Edm.String" /><Property Name="street_address" Type="Edm.String" /></ComplexType><ComplexType Name="oidcClientAuthentication" Abstract="true" /><ComplexType Name="oidcClientSecretAuthentication" BaseType="graph.oidcClientAuthentication"><Property Name="clientSecret" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="oidcInboundClaimMappingOverride"><Property Name="address" Type="graph.oidcAddressInboundClaims" /><Property Name="email" Type="Edm.String" /><Property Name="email_verified" Type="Edm.String" /><Property Name="family_name" Type="Edm.String" /><Property Name="given_name" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="phone_number" Type="Edm.String" /><Property Name="phone_number_verified" Type="Edm.String" /><Property Name="sub" Type="Edm.String" /></ComplexType><ComplexType Name="oidcPrivateJwtKeyClientAuthentication" BaseType="graph.oidcClientAuthentication" /><ComplexType Name="onAttributeCollectionHandler" Abstract="true" /><ComplexType Name="onAttributeCollectionExternalUsersSelfServiceSignUp" BaseType="graph.onAttributeCollectionHandler"><Property Name="attributeCollectionPage" Type="graph.authenticationAttributeCollectionPage" /><NavigationProperty Name="attributes" Type="Collection(graph.identityUserFlowAttribute)" /></ComplexType><EntityType Name="identityUserFlowAttribute" BaseType="graph.entity"><Property Name="dataType" Type="graph.identityUserFlowAttributeDataType" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="userFlowAttributeType" Type="graph.identityUserFlowAttributeType" Nullable="false" /></EntityType><ComplexType Name="onAttributeCollectionStartHandler" Abstract="true" /><ComplexType Name="onAttributeCollectionStartCustomExtensionHandler" BaseType="graph.onAttributeCollectionStartHandler"><Property Name="configuration" Type="graph.customExtensionOverwriteConfiguration" /><NavigationProperty Name="customExtension" Type="graph.onAttributeCollectionStartCustomExtension" /></ComplexType><EntityType Name="customAuthenticationExtension" BaseType="graph.customCalloutExtension" Abstract="true"><Property Name="behaviorOnError" Type="graph.customExtensionBehaviorOnError" /></EntityType><EntityType Name="onAttributeCollectionStartCustomExtension" BaseType="graph.customAuthenticationExtension" /><ComplexType Name="onAttributeCollectionSubmitHandler" Abstract="true" /><ComplexType Name="onAttributeCollectionSubmitCustomExtensionHandler" BaseType="graph.onAttributeCollectionSubmitHandler"><Property Name="configuration" Type="graph.customExtensionOverwriteConfiguration" /><NavigationProperty Name="customExtension" Type="graph.onAttributeCollectionSubmitCustomExtension" /></ComplexType><EntityType Name="onAttributeCollectionSubmitCustomExtension" BaseType="graph.customAuthenticationExtension" /><ComplexType Name="onAuthenticationMethodLoadStartHandler" Abstract="true" /><ComplexType Name="onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp" BaseType="graph.onAuthenticationMethodLoadStartHandler"><NavigationProperty Name="identityProviders" Type="Collection(graph.identityProviderBase)" /></ComplexType><EntityType Name="identityProviderBase" BaseType="graph.entity" Abstract="true"><Property Name="displayName" Type="Edm.String" /></EntityType><ComplexType Name="onFraudProtectionLoadStartHandler" Abstract="true" /><ComplexType Name="onFraudProtectionLoadStartExternalUsersAuthHandler" BaseType="graph.onFraudProtectionLoadStartHandler"><Property Name="signUp" Type="graph.fraudProtectionConfiguration" /></ComplexType><ComplexType Name="onInteractiveAuthFlowStartHandler" Abstract="true" /><ComplexType Name="onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp" BaseType="graph.onInteractiveAuthFlowStartHandler"><Property Name="isSignUpAllowed" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="onOtpSendHandler" Abstract="true" /><ComplexType Name="onOtpSendCustomExtensionHandler" BaseType="graph.onOtpSendHandler"><Property Name="configuration" Type="graph.customExtensionOverwriteConfiguration" /><NavigationProperty Name="customExtension" Type="graph.onOtpSendCustomExtension" /></ComplexType><EntityType Name="onOtpSendCustomExtension" BaseType="graph.customAuthenticationExtension" /><ComplexType Name="onTokenIssuanceStartHandler" Abstract="true" /><ComplexType Name="onTokenIssuanceStartCustomExtensionHandler" BaseType="graph.onTokenIssuanceStartHandler"><Property Name="configuration" Type="graph.customExtensionOverwriteConfiguration" /><NavigationProperty Name="customExtension" Type="graph.onTokenIssuanceStartCustomExtension" /></ComplexType><EntityType Name="onTokenIssuanceStartCustomExtension" BaseType="graph.customAuthenticationExtension"><Property Name="claimsForTokenConfiguration" Type="Collection(graph.onTokenIssuanceStartReturnClaim)" /></EntityType><ComplexType Name="onTokenIssuanceStartReturnClaim"><Property Name="claimIdInApiResponse" Type="Edm.String" /></ComplexType><ComplexType Name="onUserCreateStartHandler" Abstract="true" /><ComplexType Name="onUserCreateStartExternalUsersSelfServiceSignUp" BaseType="graph.onUserCreateStartHandler"><Property Name="userTypeToCreate" Type="graph.userType" /></ComplexType><ComplexType Name="pkcs12Certificate" BaseType="graph.apiAuthenticationConfigurationBase"><Property Name="password" Type="Edm.String" /><Property Name="pkcs12Value" Type="Edm.String" /></ComplexType><ComplexType Name="selfServiceSignUpAuthenticationFlowConfiguration"><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="userAttributeValuesItem"><Property Name="isDefault" Type="Edm.Boolean" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="userFlowApiConnectorConfiguration"><NavigationProperty Name="postAttributeCollection" Type="graph.identityApiConnector" ContainsTarget="true" /><NavigationProperty Name="postFederationSignup" Type="graph.identityApiConnector" ContainsTarget="true" /></ComplexType><EntityType Name="identityApiConnector" BaseType="graph.entity"><Property Name="authenticationConfiguration" Type="graph.apiAuthenticationConfigurationBase" /><Property Name="displayName" Type="Edm.String" /><Property Name="targetUrl" Type="Edm.String" /></EntityType><ComplexType Name="webApplicationFirewallDnsConfiguration"><Property Name="isDomainVerified" Type="Edm.Boolean" Nullable="false" /><Property Name="isProxied" Type="Edm.Boolean" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="recordType" Type="graph.webApplicationFirewallDnsRecordType" Nullable="false" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="webApplicationFirewallVerificationResult"><Property Name="errors" Type="Collection(graph.genericError)" Nullable="false" /><Property Name="status" Type="graph.webApplicationFirewallVerificationStatus" Nullable="false" /><Property Name="verifiedOnDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="warnings" Type="Collection(graph.genericError)" Nullable="false" /></ComplexType><EntityType Name="webApplicationFirewallProvider" BaseType="graph.entity" Abstract="true"><Property Name="displayName" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="akamaiWebApplicationFirewallProvider" BaseType="graph.webApplicationFirewallProvider"><Property Name="accessToken" Type="Edm.String" /><Property Name="clientSecret" Type="Edm.String" /><Property Name="clientToken" Type="Edm.String" /><Property Name="hostPrefix" Type="Edm.String" /></EntityType><EntityType Name="appleManagedIdentityProvider" BaseType="graph.identityProviderBase"><Property Name="certificateData" Type="Edm.String" /><Property Name="developerId" Type="Edm.String" /><Property Name="keyId" Type="Edm.String" /><Property Name="serviceId" Type="Edm.String" /></EntityType><EntityType Name="arkoseFraudProtectionProvider" BaseType="graph.fraudProtectionProvider"><Property Name="clientSubDomain" Type="Edm.String" Nullable="false" /><Property Name="privateKey" Type="Edm.String" Nullable="false" /><Property Name="publicKey" Type="Edm.String" Nullable="false" /><Property Name="verifySubDomain" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="authenticationEventListener" BaseType="graph.entity" Abstract="true" OpenType="true"><Property Name="authenticationEventsFlowId" Type="Edm.String" /><Property Name="conditions" Type="graph.authenticationConditions" /><Property Name="displayName" Type="Edm.String" /></EntityType><EntityType Name="authenticationEventsFlow" BaseType="graph.entity" Abstract="true" OpenType="true"><Property Name="conditions" Type="graph.authenticationConditions" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="identityUserFlow" BaseType="graph.entity"><Property Name="userFlowType" Type="graph.userFlowType" Nullable="false" /><Property Name="userFlowTypeVersion" Type="Edm.Single" Nullable="false" /></EntityType><EntityType Name="b2xIdentityUserFlow" BaseType="graph.identityUserFlow"><Property Name="apiConnectorConfiguration" Type="graph.userFlowApiConnectorConfiguration" /><NavigationProperty Name="identityProviders" Type="Collection(graph.identityProvider)" /><NavigationProperty Name="languages" Type="Collection(graph.userFlowLanguageConfiguration)" ContainsTarget="true" /><NavigationProperty Name="userAttributeAssignments" Type="Collection(graph.identityUserFlowAttributeAssignment)" ContainsTarget="true" /><NavigationProperty Name="userFlowIdentityProviders" Type="Collection(graph.identityProviderBase)" /></EntityType><EntityType Name="identityProvider" BaseType="graph.entity"><Property Name="clientId" Type="Edm.String" /><Property Name="clientSecret" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="type" Type="Edm.String" /></EntityType><EntityType Name="userFlowLanguageConfiguration" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="defaultPages" Type="Collection(graph.userFlowLanguagePage)" ContainsTarget="true" /><NavigationProperty Name="overridesPages" Type="Collection(graph.userFlowLanguagePage)" ContainsTarget="true" /></EntityType><EntityType Name="identityUserFlowAttributeAssignment" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="isOptional" Type="Edm.Boolean" Nullable="false" /><Property Name="requiresVerification" Type="Edm.Boolean" Nullable="false" /><Property Name="userAttributeValues" Type="Collection(graph.userAttributeValuesItem)" /><Property Name="userInputType" Type="graph.identityUserFlowAttributeInputType" Nullable="false" /><NavigationProperty Name="userAttribute" Type="graph.identityUserFlowAttribute" /></EntityType><EntityType Name="builtInIdentityProvider" BaseType="graph.identityProviderBase"><Property Name="identityProviderType" Type="Edm.String" /></EntityType><EntityType Name="cloudFlareWebApplicationFirewallProvider" BaseType="graph.webApplicationFirewallProvider"><Property Name="apiToken" Type="Edm.String" /><Property Name="zoneId" Type="Edm.String" /></EntityType><EntityType Name="externalUsersSelfServiceSignUpEventsFlow" BaseType="graph.authenticationEventsFlow"><Property Name="onAttributeCollection" Type="graph.onAttributeCollectionHandler" /><Property Name="onAttributeCollectionStart" Type="graph.onAttributeCollectionStartHandler" /><Property Name="onAttributeCollectionSubmit" Type="graph.onAttributeCollectionSubmitHandler" /><Property Name="onAuthenticationMethodLoadStart" Type="graph.onAuthenticationMethodLoadStartHandler" /><Property Name="onInteractiveAuthFlowStart" Type="graph.onInteractiveAuthFlowStartHandler" /><Property Name="onUserCreateStart" Type="graph.onUserCreateStartHandler" /></EntityType><EntityType Name="humanSecurityFraudProtectionProvider" BaseType="graph.fraudProtectionProvider"><Property Name="appId" Type="Edm.String" Nullable="false" /><Property Name="serverToken" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="identityBuiltInUserFlowAttribute" BaseType="graph.identityUserFlowAttribute" /><EntityType Name="identityContainer" BaseType="graph.entity"><NavigationProperty Name="apiConnectors" Type="Collection(graph.identityApiConnector)" ContainsTarget="true" /><NavigationProperty Name="authenticationEventListeners" Type="Collection(graph.authenticationEventListener)" ContainsTarget="true" /><NavigationProperty Name="authenticationEventsFlows" Type="Collection(graph.authenticationEventsFlow)" ContainsTarget="true" /><NavigationProperty Name="b2xUserFlows" Type="Collection(graph.b2xIdentityUserFlow)" ContainsTarget="true" /><NavigationProperty Name="customAuthenticationExtensions" Type="Collection(graph.customAuthenticationExtension)" ContainsTarget="true" /><NavigationProperty Name="identityProviders" Type="Collection(graph.identityProviderBase)" ContainsTarget="true" /><NavigationProperty Name="riskPrevention" Type="graph.riskPreventionContainer" ContainsTarget="true" /><NavigationProperty Name="userFlowAttributes" Type="Collection(graph.identityUserFlowAttribute)" ContainsTarget="true" /><NavigationProperty Name="conditionalAccess" Type="graph.conditionalAccessRoot" ContainsTarget="true" /></EntityType><EntityType Name="riskPreventionContainer"><NavigationProperty Name="fraudProtectionProviders" Type="Collection(graph.fraudProtectionProvider)" ContainsTarget="true" /><NavigationProperty Name="webApplicationFirewallProviders" Type="Collection(graph.webApplicationFirewallProvider)" ContainsTarget="true" /><NavigationProperty Name="webApplicationFirewallVerifications" Type="Collection(graph.webApplicationFirewallVerificationModel)" ContainsTarget="true" /></EntityType><EntityType Name="identityCustomUserFlowAttribute" BaseType="graph.identityUserFlowAttribute" /><EntityType Name="oidcIdentityProvider" BaseType="graph.identityProviderBase"><Property Name="clientAuthentication" Type="graph.oidcClientAuthentication" Nullable="false" /><Property Name="clientId" Type="Edm.String" Nullable="false" /><Property Name="inboundClaimMapping" Type="graph.oidcInboundClaimMappingOverride" /><Property Name="issuer" Type="Edm.String" Nullable="false" /><Property Name="responseType" Type="graph.oidcResponseType" Nullable="false" /><Property Name="scope" Type="Edm.String" Nullable="false" /><Property Name="wellKnownEndpoint" Type="Edm.String" /></EntityType><EntityType Name="onAttributeCollectionListener" BaseType="graph.authenticationEventListener"><Property Name="handler" Type="graph.onAttributeCollectionHandler" /></EntityType><EntityType Name="onAttributeCollectionStartListener" BaseType="graph.authenticationEventListener"><Property Name="handler" Type="graph.onAttributeCollectionStartHandler" /></EntityType><EntityType Name="onAttributeCollectionSubmitListener" BaseType="graph.authenticationEventListener"><Property Name="handler" Type="graph.onAttributeCollectionSubmitHandler" /></EntityType><EntityType Name="onAuthenticationMethodLoadStartListener" BaseType="graph.authenticationEventListener"><Property Name="handler" Type="graph.onAuthenticationMethodLoadStartHandler" /></EntityType><EntityType Name="onEmailOtpSendListener" BaseType="graph.authenticationEventListener"><Property Name="handler" Type="graph.onOtpSendHandler" /></EntityType><EntityType Name="onFraudProtectionLoadStartListener" BaseType="graph.authenticationEventListener"><Property Name="handler" Type="graph.onFraudProtectionLoadStartHandler" /></EntityType><EntityType Name="onInteractiveAuthFlowStartListener" BaseType="graph.authenticationEventListener"><Property Name="handler" Type="graph.onInteractiveAuthFlowStartHandler" /></EntityType><EntityType Name="onTokenIssuanceStartListener" BaseType="graph.authenticationEventListener"><Property Name="handler" Type="graph.onTokenIssuanceStartHandler" /></EntityType><EntityType Name="onUserCreateStartListener" BaseType="graph.authenticationEventListener"><Property Name="handler" Type="graph.onUserCreateStartHandler" /></EntityType><EntityType Name="webApplicationFirewallVerificationModel" BaseType="graph.entity"><Property Name="providerType" Type="graph.webApplicationFirewallProviderType" Nullable="false" /><Property Name="verificationResult" Type="graph.webApplicationFirewallVerificationResult" /><Property Name="verifiedDetails" Type="graph.webApplicationFirewallVerifiedDetails" /><Property Name="verifiedHost" Type="Edm.String" /><NavigationProperty Name="provider" Type="graph.webApplicationFirewallProvider" /></EntityType><EntityType Name="socialIdentityProvider" BaseType="graph.identityProviderBase"><Property Name="clientId" Type="Edm.String" /><Property Name="clientSecret" Type="Edm.String" /><Property Name="identityProviderType" Type="Edm.String" /></EntityType><EntityType Name="userFlowLanguagePage" BaseType="graph.entity" HasStream="true" /><ComplexType Name="activityMetadata"><Property Name="activity" Type="graph.userActivityType" Nullable="false" /></ComplexType><ComplexType Name="aiInteractionEntity"><Property Name="identifier" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="version" Type="Edm.String" /></ComplexType><ComplexType Name="aiAgentInfo" BaseType="graph.aiInteractionEntity"><Property Name="blueprintId" Type="Edm.String" /></ComplexType><ComplexType Name="aiInteractionPlugin" BaseType="graph.aiInteractionEntity" /><ComplexType Name="contentBase" Abstract="true" /><ComplexType Name="binaryContent" BaseType="graph.contentBase"><Property Name="data" Type="Edm.Binary" Nullable="false" /></ComplexType><ComplexType Name="classifcationErrorBase"><Property Name="code" Type="Edm.String" /><Property Name="innerError" Type="graph.classificationInnerError" /><Property Name="message" Type="Edm.String" /><Property Name="target" Type="Edm.String" /></ComplexType><ComplexType Name="classificationInnerError"><Property Name="activityId" Type="Edm.String" /><Property Name="clientRequestId" Type="Edm.String" /><Property Name="code" Type="Edm.String" /><Property Name="errorDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="classificationError" BaseType="graph.classifcationErrorBase"><Property Name="details" Type="Collection(graph.classifcationErrorBase)" /></ComplexType><ComplexType Name="computeRightsAndInheritanceResult"><NavigationProperty Name="contentRights" Type="Collection(graph.labelContentRight)" /><NavigationProperty Name="inheritedLabel" Type="graph.sensitivityLabel" /><NavigationProperty Name="sensitivityLabels" Type="Collection(graph.sensitivityLabel)" /></ComplexType><EntityType Name="labelContentRight" BaseType="graph.entity"><Property Name="cid" Type="Edm.String" /><Property Name="format" Type="Edm.String" /><Property Name="rights" Type="graph.usageRights" Nullable="false" /><NavigationProperty Name="label" Type="graph.sensitivityLabel" Nullable="false" /></EntityType><EntityType Name="sensitivityLabel" BaseType="graph.entity"><Property Name="actionSource" Type="graph.labelActionSource" /><Property Name="autoTooltip" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="hasProtection" Type="Edm.Boolean" /><Property Name="isDefault" Type="Edm.Boolean" /><Property Name="isEndpointProtectionEnabled" Type="Edm.Boolean" /><Property Name="isScopedToUser" Type="Edm.Boolean" /><Property Name="locale" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="priority" Type="Edm.Int32" /><Property Name="toolTip" Type="Edm.String" /><NavigationProperty Name="rights" Type="graph.usageRightsIncluded" /><NavigationProperty Name="sublabels" Type="Collection(graph.sensitivityLabel)" ContainsTarget="true" /></EntityType><ComplexType Name="Dictionary" OpenType="true" /><ComplexType Name="customMetadataDictionary" BaseType="graph.Dictionary" OpenType="true" /><ComplexType Name="deviceMetadata"><Property Name="deviceType" Type="Edm.String" /><Property Name="ipAddress" Type="Edm.String" /><Property Name="operatingSystemSpecifications" Type="graph.operatingSystemSpecifications" /></ComplexType><ComplexType Name="operatingSystemSpecifications"><Property Name="operatingSystemPlatform" Type="Edm.String" Nullable="false" /><Property Name="operatingSystemVersion" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="dlpActionInfo"><Property Name="action" Type="graph.dlpAction" /></ComplexType><ComplexType Name="scopeBase" Abstract="true"><Property Name="identity" Type="Edm.String" /></ComplexType><ComplexType Name="groupScope" BaseType="graph.scopeBase" /><ComplexType Name="integratedApplicationMetadata"><Property Name="name" Type="Edm.String" /><Property Name="version" Type="Edm.String" /></ComplexType><ComplexType Name="lobbyBypassSettings"><Property Name="isDialInBypassEnabled" Type="Edm.Boolean" /><Property Name="scope" Type="graph.lobbyBypassScope" /></ComplexType><ComplexType Name="policyBinding"><Property Name="exclusions" Type="Collection(graph.scopeBase)" /><Property Name="inclusions" Type="Collection(graph.scopeBase)" Nullable="false" /></ComplexType><ComplexType Name="policyLocation" Abstract="true"><Property Name="value" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="policyLocationApplication" BaseType="graph.policyLocation" /><ComplexType Name="policyLocationDomain" BaseType="graph.policyLocation" /><ComplexType Name="policyLocationUrl" BaseType="graph.policyLocation" /><ComplexType Name="policyScopeBase" Abstract="true"><Property Name="activities" Type="graph.userActivityTypes" Nullable="false" /><Property Name="executionMode" Type="graph.executionMode" Nullable="false" /><Property Name="locations" Type="Collection(graph.policyLocation)" Nullable="false" /><Property Name="policyActions" Type="Collection(graph.dlpActionInfo)" Nullable="false" /></ComplexType><ComplexType Name="policyTenantScope" BaseType="graph.policyScopeBase"><Property Name="policyScope" Type="graph.policyBinding" /></ComplexType><ComplexType Name="policyUserScope" BaseType="graph.policyScopeBase" /><ComplexType Name="processContentBatchRequest"><Property Name="contentToProcess" Type="graph.processContentRequest" Nullable="false" /><Property Name="requestId" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /></ComplexType><ComplexType Name="processContentRequest"><Property Name="activityMetadata" Type="graph.activityMetadata" Nullable="false" /><Property Name="contentEntries" Type="Collection(graph.processContentMetadataBase)" Nullable="false" /><Property Name="deviceMetadata" Type="graph.deviceMetadata" Nullable="false" /><Property Name="integratedAppMetadata" Type="graph.integratedApplicationMetadata" Nullable="false" /><Property Name="protectedAppMetadata" Type="graph.protectedApplicationMetadata" /></ComplexType><ComplexType Name="processContentMetadataBase" Abstract="true"><Property Name="content" Type="graph.contentBase" /><Property Name="correlationId" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="identifier" Type="Edm.String" Nullable="false" /><Property Name="isTruncated" Type="Edm.Boolean" Nullable="false" /><Property Name="length" Type="Edm.Int64" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="sequenceNumber" Type="Edm.Int64" /></ComplexType><ComplexType Name="protectedApplicationMetadata" BaseType="graph.integratedApplicationMetadata"><Property Name="applicationLocation" Type="graph.policyLocation" /></ComplexType><ComplexType Name="processContentResponse"><Property Name="policyActions" Type="Collection(graph.dlpActionInfo)" Nullable="false" /><Property Name="processingErrors" Type="Collection(graph.processingError)" Nullable="false" /><Property Name="protectionScopeState" Type="graph.protectionScopeState" Nullable="false" /></ComplexType><ComplexType Name="processingError" BaseType="graph.classificationError"><Property Name="errorType" Type="graph.contentProcessingErrorType" Nullable="false" /></ComplexType><ComplexType Name="processContentResponses"><Property Name="requestId" Type="Edm.String" /><Property Name="results" Type="graph.processContentResponse" Nullable="false" /></ComplexType><ComplexType Name="processConversationMetadata" BaseType="graph.processContentMetadataBase"><Property Name="accessedResources" Type="Collection(Edm.String)" /><Property Name="accessedResources_v2" Type="Collection(graph.resourceAccessDetail)" Nullable="false" /><Property Name="agents" Type="Collection(graph.aiAgentInfo)" Nullable="false" /><Property Name="parentMessageId" Type="Edm.String" /><Property Name="plugins" Type="Collection(graph.aiInteractionPlugin)" Nullable="false" /></ComplexType><ComplexType Name="resourceAccessDetail"><Property Name="accessType" Type="graph.resourceAccessType" Nullable="false" /><Property Name="identifier" Type="Edm.String" Nullable="false" /><Property Name="isCrossPromptInjectionDetected" Type="Edm.Boolean" Nullable="false" /><Property Name="labelId" Type="Edm.String" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="status" Type="graph.resourceAccessStatus" Nullable="false" /><Property Name="storageId" Type="Edm.String" /><Property Name="url" Type="Edm.String" /></ComplexType><ComplexType Name="processFileMetadata" BaseType="graph.processContentMetadataBase"><Property Name="customProperties" Type="graph.customMetadataDictionary" /><Property Name="ownerId" Type="Edm.String" /></ComplexType><ComplexType Name="protectedContent"><Property Name="cid" Type="Edm.String" /><Property Name="format" Type="Edm.String" /><Property Name="labelId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="restrictAccessActionBase" BaseType="graph.dlpActionInfo" Abstract="true"><Property Name="restrictionAction" Type="graph.restrictionAction" /></ComplexType><ComplexType Name="restrictAccessAction" BaseType="graph.restrictAccessActionBase" /><ComplexType Name="tenantScope" BaseType="graph.scopeBase" /><ComplexType Name="textContent" BaseType="graph.contentBase"><Property Name="data" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="userScope" BaseType="graph.scopeBase" /><ComplexType Name="watermarkProtectionValues"><Property Name="isEnabledForContentSharing" Type="Edm.Boolean" /><Property Name="isEnabledForVideo" Type="Edm.Boolean" /></ComplexType><EntityType Name="activitiesContainer" BaseType="graph.entity"><NavigationProperty Name="contentActivities" Type="Collection(graph.contentActivity)" ContainsTarget="true" /></EntityType><EntityType Name="contentActivity" BaseType="graph.entity"><Property Name="contentMetadata" Type="graph.processContentRequest" Nullable="false" /><Property Name="scopeIdentifier" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /></EntityType><EntityType Name="usageRightsIncluded" BaseType="graph.entity"><Property Name="ownerEmail" Type="Edm.String" /><Property Name="userEmail" Type="Edm.String" /><Property Name="value" Type="graph.usageRights" Nullable="false" /></EntityType><EntityType Name="tenantProtectionScopeContainer" BaseType="graph.entity" /><EntityType Name="userProtectionScopeContainer" BaseType="graph.entity" /><ComplexType Name="deviceLocalCredential"><Property Name="accountName" Type="Edm.String" Nullable="false" /><Property Name="accountSid" Type="Edm.String" Nullable="false" /><Property Name="backupDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="passwordBase64" Type="Edm.String" Nullable="false" /></ComplexType><EntityType Name="deviceLocalCredentialInfo" BaseType="graph.entity"><Property Name="credentials" Type="Collection(graph.deviceLocalCredential)" Nullable="false" /><Property Name="deviceName" Type="Edm.String" Nullable="false" /><Property Name="lastBackupDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="refreshDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="directory" BaseType="graph.entity"><NavigationProperty Name="deviceLocalCredentials" Type="Collection(graph.deviceLocalCredentialInfo)" ContainsTarget="true" /><NavigationProperty Name="administrativeUnits" Type="Collection(graph.administrativeUnit)" ContainsTarget="true" /><NavigationProperty Name="attributeSets" Type="Collection(graph.attributeSet)" ContainsTarget="true" /><NavigationProperty Name="customSecurityAttributeDefinitions" Type="Collection(graph.customSecurityAttributeDefinition)" ContainsTarget="true" /><NavigationProperty Name="deletedItems" Type="Collection(graph.directoryObject)" ContainsTarget="true" /><NavigationProperty Name="federationConfigurations" Type="Collection(graph.identityProviderBase)" ContainsTarget="true" /><NavigationProperty Name="onPremisesSynchronization" Type="Collection(graph.onPremisesDirectorySynchronization)" ContainsTarget="true" /><NavigationProperty Name="publicKeyInfrastructure" Type="graph.publicKeyInfrastructureRoot" ContainsTarget="true" /><NavigationProperty Name="subscriptions" Type="Collection(graph.companySubscription)" ContainsTarget="true" /></EntityType><EntityType Name="administrativeUnit" BaseType="graph.directoryObject" OpenType="true"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="isMemberManagementRestricted" Type="Edm.Boolean" /><Property Name="membershipRule" Type="Edm.String" /><Property Name="membershipRuleProcessingState" Type="Edm.String" /><Property Name="membershipType" Type="Edm.String" /><Property Name="visibility" Type="Edm.String" /><NavigationProperty Name="members" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="scopedRoleMembers" Type="Collection(graph.scopedRoleMembership)" ContainsTarget="true" /><NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /></EntityType><EntityType Name="attributeSet" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="maxAttributesPerSet" Type="Edm.Int32" /></EntityType><EntityType Name="customSecurityAttributeDefinition" BaseType="graph.entity"><Property Name="attributeSet" Type="Edm.String" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="isCollection" Type="Edm.Boolean" Nullable="false" /><Property Name="isSearchable" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="status" Type="Edm.String" Nullable="false" /><Property Name="type" Type="Edm.String" Nullable="false" /><Property Name="usePreDefinedValuesOnly" Type="Edm.Boolean" /><NavigationProperty Name="allowedValues" Type="Collection(graph.allowedValue)" ContainsTarget="true" /></EntityType><EntityType Name="onPremisesDirectorySynchronization" BaseType="graph.entity"><Property Name="configuration" Type="graph.onPremisesDirectorySynchronizationConfiguration" /><Property Name="features" Type="graph.onPremisesDirectorySynchronizationFeature" Nullable="false" /></EntityType><EntityType Name="publicKeyInfrastructureRoot" BaseType="graph.entity"><NavigationProperty Name="certificateBasedAuthConfigurations" Type="Collection(graph.certificateBasedAuthPki)" ContainsTarget="true" /></EntityType><EntityType Name="companySubscription" BaseType="graph.entity"><Property Name="commerceSubscriptionId" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="isTrial" Type="Edm.Boolean" /><Property Name="nextLifecycleDateTime" Type="Edm.DateTimeOffset" /><Property Name="ownerId" Type="Edm.String" /><Property Name="ownerTenantId" Type="Edm.String" /><Property Name="ownerType" Type="Edm.String" /><Property Name="serviceStatus" Type="Collection(graph.servicePlanInfo)" Nullable="false" /><Property Name="skuId" Type="Edm.String" /><Property Name="skuPartNumber" Type="Edm.String" /><Property Name="status" Type="Edm.String" /><Property Name="totalLicenses" Type="Edm.Int32" /><Annotation Term="Org.OData.Core.V1.AlternateKeys"><Collection><Record Type="Org.OData.Core.V1.AlternateKey"><PropertyValue Property="Key"><Collection><Record Type="Org.OData.Core.V1.PropertyRef"><PropertyValue Property="Alias" String="commerceSubscriptionId" /><PropertyValue Property="Name" PropertyPath="commerceSubscriptionId" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><ComplexType Name="deviceRegistrationMembership" /><ComplexType Name="allDeviceRegistrationMembership" BaseType="graph.deviceRegistrationMembership" /><ComplexType Name="azureADJoinPolicy"><Property Name="allowedToJoin" Type="graph.deviceRegistrationMembership" /><Property Name="isAdminConfigurable" Type="Edm.Boolean" /></ComplexType><ComplexType Name="azureADRegistrationPolicy"><Property Name="allowedToRegister" Type="graph.deviceRegistrationMembership" /><Property Name="isAdminConfigurable" Type="Edm.Boolean" /></ComplexType><ComplexType Name="enumeratedDeviceRegistrationMembership" BaseType="graph.deviceRegistrationMembership"><Property Name="groups" Type="Collection(Edm.String)" /><Property Name="users" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="localAdminPasswordSettings"><Property Name="isEnabled" Type="Edm.Boolean" /></ComplexType><ComplexType Name="noDeviceRegistrationMembership" BaseType="graph.deviceRegistrationMembership" /><ComplexType Name="inheritableScopes" Abstract="true"><Property Name="kind" Type="graph.scopeCollectionKind" Nullable="false" /></ComplexType><ComplexType Name="allAllowedScopes" BaseType="graph.inheritableScopes" /><ComplexType Name="alternativeSecurityId"><Property Name="identityProvider" Type="Edm.String" /><Property Name="key" Type="Edm.Binary" /><Property Name="type" Type="Edm.Int32" /></ComplexType><ComplexType Name="preAuthorizedApplication"><Property Name="appId" Type="Edm.String" /><Property Name="delegatedPermissionIds" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="appManagementConfiguration" Abstract="true"><Property Name="keyCredentials" Type="Collection(graph.keyCredentialConfiguration)" /><Property Name="passwordCredentials" Type="Collection(graph.passwordCredentialConfiguration)" /></ComplexType><ComplexType Name="appManagementApplicationConfiguration" BaseType="graph.appManagementConfiguration" /><ComplexType Name="keyCredentialConfiguration"><Property Name="maxLifetime" Type="Edm.Duration" /><Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /><Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" /><Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" /></ComplexType><ComplexType Name="passwordCredentialConfiguration"><Property Name="maxLifetime" Type="Edm.Duration" /><Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" /><Property Name="restrictionType" Type="graph.appCredentialRestrictionType" /><Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" /></ComplexType><ComplexType Name="appManagementServicePrincipalConfiguration" BaseType="graph.appManagementConfiguration" /><ComplexType Name="certificateAuthority"><Property Name="certificate" Type="Edm.Binary" Nullable="false" /><Property Name="certificateRevocationListUrl" Type="Edm.String" /><Property Name="deltaCertificateRevocationListUrl" Type="Edm.String" /><Property Name="isRootAuthority" Type="Edm.Boolean" Nullable="false" /><Property Name="issuer" Type="Edm.String" Nullable="false" /><Property Name="issuerSki" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="ComplexExtensionValue" OpenType="true" /><ComplexType Name="contentCustomization"><Property Name="attributeCollection" Type="Collection(graph.keyValue)" Nullable="false" /><Property Name="attributeCollectionRelativeUrl" Type="Edm.String" /><Property Name="registrationCampaign" Type="Collection(graph.keyValue)" Nullable="false" /><Property Name="registrationCampaignRelativeUrl" Type="Edm.String" /></ComplexType><ComplexType Name="crossTenantAccessPolicyB2BSetting"><Property Name="applications" Type="graph.crossTenantAccessPolicyTargetConfiguration" /><Property Name="usersAndGroups" Type="graph.crossTenantAccessPolicyTargetConfiguration" /></ComplexType><ComplexType Name="crossTenantAccessPolicyTargetConfiguration"><Property Name="accessType" Type="graph.crossTenantAccessPolicyTargetConfigurationAccessType" /><Property Name="targets" Type="Collection(graph.crossTenantAccessPolicyTarget)" /></ComplexType><ComplexType Name="crossTenantAccessPolicyInboundTrust"><Property Name="isCompliantDeviceAccepted" Type="Edm.Boolean" /><Property Name="isHybridAzureADJoinedDeviceAccepted" Type="Edm.Boolean" /><Property Name="isMfaAccepted" Type="Edm.Boolean" /></ComplexType><ComplexType Name="crossTenantAccessPolicyTarget"><Property Name="target" Type="Edm.String" /><Property Name="targetType" Type="graph.crossTenantAccessPolicyTargetType" /></ComplexType><ComplexType Name="crossTenantAccessPolicyTenantRestrictions" BaseType="graph.crossTenantAccessPolicyB2BSetting"><Property Name="devices" Type="graph.devicesFilter" /></ComplexType><ComplexType Name="devicesFilter"><Property Name="mode" Type="graph.crossTenantAccessPolicyTargetConfigurationAccessType" /><Property Name="rule" Type="Edm.String" /></ComplexType><ComplexType Name="crossTenantUserSyncInbound"><Property Name="isSyncAllowed" Type="Edm.Boolean" /></ComplexType><ComplexType Name="customAppManagementConfiguration" BaseType="graph.appManagementConfiguration" /><ComplexType Name="invitationRedemptionIdentityProviderConfiguration"><Property Name="fallbackIdentityProvider" Type="graph.b2bIdentityProvidersType" /><Property Name="primaryIdentityProviderPrecedenceOrder" Type="Collection(graph.b2bIdentityProvidersType)" /></ComplexType><ComplexType Name="defaultInvitationRedemptionIdentityProviderConfiguration" BaseType="graph.invitationRedemptionIdentityProviderConfiguration" /><ComplexType Name="defaultUserRolePermissions"><Property Name="allowedToCreateApps" Type="Edm.Boolean" Nullable="false" /><Property Name="allowedToCreateSecurityGroups" Type="Edm.Boolean" Nullable="false" /><Property Name="allowedToCreateTenants" Type="Edm.Boolean" /><Property Name="allowedToReadBitlockerKeysForOwnedDevice" Type="Edm.Boolean" /><Property Name="allowedToReadOtherUsers" Type="Edm.Boolean" Nullable="false" /><Property Name="permissionGrantPoliciesAssigned" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="domainState"><Property Name="lastActionDateTime" Type="Edm.DateTimeOffset" /><Property Name="operation" Type="Edm.String" /><Property Name="status" Type="Edm.String" /></ComplexType><ComplexType Name="enumeratedScopes" BaseType="graph.inheritableScopes"><Property Name="scopes" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="implicitGrantSettings"><Property Name="enableAccessTokenIssuance" Type="Edm.Boolean" /><Property Name="enableIdTokenIssuance" Type="Edm.Boolean" /></ComplexType><ComplexType Name="inboundOutboundPolicyConfiguration"><Property Name="inboundAllowed" Type="Edm.Boolean" /><Property Name="outboundAllowed" Type="Edm.Boolean" /></ComplexType><ComplexType Name="instanceResourceAccess"><Property Name="permissions" Type="Collection(graph.resourcePermission)" Nullable="false" /><Property Name="resourceAppId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="resourcePermission"><Property Name="type" Type="Edm.String" Nullable="false" /><Property Name="value" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="licenseUnitsDetail"><Property Name="enabled" Type="Edm.Int32" /><Property Name="lockedOut" Type="Edm.Int32" /><Property Name="suspended" Type="Edm.Int32" /><Property Name="warning" Type="Edm.Int32" /></ComplexType><ComplexType Name="loginPageLayoutConfiguration"><Property Name="isFooterShown" Type="Edm.Boolean" /><Property Name="isHeaderShown" Type="Edm.Boolean" /><Property Name="layoutTemplateType" Type="graph.layoutTemplateType" /></ComplexType><ComplexType Name="loginPageTextVisibilitySettings"><Property Name="hideAccountResetCredentials" Type="Edm.Boolean" /><Property Name="hideCannotAccessYourAccount" Type="Edm.Boolean" /><Property Name="hideForgotMyPassword" Type="Edm.Boolean" /><Property Name="hidePrivacyAndCookies" Type="Edm.Boolean" /><Property Name="hideResetItNow" Type="Edm.Boolean" /><Property Name="hideTermsOfUse" Type="Edm.Boolean" /></ComplexType><ComplexType Name="multiTenantOrganizationJoinRequestTransitionDetails"><Property Name="desiredMemberState" Type="graph.multiTenantOrganizationMemberState" /><Property Name="details" Type="Edm.String" /><Property Name="status" Type="graph.multiTenantOrganizationMemberProcessingStatus" /></ComplexType><ComplexType Name="multiTenantOrganizationMemberTransitionDetails"><Property Name="desiredRole" Type="graph.multiTenantOrganizationMemberRole" /><Property Name="desiredState" Type="graph.multiTenantOrganizationMemberState" /><Property Name="details" Type="Edm.String" /><Property Name="status" Type="graph.multiTenantOrganizationMemberProcessingStatus" /></ComplexType><ComplexType Name="noScopes" BaseType="graph.inheritableScopes" /><ComplexType Name="onPremisesAccidentalDeletionPrevention"><Property Name="alertThreshold" Type="Edm.Int32" /><Property Name="synchronizationPreventionType" Type="graph.onPremisesDirectorySynchronizationDeletionPreventionType" /></ComplexType><ComplexType Name="onPremisesDirectorySynchronizationConfiguration"><Property Name="accidentalDeletionPrevention" Type="graph.onPremisesAccidentalDeletionPrevention" /></ComplexType><ComplexType Name="onPremisesDirectorySynchronizationFeature"><Property Name="blockCloudObjectTakeoverThroughHardMatchEnabled" Type="Edm.Boolean" /><Property Name="blockSoftMatchEnabled" Type="Edm.Boolean" /><Property Name="bypassDirSyncOverridesEnabled" Type="Edm.Boolean" /><Property Name="cloudPasswordPolicyForPasswordSyncedUsersEnabled" Type="Edm.Boolean" /><Property Name="concurrentCredentialUpdateEnabled" Type="Edm.Boolean" /><Property Name="concurrentOrgIdProvisioningEnabled" Type="Edm.Boolean" /><Property Name="deviceWritebackEnabled" Type="Edm.Boolean" /><Property Name="directoryExtensionsEnabled" Type="Edm.Boolean" /><Property Name="fopeConflictResolutionEnabled" Type="Edm.Boolean" /><Property Name="groupWriteBackEnabled" Type="Edm.Boolean" /><Property Name="passwordSyncEnabled" Type="Edm.Boolean" /><Property Name="passwordWritebackEnabled" Type="Edm.Boolean" /><Property Name="quarantineUponProxyAddressesConflictEnabled" Type="Edm.Boolean" /><Property Name="quarantineUponUpnConflictEnabled" Type="Edm.Boolean" /><Property Name="softMatchOnUpnEnabled" Type="Edm.Boolean" /><Property Name="synchronizeUpnForManagedUsersEnabled" Type="Edm.Boolean" /><Property Name="unifiedGroupWritebackEnabled" Type="Edm.Boolean" /><Property Name="userForcePasswordChangeOnLogonEnabled" Type="Edm.Boolean" /><Property Name="userWritebackEnabled" Type="Edm.Boolean" /></ComplexType><ComplexType Name="optionalClaim"><Property Name="additionalProperties" Type="Collection(Edm.String)" /><Property Name="essential" Type="Edm.Boolean" Nullable="false" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="source" Type="Edm.String" /></ComplexType><ComplexType Name="physicalOfficeAddress"><Property Name="city" Type="Edm.String" /><Property Name="countryOrRegion" Type="Edm.String" /><Property Name="officeLocation" Type="Edm.String" /><Property Name="postalCode" Type="Edm.String" /><Property Name="state" Type="Edm.String" /><Property Name="street" Type="Edm.String" /></ComplexType><ComplexType Name="privacyProfile"><Property Name="contactEmail" Type="Edm.String" /><Property Name="statementUrl" Type="Edm.String" /></ComplexType><ComplexType Name="redirectUriSettings"><Property Name="index" Type="Edm.Int32" /><Property Name="uri" Type="Edm.String" /></ComplexType><ComplexType Name="resourceAccess"><Property Name="id" Type="Edm.Guid" Nullable="false" /><Property Name="type" Type="Edm.String" /></ComplexType><ComplexType Name="selfSignedCertificate"><Property Name="customKeyIdentifier" Type="Edm.Binary" /><Property Name="displayName" Type="Edm.String" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="key" Type="Edm.Binary" /><Property Name="keyId" Type="Edm.Guid" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="thumbprint" Type="Edm.String" /><Property Name="type" Type="Edm.String" /><Property Name="usage" Type="Edm.String" /></ComplexType><ComplexType Name="servicePlanInfo"><Property Name="appliesTo" Type="Edm.String" /><Property Name="provisioningStatus" Type="Edm.String" /><Property Name="servicePlanId" Type="Edm.Guid" /><Property Name="servicePlanName" Type="Edm.String" /></ComplexType><ComplexType Name="serviceProvisioningXmlError" BaseType="graph.serviceProvisioningError"><Property Name="errorDetail" Type="Edm.String" /></ComplexType><ComplexType Name="settingTemplateValue"><Property Name="defaultValue" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="type" Type="Edm.String" /></ComplexType><ComplexType Name="settingValue"><Property Name="name" Type="Edm.String" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="signingCertificateUpdateStatus"><Property Name="certificateUpdateResult" Type="Edm.String" /><Property Name="lastRunDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="tenantInformation"><Property Name="defaultDomainName" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="federationBrandName" Type="Edm.String" /><Property Name="tenantId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="unifiedRolePermission"><Property Name="allowedResourceActions" Type="Collection(Edm.String)" Nullable="false" /><Property Name="condition" Type="Edm.String" /><Property Name="excludedResourceActions" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="verifiedDomain"><Property Name="capabilities" Type="Edm.String" /><Property Name="isDefault" Type="Edm.Boolean" /><Property Name="isInitial" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" /><Property Name="type" Type="Edm.String" /></ComplexType><EntityType Name="agentIdentity" BaseType="graph.servicePrincipal" OpenType="true"><Property Name="agentIdentityBlueprintId" Type="Edm.String" Nullable="false" /><Property Name="createdByAppId" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" /></EntityType><EntityType Name="agentIdentityBlueprint" BaseType="graph.application" OpenType="true"><Property Name="createdByAppId" Type="Edm.String" /><NavigationProperty Name="inheritablePermissions" Type="Collection(graph.inheritablePermission)" ContainsTarget="true" /><NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" /></EntityType><EntityType Name="inheritablePermission"><Key><PropertyRef Name="resourceAppId" /></Key><Property Name="inheritableScopes" Type="graph.inheritableScopes" /><Property Name="resourceAppId" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true"><Property Name="createdByAppId" Type="Edm.String" /><NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" /></EntityType><EntityType Name="agentUser" BaseType="graph.user" OpenType="true" /><EntityType Name="allowedValue" BaseType="graph.entity"><Property Name="isActive" Type="Edm.Boolean" /></EntityType><EntityType Name="appScope" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="type" Type="Edm.String" /></EntityType><EntityType Name="certificateAuthorityDetail" BaseType="graph.directoryObject"><Property Name="certificate" Type="Edm.Binary" Nullable="false" /><Property Name="certificateAuthorityType" Type="graph.certificateAuthorityType" /><Property Name="certificateRevocationListUrl" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="deltaCertificateRevocationListUrl" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="isIssuerHintEnabled" Type="Edm.Boolean" /><Property Name="issuer" Type="Edm.String" /><Property Name="issuerSubjectKeyIdentifier" Type="Edm.String" /><Property Name="thumbprint" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="certificateBasedAuthConfiguration" BaseType="graph.entity"><Property Name="certificateAuthorities" Type="Collection(graph.certificateAuthority)" Nullable="false" /></EntityType><EntityType Name="certificateBasedAuthPki" BaseType="graph.directoryObject"><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="status" Type="Edm.String" /><Property Name="statusDetails" Type="Edm.String" /><NavigationProperty Name="certificateAuthorities" Type="Collection(graph.certificateAuthorityDetail)" ContainsTarget="true" /></EntityType><EntityType Name="contract" BaseType="graph.directoryObject" OpenType="true"><Property Name="contractType" Type="Edm.String" /><Property Name="customerId" Type="Edm.Guid" /><Property Name="defaultDomainName" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /></EntityType><EntityType Name="crossTenantAccessPolicyConfigurationDefault" BaseType="graph.entity"><Property Name="automaticUserConsentSettings" Type="graph.inboundOutboundPolicyConfiguration" /><Property Name="b2bCollaborationInbound" Type="graph.crossTenantAccessPolicyB2BSetting" /><Property Name="b2bCollaborationOutbound" Type="graph.crossTenantAccessPolicyB2BSetting" /><Property Name="b2bDirectConnectInbound" Type="graph.crossTenantAccessPolicyB2BSetting" /><Property Name="b2bDirectConnectOutbound" Type="graph.crossTenantAccessPolicyB2BSetting" /><Property Name="inboundTrust" Type="graph.crossTenantAccessPolicyInboundTrust" /><Property Name="invitationRedemptionIdentityProviderConfiguration" Type="graph.defaultInvitationRedemptionIdentityProviderConfiguration" /><Property Name="isServiceDefault" Type="Edm.Boolean" /><Property Name="tenantRestrictions" Type="graph.crossTenantAccessPolicyTenantRestrictions" /></EntityType><EntityType Name="crossTenantAccessPolicyConfigurationPartner"><Key><PropertyRef Name="tenantId" /></Key><Property Name="automaticUserConsentSettings" Type="graph.inboundOutboundPolicyConfiguration" /><Property Name="b2bCollaborationInbound" Type="graph.crossTenantAccessPolicyB2BSetting" /><Property Name="b2bCollaborationOutbound" Type="graph.crossTenantAccessPolicyB2BSetting" /><Property Name="b2bDirectConnectInbound" Type="graph.crossTenantAccessPolicyB2BSetting" /><Property Name="b2bDirectConnectOutbound" Type="graph.crossTenantAccessPolicyB2BSetting" /><Property Name="inboundTrust" Type="graph.crossTenantAccessPolicyInboundTrust" /><Property Name="isInMultiTenantOrganization" Type="Edm.Boolean" /><Property Name="isServiceProvider" Type="Edm.Boolean" /><Property Name="tenantId" Type="Edm.String" Nullable="false" /><Property Name="tenantRestrictions" Type="graph.crossTenantAccessPolicyTenantRestrictions" /><NavigationProperty Name="identitySynchronization" Type="graph.crossTenantIdentitySyncPolicyPartner" ContainsTarget="true" /></EntityType><EntityType Name="policyTemplate" BaseType="graph.entity"><NavigationProperty Name="multiTenantOrganizationIdentitySynchronization" Type="graph.multiTenantOrganizationIdentitySyncPolicyTemplate" ContainsTarget="true" /><NavigationProperty Name="multiTenantOrganizationPartnerConfiguration" Type="graph.multiTenantOrganizationPartnerConfigurationTemplate" ContainsTarget="true" /></EntityType><EntityType Name="crossTenantIdentitySyncPolicyPartner"><Key><PropertyRef Name="tenantId" /></Key><Property Name="displayName" Type="Edm.String" /><Property Name="tenantId" Type="Edm.String" Nullable="false" /><Property Name="userSyncInbound" Type="graph.crossTenantUserSyncInbound" /></EntityType><EntityType Name="device" BaseType="graph.directoryObject" OpenType="true"><Property Name="accountEnabled" Type="Edm.Boolean" /><Property Name="alternativeSecurityIds" Type="Collection(graph.alternativeSecurityId)" Nullable="false" /><Property Name="approximateLastSignInDateTime" Type="Edm.DateTimeOffset" /><Property Name="complianceExpirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="deviceCategory" Type="Edm.String" /><Property Name="deviceId" Type="Edm.String" /><Property Name="deviceMetadata" Type="Edm.String" /><Property Name="deviceOwnership" Type="Edm.String" /><Property Name="deviceVersion" Type="Edm.Int32" /><Property Name="displayName" Type="Edm.String" /><Property Name="enrollmentProfileName" Type="Edm.String" /><Property Name="enrollmentType" Type="Edm.String" /><Property Name="isCompliant" Type="Edm.Boolean" /><Property Name="isManaged" Type="Edm.Boolean" /><Property Name="isManagementRestricted" Type="Edm.Boolean" /><Property Name="isRooted" Type="Edm.Boolean" /><Property Name="managementType" Type="Edm.String" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="mdmAppId" Type="Edm.String" /><Property Name="model" Type="Edm.String" /><Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" /><Property Name="onPremisesSecurityIdentifier" Type="Edm.String" /><Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" /><Property Name="operatingSystem" Type="Edm.String" /><Property Name="operatingSystemVersion" Type="Edm.String" /><Property Name="physicalIds" Type="Collection(Edm.String)" Nullable="false" /><Property Name="profileType" Type="Edm.String" /><Property Name="registrationDateTime" Type="Edm.DateTimeOffset" /><Property Name="systemLabels" Type="Collection(Edm.String)" Nullable="false" /><Property Name="trustType" Type="Edm.String" /><NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="registeredOwners" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="registeredUsers" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="transitiveMemberOf" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /><Annotation Term="Org.OData.Core.V1.AlternateKeys"><Collection><Record Type="Org.OData.Core.V1.AlternateKey"><PropertyValue Property="Key"><Collection><Record Type="Org.OData.Core.V1.PropertyRef"><PropertyValue Property="Alias" String="deviceId" /><PropertyValue Property="Name" PropertyPath="deviceId" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="directoryObjectPartnerReference" BaseType="graph.directoryObject"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="externalPartnerTenantId" Type="Edm.Guid" /><Property Name="objectType" Type="Edm.String" /></EntityType><EntityType Name="directoryRole" BaseType="graph.directoryObject" OpenType="true"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="roleTemplateId" Type="Edm.String" /><NavigationProperty Name="members" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="scopedMembers" Type="Collection(graph.scopedRoleMembership)" ContainsTarget="true" /><Annotation Term="Org.OData.Core.V1.AlternateKeys"><Collection><Record Type="Org.OData.Core.V1.AlternateKey"><PropertyValue Property="Key"><Collection><Record Type="Org.OData.Core.V1.PropertyRef"><PropertyValue Property="Alias" String="roleTemplateId" /><PropertyValue Property="Name" PropertyPath="roleTemplateId" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="directoryRoleTemplate" BaseType="graph.directoryObject" OpenType="true"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /></EntityType><EntityType Name="domain" BaseType="graph.entity"><Property Name="authenticationType" Type="Edm.String" Nullable="false" /><Property Name="availabilityStatus" Type="Edm.String" /><Property Name="isAdminManaged" Type="Edm.Boolean" Nullable="false" /><Property Name="isDefault" Type="Edm.Boolean" Nullable="false" /><Property Name="isInitial" Type="Edm.Boolean" Nullable="false" /><Property Name="isRoot" Type="Edm.Boolean" Nullable="false" /><Property Name="isVerified" Type="Edm.Boolean" Nullable="false" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="model" Type="Edm.String" /><Property Name="passwordNotificationWindowInDays" Type="Edm.Int32" /><Property Name="passwordValidityPeriodInDays" Type="Edm.Int32" /><Property Name="state" Type="graph.domainState" /><Property Name="supportedServices" Type="Collection(Edm.String)" Nullable="false" /><NavigationProperty Name="domainNameReferences" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="federationConfiguration" Type="Collection(graph.internalDomainFederation)" ContainsTarget="true" /><NavigationProperty Name="rootDomain" Type="graph.domain" /><NavigationProperty Name="serviceConfigurationRecords" Type="Collection(graph.domainDnsRecord)" ContainsTarget="true" /><NavigationProperty Name="verificationDnsRecords" Type="Collection(graph.domainDnsRecord)" ContainsTarget="true" /></EntityType><EntityType Name="samlOrWsFedProvider" BaseType="graph.identityProviderBase" Abstract="true"><Property Name="issuerUri" Type="Edm.String" /><Property Name="metadataExchangeUri" Type="Edm.String" /><Property Name="passiveSignInUri" Type="Edm.String" /><Property Name="preferredAuthenticationProtocol" Type="graph.authenticationProtocol" /><Property Name="signingCertificate" Type="Edm.String" /></EntityType><EntityType Name="internalDomainFederation" BaseType="graph.samlOrWsFedProvider"><Property Name="activeSignInUri" Type="Edm.String" /><Property Name="federatedIdpMfaBehavior" Type="graph.federatedIdpMfaBehavior" /><Property Name="isSignedAuthenticationRequestRequired" Type="Edm.Boolean" /><Property Name="nextSigningCertificate" Type="Edm.String" /><Property Name="passwordResetUri" Type="Edm.String" /><Property Name="promptLoginBehavior" Type="graph.promptLoginBehavior" /><Property Name="signingCertificateUpdateStatus" Type="graph.signingCertificateUpdateStatus" /><Property Name="signOutUri" Type="Edm.String" /></EntityType><EntityType Name="domainDnsRecord" BaseType="graph.entity"><Property Name="isOptional" Type="Edm.Boolean" Nullable="false" /><Property Name="label" Type="Edm.String" Nullable="false" /><Property Name="recordType" Type="Edm.String" /><Property Name="supportedService" Type="Edm.String" Nullable="false" /><Property Name="ttl" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="domainDnsCnameRecord" BaseType="graph.domainDnsRecord"><Property Name="canonicalName" Type="Edm.String" /></EntityType><EntityType Name="domainDnsMxRecord" BaseType="graph.domainDnsRecord"><Property Name="mailExchange" Type="Edm.String" Nullable="false" /><Property Name="preference" Type="Edm.Int32" /></EntityType><EntityType Name="domainDnsSrvRecord" BaseType="graph.domainDnsRecord"><Property Name="nameTarget" Type="Edm.String" /><Property Name="port" Type="Edm.Int32" /><Property Name="priority" Type="Edm.Int32" /><Property Name="protocol" Type="Edm.String" /><Property Name="service" Type="Edm.String" /><Property Name="weight" Type="Edm.Int32" /></EntityType><EntityType Name="domainDnsTxtRecord" BaseType="graph.domainDnsRecord"><Property Name="text" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="domainDnsUnavailableRecord" BaseType="graph.domainDnsRecord"><Property Name="description" Type="Edm.String" /></EntityType><EntityType Name="externalDomainName" BaseType="graph.entity" /><EntityType Name="groupSettingTemplate" BaseType="graph.directoryObject" OpenType="true"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="values" Type="Collection(graph.settingTemplateValue)" Nullable="false" /></EntityType><EntityType Name="multiTenantOrganization" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="state" Type="graph.multiTenantOrganizationState" /><NavigationProperty Name="joinRequest" Type="graph.multiTenantOrganizationJoinRequestRecord" ContainsTarget="true" /><NavigationProperty Name="tenants" Type="Collection(graph.multiTenantOrganizationMember)" ContainsTarget="true" /></EntityType><EntityType Name="multiTenantOrganizationJoinRequestRecord" BaseType="graph.entity"><Property Name="addedByTenantId" Type="Edm.String" /><Property Name="memberState" Type="graph.multiTenantOrganizationMemberState" /><Property Name="role" Type="graph.multiTenantOrganizationMemberRole" /><Property Name="transitionDetails" Type="graph.multiTenantOrganizationJoinRequestTransitionDetails" /></EntityType><EntityType Name="multiTenantOrganizationMember" BaseType="graph.directoryObject"><Property Name="addedByTenantId" Type="Edm.Guid" /><Property Name="addedDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" /><Property Name="joinedDateTime" Type="Edm.DateTimeOffset" /><Property Name="role" Type="graph.multiTenantOrganizationMemberRole" /><Property Name="state" Type="graph.multiTenantOrganizationMemberState" /><Property Name="tenantId" Type="Edm.String" Nullable="false" /><Property Name="transitionDetails" Type="graph.multiTenantOrganizationMemberTransitionDetails" /></EntityType><EntityType Name="multiTenantOrganizationIdentitySyncPolicyTemplate" BaseType="graph.entity"><Property Name="templateApplicationLevel" Type="graph.templateApplicationLevel" Nullable="false" /><Property Name="userSyncInbound" Type="graph.crossTenantUserSyncInbound" /></EntityType><EntityType Name="multiTenantOrganizationPartnerConfigurationTemplate" BaseType="graph.entity"><Property Name="automaticUserConsentSettings" Type="graph.inboundOutboundPolicyConfiguration" /><Property Name="b2bCollaborationInbound" Type="graph.crossTenantAccessPolicyB2BSetting" /><Property Name="b2bCollaborationOutbound" Type="graph.crossTenantAccessPolicyB2BSetting" /><Property Name="b2bDirectConnectInbound" Type="graph.crossTenantAccessPolicyB2BSetting" /><Property Name="b2bDirectConnectOutbound" Type="graph.crossTenantAccessPolicyB2BSetting" /><Property Name="inboundTrust" Type="graph.crossTenantAccessPolicyInboundTrust" /><Property Name="templateApplicationLevel" Type="graph.templateApplicationLevel" Nullable="false" /></EntityType><EntityType Name="organization" BaseType="graph.directoryObject" OpenType="true"><Property Name="assignedPlans" Type="Collection(graph.assignedPlan)" Nullable="false" /><Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" /><Property Name="city" Type="Edm.String" /><Property Name="country" Type="Edm.String" /><Property Name="countryLetterCode" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="defaultUsageLocation" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="marketingNotificationEmails" Type="Collection(Edm.String)" Nullable="false" /><Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" /><Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" /><Property Name="partnerTenantType" Type="graph.partnerTenantType" /><Property Name="postalCode" Type="Edm.String" /><Property Name="preferredLanguage" Type="Edm.String" /><Property Name="privacyProfile" Type="graph.privacyProfile" /><Property Name="provisionedPlans" Type="Collection(graph.provisionedPlan)" Nullable="false" /><Property Name="securityComplianceNotificationMails" Type="Collection(Edm.String)" Nullable="false" /><Property Name="securityComplianceNotificationPhones" Type="Collection(Edm.String)" Nullable="false" /><Property Name="state" Type="Edm.String" /><Property Name="street" Type="Edm.String" /><Property Name="technicalNotificationMails" Type="Collection(Edm.String)" Nullable="false" /><Property Name="tenantType" Type="Edm.String" /><Property Name="verifiedDomains" Type="Collection(graph.verifiedDomain)" Nullable="false" /><Property Name="mobileDeviceManagementAuthority" Type="graph.mdmAuthority" Nullable="false" /><NavigationProperty Name="branding" Type="graph.organizationalBranding" ContainsTarget="true" /><NavigationProperty Name="certificateBasedAuthConfiguration" Type="Collection(graph.certificateBasedAuthConfiguration)" /><NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /></EntityType><EntityType Name="organizationalBrandingProperties" BaseType="graph.entity" Abstract="true"><Property Name="backgroundColor" Type="Edm.String" /><Property Name="backgroundImage" Type="Edm.Stream" /><Property Name="backgroundImageRelativeUrl" Type="Edm.String" /><Property Name="bannerLogo" Type="Edm.Stream" /><Property Name="bannerLogoRelativeUrl" Type="Edm.String" /><Property Name="cdnList" Type="Collection(Edm.String)" /><Property Name="contentCustomization" Type="graph.contentCustomization" /><Property Name="customAccountResetCredentialsUrl" Type="Edm.String" /><Property Name="customCannotAccessYourAccountText" Type="Edm.String" /><Property Name="customCannotAccessYourAccountUrl" Type="Edm.String" /><Property Name="customCSS" Type="Edm.Stream" /><Property Name="customCSSRelativeUrl" Type="Edm.String" /><Property Name="customForgotMyPasswordText" Type="Edm.String" /><Property Name="customPrivacyAndCookiesText" Type="Edm.String" /><Property Name="customPrivacyAndCookiesUrl" Type="Edm.String" /><Property Name="customResetItNowText" Type="Edm.String" /><Property Name="customTermsOfUseText" Type="Edm.String" /><Property Name="customTermsOfUseUrl" Type="Edm.String" /><Property Name="favicon" Type="Edm.Stream" /><Property Name="faviconRelativeUrl" Type="Edm.String" /><Property Name="headerBackgroundColor" Type="Edm.String" /><Property Name="headerLogo" Type="Edm.Stream" /><Property Name="headerLogoRelativeUrl" Type="Edm.String" /><Property Name="loginPageLayoutConfiguration" Type="graph.loginPageLayoutConfiguration" /><Property Name="loginPageTextVisibilitySettings" Type="graph.loginPageTextVisibilitySettings" /><Property Name="signInPageText" Type="Edm.String" /><Property Name="squareLogo" Type="Edm.Stream" /><Property Name="squareLogoDark" Type="Edm.Stream" /><Property Name="squareLogoDarkRelativeUrl" Type="Edm.String" /><Property Name="squareLogoRelativeUrl" Type="Edm.String" /><Property Name="usernameHintText" Type="Edm.String" /></EntityType><EntityType Name="organizationalBranding" BaseType="graph.organizationalBrandingProperties"><NavigationProperty Name="localizations" Type="Collection(graph.organizationalBrandingLocalization)" ContainsTarget="true" /></EntityType><EntityType Name="organizationalBrandingLocalization" BaseType="graph.organizationalBrandingProperties" /><EntityType Name="orgContact" BaseType="graph.directoryObject" OpenType="true"><Property Name="addresses" Type="Collection(graph.physicalOfficeAddress)" /><Property Name="companyName" Type="Edm.String" /><Property Name="department" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="givenName" Type="Edm.String" /><Property Name="jobTitle" Type="Edm.String" /><Property Name="mail" Type="Edm.String" /><Property Name="mailNickname" Type="Edm.String" /><Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" /><Property Name="onPremisesProvisioningErrors" Type="Collection(graph.onPremisesProvisioningError)" /><Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" /><Property Name="phones" Type="Collection(graph.phone)" /><Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" /><Property Name="serviceProvisioningErrors" Type="Collection(graph.serviceProvisioningError)" /><Property Name="surname" Type="Edm.String" /><NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="manager" Type="graph.directoryObject" /><NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" /><NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" /><NavigationProperty Name="transitiveMemberOf" Type="Collection(graph.directoryObject)" /></EntityType><EntityType Name="permissionGrantConditionSet" BaseType="graph.entity"><Property Name="clientApplicationIds" Type="Collection(Edm.String)" /><Property Name="clientApplicationPublisherIds" Type="Collection(Edm.String)" /><Property Name="clientApplicationsFromVerifiedPublisherOnly" Type="Edm.Boolean" /><Property Name="clientApplicationTenantIds" Type="Collection(Edm.String)" /><Property Name="permissionClassification" Type="Edm.String" /><Property Name="permissions" Type="Collection(Edm.String)" /><Property Name="permissionType" Type="graph.permissionType" /><Property Name="resourceApplication" Type="Edm.String" /></EntityType><EntityType Name="rbacApplication" BaseType="graph.entity"><NavigationProperty Name="resourceNamespaces" Type="Collection(graph.unifiedRbacResourceNamespace)" ContainsTarget="true" /><NavigationProperty Name="roleAssignments" Type="Collection(graph.unifiedRoleAssignment)" ContainsTarget="true" /><NavigationProperty Name="roleDefinitions" Type="Collection(graph.unifiedRoleDefinition)" ContainsTarget="true" /><NavigationProperty Name="roleAssignmentScheduleInstances" Type="Collection(graph.unifiedRoleAssignmentScheduleInstance)" ContainsTarget="true" /><NavigationProperty Name="roleAssignmentScheduleRequests" Type="Collection(graph.unifiedRoleAssignmentScheduleRequest)" ContainsTarget="true" /><NavigationProperty Name="roleAssignmentSchedules" Type="Collection(graph.unifiedRoleAssignmentSchedule)" ContainsTarget="true" /><NavigationProperty Name="roleEligibilityScheduleInstances" Type="Collection(graph.unifiedRoleEligibilityScheduleInstance)" ContainsTarget="true" /><NavigationProperty Name="roleEligibilityScheduleRequests" Type="Collection(graph.unifiedRoleEligibilityScheduleRequest)" ContainsTarget="true" /><NavigationProperty Name="roleEligibilitySchedules" Type="Collection(graph.unifiedRoleEligibilitySchedule)" ContainsTarget="true" /></EntityType><EntityType Name="unifiedRbacResourceNamespace" BaseType="graph.entity"><Property Name="name" Type="Edm.String" Nullable="false" /><NavigationProperty Name="resourceActions" Type="Collection(graph.unifiedRbacResourceAction)" ContainsTarget="true" /></EntityType><EntityType Name="unifiedRoleAssignment" BaseType="graph.entity"><Property Name="appScopeId" Type="Edm.String" /><Property Name="condition" Type="Edm.String" /><Property Name="directoryScopeId" Type="Edm.String" /><Property Name="principalId" Type="Edm.String" /><Property Name="roleDefinitionId" Type="Edm.String" /><NavigationProperty Name="appScope" Type="graph.appScope" ContainsTarget="true" /><NavigationProperty Name="directoryScope" Type="graph.directoryObject" /><NavigationProperty Name="principal" Type="graph.directoryObject" /><NavigationProperty Name="roleDefinition" Type="graph.unifiedRoleDefinition" /></EntityType><EntityType Name="unifiedRoleDefinition" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="isBuiltIn" Type="Edm.Boolean" /><Property Name="isEnabled" Type="Edm.Boolean" /><Property Name="resourceScopes" Type="Collection(Edm.String)" Nullable="false" /><Property Name="rolePermissions" Type="Collection(graph.unifiedRolePermission)" Nullable="false" /><Property Name="templateId" Type="Edm.String" /><Property Name="version" Type="Edm.String" /><NavigationProperty Name="inheritsPermissionsFrom" Type="Collection(graph.unifiedRoleDefinition)" ContainsTarget="true" /></EntityType><EntityType Name="unifiedRoleScheduleInstanceBase" BaseType="graph.entity"><Property Name="appScopeId" Type="Edm.String" /><Property Name="directoryScopeId" Type="Edm.String" /><Property Name="principalId" Type="Edm.String" /><Property Name="roleDefinitionId" Type="Edm.String" /><NavigationProperty Name="appScope" Type="graph.appScope" /><NavigationProperty Name="directoryScope" Type="graph.directoryObject" /><NavigationProperty Name="principal" Type="graph.directoryObject" /><NavigationProperty Name="roleDefinition" Type="graph.unifiedRoleDefinition" /></EntityType><EntityType Name="unifiedRoleAssignmentScheduleInstance" BaseType="graph.unifiedRoleScheduleInstanceBase"><Property Name="assignmentType" Type="Edm.String" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="memberType" Type="Edm.String" /><Property Name="roleAssignmentOriginId" Type="Edm.String" /><Property Name="roleAssignmentScheduleId" Type="Edm.String" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="activatedUsing" Type="graph.unifiedRoleEligibilityScheduleInstance" /></EntityType><EntityType Name="request" BaseType="graph.entity"><Property Name="approvalId" Type="Edm.String" /><Property Name="completedDateTime" Type="Edm.DateTimeOffset" /><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="customData" Type="Edm.String" /><Property Name="status" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="unifiedRoleAssignmentScheduleRequest" BaseType="graph.request"><Property Name="action" Type="graph.unifiedRoleScheduleRequestActions" /><Property Name="appScopeId" Type="Edm.String" /><Property Name="directoryScopeId" Type="Edm.String" /><Property Name="isValidationOnly" Type="Edm.Boolean" /><Property Name="justification" Type="Edm.String" /><Property Name="principalId" Type="Edm.String" /><Property Name="roleDefinitionId" Type="Edm.String" /><Property Name="scheduleInfo" Type="graph.requestSchedule" /><Property Name="targetScheduleId" Type="Edm.String" /><Property Name="ticketInfo" Type="graph.ticketInfo" /><NavigationProperty Name="activatedUsing" Type="graph.unifiedRoleEligibilitySchedule" /><NavigationProperty Name="appScope" Type="graph.appScope" /><NavigationProperty Name="directoryScope" Type="graph.directoryObject" /><NavigationProperty Name="principal" Type="graph.directoryObject" /><NavigationProperty Name="roleDefinition" Type="graph.unifiedRoleDefinition" /><NavigationProperty Name="targetSchedule" Type="graph.unifiedRoleAssignmentSchedule" /></EntityType><EntityType Name="unifiedRoleScheduleBase" BaseType="graph.entity"><Property Name="appScopeId" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="createdUsing" Type="Edm.String" /><Property Name="directoryScopeId" Type="Edm.String" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="principalId" Type="Edm.String" /><Property Name="roleDefinitionId" Type="Edm.String" /><Property Name="status" Type="Edm.String" /><NavigationProperty Name="appScope" Type="graph.appScope" /><NavigationProperty Name="directoryScope" Type="graph.directoryObject" /><NavigationProperty Name="principal" Type="graph.directoryObject" /><NavigationProperty Name="roleDefinition" Type="graph.unifiedRoleDefinition" /></EntityType><EntityType Name="unifiedRoleAssignmentSchedule" BaseType="graph.unifiedRoleScheduleBase"><Property Name="assignmentType" Type="Edm.String" /><Property Name="memberType" Type="Edm.String" /><Property Name="scheduleInfo" Type="graph.requestSchedule" /><NavigationProperty Name="activatedUsing" Type="graph.unifiedRoleEligibilitySchedule" /></EntityType><EntityType Name="unifiedRoleEligibilityScheduleInstance" BaseType="graph.unifiedRoleScheduleInstanceBase"><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="memberType" Type="Edm.String" /><Property Name="roleEligibilityScheduleId" Type="Edm.String" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="unifiedRoleEligibilityScheduleRequest" BaseType="graph.request"><Property Name="action" Type="graph.unifiedRoleScheduleRequestActions" /><Property Name="appScopeId" Type="Edm.String" /><Property Name="directoryScopeId" Type="Edm.String" /><Property Name="isValidationOnly" Type="Edm.Boolean" /><Property Name="justification" Type="Edm.String" /><Property Name="principalId" Type="Edm.String" /><Property Name="roleDefinitionId" Type="Edm.String" /><Property Name="scheduleInfo" Type="graph.requestSchedule" /><Property Name="targetScheduleId" Type="Edm.String" /><Property Name="ticketInfo" Type="graph.ticketInfo" /><NavigationProperty Name="appScope" Type="graph.appScope" /><NavigationProperty Name="directoryScope" Type="graph.directoryObject" /><NavigationProperty Name="principal" Type="graph.directoryObject" /><NavigationProperty Name="roleDefinition" Type="graph.unifiedRoleDefinition" /><NavigationProperty Name="targetSchedule" Type="graph.unifiedRoleEligibilitySchedule" /></EntityType><EntityType Name="unifiedRoleEligibilitySchedule" BaseType="graph.unifiedRoleScheduleBase"><Property Name="memberType" Type="Edm.String" /><Property Name="scheduleInfo" Type="graph.requestSchedule" /></EntityType><EntityType Name="targetDeviceGroup" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /></EntityType><EntityType Name="roleManagement"><NavigationProperty Name="directory" Type="graph.rbacApplication" ContainsTarget="true" /><NavigationProperty Name="entitlementManagement" Type="graph.rbacApplication" ContainsTarget="true" /></EntityType><EntityType Name="samlOrWsFedExternalDomainFederation" BaseType="graph.samlOrWsFedProvider"><NavigationProperty Name="domains" Type="Collection(graph.externalDomainName)" ContainsTarget="true" /></EntityType><EntityType Name="subscribedSku" BaseType="graph.entity"><Property Name="accountId" Type="Edm.String" /><Property Name="accountName" Type="Edm.String" /><Property Name="appliesTo" Type="Edm.String" /><Property Name="capabilityStatus" Type="Edm.String" /><Property Name="consumedUnits" Type="Edm.Int32" /><Property Name="prepaidUnits" Type="graph.licenseUnitsDetail" /><Property Name="servicePlans" Type="Collection(graph.servicePlanInfo)" Nullable="false" /><Property Name="skuId" Type="Edm.Guid" /><Property Name="skuPartNumber" Type="Edm.String" /><Property Name="subscriptionIds" Type="Collection(Edm.String)" /></EntityType><EntityType Name="tenantRelationship"><NavigationProperty Name="multiTenantOrganization" Type="graph.multiTenantOrganization" ContainsTarget="true" /><NavigationProperty Name="delegatedAdminCustomers" Type="Collection(graph.delegatedAdminCustomer)" ContainsTarget="true" /><NavigationProperty Name="delegatedAdminRelationships" Type="Collection(graph.delegatedAdminRelationship)" ContainsTarget="true" /></EntityType><EntityType Name="delegatedAdminCustomer" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="tenantId" Type="Edm.String" Nullable="false" /><NavigationProperty Name="serviceManagementDetails" Type="Collection(graph.delegatedAdminServiceManagementDetail)" ContainsTarget="true" /></EntityType><EntityType Name="delegatedAdminRelationship" BaseType="graph.entity"><Property Name="accessDetails" Type="graph.delegatedAdminAccessDetails" Nullable="false" /><Property Name="activatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="autoExtendDuration" Type="Edm.Duration" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="customer" Type="graph.delegatedAdminRelationshipCustomerParticipant" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="duration" Type="Edm.Duration" Nullable="false" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="graph.delegatedAdminRelationshipStatus" /><NavigationProperty Name="accessAssignments" Type="Collection(graph.delegatedAdminAccessAssignment)" ContainsTarget="true" /><NavigationProperty Name="operations" Type="Collection(graph.delegatedAdminRelationshipOperation)" ContainsTarget="true" /><NavigationProperty Name="requests" Type="Collection(graph.delegatedAdminRelationshipRequest)" ContainsTarget="true" /></EntityType><EntityType Name="unifiedRbacResourceAction" BaseType="graph.entity"><Property Name="actionVerb" Type="Edm.String" /><Property Name="authenticationContextId" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="isAuthenticationContextSettable" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="resourceScopeId" Type="Edm.String" /></EntityType><ComplexType Name="browserSharedCookieHistory"><Property Name="comment" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="hostOnly" Type="Edm.Boolean" Nullable="false" /><Property Name="hostOrDomain" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.identitySet" Nullable="false" /><Property Name="path" Type="Edm.String" /><Property Name="publishedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="sourceEnvironment" Type="graph.browserSharedCookieSourceEnvironment" /></ComplexType><ComplexType Name="browserSiteHistory"><Property Name="allowRedirect" Type="Edm.Boolean" /><Property Name="comment" Type="Edm.String" Nullable="false" /><Property Name="compatibilityMode" Type="graph.browserSiteCompatibilityMode" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="mergeType" Type="graph.browserSiteMergeType" /><Property Name="publishedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="targetEnvironment" Type="graph.browserSiteTargetEnvironment" /></ComplexType><EntityType Name="admin"><NavigationProperty Name="edge" Type="graph.edge" ContainsTarget="true" /><NavigationProperty Name="exchange" Type="graph.exchangeAdmin" ContainsTarget="true" /><NavigationProperty Name="sharepoint" Type="graph.sharepoint" ContainsTarget="true" /><NavigationProperty Name="teams" Type="teamsAdministration.teamsAdminRoot" ContainsTarget="true" /><NavigationProperty Name="microsoft365Apps" Type="graph.adminMicrosoft365Apps" ContainsTarget="true" /><NavigationProperty Name="serviceAnnouncement" Type="graph.serviceAnnouncement" ContainsTarget="true" /><NavigationProperty Name="reportSettings" Type="graph.adminReportSettings" ContainsTarget="true" /><NavigationProperty Name="people" Type="graph.peopleAdminSettings" ContainsTarget="true" /></EntityType><EntityType Name="edge" BaseType="graph.entity"><NavigationProperty Name="internetExplorerMode" Type="graph.internetExplorerMode" ContainsTarget="true" /></EntityType><EntityType Name="exchangeAdmin" BaseType="graph.entity"><NavigationProperty Name="tracing" Type="graph.messageTracingRoot" ContainsTarget="true" /></EntityType><EntityType Name="sharepoint" BaseType="graph.entity"><NavigationProperty Name="settings" Type="graph.sharepointSettings" ContainsTarget="true" /></EntityType><EntityType Name="adminMicrosoft365Apps" BaseType="graph.entity"><NavigationProperty Name="installationOptions" Type="graph.m365AppsInstallationOptions" ContainsTarget="true" /></EntityType><EntityType Name="serviceAnnouncement" BaseType="graph.entity"><NavigationProperty Name="healthOverviews" Type="Collection(graph.serviceHealth)" ContainsTarget="true" /><NavigationProperty Name="issues" Type="Collection(graph.serviceHealthIssue)" ContainsTarget="true" /><NavigationProperty Name="messages" Type="Collection(graph.serviceUpdateMessage)" ContainsTarget="true" /></EntityType><EntityType Name="adminReportSettings" BaseType="graph.entity"><Property Name="displayConcealedNames" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="peopleAdminSettings" BaseType="graph.entity"><NavigationProperty Name="profileCardProperties" Type="Collection(graph.profileCardProperty)" ContainsTarget="true" /><NavigationProperty Name="profileSources" Type="Collection(graph.profileSource)" ContainsTarget="true" /><NavigationProperty Name="pronouns" Type="graph.pronounsSettings" ContainsTarget="true" /><NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" /></EntityType><EntityType Name="browserSharedCookie" BaseType="graph.entity"><Property Name="comment" Type="Edm.String" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deletedDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="history" Type="Collection(graph.browserSharedCookieHistory)" Nullable="false" /><Property Name="hostOnly" Type="Edm.Boolean" Nullable="false" /><Property Name="hostOrDomain" Type="Edm.String" Nullable="false" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="path" Type="Edm.String" Nullable="false" /><Property Name="sourceEnvironment" Type="graph.browserSharedCookieSourceEnvironment" Nullable="false" /><Property Name="status" Type="graph.browserSharedCookieStatus" Nullable="false" /></EntityType><EntityType Name="browserSite" BaseType="graph.entity"><Property Name="allowRedirect" Type="Edm.Boolean" Nullable="false" /><Property Name="comment" Type="Edm.String" Nullable="false" /><Property Name="compatibilityMode" Type="graph.browserSiteCompatibilityMode" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deletedDateTime" Type="Edm.DateTimeOffset" /><Property Name="history" Type="Collection(graph.browserSiteHistory)" Nullable="false" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="mergeType" Type="graph.browserSiteMergeType" Nullable="false" /><Property Name="status" Type="graph.browserSiteStatus" Nullable="false" /><Property Name="targetEnvironment" Type="graph.browserSiteTargetEnvironment" Nullable="false" /><Property Name="webUrl" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="browserSiteList" BaseType="graph.entity"><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="publishedBy" Type="graph.identitySet" /><Property Name="publishedDateTime" Type="Edm.DateTimeOffset" /><Property Name="revision" Type="Edm.String" Nullable="false" /><Property Name="status" Type="graph.browserSiteListStatus" Nullable="false" /><NavigationProperty Name="sharedCookies" Type="Collection(graph.browserSharedCookie)" ContainsTarget="true" /><NavigationProperty Name="sites" Type="Collection(graph.browserSite)" ContainsTarget="true" /></EntityType><EntityType Name="internetExplorerMode" BaseType="graph.entity"><NavigationProperty Name="siteLists" Type="Collection(graph.browserSiteList)" ContainsTarget="true" /></EntityType><ComplexType Name="challengingWord"><Property Name="count" Type="Edm.Int64" Nullable="false" /><Property Name="word" Type="Edm.String" Nullable="false" /></ComplexType><EntityType Name="educationRoot"><NavigationProperty Name="reports" Type="graph.reportsRoot" ContainsTarget="true" /><NavigationProperty Name="classes" Type="Collection(graph.educationClass)" ContainsTarget="true" /><NavigationProperty Name="me" Type="graph.educationUser" ContainsTarget="true" /><NavigationProperty Name="schools" Type="Collection(graph.educationSchool)" ContainsTarget="true" /><NavigationProperty Name="users" Type="Collection(graph.educationUser)" ContainsTarget="true" /></EntityType><EntityType Name="reportsRoot" BaseType="graph.entity"><NavigationProperty Name="readingAssignmentSubmissions" Type="Collection(graph.readingAssignmentSubmission)" ContainsTarget="true" /><NavigationProperty Name="readingCoachPassages" Type="Collection(graph.readingCoachPassage)" ContainsTarget="true" /><NavigationProperty Name="reflectCheckInResponses" Type="Collection(graph.reflectCheckInResponse)" ContainsTarget="true" /><NavigationProperty Name="speakerAssignmentSubmissions" Type="Collection(graph.speakerAssignmentSubmission)" ContainsTarget="true" /></EntityType><EntityType Name="educationClass" BaseType="graph.entity"><Property Name="classCode" Type="Edm.String" /><Property Name="course" Type="graph.educationCourse" /><Property Name="createdBy" Type="graph.identitySet" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="externalId" Type="Edm.String" /><Property Name="externalName" Type="Edm.String" /><Property Name="externalSource" Type="graph.educationExternalSource" /><Property Name="externalSourceDetail" Type="Edm.String" /><Property Name="grade" Type="Edm.String" /><Property Name="mailNickname" Type="Edm.String" Nullable="false" /><Property Name="term" Type="graph.educationTerm" /><NavigationProperty Name="assignmentCategories" Type="Collection(graph.educationCategory)" ContainsTarget="true" /><NavigationProperty Name="assignmentDefaults" Type="graph.educationAssignmentDefaults" ContainsTarget="true" /><NavigationProperty Name="assignments" Type="Collection(graph.educationAssignment)" ContainsTarget="true" /><NavigationProperty Name="assignmentSettings" Type="graph.educationAssignmentSettings" ContainsTarget="true" /><NavigationProperty Name="modules" Type="Collection(graph.educationModule)" ContainsTarget="true" /><NavigationProperty Name="group" Type="graph.group" /><NavigationProperty Name="members" Type="Collection(graph.educationUser)" /><NavigationProperty Name="schools" Type="Collection(graph.educationSchool)" /><NavigationProperty Name="teachers" Type="Collection(graph.educationUser)" /></EntityType><EntityType Name="educationUser" BaseType="graph.entity"><Property Name="relatedContacts" Type="Collection(graph.relatedContact)" /><Property Name="accountEnabled" Type="Edm.Boolean" /><Property Name="assignedLicenses" Type="Collection(graph.assignedLicense)" Nullable="false" /><Property Name="assignedPlans" Type="Collection(graph.assignedPlan)" Nullable="false" /><Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" /><Property Name="createdBy" Type="graph.identitySet" /><Property Name="department" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="externalSource" Type="graph.educationExternalSource" /><Property Name="externalSourceDetail" Type="Edm.String" /><Property Name="givenName" Type="Edm.String" /><Property Name="mail" Type="Edm.String" /><Property Name="mailingAddress" Type="graph.physicalAddress" /><Property Name="mailNickname" Type="Edm.String" /><Property Name="middleName" Type="Edm.String" /><Property Name="mobilePhone" Type="Edm.String" /><Property Name="officeLocation" Type="Edm.String" /><Property Name="onPremisesInfo" Type="graph.educationOnPremisesInfo" /><Property Name="passwordPolicies" Type="Edm.String" /><Property Name="passwordProfile" Type="graph.passwordProfile" /><Property Name="preferredLanguage" Type="Edm.String" /><Property Name="primaryRole" Type="graph.educationUserRole" Nullable="false" /><Property Name="provisionedPlans" Type="Collection(graph.provisionedPlan)" Nullable="false" /><Property Name="refreshTokensValidFromDateTime" Type="Edm.DateTimeOffset" /><Property Name="residenceAddress" Type="graph.physicalAddress" /><Property Name="showInAddressList" Type="Edm.Boolean" /><Property Name="student" Type="graph.educationStudent" /><Property Name="surname" Type="Edm.String" /><Property Name="teacher" Type="graph.educationTeacher" /><Property Name="usageLocation" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /><Property Name="userType" Type="Edm.String" /><NavigationProperty Name="assignments" Type="Collection(graph.educationAssignment)" ContainsTarget="true" /><NavigationProperty Name="rubrics" Type="Collection(graph.educationRubric)" ContainsTarget="true" /><NavigationProperty Name="classes" Type="Collection(graph.educationClass)" /><NavigationProperty Name="schools" Type="Collection(graph.educationSchool)" /><NavigationProperty Name="taughtClasses" Type="Collection(graph.educationClass)" /><NavigationProperty Name="user" Type="graph.user" /></EntityType><EntityType Name="educationOrganization" BaseType="graph.entity" Abstract="true"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="externalSource" Type="graph.educationExternalSource" /><Property Name="externalSourceDetail" Type="Edm.String" /></EntityType><EntityType Name="educationSchool" BaseType="graph.educationOrganization"><Property Name="address" Type="graph.physicalAddress" /><Property Name="createdBy" Type="graph.identitySet" /><Property Name="externalId" Type="Edm.String" /><Property Name="externalPrincipalId" Type="Edm.String" /><Property Name="fax" Type="Edm.String" /><Property Name="highestGrade" Type="Edm.String" /><Property Name="lowestGrade" Type="Edm.String" /><Property Name="phone" Type="Edm.String" /><Property Name="principalEmail" Type="Edm.String" /><Property Name="principalName" Type="Edm.String" /><Property Name="schoolNumber" Type="Edm.String" /><NavigationProperty Name="administrativeUnit" Type="graph.administrativeUnit" /><NavigationProperty Name="classes" Type="Collection(graph.educationClass)" /><NavigationProperty Name="users" Type="Collection(graph.educationUser)" /></EntityType><EntityType Name="readingAssignmentSubmission" BaseType="graph.entity"><Property Name="accuracyScore" Type="Edm.Double" Nullable="false" /><Property Name="action" Type="Edm.String" Nullable="false" /><Property Name="assignmentId" Type="Edm.String" Nullable="false" /><Property Name="challengingWords" Type="Collection(graph.challengingWord)" Nullable="false" /><Property Name="classId" Type="Edm.String" /><Property Name="insertions" Type="Edm.Int64" Nullable="false" /><Property Name="mispronunciations" Type="Edm.Int64" Nullable="false" /><Property Name="missedExclamationMarks" Type="Edm.Int64" Nullable="false" /><Property Name="missedPeriods" Type="Edm.Int64" Nullable="false" /><Property Name="missedQuestionMarks" Type="Edm.Int64" Nullable="false" /><Property Name="missedShorts" Type="Edm.Int64" Nullable="false" /><Property Name="monotoneScore" Type="Edm.Double" Nullable="false" /><Property Name="omissions" Type="Edm.Int64" Nullable="false" /><Property Name="repetitions" Type="Edm.Int64" Nullable="false" /><Property Name="selfCorrections" Type="Edm.Int64" Nullable="false" /><Property Name="studentId" Type="Edm.String" /><Property Name="submissionDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="submissionId" Type="Edm.String" /><Property Name="unexpectedPauses" Type="Edm.Int64" Nullable="false" /><Property Name="wordCount" Type="Edm.Int64" Nullable="false" /><Property Name="wordsPerMinute" Type="Edm.Double" Nullable="false" /></EntityType><EntityType Name="readingCoachPassage" BaseType="graph.entity"><Property Name="isReadingCompleted" Type="Edm.Boolean" Nullable="false" /><Property Name="languageTag" Type="Edm.String" Nullable="false" /><Property Name="practicedAtDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="practiceWords" Type="Collection(Edm.String)" Nullable="false" /><Property Name="storyType" Type="graph.readingCoachStoryType" Nullable="false" /><Property Name="studentId" Type="Edm.String" /><Property Name="timeSpentReadingInSeconds" Type="Edm.Double" Nullable="false" /><Property Name="wordsAccuracyPercentage" Type="Edm.Double" Nullable="false" /><Property Name="wordsPerMinute" Type="Edm.Double" Nullable="false" /></EntityType><EntityType Name="reflectCheckInResponse" BaseType="graph.entity"><Property Name="checkInId" Type="Edm.String" /><Property Name="checkInTitle" Type="Edm.String" Nullable="false" /><Property Name="classId" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="creatorId" Type="Edm.String" /><Property Name="isClosed" Type="Edm.Boolean" Nullable="false" /><Property Name="responderId" Type="Edm.String" /><Property Name="responseEmotion" Type="graph.responseEmotionType" Nullable="false" /><Property Name="responseFeedback" Type="graph.responseFeedbackType" Nullable="false" /><Property Name="submitDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="speakerAssignmentSubmission" BaseType="graph.entity"><Property Name="assignmentId" Type="Edm.String" Nullable="false" /><Property Name="averageWordsPerMinutePace" Type="Edm.Int64" /><Property Name="classId" Type="Edm.String" /><Property Name="fillerWordsOccurrencesCount" Type="Edm.Int64" /><Property Name="incorrectCameraDistanceOccurrencesCount" Type="Edm.Int64" /><Property Name="lengthOfSubmissionInSeconds" Type="Edm.Double" Nullable="false" /><Property Name="lostEyeContactOccurrencesCount" Type="Edm.Int64" /><Property Name="monotoneOccurrencesCount" Type="Edm.Int64" /><Property Name="nonInclusiveLanguageOccurrencesCount" Type="Edm.Int64" /><Property Name="obstructedViewOccurrencesCount" Type="Edm.Int64" /><Property Name="repetitiveLanguageOccurrencesCount" Type="Edm.Int64" /><Property Name="studentId" Type="Edm.String" /><Property Name="submissionDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="submissionId" Type="Edm.String" /><Property Name="topFillerWords" Type="Collection(Edm.String)" Nullable="false" /><Property Name="topMispronouncedWords" Type="Collection(Edm.String)" Nullable="false" /><Property Name="topNonInclusiveWordsAndPhrases" Type="Collection(Edm.String)" Nullable="false" /><Property Name="topRepetitiveWordsAndPhrases" Type="Collection(Edm.String)" Nullable="false" /><Property Name="wordsSpokenCount" Type="Edm.Int64" Nullable="false" /></EntityType><ComplexType Name="educationAiFeedbackAudienceEngagementSettings"><Property Name="areEngagementStrategiesEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isCallToActionEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isEmotionalAndIntellectualAppealEnabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="educationAiFeedbackContentSettings"><Property Name="isMessageClarityEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isQualityOfInformationEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isSpeechOrganizationEnabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="educationAiFeedbackCriteria"><Property Name="aiFeedbackSettings" Type="graph.educationAiFeedbackSettings" Nullable="false" /><Property Name="speechType" Type="graph.educationSpeechType" Nullable="false" /></ComplexType><ComplexType Name="educationAiFeedbackSettings"><Property Name="audienceEngagementSettings" Type="graph.educationAiFeedbackAudienceEngagementSettings" /><Property Name="contentSettings" Type="graph.educationAiFeedbackContentSettings" /><Property Name="deliverySettings" Type="graph.educationAiFeedbackDeliverySettings" /></ComplexType><ComplexType Name="educationAiFeedbackDeliverySettings"><Property Name="areRhetoricalTechniquesEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isLanguageUseEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isStyleEnabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="educationAssignmentRecipient" Abstract="true" /><ComplexType Name="educationAssignmentClassRecipient" BaseType="graph.educationAssignmentRecipient" /><ComplexType Name="educationAssignmentGrade" Abstract="true"><Property Name="gradedBy" Type="graph.identitySet" /><Property Name="gradedDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="educationAssignmentGradeType" Abstract="true" /><ComplexType Name="educationAssignmentGroupRecipient" BaseType="graph.educationAssignmentRecipient" /><ComplexType Name="educationAssignmentIndividualRecipient" BaseType="graph.educationAssignmentRecipient"><Property Name="recipients" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="educationAssignmentPointsGrade" BaseType="graph.educationAssignmentGrade"><Property Name="points" Type="Edm.Single" /></ComplexType><ComplexType Name="educationAssignmentPointsGradeType" BaseType="graph.educationAssignmentGradeType"><Property Name="maxPoints" Type="Edm.Single" /></ComplexType><ComplexType Name="educationResource" Abstract="true"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="educationChannelResource" BaseType="graph.educationResource"><Property Name="url" Type="Edm.String" /></ComplexType><ComplexType Name="educationExcelResource" BaseType="graph.educationResource"><Property Name="fileUrl" Type="Edm.String" /></ComplexType><ComplexType Name="educationExternalResource" BaseType="graph.educationResource"><Property Name="webUrl" Type="Edm.String" /></ComplexType><ComplexType Name="educationFeedback"><Property Name="feedbackBy" Type="graph.identitySet" /><Property Name="feedbackDateTime" Type="Edm.DateTimeOffset" /><Property Name="text" Type="graph.educationItemBody" /></ComplexType><ComplexType Name="educationItemBody"><Property Name="content" Type="Edm.String" /><Property Name="contentType" Type="graph.bodyType" /></ComplexType><ComplexType Name="educationFileResource" BaseType="graph.educationResource"><Property Name="fileUrl" Type="Edm.String" /></ComplexType><ComplexType Name="educationGradingSchemeGrade"><Property Name="defaultPercentage" Type="Edm.Single" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="minPercentage" Type="Edm.Single" Nullable="false" /></ComplexType><ComplexType Name="educationLinkedAssignmentResource" BaseType="graph.educationResource"><Property Name="url" Type="Edm.String" /></ComplexType><ComplexType Name="educationLinkResource" BaseType="graph.educationResource"><Property Name="link" Type="Edm.String" /></ComplexType><ComplexType Name="educationMediaResource" BaseType="graph.educationResource"><Property Name="fileUrl" Type="Edm.String" /></ComplexType><ComplexType Name="educationPowerPointResource" BaseType="graph.educationResource"><Property Name="fileUrl" Type="Edm.String" /></ComplexType><ComplexType Name="educationSpeakerCoachAudienceEngagementSettings"><Property Name="isBodyLanguageEnabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="educationSpeakerCoachContentSettings"><Property Name="isInclusivenessEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isRepetitiveLanguageEnabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="educationSpeakerCoachDeliverySettings"><Property Name="areFillerWordsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isPaceEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isPitchEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isPronunciationEnabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="educationSpeakerCoachSettings"><Property Name="audienceEngagementSettings" Type="graph.educationSpeakerCoachAudienceEngagementSettings" /><Property Name="contentSettings" Type="graph.educationSpeakerCoachContentSettings" /><Property Name="deliverySettings" Type="graph.educationSpeakerCoachDeliverySettings" /></ComplexType><ComplexType Name="educationSpeakerProgressResource" BaseType="graph.educationResource"><Property Name="aiFeedbackCriteria" Type="graph.educationAiFeedbackCriteria" /><Property Name="isAiFeedbackEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isVideoRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="maxRecordingAttempts" Type="Edm.Int32" Nullable="false" /><Property Name="presentationTitle" Type="Edm.String" Nullable="false" /><Property Name="recordingTimeLimitInMinutes" Type="Edm.Int32" Nullable="false" /><Property Name="showRehearsalReportToStudentBeforeMediaUpload" Type="Edm.Boolean" Nullable="false" /><Property Name="speakerCoachSettings" Type="graph.educationSpeakerCoachSettings" /><Property Name="spokenLanguageLocale" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="educationSubmissionRecipient" Abstract="true" /><ComplexType Name="educationSubmissionIndividualRecipient" BaseType="graph.educationSubmissionRecipient"><Property Name="userId" Type="Edm.String" /></ComplexType><ComplexType Name="educationTeamsAppResource" BaseType="graph.educationResource"><Property Name="appIconWebUrl" Type="Edm.String" /><Property Name="appId" Type="Edm.String" /><Property Name="teamsEmbeddedContentUrl" Type="Edm.String" /><Property Name="webUrl" Type="Edm.String" /></ComplexType><ComplexType Name="educationWordResource" BaseType="graph.educationResource"><Property Name="fileUrl" Type="Edm.String" /></ComplexType><ComplexType Name="rubricCriterion"><Property Name="description" Type="graph.educationItemBody" /></ComplexType><ComplexType Name="rubricLevel"><Property Name="description" Type="graph.educationItemBody" /><Property Name="displayName" Type="Edm.String" /><Property Name="grading" Type="graph.educationAssignmentGradeType" /><Property Name="levelId" Type="Edm.String" /></ComplexType><ComplexType Name="rubricQuality"><Property Name="criteria" Type="Collection(graph.rubricCriterion)" /><Property Name="description" Type="graph.educationItemBody" /><Property Name="displayName" Type="Edm.String" /><Property Name="qualityId" Type="Edm.String" /><Property Name="weight" Type="Edm.Single" /></ComplexType><ComplexType Name="rubricQualityFeedbackModel"><Property Name="feedback" Type="graph.educationItemBody" /><Property Name="qualityId" Type="Edm.String" /></ComplexType><ComplexType Name="rubricQualitySelectedColumnModel"><Property Name="columnId" Type="Edm.String" /><Property Name="qualityId" Type="Edm.String" /></ComplexType><EntityType Name="educationAssignment" BaseType="graph.entity"><Property Name="addedStudentAction" Type="graph.educationAddedStudentAction" /><Property Name="addToCalendarAction" Type="graph.educationAddToCalendarOptions" /><Property Name="allowLateSubmissions" Type="Edm.Boolean" /><Property Name="allowStudentsToAddResourcesToSubmission" Type="Edm.Boolean" /><Property Name="assignDateTime" Type="Edm.DateTimeOffset" /><Property Name="assignedDateTime" Type="Edm.DateTimeOffset" /><Property Name="assignTo" Type="graph.educationAssignmentRecipient" /><Property Name="classId" Type="Edm.String" /><Property Name="closeDateTime" Type="Edm.DateTimeOffset" /><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" /><Property Name="dueDateTime" Type="Edm.DateTimeOffset" /><Property Name="feedbackResourcesFolderUrl" Type="Edm.String" /><Property Name="grading" Type="graph.educationAssignmentGradeType" /><Property Name="instructions" Type="graph.educationItemBody" /><Property Name="languageTag" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="moduleUrl" Type="Edm.String" /><Property Name="notificationChannelUrl" Type="Edm.String" /><Property Name="resourcesFolderUrl" Type="Edm.String" /><Property Name="status" Type="graph.educationAssignmentStatus" /><Property Name="webUrl" Type="Edm.String" /><NavigationProperty Name="categories" Type="Collection(graph.educationCategory)" ContainsTarget="true" /><NavigationProperty Name="gradingCategory" Type="graph.educationGradingCategory" /><NavigationProperty Name="gradingScheme" Type="graph.educationGradingScheme" /><NavigationProperty Name="resources" Type="Collection(graph.educationAssignmentResource)" ContainsTarget="true" /><NavigationProperty Name="rubric" Type="graph.educationRubric" ContainsTarget="true" /><NavigationProperty Name="submissions" Type="Collection(graph.educationSubmission)" ContainsTarget="true" /></EntityType><EntityType Name="educationCategory" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /></EntityType><EntityType Name="educationGradingCategory" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="percentageWeight" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="educationGradingScheme" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="grades" Type="Collection(graph.educationGradingSchemeGrade)" Nullable="false" /><Property Name="hidePointsDuringGrading" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="educationAssignmentResource" BaseType="graph.entity"><Property Name="distributeForStudentWork" Type="Edm.Boolean" /><Property Name="resource" Type="graph.educationResource" /><NavigationProperty Name="dependentResources" Type="Collection(graph.educationAssignmentResource)" ContainsTarget="true" /></EntityType><EntityType Name="educationRubric" BaseType="graph.entity"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="graph.educationItemBody" /><Property Name="displayName" Type="Edm.String" /><Property Name="grading" Type="graph.educationAssignmentGradeType" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="levels" Type="Collection(graph.rubricLevel)" /><Property Name="qualities" Type="Collection(graph.rubricQuality)" /></EntityType><EntityType Name="educationSubmission" BaseType="graph.entity"><Property Name="assignmentId" Type="Edm.String" /><Property Name="excusedBy" Type="graph.identitySet" /><Property Name="excusedDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="reassignedBy" Type="graph.identitySet" /><Property Name="reassignedDateTime" Type="Edm.DateTimeOffset" /><Property Name="recipient" Type="graph.educationSubmissionRecipient" /><Property Name="resourcesFolderUrl" Type="Edm.String" /><Property Name="returnedBy" Type="graph.identitySet" /><Property Name="returnedDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="graph.educationSubmissionStatus" /><Property Name="submittedBy" Type="graph.identitySet" /><Property Name="submittedDateTime" Type="Edm.DateTimeOffset" /><Property Name="unsubmittedBy" Type="graph.identitySet" /><Property Name="unsubmittedDateTime" Type="Edm.DateTimeOffset" /><Property Name="webUrl" Type="Edm.String" /><NavigationProperty Name="outcomes" Type="Collection(graph.educationOutcome)" ContainsTarget="true" /><NavigationProperty Name="resources" Type="Collection(graph.educationSubmissionResource)" ContainsTarget="true" /><NavigationProperty Name="submittedResources" Type="Collection(graph.educationSubmissionResource)" ContainsTarget="true" /></EntityType><EntityType Name="educationAssignmentDefaults" BaseType="graph.entity"><Property Name="addedStudentAction" Type="graph.educationAddedStudentAction" /><Property Name="addToCalendarAction" Type="graph.educationAddToCalendarOptions" /><Property Name="dueTime" Type="Edm.TimeOfDay" /><Property Name="notificationChannelUrl" Type="Edm.String" /></EntityType><EntityType Name="educationAssignmentSettings" BaseType="graph.entity"><Property Name="submissionAnimationDisabled" Type="Edm.Boolean" /><NavigationProperty Name="defaultGradingScheme" Type="graph.educationGradingScheme" /><NavigationProperty Name="gradingCategories" Type="Collection(graph.educationGradingCategory)" ContainsTarget="true" /><NavigationProperty Name="gradingSchemes" Type="Collection(graph.educationGradingScheme)" ContainsTarget="true" /></EntityType><EntityType Name="educationModule" BaseType="graph.entity"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="isPinned" Type="Edm.Boolean" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="resourcesFolderUrl" Type="Edm.String" /><Property Name="status" Type="graph.educationModuleStatus" /><NavigationProperty Name="resources" Type="Collection(graph.educationModuleResource)" ContainsTarget="true" /></EntityType><ComplexType Name="educationCourse"><Property Name="courseNumber" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="externalId" Type="Edm.String" /><Property Name="subject" Type="Edm.String" /></ComplexType><ComplexType Name="educationTerm"><Property Name="displayName" Type="Edm.String" /><Property Name="endDate" Type="Edm.Date" /><Property Name="externalId" Type="Edm.String" /><Property Name="startDate" Type="Edm.Date" /></ComplexType><EntityType Name="educationOutcome" BaseType="graph.entity" Abstract="true"><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="educationFeedbackOutcome" BaseType="graph.educationOutcome"><Property Name="feedback" Type="graph.educationFeedback" /><Property Name="publishedFeedback" Type="graph.educationFeedback" /></EntityType><EntityType Name="educationFeedbackResourceOutcome" BaseType="graph.educationOutcome"><Property Name="feedbackResource" Type="graph.educationResource" /><Property Name="resourceStatus" Type="graph.educationFeedbackResourceOutcomeStatus" /></EntityType><EntityType Name="educationModuleResource" BaseType="graph.entity"><Property Name="resource" Type="graph.educationResource" /></EntityType><EntityType Name="educationPointsOutcome" BaseType="graph.educationOutcome"><Property Name="points" Type="graph.educationAssignmentPointsGrade" /><Property Name="publishedPoints" Type="graph.educationAssignmentPointsGrade" /></EntityType><EntityType Name="educationRubricOutcome" BaseType="graph.educationOutcome"><Property Name="publishedRubricQualityFeedback" Type="Collection(graph.rubricQualityFeedbackModel)" /><Property Name="publishedRubricQualitySelectedLevels" Type="Collection(graph.rubricQualitySelectedColumnModel)" /><Property Name="rubricQualityFeedback" Type="Collection(graph.rubricQualityFeedbackModel)" /><Property Name="rubricQualitySelectedLevels" Type="Collection(graph.rubricQualitySelectedColumnModel)" /></EntityType><EntityType Name="educationSubmissionResource" BaseType="graph.entity"><Property Name="assignmentResourceUrl" Type="Edm.String" /><Property Name="resource" Type="graph.educationResource" /><NavigationProperty Name="dependentResources" Type="Collection(graph.educationSubmissionResource)" ContainsTarget="true" /></EntityType><ComplexType Name="relatedContact"><Property Name="accessConsent" Type="Edm.Boolean" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="emailAddress" Type="Edm.String" Nullable="false" /><Property Name="mobilePhone" Type="Edm.String" /><Property Name="relationship" Type="graph.contactRelationship" Nullable="false" /></ComplexType><ComplexType Name="educationOnPremisesInfo"><Property Name="immutableId" Type="Edm.String" /></ComplexType><ComplexType Name="educationStudent"><Property Name="birthDate" Type="Edm.Date" /><Property Name="externalId" Type="Edm.String" /><Property Name="gender" Type="graph.educationGender" /><Property Name="grade" Type="Edm.String" /><Property Name="graduationYear" Type="Edm.String" /><Property Name="studentNumber" Type="Edm.String" /></ComplexType><ComplexType Name="educationTeacher"><Property Name="externalId" Type="Edm.String" /><Property Name="teacherNumber" Type="Edm.String" /></ComplexType><ComplexType Name="artifactQuery"><Property Name="artifactType" Type="graph.restorableArtifact" /><Property Name="queryExpression" Type="Edm.String" /></ComplexType><ComplexType Name="protectionPolicyArtifactCount"><Property Name="completed" Type="Edm.Int32" /><Property Name="failed" Type="Edm.Int32" /><Property Name="inProgress" Type="Edm.Int32" /><Property Name="total" Type="Edm.Int32" /></ComplexType><ComplexType Name="restorePointSearchResponse"><Property Name="noResultProtectionUnitIds" Type="Collection(Edm.String)" /><Property Name="searchResponseId" Type="Edm.String" /><Property Name="searchResults" Type="Collection(graph.restorePointSearchResult)" /></ComplexType><ComplexType Name="restorePointSearchResult"><Property Name="artifactHitCount" Type="Edm.Int32" /><NavigationProperty Name="restorePoint" Type="graph.restorePoint" /></ComplexType><EntityType Name="restorePoint" BaseType="graph.entity"><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="protectionDateTime" Type="Edm.DateTimeOffset" /><Property Name="tags" Type="graph.restorePointTags" /><NavigationProperty Name="protectionUnit" Type="graph.protectionUnitBase" /></EntityType><ComplexType Name="restoreSessionArtifactCount"><Property Name="completed" Type="Edm.Int32" /><Property Name="failed" Type="Edm.Int32" /><Property Name="inProgress" Type="Edm.Int32" /><Property Name="total" Type="Edm.Int32" /></ComplexType><ComplexType Name="retentionSetting"><Property Name="interval" Type="Edm.String" /><Property Name="period" Type="Edm.Duration" /></ComplexType><ComplexType Name="serviceStatus"><Property Name="backupServiceConsumer" Type="graph.backupServiceConsumer" /><Property Name="disableReason" Type="graph.disableReason" /><Property Name="gracePeriodDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="restoreAllowedTillDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="graph.backupServiceStatus" /></ComplexType><ComplexType Name="timePeriod"><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /></ComplexType><EntityType Name="protectionRuleBase" BaseType="graph.entity" Abstract="true"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="error" Type="graph.publicError" /><Property Name="isAutoApplyEnabled" Type="Edm.Boolean" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="graph.protectionRuleStatus" /></EntityType><EntityType Name="driveProtectionRule" BaseType="graph.protectionRuleBase"><Property Name="driveExpression" Type="Edm.String" /></EntityType><EntityType Name="protectionUnitBase" BaseType="graph.entity" Abstract="true"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="error" Type="graph.publicError" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="offboardRequestedDateTime" Type="Edm.DateTimeOffset" /><Property Name="policyId" Type="Edm.String" /><Property Name="protectionSources" Type="graph.protectionSource" Nullable="false" /><Property Name="status" Type="graph.protectionUnitStatus" /></EntityType><EntityType Name="driveProtectionUnit" BaseType="graph.protectionUnitBase"><Property Name="directoryObjectId" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="email" Type="Edm.String" /></EntityType><EntityType Name="protectionUnitsBulkJobBase" BaseType="graph.entity" Abstract="true"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" /><Property Name="error" Type="graph.publicError" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="graph.protectionUnitsBulkJobStatus" Nullable="false" /></EntityType><EntityType Name="driveProtectionUnitsBulkAdditionJob" BaseType="graph.protectionUnitsBulkJobBase"><Property Name="directoryObjectIds" Type="Collection(Edm.String)" /><Property Name="drives" Type="Collection(Edm.String)" /></EntityType><EntityType Name="protectionPolicyBase" BaseType="graph.entity" Abstract="true"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" /><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="protectionPolicyArtifactCount" Type="graph.protectionPolicyArtifactCount" /><Property Name="retentionSettings" Type="Collection(graph.retentionSetting)" /><Property Name="status" Type="graph.protectionPolicyStatus" /></EntityType><EntityType Name="exchangeProtectionPolicy" BaseType="graph.protectionPolicyBase"><NavigationProperty Name="mailboxInclusionRules" Type="Collection(graph.mailboxProtectionRule)" /><NavigationProperty Name="mailboxProtectionUnits" Type="Collection(graph.mailboxProtectionUnit)" /><NavigationProperty Name="mailboxProtectionUnitsBulkAdditionJobs" Type="Collection(graph.mailboxProtectionUnitsBulkAdditionJob)" /></EntityType><EntityType Name="restoreSessionBase" BaseType="graph.entity"><Property Name="completedDateTime" Type="Edm.DateTimeOffset" /><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="error" Type="graph.publicError" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="restoreJobType" Type="graph.restoreJobType" /><Property Name="restoreSessionArtifactCount" Type="graph.restoreSessionArtifactCount" /><Property Name="status" Type="graph.restoreSessionStatus" /></EntityType><EntityType Name="exchangeRestoreSession" BaseType="graph.restoreSessionBase"><NavigationProperty Name="granularMailboxRestoreArtifacts" Type="Collection(graph.granularMailboxRestoreArtifact)" ContainsTarget="true" /><NavigationProperty Name="mailboxRestoreArtifacts" Type="Collection(graph.mailboxRestoreArtifact)" ContainsTarget="true" /><NavigationProperty Name="mailboxRestoreArtifactsBulkAdditionRequests" Type="Collection(graph.mailboxRestoreArtifactsBulkAdditionRequest)" ContainsTarget="true" /></EntityType><EntityType Name="mailboxProtectionRule" BaseType="graph.protectionRuleBase"><Property Name="mailboxExpression" Type="Edm.String" /></EntityType><EntityType Name="mailboxProtectionUnit" BaseType="graph.protectionUnitBase"><Property Name="directoryObjectId" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="email" Type="Edm.String" /></EntityType><EntityType Name="mailboxProtectionUnitsBulkAdditionJob" BaseType="graph.protectionUnitsBulkJobBase"><Property Name="directoryObjectIds" Type="Collection(Edm.String)" /><Property Name="mailboxes" Type="Collection(Edm.String)" /></EntityType><EntityType Name="oneDriveForBusinessProtectionPolicy" BaseType="graph.protectionPolicyBase"><NavigationProperty Name="driveInclusionRules" Type="Collection(graph.driveProtectionRule)" /><NavigationProperty Name="driveProtectionUnits" Type="Collection(graph.driveProtectionUnit)" /><NavigationProperty Name="driveProtectionUnitsBulkAdditionJobs" Type="Collection(graph.driveProtectionUnitsBulkAdditionJob)" /></EntityType><EntityType Name="oneDriveForBusinessRestoreSession" BaseType="graph.restoreSessionBase"><NavigationProperty Name="driveRestoreArtifacts" Type="Collection(graph.driveRestoreArtifact)" ContainsTarget="true" /><NavigationProperty Name="driveRestoreArtifactsBulkAdditionRequests" Type="Collection(graph.driveRestoreArtifactsBulkAdditionRequest)" ContainsTarget="true" /></EntityType><EntityType Name="serviceApp" BaseType="graph.entity"><Property Name="application" Type="graph.identity" /><Property Name="effectiveDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="registrationDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="graph.serviceAppStatus" /></EntityType><EntityType Name="sharePointProtectionPolicy" BaseType="graph.protectionPolicyBase"><NavigationProperty Name="siteInclusionRules" Type="Collection(graph.siteProtectionRule)" /><NavigationProperty Name="siteProtectionUnits" Type="Collection(graph.siteProtectionUnit)" /><NavigationProperty Name="siteProtectionUnitsBulkAdditionJobs" Type="Collection(graph.siteProtectionUnitsBulkAdditionJob)" /></EntityType><EntityType Name="sharePointRestoreSession" BaseType="graph.restoreSessionBase"><NavigationProperty Name="siteRestoreArtifacts" Type="Collection(graph.siteRestoreArtifact)" ContainsTarget="true" /><NavigationProperty Name="siteRestoreArtifactsBulkAdditionRequests" Type="Collection(graph.siteRestoreArtifactsBulkAdditionRequest)" ContainsTarget="true" /></EntityType><EntityType Name="siteProtectionRule" BaseType="graph.protectionRuleBase"><Property Name="siteExpression" Type="Edm.String" /></EntityType><EntityType Name="siteProtectionUnit" BaseType="graph.protectionUnitBase"><Property Name="siteId" Type="Edm.String" /><Property Name="siteName" Type="Edm.String" /><Property Name="siteWebUrl" Type="Edm.String" /></EntityType><EntityType Name="siteProtectionUnitsBulkAdditionJob" BaseType="graph.protectionUnitsBulkJobBase"><Property Name="siteIds" Type="Collection(Edm.String)" /><Property Name="siteWebUrls" Type="Collection(Edm.String)" /></EntityType><EntityType Name="restoreArtifactBase" BaseType="graph.entity"><Property Name="completionDateTime" Type="Edm.DateTimeOffset" /><Property Name="destinationType" Type="graph.destinationType" /><Property Name="error" Type="graph.publicError" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="graph.artifactRestoreStatus" /><NavigationProperty Name="restorePoint" Type="graph.restorePoint" /></EntityType><EntityType Name="driveRestoreArtifact" BaseType="graph.restoreArtifactBase"><Property Name="restoredSiteId" Type="Edm.String" /><Property Name="restoredSiteName" Type="Edm.String" /><Property Name="restoredSiteWebUrl" Type="Edm.String" /></EntityType><EntityType Name="restoreArtifactsBulkRequestBase" BaseType="graph.entity"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="destinationType" Type="graph.destinationType" /><Property Name="displayName" Type="Edm.String" /><Property Name="error" Type="graph.publicError" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="protectionTimePeriod" Type="graph.timePeriod" /><Property Name="protectionUnitIds" Type="Collection(Edm.String)" /><Property Name="restorePointPreference" Type="graph.restorePointPreference" /><Property Name="status" Type="graph.restoreArtifactsBulkRequestStatus" Nullable="false" /><Property Name="tags" Type="graph.restorePointTags" /></EntityType><EntityType Name="driveRestoreArtifactsBulkAdditionRequest" BaseType="graph.restoreArtifactsBulkRequestBase"><Property Name="directoryObjectIds" Type="Collection(Edm.String)" /><Property Name="drives" Type="Collection(Edm.String)" /></EntityType><EntityType Name="mailboxRestoreArtifact" BaseType="graph.restoreArtifactBase"><Property Name="restoredFolderId" Type="Edm.String" /><Property Name="restoredFolderName" Type="Edm.String" /><Property Name="restoredItemCount" Type="Edm.Int32" /></EntityType><EntityType Name="granularMailboxRestoreArtifact" BaseType="graph.mailboxRestoreArtifact"><Property Name="artifactCount" Type="Edm.Int32" /><Property Name="searchResponseId" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="mailboxRestoreArtifactsBulkAdditionRequest" BaseType="graph.restoreArtifactsBulkRequestBase"><Property Name="directoryObjectIds" Type="Collection(Edm.String)" /><Property Name="mailboxes" Type="Collection(Edm.String)" /></EntityType><EntityType Name="siteRestoreArtifact" BaseType="graph.restoreArtifactBase"><Property Name="restoredSiteId" Type="Edm.String" /><Property Name="restoredSiteName" Type="Edm.String" /><Property Name="restoredSiteWebUrl" Type="Edm.String" /></EntityType><EntityType Name="siteRestoreArtifactsBulkAdditionRequest" BaseType="graph.restoreArtifactsBulkRequestBase"><Property Name="siteIds" Type="Collection(Edm.String)" /><Property Name="siteWebUrls" Type="Collection(Edm.String)" /></EntityType><ComplexType Name="Json" /><ComplexType Name="workbookFilterCriteria"><Property Name="color" Type="Edm.String" /><Property Name="criterion1" Type="Edm.String" /><Property Name="criterion2" Type="Edm.String" /><Property Name="dynamicCriteria" Type="Edm.String" Nullable="false" /><Property Name="filterOn" Type="Edm.String" Nullable="false" /><Property Name="icon" Type="graph.workbookIcon" /><Property Name="operator" Type="Edm.String" Nullable="false" /><Property Name="values" Type="graph.Json" /></ComplexType><ComplexType Name="workbookIcon"><Property Name="index" Type="Edm.Int32" Nullable="false" /><Property Name="set" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="workbookFilterDatetime"><Property Name="date" Type="Edm.String" /><Property Name="specificity" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="workbookOperationError"><Property Name="code" Type="Edm.String" /><Property Name="innerError" Type="graph.workbookOperationError" /><Property Name="message" Type="Edm.String" /></ComplexType><ComplexType Name="workbookRangeReference"><Property Name="address" Type="Edm.String" /></ComplexType><ComplexType Name="workbookSessionInfo"><Property Name="id" Type="Edm.String" /><Property Name="persistChanges" Type="Edm.Boolean" /></ComplexType><ComplexType Name="workbookSortField"><Property Name="ascending" Type="Edm.Boolean" Nullable="false" /><Property Name="color" Type="Edm.String" /><Property Name="dataOption" Type="Edm.String" Nullable="false" /><Property Name="icon" Type="graph.workbookIcon" /><Property Name="key" Type="Edm.Int32" Nullable="false" /><Property Name="sortOn" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="workbookWorksheetProtectionOptions"><Property Name="allowAutoFilter" Type="Edm.Boolean" Nullable="false" /><Property Name="allowDeleteColumns" Type="Edm.Boolean" Nullable="false" /><Property Name="allowDeleteRows" Type="Edm.Boolean" Nullable="false" /><Property Name="allowFormatCells" Type="Edm.Boolean" Nullable="false" /><Property Name="allowFormatColumns" Type="Edm.Boolean" Nullable="false" /><Property Name="allowFormatRows" Type="Edm.Boolean" Nullable="false" /><Property Name="allowInsertColumns" Type="Edm.Boolean" Nullable="false" /><Property Name="allowInsertHyperlinks" Type="Edm.Boolean" Nullable="false" /><Property Name="allowInsertRows" Type="Edm.Boolean" Nullable="false" /><Property Name="allowPivotTables" Type="Edm.Boolean" Nullable="false" /><Property Name="allowSort" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="quota"><Property Name="deleted" Type="Edm.Int64" /><Property Name="remaining" Type="Edm.Int64" /><Property Name="state" Type="Edm.String" /><Property Name="storagePlanInformation" Type="graph.storagePlanInformation" /><Property Name="total" Type="Edm.Int64" /><Property Name="used" Type="Edm.Int64" /></ComplexType><ComplexType Name="systemFacet" /><EntityType Name="driveItem" BaseType="graph.baseItem" OpenType="true"><Property Name="audio" Type="graph.audio" /><Property Name="bundle" Type="graph.bundle" /><Property Name="content" Type="Edm.Stream" /><Property Name="cTag" Type="Edm.String" /><Property Name="deleted" Type="graph.deleted" /><Property Name="file" Type="graph.file" /><Property Name="fileSystemInfo" Type="graph.fileSystemInfo" /><Property Name="folder" Type="graph.folder" /><Property Name="image" Type="graph.image" /><Property Name="location" Type="graph.geoCoordinates" /><Property Name="malware" Type="graph.malware" /><Property Name="package" Type="graph.package" /><Property Name="pendingOperations" Type="graph.pendingOperations" /><Property Name="photo" Type="graph.photo" /><Property Name="publication" Type="graph.publicationFacet" /><Property Name="remoteItem" Type="graph.remoteItem" /><Property Name="root" Type="graph.root" /><Property Name="searchResult" Type="graph.searchResult" /><Property Name="shared" Type="graph.shared" /><Property Name="sharepointIds" Type="graph.sharepointIds" /><Property Name="size" Type="Edm.Int64" /><Property Name="specialFolder" Type="graph.specialFolder" /><Property Name="video" Type="graph.video" /><Property Name="webDavUrl" Type="Edm.String" /><NavigationProperty Name="workbook" Type="graph.workbook" ContainsTarget="true" /><NavigationProperty Name="analytics" Type="graph.itemAnalytics" /><NavigationProperty Name="children" Type="Collection(graph.driveItem)" ContainsTarget="true" /><NavigationProperty Name="listItem" Type="graph.listItem" ContainsTarget="true" /><NavigationProperty Name="permissions" Type="Collection(graph.permission)" ContainsTarget="true" /><NavigationProperty Name="retentionLabel" Type="graph.itemRetentionLabel" ContainsTarget="true" /><NavigationProperty Name="subscriptions" Type="Collection(graph.subscription)" ContainsTarget="true" /><NavigationProperty Name="thumbnails" Type="Collection(graph.thumbnailSet)" ContainsTarget="true" /><NavigationProperty Name="versions" Type="Collection(graph.driveItemVersion)" ContainsTarget="true" /></EntityType><EntityType Name="workbook" BaseType="graph.entity"><NavigationProperty Name="application" Type="graph.workbookApplication" ContainsTarget="true" /><NavigationProperty Name="comments" Type="Collection(graph.workbookComment)" ContainsTarget="true" /><NavigationProperty Name="functions" Type="graph.workbookFunctions" ContainsTarget="true" /><NavigationProperty Name="names" Type="Collection(graph.workbookNamedItem)" ContainsTarget="true" /><NavigationProperty Name="operations" Type="Collection(graph.workbookOperation)" ContainsTarget="true" /><NavigationProperty Name="tables" Type="Collection(graph.workbookTable)" ContainsTarget="true" /><NavigationProperty Name="worksheets" Type="Collection(graph.workbookWorksheet)" ContainsTarget="true" /></EntityType><ComplexType Name="audio"><Property Name="album" Type="Edm.String" /><Property Name="albumArtist" Type="Edm.String" /><Property Name="artist" Type="Edm.String" /><Property Name="bitrate" Type="Edm.Int64" /><Property Name="composers" Type="Edm.String" /><Property Name="copyright" Type="Edm.String" /><Property Name="disc" Type="Edm.Int16" /><Property Name="discCount" Type="Edm.Int16" /><Property Name="duration" Type="Edm.Int64" /><Property Name="genre" Type="Edm.String" /><Property Name="hasDrm" Type="Edm.Boolean" /><Property Name="isVariableBitrate" Type="Edm.Boolean" /><Property Name="title" Type="Edm.String" /><Property Name="track" Type="Edm.Int32" /><Property Name="trackCount" Type="Edm.Int32" /><Property Name="year" Type="Edm.Int32" /></ComplexType><ComplexType Name="bundle"><Property Name="album" Type="graph.album" /><Property Name="childCount" Type="Edm.Int32" /></ComplexType><ComplexType Name="deleted"><Property Name="state" Type="Edm.String" /></ComplexType><ComplexType Name="file"><Property Name="hashes" Type="graph.hashes" /><Property Name="mimeType" Type="Edm.String" /><Property Name="processingMetadata" Type="Edm.Boolean" /></ComplexType><ComplexType Name="fileSystemInfo"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastAccessedDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="folder"><Property Name="childCount" Type="Edm.Int32" /><Property Name="view" Type="graph.folderView" /></ComplexType><ComplexType Name="image"><Property Name="height" Type="Edm.Int32" /><Property Name="width" Type="Edm.Int32" /></ComplexType><ComplexType Name="malware"><Property Name="description" Type="Edm.String" /></ComplexType><ComplexType Name="package"><Property Name="type" Type="Edm.String" /></ComplexType><ComplexType Name="pendingOperations"><Property Name="pendingContentUpdate" Type="graph.pendingContentUpdate" /></ComplexType><ComplexType Name="photo"><Property Name="cameraMake" Type="Edm.String" /><Property Name="cameraModel" Type="Edm.String" /><Property Name="exposureDenominator" Type="Edm.Double" /><Property Name="exposureNumerator" Type="Edm.Double" /><Property Name="fNumber" Type="Edm.Double" /><Property Name="focalLength" Type="Edm.Double" /><Property Name="iso" Type="Edm.Int32" /><Property Name="orientation" Type="Edm.Int16" /><Property Name="takenDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="publicationFacet"><Property Name="checkedOutBy" Type="graph.identitySet" /><Property Name="level" Type="Edm.String" /><Property Name="versionId" Type="Edm.String" /></ComplexType><ComplexType Name="remoteItem"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="file" Type="graph.file" /><Property Name="fileSystemInfo" Type="graph.fileSystemInfo" /><Property Name="folder" Type="graph.folder" /><Property Name="id" Type="Edm.String" /><Property Name="image" Type="graph.image" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="name" Type="Edm.String" /><Property Name="package" Type="graph.package" /><Property Name="parentReference" Type="graph.itemReference" /><Property Name="shared" Type="graph.shared" /><Property Name="sharepointIds" Type="graph.sharepointIds" /><Property Name="size" Type="Edm.Int64" /><Property Name="specialFolder" Type="graph.specialFolder" /><Property Name="video" Type="graph.video" /><Property Name="webDavUrl" Type="Edm.String" /><Property Name="webUrl" Type="Edm.String" /></ComplexType><ComplexType Name="searchResult"><Property Name="onClickTelemetryUrl" Type="Edm.String" /></ComplexType><ComplexType Name="shared"><Property Name="owner" Type="graph.identitySet" /><Property Name="scope" Type="Edm.String" /><Property Name="sharedBy" Type="graph.identitySet" /><Property Name="sharedDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="specialFolder"><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="video"><Property Name="audioBitsPerSample" Type="Edm.Int32" /><Property Name="audioChannels" Type="Edm.Int32" /><Property Name="audioFormat" Type="Edm.String" /><Property Name="audioSamplesPerSecond" Type="Edm.Int32" /><Property Name="bitrate" Type="Edm.Int32" /><Property Name="duration" Type="Edm.Int64" /><Property Name="fourCC" Type="Edm.String" /><Property Name="frameRate" Type="Edm.Double" /><Property Name="height" Type="Edm.Int32" /><Property Name="width" Type="Edm.Int32" /></ComplexType><EntityType Name="listItem" BaseType="graph.baseItem"><Property Name="contentType" Type="graph.contentTypeInfo" /><Property Name="deleted" Type="graph.deleted" /><Property Name="sharepointIds" Type="graph.sharepointIds" /><NavigationProperty Name="analytics" Type="graph.itemAnalytics" /><NavigationProperty Name="documentSetVersions" Type="Collection(graph.documentSetVersion)" ContainsTarget="true" /><NavigationProperty Name="driveItem" Type="graph.driveItem" ContainsTarget="true" /><NavigationProperty Name="fields" Type="graph.fieldValueSet" ContainsTarget="true" /><NavigationProperty Name="versions" Type="Collection(graph.listItemVersion)" ContainsTarget="true" /></EntityType><EntityType Name="itemRetentionLabel" BaseType="graph.entity"><Property Name="isLabelAppliedExplicitly" Type="Edm.Boolean" /><Property Name="labelAppliedBy" Type="graph.identitySet" /><Property Name="labelAppliedDateTime" Type="Edm.DateTimeOffset" /><Property Name="name" Type="Edm.String" /><Property Name="retentionSettings" Type="graph.retentionLabelSettings" /></EntityType><EntityType Name="subscription" BaseType="graph.entity"><Property Name="applicationId" Type="Edm.String" /><Property Name="changeType" Type="Edm.String" Nullable="false" /><Property Name="clientState" Type="Edm.String" /><Property Name="creatorId" Type="Edm.String" /><Property Name="encryptionCertificate" Type="Edm.String" /><Property Name="encryptionCertificateId" Type="Edm.String" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="includeResourceData" Type="Edm.Boolean" /><Property Name="latestSupportedTlsVersion" Type="Edm.String" /><Property Name="lifecycleNotificationUrl" Type="Edm.String" /><Property Name="notificationQueryOptions" Type="Edm.String" /><Property Name="notificationUrl" Type="Edm.String" Nullable="false" /><Property Name="notificationUrlAppId" Type="Edm.String" /><Property Name="resource" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="thumbnailSet" BaseType="graph.entity" OpenType="true"><Property Name="large" Type="graph.thumbnail" /><Property Name="medium" Type="graph.thumbnail" /><Property Name="small" Type="graph.thumbnail" /><Property Name="source" Type="graph.thumbnail" /></EntityType><EntityType Name="baseItemVersion" BaseType="graph.entity" Abstract="true"><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="publication" Type="graph.publicationFacet" /></EntityType><EntityType Name="driveItemVersion" BaseType="graph.baseItemVersion"><Property Name="content" Type="Edm.Stream" /><Property Name="size" Type="Edm.Int64" /></EntityType><ComplexType Name="listInfo"><Property Name="contentTypesEnabled" Type="Edm.Boolean" /><Property Name="hidden" Type="Edm.Boolean" /><Property Name="template" Type="Edm.String" /></ComplexType><EntityType Name="workbookApplication" BaseType="graph.entity"><Property Name="calculationMode" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="workbookComment" BaseType="graph.entity"><Property Name="content" Type="Edm.String" /><Property Name="contentType" Type="Edm.String" Nullable="false" /><NavigationProperty Name="replies" Type="Collection(graph.workbookCommentReply)" ContainsTarget="true" /></EntityType><EntityType Name="workbookFunctions" BaseType="graph.entity" /><EntityType Name="workbookNamedItem" BaseType="graph.entity"><Property Name="comment" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="scope" Type="Edm.String" Nullable="false" /><Property Name="type" Type="Edm.String" /><Property Name="value" Type="graph.Json" /><Property Name="visible" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="worksheet" Type="graph.workbookWorksheet" ContainsTarget="true" /></EntityType><EntityType Name="workbookOperation" BaseType="graph.entity"><Property Name="error" Type="graph.workbookOperationError" /><Property Name="resourceLocation" Type="Edm.String" /><Property Name="status" Type="graph.workbookOperationStatus" Nullable="false" /></EntityType><EntityType Name="workbookTable" BaseType="graph.entity"><Property Name="highlightFirstColumn" Type="Edm.Boolean" Nullable="false" /><Property Name="highlightLastColumn" Type="Edm.Boolean" Nullable="false" /><Property Name="legacyId" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="showBandedColumns" Type="Edm.Boolean" Nullable="false" /><Property Name="showBandedRows" Type="Edm.Boolean" Nullable="false" /><Property Name="showFilterButton" Type="Edm.Boolean" Nullable="false" /><Property Name="showHeaders" Type="Edm.Boolean" Nullable="false" /><Property Name="showTotals" Type="Edm.Boolean" Nullable="false" /><Property Name="style" Type="Edm.String" /><NavigationProperty Name="columns" Type="Collection(graph.workbookTableColumn)" ContainsTarget="true" /><NavigationProperty Name="rows" Type="Collection(graph.workbookTableRow)" ContainsTarget="true" /><NavigationProperty Name="sort" Type="graph.workbookTableSort" ContainsTarget="true" /><NavigationProperty Name="worksheet" Type="graph.workbookWorksheet" ContainsTarget="true" /></EntityType><EntityType Name="workbookWorksheet" BaseType="graph.entity"><Property Name="name" Type="Edm.String" /><Property Name="position" Type="Edm.Int32" Nullable="false" /><Property Name="visibility" Type="Edm.String" Nullable="false" /><NavigationProperty Name="charts" Type="Collection(graph.workbookChart)" ContainsTarget="true" /><NavigationProperty Name="names" Type="Collection(graph.workbookNamedItem)" ContainsTarget="true" /><NavigationProperty Name="pivotTables" Type="Collection(graph.workbookPivotTable)" ContainsTarget="true" /><NavigationProperty Name="protection" Type="graph.workbookWorksheetProtection" ContainsTarget="true" /><NavigationProperty Name="tables" Type="Collection(graph.workbookTable)" ContainsTarget="true" /></EntityType><EntityType Name="workbookChart" BaseType="graph.entity"><Property Name="height" Type="Edm.Double" Nullable="false" /><Property Name="left" Type="Edm.Double" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="top" Type="Edm.Double" Nullable="false" /><Property Name="width" Type="Edm.Double" Nullable="false" /><NavigationProperty Name="axes" Type="graph.workbookChartAxes" ContainsTarget="true" /><NavigationProperty Name="dataLabels" Type="graph.workbookChartDataLabels" ContainsTarget="true" /><NavigationProperty Name="format" Type="graph.workbookChartAreaFormat" ContainsTarget="true" /><NavigationProperty Name="legend" Type="graph.workbookChartLegend" ContainsTarget="true" /><NavigationProperty Name="series" Type="Collection(graph.workbookChartSeries)" ContainsTarget="true" /><NavigationProperty Name="title" Type="graph.workbookChartTitle" ContainsTarget="true" /><NavigationProperty Name="worksheet" Type="graph.workbookWorksheet" ContainsTarget="true" /></EntityType><EntityType Name="workbookChartAxes" BaseType="graph.entity"><NavigationProperty Name="categoryAxis" Type="graph.workbookChartAxis" ContainsTarget="true" /><NavigationProperty Name="seriesAxis" Type="graph.workbookChartAxis" ContainsTarget="true" /><NavigationProperty Name="valueAxis" Type="graph.workbookChartAxis" ContainsTarget="true" /></EntityType><EntityType Name="workbookChartDataLabels" BaseType="graph.entity"><Property Name="position" Type="Edm.String" /><Property Name="separator" Type="Edm.String" /><Property Name="showBubbleSize" Type="Edm.Boolean" /><Property Name="showCategoryName" Type="Edm.Boolean" /><Property Name="showLegendKey" Type="Edm.Boolean" /><Property Name="showPercentage" Type="Edm.Boolean" /><Property Name="showSeriesName" Type="Edm.Boolean" /><Property Name="showValue" Type="Edm.Boolean" /><NavigationProperty Name="format" Type="graph.workbookChartDataLabelFormat" ContainsTarget="true" /></EntityType><EntityType Name="workbookChartAreaFormat" BaseType="graph.entity"><NavigationProperty Name="fill" Type="graph.workbookChartFill" ContainsTarget="true" /><NavigationProperty Name="font" Type="graph.workbookChartFont" ContainsTarget="true" /></EntityType><EntityType Name="workbookChartLegend" BaseType="graph.entity"><Property Name="overlay" Type="Edm.Boolean" /><Property Name="position" Type="Edm.String" /><Property Name="visible" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="format" Type="graph.workbookChartLegendFormat" ContainsTarget="true" /></EntityType><EntityType Name="workbookChartSeries" BaseType="graph.entity"><Property Name="name" Type="Edm.String" /><NavigationProperty Name="format" Type="graph.workbookChartSeriesFormat" ContainsTarget="true" /><NavigationProperty Name="points" Type="Collection(graph.workbookChartPoint)" ContainsTarget="true" /></EntityType><EntityType Name="workbookChartTitle" BaseType="graph.entity"><Property Name="overlay" Type="Edm.Boolean" /><Property Name="text" Type="Edm.String" /><Property Name="visible" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="format" Type="graph.workbookChartTitleFormat" ContainsTarget="true" /></EntityType><EntityType Name="workbookChartFill" BaseType="graph.entity" /><EntityType Name="workbookChartFont" BaseType="graph.entity"><Property Name="bold" Type="Edm.Boolean" /><Property Name="color" Type="Edm.String" /><Property Name="italic" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" /><Property Name="size" Type="Edm.Double" /><Property Name="underline" Type="Edm.String" /></EntityType><EntityType Name="workbookChartAxis" BaseType="graph.entity"><Property Name="majorUnit" Type="graph.Json" /><Property Name="maximum" Type="graph.Json" /><Property Name="minimum" Type="graph.Json" /><Property Name="minorUnit" Type="graph.Json" /><NavigationProperty Name="format" Type="graph.workbookChartAxisFormat" ContainsTarget="true" /><NavigationProperty Name="majorGridlines" Type="graph.workbookChartGridlines" ContainsTarget="true" /><NavigationProperty Name="minorGridlines" Type="graph.workbookChartGridlines" ContainsTarget="true" /><NavigationProperty Name="title" Type="graph.workbookChartAxisTitle" ContainsTarget="true" /></EntityType><EntityType Name="workbookChartAxisFormat" BaseType="graph.entity"><NavigationProperty Name="font" Type="graph.workbookChartFont" ContainsTarget="true" /><NavigationProperty Name="line" Type="graph.workbookChartLineFormat" ContainsTarget="true" /></EntityType><EntityType Name="workbookChartGridlines" BaseType="graph.entity"><Property Name="visible" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="format" Type="graph.workbookChartGridlinesFormat" ContainsTarget="true" /></EntityType><EntityType Name="workbookChartAxisTitle" BaseType="graph.entity"><Property Name="text" Type="Edm.String" /><Property Name="visible" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="format" Type="graph.workbookChartAxisTitleFormat" ContainsTarget="true" /></EntityType><EntityType Name="workbookChartLineFormat" BaseType="graph.entity"><Property Name="color" Type="Edm.String" /></EntityType><EntityType Name="workbookChartAxisTitleFormat" BaseType="graph.entity"><NavigationProperty Name="font" Type="graph.workbookChartFont" ContainsTarget="true" /></EntityType><EntityType Name="workbookChartDataLabelFormat" BaseType="graph.entity"><NavigationProperty Name="fill" Type="graph.workbookChartFill" ContainsTarget="true" /><NavigationProperty Name="font" Type="graph.workbookChartFont" ContainsTarget="true" /></EntityType><EntityType Name="workbookChartGridlinesFormat" BaseType="graph.entity"><NavigationProperty Name="line" Type="graph.workbookChartLineFormat" ContainsTarget="true" /></EntityType><EntityType Name="workbookChartLegendFormat" BaseType="graph.entity"><NavigationProperty Name="fill" Type="graph.workbookChartFill" ContainsTarget="true" /><NavigationProperty Name="font" Type="graph.workbookChartFont" ContainsTarget="true" /></EntityType><EntityType Name="workbookChartPoint" BaseType="graph.entity"><Property Name="value" Type="graph.Json" /><NavigationProperty Name="format" Type="graph.workbookChartPointFormat" ContainsTarget="true" /></EntityType><EntityType Name="workbookChartPointFormat" BaseType="graph.entity"><NavigationProperty Name="fill" Type="graph.workbookChartFill" ContainsTarget="true" /></EntityType><EntityType Name="workbookChartSeriesFormat" BaseType="graph.entity"><NavigationProperty Name="fill" Type="graph.workbookChartFill" ContainsTarget="true" /><NavigationProperty Name="line" Type="graph.workbookChartLineFormat" ContainsTarget="true" /></EntityType><EntityType Name="workbookChartTitleFormat" BaseType="graph.entity"><NavigationProperty Name="fill" Type="graph.workbookChartFill" ContainsTarget="true" /><NavigationProperty Name="font" Type="graph.workbookChartFont" ContainsTarget="true" /></EntityType><EntityType Name="workbookCommentReply" BaseType="graph.entity"><Property Name="content" Type="Edm.String" /><Property Name="contentType" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="workbookFilter" BaseType="graph.entity"><Property Name="criteria" Type="graph.workbookFilterCriteria" /></EntityType><EntityType Name="workbookFormatProtection" BaseType="graph.entity"><Property Name="formulaHidden" Type="Edm.Boolean" /><Property Name="locked" Type="Edm.Boolean" /></EntityType><EntityType Name="workbookFunctionResult" BaseType="graph.entity"><Property Name="error" Type="Edm.String" /><Property Name="value" Type="graph.Json" /></EntityType><EntityType Name="workbookPivotTable" BaseType="graph.entity"><Property Name="name" Type="Edm.String" /><NavigationProperty Name="worksheet" Type="graph.workbookWorksheet" ContainsTarget="true" /></EntityType><EntityType Name="workbookRange" BaseType="graph.entity"><Property Name="address" Type="Edm.String" /><Property Name="addressLocal" Type="Edm.String" /><Property Name="cellCount" Type="Edm.Int32" Nullable="false" /><Property Name="columnCount" Type="Edm.Int32" Nullable="false" /><Property Name="columnHidden" Type="Edm.Boolean" /><Property Name="columnIndex" Type="Edm.Int32" Nullable="false" /><Property Name="formulas" Type="graph.Json" /><Property Name="formulasLocal" Type="graph.Json" /><Property Name="formulasR1C1" Type="graph.Json" /><Property Name="hidden" Type="Edm.Boolean" /><Property Name="numberFormat" Type="graph.Json" /><Property Name="rowCount" Type="Edm.Int32" Nullable="false" /><Property Name="rowHidden" Type="Edm.Boolean" /><Property Name="rowIndex" Type="Edm.Int32" Nullable="false" /><Property Name="text" Type="graph.Json" /><Property Name="values" Type="graph.Json" /><Property Name="valueTypes" Type="graph.Json" /><NavigationProperty Name="format" Type="graph.workbookRangeFormat" ContainsTarget="true" /><NavigationProperty Name="sort" Type="graph.workbookRangeSort" ContainsTarget="true" /><NavigationProperty Name="worksheet" Type="graph.workbookWorksheet" ContainsTarget="true" /></EntityType><EntityType Name="workbookRangeFormat" BaseType="graph.entity"><Property Name="columnWidth" Type="Edm.Double" /><Property Name="horizontalAlignment" Type="Edm.String" /><Property Name="rowHeight" Type="Edm.Double" /><Property Name="verticalAlignment" Type="Edm.String" /><Property Name="wrapText" Type="Edm.Boolean" /><NavigationProperty Name="borders" Type="Collection(graph.workbookRangeBorder)" ContainsTarget="true" /><NavigationProperty Name="fill" Type="graph.workbookRangeFill" ContainsTarget="true" /><NavigationProperty Name="font" Type="graph.workbookRangeFont" ContainsTarget="true" /><NavigationProperty Name="protection" Type="graph.workbookFormatProtection" ContainsTarget="true" /></EntityType><EntityType Name="workbookRangeSort" BaseType="graph.entity" /><EntityType Name="workbookRangeBorder" BaseType="graph.entity"><Property Name="color" Type="Edm.String" /><Property Name="sideIndex" Type="Edm.String" /><Property Name="style" Type="Edm.String" /><Property Name="weight" Type="Edm.String" /></EntityType><EntityType Name="workbookRangeFill" BaseType="graph.entity"><Property Name="color" Type="Edm.String" /></EntityType><EntityType Name="workbookRangeFont" BaseType="graph.entity"><Property Name="bold" Type="Edm.Boolean" /><Property Name="color" Type="Edm.String" /><Property Name="italic" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" /><Property Name="size" Type="Edm.Double" /><Property Name="underline" Type="Edm.String" /></EntityType><EntityType Name="workbookRangeView" BaseType="graph.entity"><Property Name="cellAddresses" Type="graph.Json" /><Property Name="columnCount" Type="Edm.Int32" Nullable="false" /><Property Name="formulas" Type="graph.Json" /><Property Name="formulasLocal" Type="graph.Json" /><Property Name="formulasR1C1" Type="graph.Json" /><Property Name="index" Type="Edm.Int32" Nullable="false" /><Property Name="numberFormat" Type="graph.Json" /><Property Name="rowCount" Type="Edm.Int32" Nullable="false" /><Property Name="text" Type="graph.Json" /><Property Name="values" Type="graph.Json" /><Property Name="valueTypes" Type="graph.Json" /><NavigationProperty Name="rows" Type="Collection(graph.workbookRangeView)" ContainsTarget="true" /></EntityType><EntityType Name="workbookTableColumn" BaseType="graph.entity"><Property Name="index" Type="Edm.Int32" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="values" Type="graph.Json" /><NavigationProperty Name="filter" Type="graph.workbookFilter" ContainsTarget="true" /></EntityType><EntityType Name="workbookTableRow" BaseType="graph.entity"><Property Name="index" Type="Edm.Int32" Nullable="false" /><Property Name="values" Type="graph.Json" /></EntityType><EntityType Name="workbookTableSort" BaseType="graph.entity"><Property Name="fields" Type="Collection(graph.workbookSortField)" /><Property Name="matchCase" Type="Edm.Boolean" Nullable="false" /><Property Name="method" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="workbookWorksheetProtection" BaseType="graph.entity"><Property Name="options" Type="graph.workbookWorksheetProtectionOptions" /><Property Name="protected" Type="Edm.Boolean" Nullable="false" /></EntityType><ComplexType Name="attendeeAvailability"><Property Name="attendee" Type="graph.attendeeBase" /><Property Name="availability" Type="graph.freeBusyStatus" /></ComplexType><ComplexType Name="attendeeBase" BaseType="graph.recipient"><Property Name="type" Type="graph.attendeeType" /></ComplexType><ComplexType Name="locationConstraint"><Property Name="isRequired" Type="Edm.Boolean" /><Property Name="locations" Type="Collection(graph.locationConstraintItem)" /><Property Name="suggestLocation" Type="Edm.Boolean" /></ComplexType><ComplexType Name="locationConstraintItem" BaseType="graph.location"><Property Name="resolveAvailability" Type="Edm.Boolean" /></ComplexType><ComplexType Name="meetingTimeSuggestion"><Property Name="attendeeAvailability" Type="Collection(graph.attendeeAvailability)" /><Property Name="confidence" Type="Edm.Double" /><Property Name="locations" Type="Collection(graph.location)" /><Property Name="meetingTimeSlot" Type="graph.timeSlot" /><Property Name="order" Type="Edm.Int32" /><Property Name="organizerAvailability" Type="graph.freeBusyStatus" /><Property Name="suggestionReason" Type="Edm.String" /></ComplexType><ComplexType Name="meetingTimeSuggestionsResult"><Property Name="emptySuggestionsReason" Type="Edm.String" /><Property Name="meetingTimeSuggestions" Type="Collection(graph.meetingTimeSuggestion)" /></ComplexType><ComplexType Name="timeConstraint"><Property Name="activityDomain" Type="graph.activityDomain" /><Property Name="timeSlots" Type="Collection(graph.timeSlot)" /></ComplexType><ComplexType Name="placeMode" Abstract="true" /><ComplexType Name="assignedPlaceMode" BaseType="graph.placeMode"><Property Name="assignedUserEmailAddress" Type="Edm.String" /><Property Name="assignedUserId" Type="Edm.String" /></ComplexType><ComplexType Name="dropInPlaceMode" BaseType="graph.placeMode" /><ComplexType Name="importBuildingMapSetting"><Property Name="isDryRun" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="mailboxDetails"><Property Name="emailAddress" Type="Edm.String" /><Property Name="externalDirectoryObjectId" Type="Edm.String" /></ComplexType><ComplexType Name="reservablePlaceMode" BaseType="graph.placeMode" /><ComplexType Name="resourceLink"><Property Name="linkType" Type="graph.resourceLinkType" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="unavailablePlaceMode" BaseType="graph.placeMode"><Property Name="reason" Type="Edm.String" /></ComplexType><EntityType Name="baseMapFeature" BaseType="graph.entity" Abstract="true"><Property Name="properties" Type="Edm.String" /></EntityType><EntityType Name="place" BaseType="graph.entity" Abstract="true"><Property Name="address" Type="graph.physicalAddress" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="geoCoordinates" Type="graph.outlookGeoCoordinates" /><Property Name="isWheelChairAccessible" Type="Edm.Boolean" /><Property Name="label" Type="Edm.String" /><Property Name="parentId" Type="Edm.String" /><Property Name="phone" Type="Edm.String" /><Property Name="tags" Type="Collection(Edm.String)" Nullable="false" /><NavigationProperty Name="checkIns" Type="Collection(graph.checkInClaim)" ContainsTarget="true" /></EntityType><EntityType Name="building" BaseType="graph.place"><Property Name="resourceLinks" Type="Collection(graph.resourceLink)" Nullable="false" /><Property Name="wifiState" Type="graph.placeFeatureEnablement" Nullable="false" /><NavigationProperty Name="map" Type="graph.buildingMap" ContainsTarget="true" /></EntityType><EntityType Name="buildingMap" BaseType="graph.baseMapFeature"><Property Name="placeId" Type="Edm.String" /><NavigationProperty Name="footprints" Type="Collection(graph.footprintMap)" ContainsTarget="true" /><NavigationProperty Name="levels" Type="Collection(graph.levelMap)" ContainsTarget="true" /></EntityType><EntityType Name="footprintMap" BaseType="graph.baseMapFeature" /><EntityType Name="levelMap" BaseType="graph.baseMapFeature"><Property Name="placeId" Type="Edm.String" /><NavigationProperty Name="fixtures" Type="Collection(graph.fixtureMap)" ContainsTarget="true" /><NavigationProperty Name="sections" Type="Collection(graph.sectionMap)" ContainsTarget="true" /><NavigationProperty Name="units" Type="Collection(graph.unitMap)" ContainsTarget="true" /></EntityType><EntityType Name="checkInClaim"><Key><PropertyRef Name="calendarEventId" /></Key><Property Name="calendarEventId" Type="Edm.String" Nullable="false" /><Property Name="checkInMethod" Type="graph.checkInMethod" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="desk" BaseType="graph.place"><Property Name="displayDeviceName" Type="Edm.String" /><Property Name="heightAdjustableState" Type="graph.placeFeatureEnablement" Nullable="false" /><Property Name="mailboxDetails" Type="graph.mailboxDetails" /><Property Name="mode" Type="graph.placeMode" /></EntityType><EntityType Name="fixtureMap" BaseType="graph.baseMapFeature"><Property Name="placeId" Type="Edm.String" /></EntityType><EntityType Name="floor" BaseType="graph.place"><Property Name="sortOrder" Type="Edm.Int32" /></EntityType><EntityType Name="sectionMap" BaseType="graph.baseMapFeature"><Property Name="placeId" Type="Edm.String" /></EntityType><EntityType Name="unitMap" BaseType="graph.baseMapFeature"><Property Name="placeId" Type="Edm.String" /></EntityType><EntityType Name="room" BaseType="graph.place"><Property Name="audioDeviceName" Type="Edm.String" /><Property Name="bookingType" Type="graph.bookingType" /><Property Name="building" Type="Edm.String" /><Property Name="capacity" Type="Edm.Int32" /><Property Name="displayDeviceName" Type="Edm.String" /><Property Name="emailAddress" Type="Edm.String" /><Property Name="floorLabel" Type="Edm.String" /><Property Name="floorNumber" Type="Edm.Int32" /><Property Name="nickname" Type="Edm.String" Nullable="false" /><Property Name="placeId" Type="Edm.String" /><Property Name="teamsEnabledState" Type="graph.placeFeatureEnablement" Nullable="false" /><Property Name="videoDeviceName" Type="Edm.String" /></EntityType><EntityType Name="roomList" BaseType="graph.place"><Property Name="emailAddress" Type="Edm.String" /><NavigationProperty Name="rooms" Type="Collection(graph.room)" ContainsTarget="true" /><NavigationProperty Name="workspaces" Type="Collection(graph.workspace)" ContainsTarget="true" /></EntityType><EntityType Name="workspace" BaseType="graph.place"><Property Name="capacity" Type="Edm.Int32" /><Property Name="displayDeviceName" Type="Edm.String" /><Property Name="emailAddress" Type="Edm.String" /><Property Name="mode" Type="graph.placeMode" /><Property Name="nickname" Type="Edm.String" Nullable="false" /><Property Name="placeId" Type="Edm.String" /></EntityType><EntityType Name="section" BaseType="graph.place" /><ComplexType Name="attachmentItem"><Property Name="attachmentType" Type="graph.attachmentType" /><Property Name="contentId" Type="Edm.String" /><Property Name="contentType" Type="Edm.String" /><Property Name="isInline" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" /><Property Name="size" Type="Edm.Int64" /></ComplexType><ComplexType Name="attendee" BaseType="graph.attendeeBase"><Property Name="proposedNewTime" Type="graph.timeSlot" /><Property Name="status" Type="graph.responseStatus" /></ComplexType><ComplexType Name="responseStatus"><Property Name="response" Type="graph.responseType" /><Property Name="time" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="automaticRepliesMailTips"><Property Name="message" Type="Edm.String" /><Property Name="messageLanguage" Type="graph.localeInfo" /><Property Name="scheduledEndTime" Type="graph.dateTimeTimeZone" /><Property Name="scheduledStartTime" Type="graph.dateTimeTimeZone" /></ComplexType><ComplexType Name="localeInfo"><Property Name="displayName" Type="Edm.String" /><Property Name="locale" Type="Edm.String" /></ComplexType><ComplexType Name="automaticRepliesSetting"><Property Name="externalAudience" Type="graph.externalAudienceScope" /><Property Name="externalReplyMessage" Type="Edm.String" /><Property Name="internalReplyMessage" Type="Edm.String" /><Property Name="scheduledEndDateTime" Type="graph.dateTimeTimeZone" /><Property Name="scheduledStartDateTime" Type="graph.dateTimeTimeZone" /><Property Name="status" Type="graph.automaticRepliesStatus" /></ComplexType><ComplexType Name="calendarSharingMessageAction"><Property Name="action" Type="graph.calendarSharingAction" /><Property Name="actionType" Type="graph.calendarSharingActionType" /><Property Name="importance" Type="graph.calendarSharingActionImportance" /></ComplexType><ComplexType Name="convertIdResult"><Property Name="errorDetails" Type="graph.genericError" /><Property Name="sourceId" Type="Edm.String" /><Property Name="targetId" Type="Edm.String" /></ComplexType><ComplexType Name="timeZoneBase"><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="customTimeZone" BaseType="graph.timeZoneBase"><Property Name="bias" Type="Edm.Int32" /><Property Name="daylightOffset" Type="graph.daylightTimeZoneOffset" /><Property Name="standardOffset" Type="graph.standardTimeZoneOffset" /></ComplexType><ComplexType Name="standardTimeZoneOffset"><Property Name="dayOccurrence" Type="Edm.Int32" /><Property Name="dayOfWeek" Type="graph.dayOfWeek" /><Property Name="month" Type="Edm.Int32" /><Property Name="time" Type="Edm.TimeOfDay" /><Property Name="year" Type="Edm.Int32" /></ComplexType><ComplexType Name="daylightTimeZoneOffset" BaseType="graph.standardTimeZoneOffset"><Property Name="daylightBias" Type="Edm.Int32" /></ComplexType><ComplexType Name="followupFlag"><Property Name="completedDateTime" Type="graph.dateTimeTimeZone" /><Property Name="dueDateTime" Type="graph.dateTimeTimeZone" /><Property Name="flagStatus" Type="graph.followupFlagStatus" /><Property Name="startDateTime" Type="graph.dateTimeTimeZone" /></ComplexType><ComplexType Name="freeBusyError"><Property Name="message" Type="Edm.String" /><Property Name="responseCode" Type="Edm.String" /></ComplexType><ComplexType Name="internetMessageHeader"><Property Name="name" Type="Edm.String" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="workingHours"><Property Name="daysOfWeek" Type="Collection(graph.dayOfWeek)" /><Property Name="endTime" Type="Edm.TimeOfDay" /><Property Name="startTime" Type="Edm.TimeOfDay" /><Property Name="timeZone" Type="graph.timeZoneBase" /></ComplexType><ComplexType Name="mailTips"><Property Name="automaticReplies" Type="graph.automaticRepliesMailTips" /><Property Name="customMailTip" Type="Edm.String" /><Property Name="deliveryRestricted" Type="Edm.Boolean" /><Property Name="emailAddress" Type="graph.emailAddress" /><Property Name="error" Type="graph.mailTipsError" /><Property Name="externalMemberCount" Type="Edm.Int32" /><Property Name="isModerated" Type="Edm.Boolean" /><Property Name="mailboxFull" Type="Edm.Boolean" /><Property Name="maxMessageSize" Type="Edm.Int32" /><Property Name="recipientScope" Type="graph.recipientScopeType" /><Property Name="recipientSuggestions" Type="Collection(graph.recipient)" /><Property Name="totalMemberCount" Type="Edm.Int32" /></ComplexType><ComplexType Name="mailTipsError"><Property Name="code" Type="Edm.String" /><Property Name="message" Type="Edm.String" /></ComplexType><ComplexType Name="messageRuleActions"><Property Name="assignCategories" Type="Collection(Edm.String)" /><Property Name="copyToFolder" Type="Edm.String" /><Property Name="delete" Type="Edm.Boolean" /><Property Name="forwardAsAttachmentTo" Type="Collection(graph.recipient)" /><Property Name="forwardTo" Type="Collection(graph.recipient)" /><Property Name="markAsRead" Type="Edm.Boolean" /><Property Name="markImportance" Type="graph.importance" /><Property Name="moveToFolder" Type="Edm.String" /><Property Name="permanentDelete" Type="Edm.Boolean" /><Property Name="redirectTo" Type="Collection(graph.recipient)" /><Property Name="stopProcessingRules" Type="Edm.Boolean" /></ComplexType><ComplexType Name="messageRulePredicates"><Property Name="bodyContains" Type="Collection(Edm.String)" /><Property Name="bodyOrSubjectContains" Type="Collection(Edm.String)" /><Property Name="categories" Type="Collection(Edm.String)" /><Property Name="fromAddresses" Type="Collection(graph.recipient)" /><Property Name="hasAttachments" Type="Edm.Boolean" /><Property Name="headerContains" Type="Collection(Edm.String)" /><Property Name="importance" Type="graph.importance" /><Property Name="isApprovalRequest" Type="Edm.Boolean" /><Property Name="isAutomaticForward" Type="Edm.Boolean" /><Property Name="isAutomaticReply" Type="Edm.Boolean" /><Property Name="isEncrypted" Type="Edm.Boolean" /><Property Name="isMeetingRequest" Type="Edm.Boolean" /><Property Name="isMeetingResponse" Type="Edm.Boolean" /><Property Name="isNonDeliveryReport" Type="Edm.Boolean" /><Property Name="isPermissionControlled" Type="Edm.Boolean" /><Property Name="isReadReceipt" Type="Edm.Boolean" /><Property Name="isSigned" Type="Edm.Boolean" /><Property Name="isVoicemail" Type="Edm.Boolean" /><Property Name="messageActionFlag" Type="graph.messageActionFlag" /><Property Name="notSentToMe" Type="Edm.Boolean" /><Property Name="recipientContains" Type="Collection(Edm.String)" /><Property Name="senderContains" Type="Collection(Edm.String)" /><Property Name="sensitivity" Type="graph.sensitivity" /><Property Name="sentCcMe" Type="Edm.Boolean" /><Property Name="sentOnlyToMe" Type="Edm.Boolean" /><Property Name="sentToAddresses" Type="Collection(graph.recipient)" /><Property Name="sentToMe" Type="Edm.Boolean" /><Property Name="sentToOrCcMe" Type="Edm.Boolean" /><Property Name="subjectContains" Type="Collection(Edm.String)" /><Property Name="withinSizeRange" Type="graph.sizeRange" /></ComplexType><ComplexType Name="sizeRange"><Property Name="maximumSize" Type="Edm.Int32" /><Property Name="minimumSize" Type="Edm.Int32" /></ComplexType><ComplexType Name="onlineMeetingInfo"><Property Name="conferenceId" Type="Edm.String" /><Property Name="joinUrl" Type="Edm.String" /><Property Name="phones" Type="Collection(graph.phone)" /><Property Name="quickDial" Type="Edm.String" /><Property Name="tollFreeNumbers" Type="Collection(Edm.String)" /><Property Name="tollNumber" Type="Edm.String" /></ComplexType><ComplexType Name="patternedRecurrence"><Property Name="pattern" Type="graph.recurrencePattern" /><Property Name="range" Type="graph.recurrenceRange" /></ComplexType><ComplexType Name="recurrencePattern"><Property Name="dayOfMonth" Type="Edm.Int32" Nullable="false" /><Property Name="daysOfWeek" Type="Collection(graph.dayOfWeek)" /><Property Name="firstDayOfWeek" Type="graph.dayOfWeek" /><Property Name="index" Type="graph.weekIndex" /><Property Name="interval" Type="Edm.Int32" Nullable="false" /><Property Name="month" Type="Edm.Int32" Nullable="false" /><Property Name="type" Type="graph.recurrencePatternType" /></ComplexType><ComplexType Name="recurrenceRange"><Property Name="endDate" Type="Edm.Date" /><Property Name="numberOfOccurrences" Type="Edm.Int32" Nullable="false" /><Property Name="recurrenceTimeZone" Type="Edm.String" /><Property Name="startDate" Type="Edm.Date" /><Property Name="type" Type="graph.recurrenceRangeType" /></ComplexType><ComplexType Name="personType"><Property Name="class" Type="Edm.String" /><Property Name="subclass" Type="Edm.String" /></ComplexType><ComplexType Name="reminder"><Property Name="changeKey" Type="Edm.String" /><Property Name="eventEndTime" Type="graph.dateTimeTimeZone" /><Property Name="eventId" Type="Edm.String" /><Property Name="eventLocation" Type="graph.location" /><Property Name="eventStartTime" Type="graph.dateTimeTimeZone" /><Property Name="eventSubject" Type="Edm.String" /><Property Name="eventWebLink" Type="Edm.String" /><Property Name="reminderFireTime" Type="graph.dateTimeTimeZone" /></ComplexType><ComplexType Name="scheduleInformation"><Property Name="availabilityView" Type="Edm.String" /><Property Name="error" Type="graph.freeBusyError" /><Property Name="scheduleId" Type="Edm.String" /><Property Name="scheduleItems" Type="Collection(graph.scheduleItem)" /><Property Name="workingHours" Type="graph.workingHours" /></ComplexType><ComplexType Name="scheduleItem"><Property Name="end" Type="graph.dateTimeTimeZone" /><Property Name="isPrivate" Type="Edm.Boolean" /><Property Name="location" Type="Edm.String" /><Property Name="start" Type="graph.dateTimeTimeZone" /><Property Name="status" Type="graph.freeBusyStatus" /><Property Name="subject" Type="Edm.String" /></ComplexType><ComplexType Name="scoredEmailAddress"><Property Name="address" Type="Edm.String" /><Property Name="itemId" Type="Edm.String" /><Property Name="relevanceScore" Type="Edm.Double" /><Property Name="selectionLikelihood" Type="graph.selectionLikelihoodInfo" /></ComplexType><ComplexType Name="timeZoneInformation"><Property Name="alias" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /></ComplexType><ComplexType Name="uploadSession"><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="nextExpectedRanges" Type="Collection(Edm.String)" /><Property Name="uploadUrl" Type="Edm.String" /></ComplexType><ComplexType Name="website"><Property Name="address" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="type" Type="graph.websiteType" /></ComplexType><EntityType Name="attachment" BaseType="graph.entity" Abstract="true"><Property Name="contentType" Type="Edm.String" /><Property Name="isInline" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="name" Type="Edm.String" /><Property Name="size" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="calendarPermission" BaseType="graph.entity"><Property Name="allowedRoles" Type="Collection(graph.calendarRoleType)" /><Property Name="emailAddress" Type="graph.emailAddress" /><Property Name="isInsideOrganization" Type="Edm.Boolean" /><Property Name="isRemovable" Type="Edm.Boolean" /><Property Name="role" Type="graph.calendarRoleType" /></EntityType><EntityType Name="multiValueLegacyExtendedProperty" BaseType="graph.entity"><Property Name="value" Type="Collection(Edm.String)" /></EntityType><EntityType Name="singleValueLegacyExtendedProperty" BaseType="graph.entity"><Property Name="value" Type="Edm.String" /></EntityType><EntityType Name="calendarSharingMessage" BaseType="graph.message"><Property Name="canAccept" Type="Edm.Boolean" /><Property Name="sharingMessageAction" Type="graph.calendarSharingMessageAction" /><Property Name="sharingMessageActions" Type="Collection(graph.calendarSharingMessageAction)" /><Property Name="suggestedCalendarName" Type="Edm.String" /></EntityType><EntityType Name="post" BaseType="graph.outlookItem" OpenType="true"><Property Name="body" Type="graph.itemBody" /><Property Name="conversationId" Type="Edm.String" /><Property Name="conversationThreadId" Type="Edm.String" /><Property Name="from" Type="graph.recipient" Nullable="false" /><Property Name="hasAttachments" Type="Edm.Boolean" Nullable="false" /><Property Name="newParticipants" Type="Collection(graph.recipient)" Nullable="false" /><Property Name="receivedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="sender" Type="graph.recipient" /><NavigationProperty Name="attachments" Type="Collection(graph.attachment)" ContainsTarget="true" /><NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /><NavigationProperty Name="inReplyTo" Type="graph.post" ContainsTarget="true" /><NavigationProperty Name="multiValueExtendedProperties" Type="Collection(graph.multiValueLegacyExtendedProperty)" ContainsTarget="true" /><NavigationProperty Name="singleValueExtendedProperties" Type="Collection(graph.singleValueLegacyExtendedProperty)" ContainsTarget="true" /></EntityType><EntityType Name="eventMessage" BaseType="graph.message"><Property Name="endDateTime" Type="graph.dateTimeTimeZone" /><Property Name="isAllDay" Type="Edm.Boolean" /><Property Name="isDelegated" Type="Edm.Boolean" /><Property Name="isOutOfDate" Type="Edm.Boolean" /><Property Name="location" Type="graph.location" /><Property Name="meetingMessageType" Type="graph.meetingMessageType" /><Property Name="recurrence" Type="graph.patternedRecurrence" /><Property Name="startDateTime" Type="graph.dateTimeTimeZone" /><Property Name="type" Type="graph.eventType" /><NavigationProperty Name="event" Type="graph.event" ContainsTarget="true" /></EntityType><EntityType Name="eventMessageRequest" BaseType="graph.eventMessage"><Property Name="allowNewTimeProposals" Type="Edm.Boolean" /><Property Name="meetingRequestType" Type="graph.meetingRequestType" /><Property Name="previousEndDateTime" Type="graph.dateTimeTimeZone" /><Property Name="previousLocation" Type="graph.location" /><Property Name="previousStartDateTime" Type="graph.dateTimeTimeZone" /><Property Name="responseRequested" Type="Edm.Boolean" /></EntityType><EntityType Name="eventMessageResponse" BaseType="graph.eventMessage"><Property Name="proposedNewTime" Type="graph.timeSlot" /><Property Name="responseType" Type="graph.responseType" /></EntityType><EntityType Name="messageTracingRoot" BaseType="graph.entity"><NavigationProperty Name="messageTraces" Type="Collection(graph.exchangeMessageTrace)" ContainsTarget="true" /></EntityType><EntityType Name="fileAttachment" BaseType="graph.attachment" HasStream="true"><Property Name="contentBytes" Type="Edm.Binary" /><Property Name="contentId" Type="Edm.String" /><Property Name="contentLocation" Type="Edm.String" /></EntityType><EntityType Name="inferenceClassificationOverride" BaseType="graph.entity"><Property Name="classifyAs" Type="graph.inferenceClassificationType" /><Property Name="senderEmailAddress" Type="graph.emailAddress" /></EntityType><EntityType Name="itemAttachment" BaseType="graph.attachment"><NavigationProperty Name="item" Type="graph.outlookItem" ContainsTarget="true" /></EntityType><EntityType Name="messageRule" BaseType="graph.entity"><Property Name="actions" Type="graph.messageRuleActions" /><Property Name="conditions" Type="graph.messageRulePredicates" /><Property Name="displayName" Type="Edm.String" /><Property Name="exceptions" Type="graph.messageRulePredicates" /><Property Name="hasError" Type="Edm.Boolean" /><Property Name="isEnabled" Type="Edm.Boolean" /><Property Name="isReadOnly" Type="Edm.Boolean" /><Property Name="sequence" Type="Edm.Int32" /></EntityType><EntityType Name="mailSearchFolder" BaseType="graph.mailFolder"><Property Name="filterQuery" Type="Edm.String" /><Property Name="includeNestedFolders" Type="Edm.Boolean" /><Property Name="isSupported" Type="Edm.Boolean" /><Property Name="sourceFolderIds" Type="Collection(Edm.String)" /></EntityType><EntityType Name="openTypeExtension" BaseType="graph.extension" OpenType="true"><Property Name="extensionName" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="outlookCategory" BaseType="graph.entity"><Property Name="color" Type="graph.categoryColor" /><Property Name="displayName" Type="Edm.String" /></EntityType><EntityType Name="referenceAttachment" BaseType="graph.attachment" /><ComplexType Name="fileStorageContainerCustomPropertyDictionary" BaseType="graph.Dictionary" OpenType="true" /><ComplexType Name="fileStorageContainerCustomPropertyValue"><Property Name="isSearchable" Type="Edm.Boolean" /><Property Name="value" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="fileStorageContainerSettings"><Property Name="isItemVersioningEnabled" Type="Edm.Boolean" /><Property Name="isOcrEnabled" Type="Edm.Boolean" /><Property Name="itemMajorVersionLimit" Type="Edm.Int32" /></ComplexType><ComplexType Name="fileStorageContainerTypeRegistrationSettings"><Property Name="isDiscoverabilityEnabled" Type="Edm.Boolean" /><Property Name="isItemVersioningEnabled" Type="Edm.Boolean" /><Property Name="isSearchEnabled" Type="Edm.Boolean" /><Property Name="isSharingRestricted" Type="Edm.Boolean" /><Property Name="itemMajorVersionLimit" Type="Edm.Int64" /><Property Name="maxStoragePerContainerInBytes" Type="Edm.Int64" /><Property Name="sharingCapability" Type="graph.sharingCapabilities" /><Property Name="urlTemplate" Type="Edm.String" /></ComplexType><ComplexType Name="fileStorageContainerTypeSettings"><Property Name="consumingTenantOverridables" Type="graph.fileStorageContainerTypeSettingsOverride" /><Property Name="isDiscoverabilityEnabled" Type="Edm.Boolean" /><Property Name="isItemVersioningEnabled" Type="Edm.Boolean" /><Property Name="isSearchEnabled" Type="Edm.Boolean" /><Property Name="isSharingRestricted" Type="Edm.Boolean" /><Property Name="itemMajorVersionLimit" Type="Edm.Int64" /><Property Name="maxStoragePerContainerInBytes" Type="Edm.Int64" /><Property Name="sharingCapability" Type="graph.sharingCapabilities" /><Property Name="urlTemplate" Type="Edm.String" /></ComplexType><ComplexType Name="fileStorageContainerViewpoint"><Property Name="effectiveRole" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="idleSessionSignOut"><Property Name="isEnabled" Type="Edm.Boolean" /><Property Name="signOutAfterInSeconds" Type="Edm.Int64" /><Property Name="warnAfterInSeconds" Type="Edm.Int64" /></ComplexType><EntityType Name="fileStorage" BaseType="graph.entity"><NavigationProperty Name="containers" Type="Collection(graph.fileStorageContainer)" ContainsTarget="true" /><NavigationProperty Name="containerTypeRegistrations" Type="Collection(graph.fileStorageContainerTypeRegistration)" ContainsTarget="true" /><NavigationProperty Name="containerTypes" Type="Collection(graph.fileStorageContainerType)" ContainsTarget="true" /><NavigationProperty Name="deletedContainers" Type="Collection(graph.fileStorageContainer)" ContainsTarget="true" /></EntityType><EntityType Name="fileStorageContainer" BaseType="graph.entity"><Property Name="assignedSensitivityLabel" Type="graph.assignedLabel" /><Property Name="containerTypeId" Type="Edm.Guid" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="customProperties" Type="graph.fileStorageContainerCustomPropertyDictionary" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="lockState" Type="graph.siteLockState" /><Property Name="settings" Type="graph.fileStorageContainerSettings" Nullable="false" /><Property Name="status" Type="graph.fileStorageContainerStatus" /><Property Name="viewpoint" Type="graph.fileStorageContainerViewpoint" /><NavigationProperty Name="columns" Type="Collection(graph.columnDefinition)" ContainsTarget="true" /><NavigationProperty Name="drive" Type="graph.drive" ContainsTarget="true" /><NavigationProperty Name="migrationJobs" Type="Collection(graph.sharePointMigrationJob)" ContainsTarget="true" /><NavigationProperty Name="permissions" Type="Collection(graph.permission)" ContainsTarget="true" /><NavigationProperty Name="recycleBin" Type="graph.recycleBin" ContainsTarget="true" /><NavigationProperty Name="sharePointGroups" Type="Collection(graph.sharePointGroup)" ContainsTarget="true" /></EntityType><EntityType Name="fileStorageContainerTypeRegistration" BaseType="graph.entity"><Property Name="billingClassification" Type="graph.fileStorageContainerBillingClassification" Nullable="false" /><Property Name="billingStatus" Type="graph.fileStorageContainerBillingStatus" Nullable="false" /><Property Name="etag" Type="Edm.String" Nullable="false" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="owningAppId" Type="Edm.Guid" Nullable="false" /><Property Name="registeredDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="settings" Type="graph.fileStorageContainerTypeRegistrationSettings" Nullable="false" /><NavigationProperty Name="applicationPermissionGrants" Type="Collection(graph.fileStorageContainerTypeAppPermissionGrant)" ContainsTarget="true" /></EntityType><EntityType Name="fileStorageContainerType" BaseType="graph.entity"><Property Name="billingClassification" Type="graph.fileStorageContainerBillingClassification" Nullable="false" /><Property Name="billingStatus" Type="graph.fileStorageContainerBillingStatus" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="etag" Type="Edm.String" Nullable="false" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="owningAppId" Type="Edm.Guid" Nullable="false" /><Property Name="settings" Type="graph.fileStorageContainerTypeSettings" Nullable="false" /></EntityType><EntityType Name="sharePointMigrationJob" BaseType="graph.entity"><Property Name="containerInfo" Type="graph.sharePointMigrationContainerInfo" Nullable="false" /><NavigationProperty Name="progressEvents" Type="Collection(graph.sharePointMigrationEvent)" ContainsTarget="true" /></EntityType><EntityType Name="recycleBin" BaseType="graph.baseItem" OpenType="true"><Property Name="settings" Type="graph.recycleBinSettings" /><NavigationProperty Name="items" Type="Collection(graph.recycleBinItem)" ContainsTarget="true" /></EntityType><EntityType Name="sharePointGroup" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="principalId" Type="Edm.String" /><Property Name="title" Type="Edm.String" Nullable="false" /><NavigationProperty Name="members" Type="Collection(graph.sharePointGroupMember)" ContainsTarget="true" /></EntityType><EntityType Name="fileStorageContainerTypeAppPermissionGrant"><Key><PropertyRef Name="appId" /></Key><Property Name="appId" Type="Edm.String" Nullable="false" /><Property Name="applicationPermissions" Type="Collection(graph.fileStorageContainerTypeAppPermission)" /><Property Name="delegatedPermissions" Type="Collection(graph.fileStorageContainerTypeAppPermission)" /></EntityType><EntityType Name="sharepointSettings" BaseType="graph.entity"><Property Name="allowedDomainGuidsForSyncApp" Type="Collection(Edm.Guid)" /><Property Name="availableManagedPathsForSiteCreation" Type="Collection(Edm.String)" Nullable="false" /><Property Name="deletedUserPersonalSiteRetentionPeriodInDays" Type="Edm.Int32" /><Property Name="excludedFileExtensionsForSyncApp" Type="Collection(Edm.String)" /><Property Name="idleSessionSignOut" Type="graph.idleSessionSignOut" /><Property Name="imageTaggingOption" Type="graph.imageTaggingChoice" /><Property Name="isCommentingOnSitePagesEnabled" Type="Edm.Boolean" /><Property Name="isFileActivityNotificationEnabled" Type="Edm.Boolean" /><Property Name="isLegacyAuthProtocolsEnabled" Type="Edm.Boolean" /><Property Name="isLoopEnabled" Type="Edm.Boolean" /><Property Name="isMacSyncAppEnabled" Type="Edm.Boolean" /><Property Name="isRequireAcceptingUserToMatchInvitedUserEnabled" Type="Edm.Boolean" /><Property Name="isResharingByExternalUsersEnabled" Type="Edm.Boolean" /><Property Name="isSharePointMobileNotificationEnabled" Type="Edm.Boolean" /><Property Name="isSharePointNewsfeedEnabled" Type="Edm.Boolean" /><Property Name="isSiteCreationEnabled" Type="Edm.Boolean" /><Property Name="isSiteCreationUIEnabled" Type="Edm.Boolean" /><Property Name="isSitePagesCreationEnabled" Type="Edm.Boolean" /><Property Name="isSitesStorageLimitAutomatic" Type="Edm.Boolean" /><Property Name="isSyncButtonHiddenOnPersonalSite" Type="Edm.Boolean" /><Property Name="isUnmanagedSyncAppForTenantRestricted" Type="Edm.Boolean" /><Property Name="personalSiteDefaultStorageLimitInMB" Type="Edm.Int64" /><Property Name="sharingAllowedDomainList" Type="Collection(Edm.String)" /><Property Name="sharingBlockedDomainList" Type="Collection(Edm.String)" /><Property Name="sharingCapability" Type="graph.sharingCapabilities" /><Property Name="sharingDomainRestrictionMode" Type="graph.sharingDomainRestrictionMode" /><Property Name="siteCreationDefaultManagedPath" Type="Edm.String" Nullable="false" /><Property Name="siteCreationDefaultStorageLimitInMB" Type="Edm.Int32" /><Property Name="tenantDefaultTimezone" Type="Edm.String" /></EntityType><EntityType Name="sharePointGroupMember" BaseType="graph.entity"><Property Name="identity" Type="graph.sharePointIdentitySet" /></EntityType><EntityType Name="storage"><NavigationProperty Name="fileStorage" Type="graph.fileStorage" ContainsTarget="true" /><NavigationProperty Name="settings" Type="graph.storageSettings" ContainsTarget="true" /></EntityType><EntityType Name="storageSettings" BaseType="graph.entity"><NavigationProperty Name="quota" Type="graph.unifiedStorageQuota" ContainsTarget="true" /></EntityType><ComplexType Name="accessAction" OpenType="true" /><ComplexType Name="album"><Property Name="coverImageItemId" Type="Edm.String" /></ComplexType><ComplexType Name="booleanColumn" /><ComplexType Name="calculatedColumn"><Property Name="format" Type="Edm.String" /><Property Name="formula" Type="Edm.String" /><Property Name="outputType" Type="Edm.String" /></ComplexType><ComplexType Name="choiceColumn"><Property Name="allowTextEntry" Type="Edm.Boolean" /><Property Name="choices" Type="Collection(Edm.String)" /><Property Name="displayAs" Type="Edm.String" /></ComplexType><ComplexType Name="columnValidation"><Property Name="defaultLanguage" Type="Edm.String" /><Property Name="descriptions" Type="Collection(graph.displayNameLocalization)" /><Property Name="formula" Type="Edm.String" /></ComplexType><ComplexType Name="displayNameLocalization"><Property Name="displayName" Type="Edm.String" /><Property Name="languageTag" Type="Edm.String" /></ComplexType><ComplexType Name="commentAction"><Property Name="isReply" Type="Edm.Boolean" /><Property Name="parentAuthor" Type="graph.identitySet" /><Property Name="participants" Type="Collection(graph.identitySet)" /></ComplexType><ComplexType Name="contentApprovalStatusColumn" /><ComplexType Name="contentTypeInfo"><Property Name="id" Type="Edm.String" /><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="contentTypeOrder"><Property Name="default" Type="Edm.Boolean" /><Property Name="position" Type="Edm.Int32" /></ComplexType><ComplexType Name="createAction" /><ComplexType Name="currencyColumn"><Property Name="locale" Type="Edm.String" /></ComplexType><ComplexType Name="dateTimeColumn"><Property Name="displayAs" Type="Edm.String" /><Property Name="format" Type="Edm.String" /></ComplexType><ComplexType Name="defaultColumnValue"><Property Name="formula" Type="Edm.String" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="deleteAction"><Property Name="name" Type="Edm.String" /><Property Name="objectType" Type="Edm.String" /></ComplexType><ComplexType Name="documentSet"><Property Name="allowedContentTypes" Type="Collection(graph.contentTypeInfo)" /><Property Name="defaultContents" Type="Collection(graph.documentSetContent)" /><Property Name="propagateWelcomePageChanges" Type="Edm.Boolean" /><Property Name="shouldPrefixNameToFile" Type="Edm.Boolean" /><Property Name="welcomePageUrl" Type="Edm.String" /><NavigationProperty Name="sharedColumns" Type="Collection(graph.columnDefinition)" /><NavigationProperty Name="welcomePageColumns" Type="Collection(graph.columnDefinition)" /></ComplexType><ComplexType Name="documentSetContent"><Property Name="contentType" Type="graph.contentTypeInfo" /><Property Name="fileName" Type="Edm.String" /><Property Name="folderName" Type="Edm.String" /></ComplexType><ComplexType Name="documentSetVersionItem"><Property Name="itemId" Type="Edm.String" /><Property Name="title" Type="Edm.String" /><Property Name="versionId" Type="Edm.String" /></ComplexType><ComplexType Name="driveItemSource"><Property Name="application" Type="graph.driveItemSourceApplication" /><Property Name="externalId" Type="Edm.String" /></ComplexType><ComplexType Name="driveItemUploadableProperties"><Property Name="description" Type="Edm.String" /><Property Name="driveItemSource" Type="graph.driveItemSource" /><Property Name="fileSize" Type="Edm.Int64" /><Property Name="fileSystemInfo" Type="graph.fileSystemInfo" /><Property Name="mediaSource" Type="graph.mediaSource" /><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="mediaSource"><Property Name="contentCategory" Type="graph.mediaSourceContentCategory" /></ComplexType><ComplexType Name="driveRecipient"><Property Name="alias" Type="Edm.String" /><Property Name="email" Type="Edm.String" /><Property Name="objectId" Type="Edm.String" /></ComplexType><ComplexType Name="editAction" /><ComplexType Name="extractSensitivityLabelsResult"><Property Name="labels" Type="Collection(graph.sensitivityLabelAssignment)" /></ComplexType><ComplexType Name="sensitivityLabelAssignment"><Property Name="assignmentMethod" Type="graph.sensitivityLabelAssignmentMethod" Nullable="false" /><Property Name="sensitivityLabelId" Type="Edm.String" Nullable="false" /><Property Name="tenantId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="hashes"><Property Name="crc32Hash" Type="Edm.String" /><Property Name="quickXorHash" Type="Edm.String" /><Property Name="sha1Hash" Type="Edm.String" /><Property Name="sha256Hash" Type="Edm.String" /></ComplexType><ComplexType Name="folderView"><Property Name="sortBy" Type="Edm.String" /><Property Name="sortOrder" Type="Edm.String" /><Property Name="viewType" Type="Edm.String" /></ComplexType><ComplexType Name="geolocationColumn" /><ComplexType Name="hyperlinkOrPictureColumn"><Property Name="isPicture" Type="Edm.Boolean" /></ComplexType><ComplexType Name="incompleteData" OpenType="true"><Property Name="missingDataBeforeDateTime" Type="Edm.DateTimeOffset" /><Property Name="wasThrottled" Type="Edm.Boolean" /></ComplexType><ComplexType Name="itemActionStat" OpenType="true"><Property Name="actionCount" Type="Edm.Int32" /><Property Name="actorCount" Type="Edm.Int32" /></ComplexType><ComplexType Name="itemPreviewInfo"><Property Name="getUrl" Type="Edm.String" /><Property Name="postParameters" Type="Edm.String" /><Property Name="postUrl" Type="Edm.String" /></ComplexType><ComplexType Name="itemReference"><Property Name="driveId" Type="Edm.String" /><Property Name="driveType" Type="Edm.String" /><Property Name="id" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="path" Type="Edm.String" /><Property Name="shareId" Type="Edm.String" /><Property Name="sharepointIds" Type="graph.sharepointIds" /><Property Name="siteId" Type="Edm.String" /></ComplexType><ComplexType Name="lookupColumn"><Property Name="allowMultipleValues" Type="Edm.Boolean" /><Property Name="allowUnlimitedLength" Type="Edm.Boolean" /><Property Name="columnName" Type="Edm.String" /><Property Name="listId" Type="Edm.String" /><Property Name="primaryLookupColumnId" Type="Edm.String" /></ComplexType><ComplexType Name="mentionAction"><Property Name="mentionees" Type="Collection(graph.identitySet)" /></ComplexType><ComplexType Name="metaDataKeyStringPair"><Property Name="key" Type="Edm.String" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="metaDataKeyValuePair"><Property Name="key" Type="Edm.String" /><Property Name="value" Type="graph.Json" /></ComplexType><ComplexType Name="moveAction"><Property Name="from" Type="Edm.String" /><Property Name="to" Type="Edm.String" /></ComplexType><ComplexType Name="numberColumn"><Property Name="decimalPlaces" Type="Edm.String" /><Property Name="displayAs" Type="Edm.String" /><Property Name="maximum" Type="Edm.Double" /><Property Name="minimum" Type="Edm.Double" /></ComplexType><ComplexType Name="pendingContentUpdate"><Property Name="queuedDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="personOrGroupColumn"><Property Name="allowMultipleSelection" Type="Edm.Boolean" /><Property Name="chooseFromType" Type="Edm.String" /><Property Name="displayAs" Type="Edm.String" /></ComplexType><ComplexType Name="storagePlanInformation"><Property Name="upgradeAvailable" Type="Edm.Boolean" /></ComplexType><ComplexType Name="reactionsFacet"><Property Name="commentCount" Type="Edm.Int32" /><Property Name="likeCount" Type="Edm.Int32" /><Property Name="shareCount" Type="Edm.Int32" /></ComplexType><ComplexType Name="recycleBinSettings"><Property Name="retentionPeriodOverrideDays" Type="Edm.Int32" /></ComplexType><ComplexType Name="renameAction"><Property Name="newName" Type="Edm.String" /><Property Name="oldName" Type="Edm.String" /></ComplexType><ComplexType Name="restoreAction" /><ComplexType Name="retentionLabelSettings"><Property Name="behaviorDuringRetentionPeriod" Type="microsoft.graph.security.behaviorDuringRetentionPeriod" /><Property Name="isContentUpdateAllowed" Type="Edm.Boolean" /><Property Name="isDeleteAllowed" Type="Edm.Boolean" /><Property Name="isLabelUpdateAllowed" Type="Edm.Boolean" /><Property Name="isMetadataUpdateAllowed" Type="Edm.Boolean" /><Property Name="isRecordLocked" Type="Edm.Boolean" /></ComplexType><ComplexType Name="serverProcessedContent"><Property Name="htmlStrings" Type="Collection(graph.metaDataKeyStringPair)" /><Property Name="imageSources" Type="Collection(graph.metaDataKeyStringPair)" /><Property Name="links" Type="Collection(graph.metaDataKeyStringPair)" /><Property Name="searchablePlainTexts" Type="Collection(graph.metaDataKeyStringPair)" /></ComplexType><ComplexType Name="shareAction"><Property Name="recipients" Type="Collection(graph.identitySet)" /></ComplexType><ComplexType Name="sharePointGroupIdentity" BaseType="graph.identity" OpenType="true"><Property Name="principalId" Type="Edm.String" /><Property Name="title" Type="Edm.String" /></ComplexType><ComplexType Name="sharePointIdentity" BaseType="graph.identity" OpenType="true"><Property Name="loginName" Type="Edm.String" /></ComplexType><ComplexType Name="sharePointIdentitySet" BaseType="graph.identitySet" OpenType="true"><Property Name="group" Type="graph.identity" /><Property Name="sharePointGroup" Type="graph.sharePointGroupIdentity" /><Property Name="siteGroup" Type="graph.sharePointIdentity" /><Property Name="siteUser" Type="graph.sharePointIdentity" /></ComplexType><ComplexType Name="sharePointMigrationContainerInfo"><Property Name="dataContainerUri" Type="Edm.String" Nullable="false" /><Property Name="encryptionKey" Type="Edm.String" Nullable="false" /><Property Name="metadataContainerUri" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="sharingInvitation"><Property Name="email" Type="Edm.String" /><Property Name="invitedBy" Type="graph.identitySet" /><Property Name="redeemedBy" Type="Edm.String" /><Property Name="signInRequired" Type="Edm.Boolean" /></ComplexType><ComplexType Name="sharingLink"><Property Name="application" Type="graph.identity" /><Property Name="preventsDownload" Type="Edm.Boolean" /><Property Name="scope" Type="Edm.String" /><Property Name="type" Type="Edm.String" /><Property Name="webHtml" Type="Edm.String" /><Property Name="webUrl" Type="Edm.String" /></ComplexType><ComplexType Name="siteArchivalDetails"><Property Name="archiveStatus" Type="graph.siteArchiveStatus" /></ComplexType><ComplexType Name="termColumn"><Property Name="allowMultipleValues" Type="Edm.Boolean" /><Property Name="showFullyQualifiedName" Type="Edm.Boolean" /><NavigationProperty Name="parentTerm" Type="microsoft.graph.termStore.term" /><NavigationProperty Name="termSet" Type="microsoft.graph.termStore.set" /></ComplexType><ComplexType Name="textColumn"><Property Name="allowMultipleLines" Type="Edm.Boolean" /><Property Name="appendChangesToExistingText" Type="Edm.Boolean" /><Property Name="linesForEditing" Type="Edm.Int32" /><Property Name="maxLength" Type="Edm.Int32" /><Property Name="textType" Type="Edm.String" /></ComplexType><ComplexType Name="thumbnail"><Property Name="content" Type="Edm.Stream" /><Property Name="height" Type="Edm.Int32" /><Property Name="sourceItemId" Type="Edm.String" /><Property Name="url" Type="Edm.String" /><Property Name="width" Type="Edm.Int32" /></ComplexType><ComplexType Name="thumbnailColumn" /><ComplexType Name="titleArea" OpenType="true"><Property Name="alternativeText" Type="Edm.String" /><Property Name="enableGradientEffect" Type="Edm.Boolean" /><Property Name="imageWebUrl" Type="Edm.String" /><Property Name="layout" Type="graph.titleAreaLayoutType" /><Property Name="serverProcessedContent" Type="graph.serverProcessedContent" /><Property Name="showAuthor" Type="Edm.Boolean" /><Property Name="showPublishedDate" Type="Edm.Boolean" /><Property Name="showTextBlockAboveTitle" Type="Edm.Boolean" /><Property Name="textAboveTitle" Type="Edm.String" /><Property Name="textAlignment" Type="graph.titleAreaTextAlignmentType" /></ComplexType><ComplexType Name="versionAction"><Property Name="newVersion" Type="Edm.String" /></ComplexType><ComplexType Name="webPartData"><Property Name="dataVersion" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="properties" Type="graph.Json" /><Property Name="serverProcessedContent" Type="graph.serverProcessedContent" /><Property Name="title" Type="Edm.String" /></ComplexType><ComplexType Name="webPartPosition"><Property Name="columnId" Type="Edm.Double" /><Property Name="horizontalSectionId" Type="Edm.Double" /><Property Name="isInVerticalSection" Type="Edm.Boolean" /><Property Name="webPartIndex" Type="Edm.Double" /></ComplexType><EntityType Name="canvasLayout" BaseType="graph.entity"><NavigationProperty Name="horizontalSections" Type="Collection(graph.horizontalSection)" ContainsTarget="true" /><NavigationProperty Name="verticalSection" Type="graph.verticalSection" ContainsTarget="true" /></EntityType><EntityType Name="horizontalSection" BaseType="graph.entity"><Property Name="emphasis" Type="graph.sectionEmphasisType" /><Property Name="layout" Type="graph.horizontalSectionLayoutType" /><NavigationProperty Name="columns" Type="Collection(graph.horizontalSectionColumn)" ContainsTarget="true" /></EntityType><EntityType Name="verticalSection" BaseType="graph.entity"><Property Name="emphasis" Type="graph.sectionEmphasisType" /><NavigationProperty Name="webparts" Type="Collection(graph.webPart)" ContainsTarget="true" /></EntityType><EntityType Name="columnLink" BaseType="graph.entity"><Property Name="name" Type="Edm.String" /></EntityType><EntityType Name="listItemVersion" BaseType="graph.baseItemVersion"><NavigationProperty Name="fields" Type="graph.fieldValueSet" ContainsTarget="true" /></EntityType><EntityType Name="documentSetVersion" BaseType="graph.listItemVersion"><Property Name="comment" Type="Edm.String" /><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="items" Type="Collection(graph.documentSetVersionItem)" /><Property Name="shouldCaptureMinorVersion" Type="Edm.Boolean" /></EntityType><EntityType Name="fieldValueSet" BaseType="graph.entity" OpenType="true" /><EntityType Name="horizontalSectionColumn" BaseType="graph.entity"><Property Name="width" Type="Edm.Int32" /><NavigationProperty Name="webparts" Type="Collection(graph.webPart)" ContainsTarget="true" /></EntityType><EntityType Name="webPart" BaseType="graph.entity" Abstract="true" /><EntityType Name="itemActivity" BaseType="graph.entity" OpenType="true"><Property Name="access" Type="graph.accessAction" /><Property Name="activityDateTime" Type="Edm.DateTimeOffset" /><Property Name="actor" Type="graph.identitySet" /><NavigationProperty Name="driveItem" Type="graph.driveItem" ContainsTarget="true" /></EntityType><EntityType Name="itemActivityStat" BaseType="graph.entity" OpenType="true"><Property Name="access" Type="graph.itemActionStat" /><Property Name="create" Type="graph.itemActionStat" /><Property Name="delete" Type="graph.itemActionStat" /><Property Name="edit" Type="graph.itemActionStat" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="incompleteData" Type="graph.incompleteData" /><Property Name="isTrending" Type="Edm.Boolean" /><Property Name="move" Type="graph.itemActionStat" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="activities" Type="Collection(graph.itemActivity)" /></EntityType><EntityType Name="recycleBinItem" BaseType="graph.baseItem" OpenType="true"><Property Name="deletedDateTime" Type="Edm.DateTimeOffset" /><Property Name="deletedFromLocation" Type="Edm.String" /><Property Name="size" Type="Edm.Int64" /></EntityType><EntityType Name="sharedDriveItem" BaseType="graph.baseItem"><Property Name="owner" Type="graph.identitySet" /><NavigationProperty Name="driveItem" Type="graph.driveItem" ContainsTarget="true" /><NavigationProperty Name="items" Type="Collection(graph.driveItem)" ContainsTarget="true" /><NavigationProperty Name="list" Type="graph.list" ContainsTarget="true" /><NavigationProperty Name="listItem" Type="graph.listItem" ContainsTarget="true" /><NavigationProperty Name="permission" Type="graph.permission" ContainsTarget="true" /><NavigationProperty Name="root" Type="graph.driveItem" ContainsTarget="true" /><NavigationProperty Name="site" Type="graph.site" ContainsTarget="true" /></EntityType><EntityType Name="sharePointMigrationEvent" BaseType="graph.entity"><Property Name="correlationId" Type="Edm.String" Nullable="false" /><Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="jobId" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="sharePointMigrationFinishManifestFileUploadEvent" BaseType="graph.sharePointMigrationEvent"><Property Name="manifestFileName" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="sharePointMigrationJobCancelledEvent" BaseType="graph.sharePointMigrationEvent"><Property Name="isCancelledByUser" Type="Edm.Boolean" Nullable="false" /><Property Name="totalRetryCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="sharePointMigrationJobDeletedEvent" BaseType="graph.sharePointMigrationEvent" /><EntityType Name="sharePointMigrationJobErrorEvent" BaseType="graph.sharePointMigrationEvent"><Property Name="error" Type="graph.publicError" Nullable="false" /><Property Name="errorLevel" Type="graph.sharePointMigrationJobErrorLevel" Nullable="false" /><Property Name="objectId" Type="Edm.String" Nullable="false" /><Property Name="objectType" Type="graph.sharePointMigrationObjectType" Nullable="false" /><Property Name="objectUrl" Type="Edm.String" Nullable="false" /><Property Name="totalRetryCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="sharePointMigrationJobPostponedEvent" BaseType="graph.sharePointMigrationEvent"><Property Name="jobsInQueue" Type="Edm.Int64" Nullable="false" /><Property Name="nextPickupDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="reason" Type="Edm.String" Nullable="false" /><Property Name="totalRetryCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="sharePointMigrationJobProgressEvent" BaseType="graph.sharePointMigrationEvent"><Property Name="bytesProcessed" Type="Edm.Int64" Nullable="false" /><Property Name="bytesProcessedOnlyCurrentVersion" Type="Edm.Int64" Nullable="false" /><Property Name="cpuDurationMs" Type="Edm.Int64" Nullable="false" /><Property Name="filesProcessed" Type="Edm.Int64" Nullable="false" /><Property Name="filesProcessedOnlyCurrentVersion" Type="Edm.Int64" Nullable="false" /><Property Name="isCompleted" Type="Edm.Boolean" Nullable="false" /><Property Name="lastProcessedObjectId" Type="Edm.String" Nullable="false" /><Property Name="objectsProcessed" Type="Edm.Int64" Nullable="false" /><Property Name="sqlDurationMs" Type="Edm.Int64" Nullable="false" /><Property Name="sqlQueryCount" Type="Edm.Int64" Nullable="false" /><Property Name="totalDurationMs" Type="Edm.Int64" Nullable="false" /><Property Name="totalErrors" Type="Edm.Int64" Nullable="false" /><Property Name="totalExpectedBytes" Type="Edm.Int64" Nullable="false" /><Property Name="totalExpectedObjects" Type="Edm.Int64" Nullable="false" /><Property Name="totalRetryCount" Type="Edm.Int32" Nullable="false" /><Property Name="totalWarnings" Type="Edm.Int64" Nullable="false" /><Property Name="waitTimeOnSqlThrottlingMs" Type="Edm.Int64" Nullable="false" /></EntityType><EntityType Name="sharePointMigrationJobQueuedEvent" BaseType="graph.sharePointMigrationEvent" /><EntityType Name="sharePointMigrationJobStartEvent" BaseType="graph.sharePointMigrationEvent"><Property Name="isRestarted" Type="Edm.Boolean" Nullable="false" /><Property Name="totalRetryCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="sitePage" BaseType="graph.baseSitePage" OpenType="true"><Property Name="promotionKind" Type="graph.pagePromotionType" /><Property Name="reactions" Type="graph.reactionsFacet" /><Property Name="showComments" Type="Edm.Boolean" /><Property Name="showRecommendedPages" Type="Edm.Boolean" /><Property Name="thumbnailWebUrl" Type="Edm.String" /><Property Name="titleArea" Type="graph.titleArea" /><NavigationProperty Name="canvasLayout" Type="graph.canvasLayout" ContainsTarget="true" /><NavigationProperty Name="webParts" Type="Collection(graph.webPart)" ContainsTarget="true" /></EntityType><EntityType Name="standardWebPart" BaseType="graph.webPart"><Property Name="containerTextWebPartId" Type="Edm.String" /><Property Name="data" Type="graph.webPartData" /><Property Name="webPartType" Type="Edm.String" /></EntityType><EntityType Name="textWebPart" BaseType="graph.webPart"><Property Name="innerHtml" Type="Edm.String" /></EntityType><ComplexType Name="attendeeNotificationInfo"><Property Name="phoneNumber" Type="Edm.String" /><Property Name="timeZone" Type="Edm.String" /></ComplexType><ComplexType Name="broadcastMeetingSettings"><Property Name="allowedAudience" Type="graph.broadcastMeetingAudience" /><Property Name="captions" Type="graph.broadcastMeetingCaptionSettings" /><Property Name="isAttendeeReportEnabled" Type="Edm.Boolean" /><Property Name="isQuestionAndAnswerEnabled" Type="Edm.Boolean" /><Property Name="isRecordingEnabled" Type="Edm.Boolean" /><Property Name="isVideoOnDemandEnabled" Type="Edm.Boolean" /></ComplexType><ComplexType Name="meetingParticipants"><Property Name="attendees" Type="Collection(graph.meetingParticipantInfo)" /><Property Name="organizer" Type="graph.meetingParticipantInfo" /></ComplexType><EntityType Name="callRecording" BaseType="graph.entity"><Property Name="callId" Type="Edm.String" /><Property Name="content" Type="Edm.Stream" /><Property Name="contentCorrelationId" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="meetingId" Type="Edm.String" /><Property Name="meetingOrganizer" Type="graph.identitySet" /><Property Name="recordingContentUrl" Type="Edm.String" /></EntityType><EntityType Name="callTranscript" BaseType="graph.entity"><Property Name="callId" Type="Edm.String" /><Property Name="content" Type="Edm.Stream" /><Property Name="contentCorrelationId" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="meetingId" Type="Edm.String" /><Property Name="meetingOrganizer" Type="graph.identitySet" /><Property Name="metadataContent" Type="Edm.Stream" /><Property Name="transcriptContentUrl" Type="Edm.String" /></EntityType><ComplexType Name="extensionSchemaProperty"><Property Name="name" Type="Edm.String" /><Property Name="type" Type="Edm.String" /></ComplexType><EntityType Name="schemaExtension" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="owner" Type="Edm.String" Nullable="false" /><Property Name="properties" Type="Collection(graph.extensionSchemaProperty)" Nullable="false" /><Property Name="status" Type="Edm.String" Nullable="false" /><Property Name="targetTypes" Type="Collection(Edm.String)" Nullable="false" /></EntityType><ComplexType Name="attributeDefinition"><Property Name="anchor" Type="Edm.Boolean" Nullable="false" /><Property Name="apiExpressions" Type="Collection(graph.stringKeyStringValuePair)" /><Property Name="caseExact" Type="Edm.Boolean" Nullable="false" /><Property Name="defaultValue" Type="Edm.String" /><Property Name="flowNullValues" Type="Edm.Boolean" Nullable="false" /><Property Name="metadata" Type="Collection(graph.attributeDefinitionMetadataEntry)" /><Property Name="multivalued" Type="Edm.Boolean" Nullable="false" /><Property Name="mutability" Type="graph.mutability" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="referencedObjects" Type="Collection(graph.referencedObject)" /><Property Name="required" Type="Edm.Boolean" Nullable="false" /><Property Name="type" Type="graph.attributeType" Nullable="false" /></ComplexType><ComplexType Name="stringKeyStringValuePair"><Property Name="key" Type="Edm.String" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="attributeDefinitionMetadataEntry"><Property Name="key" Type="graph.attributeDefinitionMetadata" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="referencedObject"><Property Name="referencedObjectName" Type="Edm.String" /><Property Name="referencedProperty" Type="Edm.String" /></ComplexType><ComplexType Name="attributeMapping"><Property Name="defaultValue" Type="Edm.String" /><Property Name="exportMissingReferences" Type="Edm.Boolean" Nullable="false" /><Property Name="flowBehavior" Type="graph.attributeFlowBehavior" Nullable="false" /><Property Name="flowType" Type="graph.attributeFlowType" Nullable="false" /><Property Name="matchingPriority" Type="Edm.Int32" Nullable="false" /><Property Name="source" Type="graph.attributeMappingSource" /><Property Name="targetAttributeName" Type="Edm.String" /></ComplexType><ComplexType Name="attributeMappingSource"><Property Name="expression" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="parameters" Type="Collection(graph.stringKeyAttributeMappingSourceValuePair)" /><Property Name="type" Type="graph.attributeMappingSourceType" Nullable="false" /></ComplexType><ComplexType Name="attributeMappingParameterSchema"><Property Name="allowMultipleOccurrences" Type="Edm.Boolean" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="required" Type="Edm.Boolean" Nullable="false" /><Property Name="type" Type="graph.attributeType" Nullable="false" /></ComplexType><ComplexType Name="stringKeyAttributeMappingSourceValuePair"><Property Name="key" Type="Edm.String" /><Property Name="value" Type="graph.attributeMappingSource" /></ComplexType><ComplexType Name="containerFilter"><Property Name="includedContainers" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="expressionInputObject"><Property Name="definition" Type="graph.objectDefinition" /><Property Name="properties" Type="Collection(graph.stringKeyObjectValuePair)" /></ComplexType><ComplexType Name="objectDefinition"><Property Name="attributes" Type="Collection(graph.attributeDefinition)" /><Property Name="metadata" Type="Collection(graph.objectDefinitionMetadataEntry)" /><Property Name="name" Type="Edm.String" /><Property Name="supportedApis" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="stringKeyObjectValuePair" OpenType="true"><Property Name="key" Type="Edm.String" /></ComplexType><ComplexType Name="filter"><Property Name="categoryFilterGroups" Type="Collection(graph.filterGroup)" /><Property Name="groups" Type="Collection(graph.filterGroup)" /><Property Name="inputFilterGroups" Type="Collection(graph.filterGroup)" /></ComplexType><ComplexType Name="filterGroup"><Property Name="clauses" Type="Collection(graph.filterClause)" /><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="filterClause"><Property Name="operatorName" Type="Edm.String" /><Property Name="sourceOperandName" Type="Edm.String" /><Property Name="targetOperand" Type="graph.filterOperand" /></ComplexType><ComplexType Name="filterOperand"><Property Name="values" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="groupFilter"><Property Name="includedGroups" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="objectDefinitionMetadataEntry"><Property Name="key" Type="graph.objectDefinitionMetadata" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="objectMapping"><Property Name="attributeMappings" Type="Collection(graph.attributeMapping)" /><Property Name="enabled" Type="Edm.Boolean" Nullable="false" /><Property Name="flowTypes" Type="graph.objectFlowTypes" Nullable="false" /><Property Name="metadata" Type="Collection(graph.objectMappingMetadataEntry)" /><Property Name="name" Type="Edm.String" /><Property Name="scope" Type="graph.filter" /><Property Name="sourceObjectName" Type="Edm.String" /><Property Name="targetObjectName" Type="Edm.String" /></ComplexType><ComplexType Name="objectMappingMetadataEntry"><Property Name="key" Type="graph.objectMappingMetadata" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="parseExpressionResponse"><Property Name="error" Type="graph.publicError" /><Property Name="evaluationResult" Type="Collection(Edm.String)" /><Property Name="evaluationSucceeded" Type="Edm.Boolean" Nullable="false" /><Property Name="parsedExpression" Type="graph.attributeMappingSource" /><Property Name="parsingSucceeded" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="publicErrorResponse"><Property Name="error" Type="graph.publicError" /></ComplexType><ComplexType Name="stringKeyLongValuePair"><Property Name="key" Type="Edm.String" /><Property Name="value" Type="Edm.Int64" Nullable="false" /></ComplexType><ComplexType Name="synchronizationError"><Property Name="code" Type="Edm.String" /><Property Name="message" Type="Edm.String" /><Property Name="tenantActionable" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="synchronizationJobApplicationParameters"><Property Name="ruleId" Type="Edm.String" /><Property Name="subjects" Type="Collection(graph.synchronizationJobSubject)" /></ComplexType><ComplexType Name="synchronizationJobSubject"><Property Name="links" Type="graph.synchronizationLinkedObjects" /><Property Name="objectId" Type="Edm.String" /><Property Name="objectTypeName" Type="Edm.String" /></ComplexType><ComplexType Name="synchronizationJobRestartCriteria"><Property Name="resetScope" Type="graph.synchronizationJobRestartScope" /></ComplexType><ComplexType Name="synchronizationLinkedObjects"><Property Name="manager" Type="graph.synchronizationJobSubject" /><Property Name="members" Type="Collection(graph.synchronizationJobSubject)" /><Property Name="owners" Type="Collection(graph.synchronizationJobSubject)" /></ComplexType><ComplexType Name="synchronizationMetadataEntry"><Property Name="key" Type="graph.synchronizationMetadata" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="synchronizationProgress"><Property Name="completedUnits" Type="Edm.Int64" Nullable="false" /><Property Name="progressObservationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="totalUnits" Type="Edm.Int64" Nullable="false" /><Property Name="units" Type="Edm.String" /></ComplexType><ComplexType Name="synchronizationQuarantine"><Property Name="currentBegan" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="error" Type="graph.synchronizationError" /><Property Name="nextAttempt" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="reason" Type="graph.quarantineReason" Nullable="false" /><Property Name="seriesBegan" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="seriesCount" Type="Edm.Int64" Nullable="false" /></ComplexType><ComplexType Name="synchronizationRule"><Property Name="containerFilter" Type="graph.containerFilter" /><Property Name="editable" Type="Edm.Boolean" Nullable="false" /><Property Name="groupFilter" Type="graph.groupFilter" /><Property Name="id" Type="Edm.String" /><Property Name="metadata" Type="Collection(graph.stringKeyStringValuePair)" /><Property Name="name" Type="Edm.String" /><Property Name="objectMappings" Type="Collection(graph.objectMapping)" /><Property Name="priority" Type="Edm.Int32" Nullable="false" /><Property Name="sourceDirectoryName" Type="Edm.String" /><Property Name="targetDirectoryName" Type="Edm.String" /></ComplexType><ComplexType Name="synchronizationSchedule"><Property Name="expiration" Type="Edm.DateTimeOffset" /><Property Name="interval" Type="Edm.Duration" Nullable="false" /><Property Name="state" Type="graph.synchronizationScheduleState" Nullable="false" /></ComplexType><ComplexType Name="synchronizationSecretKeyStringValuePair"><Property Name="key" Type="graph.synchronizationSecret" Nullable="false" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="synchronizationStatus"><Property Name="code" Type="graph.synchronizationStatusCode" Nullable="false" /><Property Name="countSuccessiveCompleteFailures" Type="Edm.Int64" Nullable="false" /><Property Name="escrowsPruned" Type="Edm.Boolean" Nullable="false" /><Property Name="lastExecution" Type="graph.synchronizationTaskExecution" /><Property Name="lastSuccessfulExecution" Type="graph.synchronizationTaskExecution" /><Property Name="lastSuccessfulExecutionWithExports" Type="graph.synchronizationTaskExecution" /><Property Name="progress" Type="Collection(graph.synchronizationProgress)" /><Property Name="quarantine" Type="graph.synchronizationQuarantine" /><Property Name="steadyStateFirstAchievedTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="steadyStateLastAchievedTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="synchronizedEntryCountByType" Type="Collection(graph.stringKeyLongValuePair)" /><Property Name="troubleshootingUrl" Type="Edm.String" /></ComplexType><ComplexType Name="synchronizationTaskExecution"><Property Name="activityIdentifier" Type="Edm.String" /><Property Name="countEntitled" Type="Edm.Int64" Nullable="false" /><Property Name="countEntitledForProvisioning" Type="Edm.Int64" Nullable="false" /><Property Name="countEscrowed" Type="Edm.Int64" Nullable="false" /><Property Name="countEscrowedRaw" Type="Edm.Int64" Nullable="false" /><Property Name="countExported" Type="Edm.Int64" Nullable="false" /><Property Name="countExports" Type="Edm.Int64" Nullable="false" /><Property Name="countImported" Type="Edm.Int64" Nullable="false" /><Property Name="countImportedDeltas" Type="Edm.Int64" Nullable="false" /><Property Name="countImportedReferenceDeltas" Type="Edm.Int64" Nullable="false" /><Property Name="error" Type="graph.synchronizationError" /><Property Name="state" Type="graph.synchronizationTaskExecutionResult" Nullable="false" /><Property Name="timeBegan" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="timeEnded" Type="Edm.DateTimeOffset" Nullable="false" /></ComplexType><EntityType Name="attributeMappingFunctionSchema" BaseType="graph.entity"><Property Name="parameters" Type="Collection(graph.attributeMappingParameterSchema)" /></EntityType><EntityType Name="bulkUpload" BaseType="graph.entity" HasStream="true" /><EntityType Name="directoryDefinition" BaseType="graph.entity"><Property Name="discoverabilities" Type="graph.directoryDefinitionDiscoverabilities" Nullable="false" /><Property Name="discoveryDateTime" Type="Edm.DateTimeOffset" /><Property Name="name" Type="Edm.String" /><Property Name="objects" Type="Collection(graph.objectDefinition)" /><Property Name="readOnly" Type="Edm.Boolean" Nullable="false" /><Property Name="version" Type="Edm.String" /></EntityType><EntityType Name="filterOperatorSchema" BaseType="graph.entity"><Property Name="arity" Type="graph.scopeOperatorType" Nullable="false" /><Property Name="multivaluedComparisonType" Type="graph.scopeOperatorMultiValuedComparisonType" Nullable="false" /><Property Name="supportedAttributeTypes" Type="Collection(graph.attributeType)" Nullable="false" /></EntityType><EntityType Name="synchronizationJob" BaseType="graph.entity"><Property Name="schedule" Type="graph.synchronizationSchedule" /><Property Name="status" Type="graph.synchronizationStatus" /><Property Name="synchronizationJobSettings" Type="Collection(graph.keyValuePair)" /><Property Name="templateId" Type="Edm.String" /><NavigationProperty Name="bulkUpload" Type="graph.bulkUpload" ContainsTarget="true" /><NavigationProperty Name="schema" Type="graph.synchronizationSchema" ContainsTarget="true" /></EntityType><EntityType Name="synchronizationTemplate" BaseType="graph.entity"><Property Name="applicationId" Type="Edm.Guid" Nullable="false" /><Property Name="default" Type="Edm.Boolean" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="discoverable" Type="Edm.Boolean" Nullable="false" /><Property Name="factoryTag" Type="Edm.String" /><Property Name="metadata" Type="Collection(graph.synchronizationMetadataEntry)" /><NavigationProperty Name="schema" Type="graph.synchronizationSchema" ContainsTarget="true" /></EntityType><EntityType Name="synchronizationSchema" BaseType="graph.entity"><Property Name="synchronizationRules" Type="Collection(graph.synchronizationRule)" /><Property Name="version" Type="Edm.String" /><NavigationProperty Name="directories" Type="Collection(graph.directoryDefinition)" ContainsTarget="true" /></EntityType><ComplexType Name="communicationsIdentitySet" BaseType="graph.identitySet" OpenType="true"><Property Name="applicationInstance" Type="graph.identity" /><Property Name="assertedIdentity" Type="graph.identity" /><Property Name="azureCommunicationServicesUser" Type="graph.identity" /><Property Name="encrypted" Type="graph.identity" /><Property Name="endpointType" Type="graph.endpointType" /><Property Name="guest" Type="graph.identity" /><Property Name="onPremises" Type="graph.identity" /><Property Name="phone" Type="graph.identity" /></ComplexType><EntityType Name="cloudCommunications"><NavigationProperty Name="callRecords" Type="Collection(microsoft.graph.callRecords.callRecord)" ContainsTarget="true" /><NavigationProperty Name="calls" Type="Collection(graph.call)" ContainsTarget="true" /><NavigationProperty Name="onlineMeetings" Type="Collection(graph.onlineMeeting)" ContainsTarget="true" /><NavigationProperty Name="presences" Type="Collection(graph.presence)" ContainsTarget="true" /><NavigationProperty Name="adhocCalls" Type="Collection(graph.adhocCall)" ContainsTarget="true" /><NavigationProperty Name="onlineMeetingConversations" Type="Collection(graph.onlineMeetingEngagementConversation)" ContainsTarget="true" /></EntityType><EntityType Name="call" BaseType="graph.entity" OpenType="true"><Property Name="callbackUri" Type="Edm.String" Nullable="false" /><Property Name="callChainId" Type="Edm.String" /><Property Name="callOptions" Type="graph.callOptions" /><Property Name="callRoutes" Type="Collection(graph.callRoute)" /><Property Name="chatInfo" Type="graph.chatInfo" /><Property Name="direction" Type="graph.callDirection" /><Property Name="incomingContext" Type="graph.incomingContext" /><Property Name="mediaConfig" Type="graph.mediaConfig" /><Property Name="mediaState" Type="graph.callMediaState" /><Property Name="meetingInfo" Type="graph.meetingInfo" /><Property Name="myParticipantId" Type="Edm.String" /><Property Name="requestedModalities" Type="Collection(graph.modality)" /><Property Name="resultInfo" Type="graph.resultInfo" /><Property Name="source" Type="graph.participantInfo" /><Property Name="state" Type="graph.callState" /><Property Name="subject" Type="Edm.String" /><Property Name="targets" Type="Collection(graph.invitationParticipantInfo)" /><Property Name="tenantId" Type="Edm.String" /><Property Name="toneInfo" Type="graph.toneInfo" /><Property Name="transcription" Type="graph.callTranscriptionInfo" /><NavigationProperty Name="audioRoutingGroups" Type="Collection(graph.audioRoutingGroup)" ContainsTarget="true" /><NavigationProperty Name="contentSharingSessions" Type="Collection(graph.contentSharingSession)" ContainsTarget="true" /><NavigationProperty Name="operations" Type="Collection(graph.commsOperation)" ContainsTarget="true" /><NavigationProperty Name="participants" Type="Collection(graph.participant)" ContainsTarget="true" /></EntityType><EntityType Name="engagementConversation" BaseType="graph.entity" Abstract="true"><Property Name="creationMode" Type="graph.engagementCreationMode" Nullable="false" /><Property Name="starterId" Type="Edm.String" Nullable="false" /><NavigationProperty Name="messages" Type="Collection(graph.engagementConversationMessage)" ContainsTarget="true" /><NavigationProperty Name="starter" Type="graph.engagementConversationMessage" Nullable="false" ContainsTarget="true" /></EntityType><EntityType Name="onlineMeetingEngagementConversation" BaseType="graph.engagementConversation"><Property Name="moderationState" Type="graph.engagementConversationModerationState" Nullable="false" /><Property Name="onlineMeetingId" Type="Edm.String" Nullable="false" /><Property Name="organizer" Type="graph.engagementIdentitySet" Nullable="false" /><Property Name="upvoteCount" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="onlineMeeting" Type="graph.onlineMeeting" Nullable="false" /></EntityType><EntityType Name="exchangeMessageTrace" BaseType="graph.entity"><Property Name="fromIP" Type="Edm.String" /><Property Name="messageId" Type="Edm.String" /><Property Name="receivedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="recipientAddress" Type="Edm.String" /><Property Name="senderAddress" Type="Edm.String" /><Property Name="size" Type="Edm.Int32" Nullable="false" /><Property Name="status" Type="graph.exchangeMessageTraceStatus" Nullable="false" /><Property Name="subject" Type="Edm.String" /><Property Name="toIP" Type="Edm.String" /></EntityType><EntityType Name="exchangeMessageTraceDetail" BaseType="graph.entity"><Property Name="action" Type="Edm.String" /><Property Name="data" Type="Edm.String" /><Property Name="dateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="event" Type="Edm.String" Nullable="false" /><Property Name="messageId" Type="Edm.String" /></EntityType><ComplexType Name="accessReviewApplyAction" Abstract="true" /><ComplexType Name="accessReviewHistoryScheduleSettings"><Property Name="recurrence" Type="graph.patternedRecurrence" Nullable="false" /><Property Name="reportRange" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="accessReviewScope" /><ComplexType Name="accessReviewQueryScope" BaseType="graph.accessReviewScope"><Property Name="query" Type="Edm.String" /><Property Name="queryRoot" Type="Edm.String" /><Property Name="queryType" Type="Edm.String" /></ComplexType><ComplexType Name="accessReviewInactiveUsersQueryScope" BaseType="graph.accessReviewQueryScope"><Property Name="inactiveDuration" Type="Edm.Duration" /></ComplexType><ComplexType Name="accessReviewInstanceDecisionItemResource"><Property Name="displayName" Type="Edm.String" /><Property Name="id" Type="Edm.String" /><Property Name="type" Type="Edm.String" /></ComplexType><ComplexType Name="accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource" BaseType="graph.accessReviewInstanceDecisionItemResource" OpenType="true"><Property Name="accessPackageDisplayName" Type="Edm.String" /><Property Name="accessPackageId" Type="Edm.String" /></ComplexType><ComplexType Name="accessReviewInstanceDecisionItemAzureRoleResource" BaseType="graph.accessReviewInstanceDecisionItemResource" OpenType="true"><Property Name="scope" Type="graph.accessReviewInstanceDecisionItemResource" /></ComplexType><ComplexType Name="accessReviewInstanceDecisionItemServicePrincipalResource" BaseType="graph.accessReviewInstanceDecisionItemResource" OpenType="true"><Property Name="appId" Type="Edm.String" /></ComplexType><ComplexType Name="accessReviewNotificationRecipientItem"><Property Name="notificationRecipientScope" Type="graph.accessReviewNotificationRecipientScope" /><Property Name="notificationTemplateType" Type="Edm.String" /></ComplexType><ComplexType Name="accessReviewNotificationRecipientScope" Abstract="true" /><ComplexType Name="accessReviewNotificationRecipientQueryScope" BaseType="graph.accessReviewNotificationRecipientScope"><Property Name="query" Type="Edm.String" /><Property Name="queryRoot" Type="Edm.String" /><Property Name="queryType" Type="Edm.String" /></ComplexType><ComplexType Name="accessReviewRecommendationInsightSetting" Abstract="true" /><ComplexType Name="accessReviewReviewerScope"><Property Name="query" Type="Edm.String" /><Property Name="queryRoot" Type="Edm.String" /><Property Name="queryType" Type="Edm.String" /></ComplexType><ComplexType Name="accessReviewScheduleSettings"><Property Name="applyActions" Type="Collection(graph.accessReviewApplyAction)" /><Property Name="autoApplyDecisionsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="decisionHistoriesForReviewersEnabled" Type="Edm.Boolean" /><Property Name="defaultDecision" Type="Edm.String" /><Property Name="defaultDecisionEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="instanceDurationInDays" Type="Edm.Int32" Nullable="false" /><Property Name="justificationRequiredOnApproval" Type="Edm.Boolean" Nullable="false" /><Property Name="mailNotificationsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="recommendationInsightSettings" Type="Collection(graph.accessReviewRecommendationInsightSetting)" /><Property Name="recommendationLookBackDuration" Type="Edm.Duration" /><Property Name="recommendationsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="recurrence" Type="graph.patternedRecurrence" /><Property Name="reminderNotificationsEnabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="accessReviewStageSettings"><Property Name="decisionsThatWillMoveToNextStage" Type="Collection(Edm.String)" /><Property Name="dependsOn" Type="Collection(Edm.String)" Nullable="false" /><Property Name="durationInDays" Type="Edm.Int32" Nullable="false" /><Property Name="fallbackReviewers" Type="Collection(graph.accessReviewReviewerScope)" /><Property Name="recommendationInsightSettings" Type="Collection(graph.accessReviewRecommendationInsightSetting)" /><Property Name="recommendationsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="reviewers" Type="Collection(graph.accessReviewReviewerScope)" /><Property Name="stageId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="appConsentRequestScope"><Property Name="displayName" Type="Edm.String" /></ComplexType><ComplexType Name="disableAndDeleteUserApplyAction" BaseType="graph.accessReviewApplyAction" /><ComplexType Name="groupPeerOutlierRecommendationInsightSettings" BaseType="graph.accessReviewRecommendationInsightSetting" /><ComplexType Name="principalResourceMembershipsScope" BaseType="graph.accessReviewScope"><Property Name="principalScopes" Type="Collection(graph.accessReviewScope)" /><Property Name="resourceScopes" Type="Collection(graph.accessReviewScope)" /></ComplexType><ComplexType Name="removeAccessApplyAction" BaseType="graph.accessReviewApplyAction" /><ComplexType Name="servicePrincipalIdentity" BaseType="graph.identity" OpenType="true"><Property Name="appId" Type="Edm.String" /></ComplexType><ComplexType Name="userLastSignInRecommendationInsightSetting" BaseType="graph.accessReviewRecommendationInsightSetting"><Property Name="recommendationLookBackDuration" Type="Edm.Duration" /><Property Name="signInScope" Type="graph.userSignInRecommendationScope" /></ComplexType><EntityType Name="accessReviewHistoryDefinition" BaseType="graph.entity"><Property Name="createdBy" Type="graph.userIdentity" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="decisions" Type="Collection(graph.accessReviewHistoryDecisionFilter)" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="reviewHistoryPeriodEndDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="reviewHistoryPeriodStartDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="scheduleSettings" Type="graph.accessReviewHistoryScheduleSettings" /><Property Name="scopes" Type="Collection(graph.accessReviewScope)" Nullable="false" /><Property Name="status" Type="graph.accessReviewHistoryStatus" /><NavigationProperty Name="instances" Type="Collection(graph.accessReviewHistoryInstance)" ContainsTarget="true" /></EntityType><EntityType Name="accessReviewHistoryInstance" BaseType="graph.entity"><Property Name="downloadUri" Type="Edm.String" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="fulfilledDateTime" Type="Edm.DateTimeOffset" /><Property Name="reviewHistoryPeriodEndDateTime" Type="Edm.DateTimeOffset" /><Property Name="reviewHistoryPeriodStartDateTime" Type="Edm.DateTimeOffset" /><Property Name="runDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="status" Type="graph.accessReviewHistoryStatus" /></EntityType><EntityType Name="accessReviewInstance" BaseType="graph.entity"><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="fallbackReviewers" Type="Collection(graph.accessReviewReviewerScope)" /><Property Name="reviewers" Type="Collection(graph.accessReviewReviewerScope)" /><Property Name="scope" Type="graph.accessReviewScope" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="Edm.String" /><NavigationProperty Name="contactedReviewers" Type="Collection(graph.accessReviewReviewer)" ContainsTarget="true" /><NavigationProperty Name="decisions" Type="Collection(graph.accessReviewInstanceDecisionItem)" ContainsTarget="true" /><NavigationProperty Name="stages" Type="Collection(graph.accessReviewStage)" ContainsTarget="true" /></EntityType><EntityType Name="accessReviewReviewer" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="accessReviewInstanceDecisionItem" BaseType="graph.entity"><Property Name="accessReviewId" Type="Edm.String" Nullable="false" /><Property Name="appliedBy" Type="graph.userIdentity" /><Property Name="appliedDateTime" Type="Edm.DateTimeOffset" /><Property Name="applyResult" Type="Edm.String" /><Property Name="decision" Type="Edm.String" /><Property Name="justification" Type="Edm.String" /><Property Name="principal" Type="graph.identity" /><Property Name="principalLink" Type="Edm.String" /><Property Name="recommendation" Type="Edm.String" /><Property Name="resource" Type="graph.accessReviewInstanceDecisionItemResource" /><Property Name="resourceLink" Type="Edm.String" /><Property Name="reviewedBy" Type="graph.userIdentity" /><Property Name="reviewedDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="insights" Type="Collection(graph.governanceInsight)" ContainsTarget="true" /></EntityType><EntityType Name="accessReviewStage" BaseType="graph.entity"><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="fallbackReviewers" Type="Collection(graph.accessReviewReviewerScope)" /><Property Name="reviewers" Type="Collection(graph.accessReviewReviewerScope)" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="Edm.String" /><NavigationProperty Name="decisions" Type="Collection(graph.accessReviewInstanceDecisionItem)" ContainsTarget="true" /></EntityType><EntityType Name="accessReviewScheduleDefinition" BaseType="graph.entity"><Property Name="additionalNotificationRecipients" Type="Collection(graph.accessReviewNotificationRecipientItem)" /><Property Name="createdBy" Type="graph.userIdentity" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="descriptionForAdmins" Type="Edm.String" /><Property Name="descriptionForReviewers" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="fallbackReviewers" Type="Collection(graph.accessReviewReviewerScope)" /><Property Name="instanceEnumerationScope" Type="graph.accessReviewScope" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="reviewers" Type="Collection(graph.accessReviewReviewerScope)" /><Property Name="scope" Type="graph.accessReviewScope" /><Property Name="settings" Type="graph.accessReviewScheduleSettings" /><Property Name="stageSettings" Type="Collection(graph.accessReviewStageSettings)" /><Property Name="status" Type="Edm.String" /><NavigationProperty Name="instances" Type="Collection(graph.accessReviewInstance)" ContainsTarget="true" /></EntityType><EntityType Name="appConsentRequest" BaseType="graph.entity"><Property Name="appDisplayName" Type="Edm.String" /><Property Name="appId" Type="Edm.String" Nullable="false" /><Property Name="pendingScopes" Type="Collection(graph.appConsentRequestScope)" /><NavigationProperty Name="userConsentRequests" Type="Collection(graph.userConsentRequest)" ContainsTarget="true" /></EntityType><EntityType Name="userConsentRequest" BaseType="graph.request"><Property Name="reason" Type="Edm.String" /><NavigationProperty Name="approval" Type="graph.approval" ContainsTarget="true" /></EntityType><EntityType Name="approval" BaseType="graph.entity"><NavigationProperty Name="stages" Type="Collection(graph.approvalStage)" ContainsTarget="true" /></EntityType><EntityType Name="approvalStage" BaseType="graph.entity"><Property Name="assignedToMe" Type="Edm.Boolean" /><Property Name="displayName" Type="Edm.String" /><Property Name="justification" Type="Edm.String" /><Property Name="reviewedBy" Type="graph.identity" /><Property Name="reviewedDateTime" Type="Edm.DateTimeOffset" /><Property Name="reviewResult" Type="Edm.String" /><Property Name="status" Type="Edm.String" /></EntityType><EntityType Name="accessPackage" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="isHidden" Type="Edm.Boolean" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="accessPackagesIncompatibleWith" Type="Collection(graph.accessPackage)" /><NavigationProperty Name="assignmentPolicies" Type="Collection(graph.accessPackageAssignmentPolicy)" ContainsTarget="true" /><NavigationProperty Name="catalog" Type="graph.accessPackageCatalog" /><NavigationProperty Name="incompatibleAccessPackages" Type="Collection(graph.accessPackage)" /><NavigationProperty Name="incompatibleGroups" Type="Collection(graph.group)" ContainsTarget="true" /><NavigationProperty Name="resourceRoleScopes" Type="Collection(graph.accessPackageResourceRoleScope)" ContainsTarget="true" /><Annotation Term="Org.OData.Core.V1.AlternateKeys"><Collection><Record Type="Org.OData.Core.V1.AlternateKey"><PropertyValue Property="Key"><Collection><Record Type="Org.OData.Core.V1.PropertyRef"><PropertyValue Property="Alias" String="uniqueName" /><PropertyValue Property="Name" PropertyPath="uniqueName" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="accessPackageAssignmentPolicy" BaseType="graph.entity"><Property Name="allowedTargetScope" Type="graph.allowedTargetScope" /><Property Name="automaticRequestSettings" Type="graph.accessPackageAutomaticRequestSettings" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="expiration" Type="graph.expirationPattern" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="notificationSettings" Type="graph.accessPackageNotificationSettings" /><Property Name="requestApprovalSettings" Type="graph.accessPackageAssignmentApprovalSettings" /><Property Name="requestorSettings" Type="graph.accessPackageAssignmentRequestorSettings" /><Property Name="reviewSettings" Type="graph.accessPackageAssignmentReviewSettings" /><Property Name="specificAllowedTargets" Type="Collection(graph.subjectSet)" /><NavigationProperty Name="accessPackage" Type="graph.accessPackage" /><NavigationProperty Name="catalog" Type="graph.accessPackageCatalog" /><NavigationProperty Name="customExtensionStageSettings" Type="Collection(graph.customExtensionStageSetting)" /><NavigationProperty Name="questions" Type="Collection(graph.accessPackageQuestion)" ContainsTarget="true" /></EntityType><EntityType Name="accessPackageAssignmentRequest" BaseType="graph.entity"><Property Name="answers" Type="Collection(graph.accessPackageAnswer)" /><Property Name="completedDateTime" Type="Edm.DateTimeOffset" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="customExtensionCalloutInstances" Type="Collection(graph.customExtensionCalloutInstance)" /><Property Name="justification" Type="Edm.String" /><Property Name="requestType" Type="graph.accessPackageRequestType" /><Property Name="schedule" Type="graph.entitlementManagementSchedule" /><Property Name="state" Type="graph.accessPackageRequestState" /><Property Name="status" Type="Edm.String" /><NavigationProperty Name="accessPackage" Type="graph.accessPackage" /><NavigationProperty Name="assignment" Type="graph.accessPackageAssignment" /><NavigationProperty Name="requestor" Type="graph.accessPackageSubject" /></EntityType><EntityType Name="accessPackageAssignment" BaseType="graph.entity"><Property Name="customExtensionCalloutInstances" Type="Collection(graph.customExtensionCalloutInstance)" /><Property Name="expiredDateTime" Type="Edm.DateTimeOffset" /><Property Name="schedule" Type="graph.entitlementManagementSchedule" /><Property Name="state" Type="graph.accessPackageAssignmentState" /><Property Name="status" Type="Edm.String" /><NavigationProperty Name="accessPackage" Type="graph.accessPackage" /><NavigationProperty Name="assignmentPolicy" Type="graph.accessPackageAssignmentPolicy" /><NavigationProperty Name="target" Type="graph.accessPackageSubject" /></EntityType><EntityType Name="accessPackageCatalog" BaseType="graph.entity"><Property Name="catalogType" Type="graph.accessPackageCatalogType" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="isExternallyVisible" Type="Edm.Boolean" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="state" Type="graph.accessPackageCatalogState" /><NavigationProperty Name="accessPackages" Type="Collection(graph.accessPackage)" ContainsTarget="true" /><NavigationProperty Name="customWorkflowExtensions" Type="Collection(graph.customCalloutExtension)" ContainsTarget="true" /><NavigationProperty Name="resourceRoles" Type="Collection(graph.accessPackageResourceRole)" ContainsTarget="true" /><NavigationProperty Name="resources" Type="Collection(graph.accessPackageResource)" ContainsTarget="true" /><NavigationProperty Name="resourceScopes" Type="Collection(graph.accessPackageResourceScope)" ContainsTarget="true" /><Annotation Term="Org.OData.Core.V1.AlternateKeys"><Collection><Record Type="Org.OData.Core.V1.AlternateKey"><PropertyValue Property="Key"><Collection><Record Type="Org.OData.Core.V1.PropertyRef"><PropertyValue Property="Alias" String="uniqueName" /><PropertyValue Property="Name" PropertyPath="uniqueName" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="connectedOrganization" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="identitySources" Type="Collection(graph.identitySource)" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="state" Type="graph.connectedOrganizationState" /><NavigationProperty Name="externalSponsors" Type="Collection(graph.directoryObject)" ContainsTarget="true" /><NavigationProperty Name="internalSponsors" Type="Collection(graph.directoryObject)" ContainsTarget="true" /></EntityType><EntityType Name="accessPackageResourceEnvironment" BaseType="graph.entity"><Property Name="connectionInfo" Type="graph.connectionInfo" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="isDefaultEnvironment" Type="Edm.Boolean" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="originId" Type="Edm.String" /><Property Name="originSystem" Type="Edm.String" /><NavigationProperty Name="resources" Type="Collection(graph.accessPackageResource)" ContainsTarget="true" /></EntityType><EntityType Name="accessPackageResourceRequest" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="requestType" Type="graph.accessPackageRequestType" /><Property Name="state" Type="graph.accessPackageRequestState" /><NavigationProperty Name="catalog" Type="graph.accessPackageCatalog" ContainsTarget="true" /><NavigationProperty Name="resource" Type="graph.accessPackageResource" ContainsTarget="true" /></EntityType><EntityType Name="accessPackageResourceRoleScope" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="role" Type="graph.accessPackageResourceRole" ContainsTarget="true" /><NavigationProperty Name="scope" Type="graph.accessPackageResourceScope" ContainsTarget="true" /></EntityType><EntityType Name="accessPackageResource" BaseType="graph.entity"><Property Name="attributes" Type="Collection(graph.accessPackageResourceAttribute)" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="originId" Type="Edm.String" /><Property Name="originSystem" Type="Edm.String" /><NavigationProperty Name="environment" Type="graph.accessPackageResourceEnvironment" /><NavigationProperty Name="roles" Type="Collection(graph.accessPackageResourceRole)" ContainsTarget="true" /><NavigationProperty Name="scopes" Type="Collection(graph.accessPackageResourceScope)" ContainsTarget="true" /></EntityType><EntityType Name="entitlementManagementSettings" BaseType="graph.entity"><Property Name="durationUntilExternalUserDeletedAfterBlocked" Type="Edm.Duration" /><Property Name="externalUserLifecycleAction" Type="graph.accessPackageExternalUserLifecycleAction" /></EntityType><EntityType Name="privilegedAccessGroup" BaseType="graph.entity"><NavigationProperty Name="assignmentApprovals" Type="Collection(graph.approval)" ContainsTarget="true" /><NavigationProperty Name="assignmentScheduleInstances" Type="Collection(graph.privilegedAccessGroupAssignmentScheduleInstance)" ContainsTarget="true" /><NavigationProperty Name="assignmentScheduleRequests" Type="Collection(graph.privilegedAccessGroupAssignmentScheduleRequest)" ContainsTarget="true" /><NavigationProperty Name="assignmentSchedules" Type="Collection(graph.privilegedAccessGroupAssignmentSchedule)" ContainsTarget="true" /><NavigationProperty Name="eligibilityScheduleInstances" Type="Collection(graph.privilegedAccessGroupEligibilityScheduleInstance)" ContainsTarget="true" /><NavigationProperty Name="eligibilityScheduleRequests" Type="Collection(graph.privilegedAccessGroupEligibilityScheduleRequest)" ContainsTarget="true" /><NavigationProperty Name="eligibilitySchedules" Type="Collection(graph.privilegedAccessGroupEligibilitySchedule)" ContainsTarget="true" /></EntityType><EntityType Name="privilegedAccessScheduleInstance" BaseType="graph.entity" Abstract="true"><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="privilegedAccessGroupAssignmentScheduleInstance" BaseType="graph.privilegedAccessScheduleInstance"><Property Name="accessId" Type="graph.privilegedAccessGroupRelationships" /><Property Name="assignmentScheduleId" Type="Edm.String" /><Property Name="assignmentType" Type="graph.privilegedAccessGroupAssignmentType" /><Property Name="groupId" Type="Edm.String" /><Property Name="memberType" Type="graph.privilegedAccessGroupMemberType" /><Property Name="principalId" Type="Edm.String" /><NavigationProperty Name="activatedUsing" Type="graph.privilegedAccessGroupEligibilityScheduleInstance" /><NavigationProperty Name="group" Type="graph.group" /><NavigationProperty Name="principal" Type="graph.directoryObject" /></EntityType><EntityType Name="privilegedAccessScheduleRequest" BaseType="graph.request" Abstract="true"><Property Name="action" Type="graph.scheduleRequestActions" /><Property Name="isValidationOnly" Type="Edm.Boolean" /><Property Name="justification" Type="Edm.String" /><Property Name="scheduleInfo" Type="graph.requestSchedule" /><Property Name="ticketInfo" Type="graph.ticketInfo" /></EntityType><EntityType Name="privilegedAccessGroupAssignmentScheduleRequest" BaseType="graph.privilegedAccessScheduleRequest"><Property Name="accessId" Type="graph.privilegedAccessGroupRelationships" /><Property Name="groupId" Type="Edm.String" /><Property Name="principalId" Type="Edm.String" /><Property Name="targetScheduleId" Type="Edm.String" /><NavigationProperty Name="activatedUsing" Type="graph.privilegedAccessGroupEligibilitySchedule" /><NavigationProperty Name="group" Type="graph.group" /><NavigationProperty Name="principal" Type="graph.directoryObject" /><NavigationProperty Name="targetSchedule" Type="graph.privilegedAccessGroupEligibilitySchedule" /></EntityType><EntityType Name="privilegedAccessSchedule" BaseType="graph.entity" Abstract="true"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="createdUsing" Type="Edm.String" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="scheduleInfo" Type="graph.requestSchedule" /><Property Name="status" Type="Edm.String" /></EntityType><EntityType Name="privilegedAccessGroupAssignmentSchedule" BaseType="graph.privilegedAccessSchedule"><Property Name="accessId" Type="graph.privilegedAccessGroupRelationships" /><Property Name="assignmentType" Type="graph.privilegedAccessGroupAssignmentType" /><Property Name="groupId" Type="Edm.String" /><Property Name="memberType" Type="graph.privilegedAccessGroupMemberType" /><Property Name="principalId" Type="Edm.String" /><NavigationProperty Name="activatedUsing" Type="graph.privilegedAccessGroupEligibilitySchedule" /><NavigationProperty Name="group" Type="graph.group" /><NavigationProperty Name="principal" Type="graph.directoryObject" /></EntityType><EntityType Name="privilegedAccessGroupEligibilityScheduleInstance" BaseType="graph.privilegedAccessScheduleInstance"><Property Name="accessId" Type="graph.privilegedAccessGroupRelationships" /><Property Name="eligibilityScheduleId" Type="Edm.String" /><Property Name="groupId" Type="Edm.String" /><Property Name="memberType" Type="graph.privilegedAccessGroupMemberType" /><Property Name="principalId" Type="Edm.String" /><NavigationProperty Name="group" Type="graph.group" /><NavigationProperty Name="principal" Type="graph.directoryObject" /></EntityType><EntityType Name="privilegedAccessGroupEligibilityScheduleRequest" BaseType="graph.privilegedAccessScheduleRequest"><Property Name="accessId" Type="graph.privilegedAccessGroupRelationships" /><Property Name="groupId" Type="Edm.String" /><Property Name="principalId" Type="Edm.String" /><Property Name="targetScheduleId" Type="Edm.String" /><NavigationProperty Name="group" Type="graph.group" /><NavigationProperty Name="principal" Type="graph.directoryObject" /><NavigationProperty Name="targetSchedule" Type="graph.privilegedAccessGroupEligibilitySchedule" /></EntityType><EntityType Name="privilegedAccessGroupEligibilitySchedule" BaseType="graph.privilegedAccessSchedule"><Property Name="accessId" Type="graph.privilegedAccessGroupRelationships" /><Property Name="groupId" Type="Edm.String" /><Property Name="memberType" Type="graph.privilegedAccessGroupMemberType" /><Property Name="principalId" Type="Edm.String" /><NavigationProperty Name="group" Type="graph.group" /><NavigationProperty Name="principal" Type="graph.directoryObject" /></EntityType><EntityType Name="userSignInInsight" BaseType="graph.governanceInsight"><Property Name="lastSignInDateTime" Type="Edm.DateTimeOffset" /></EntityType><ComplexType Name="agreementFileData"><Property Name="data" Type="Edm.Binary" /></ComplexType><ComplexType Name="termsExpiration"><Property Name="frequency" Type="Edm.Duration" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /></ComplexType><EntityType Name="agreement" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="isPerDeviceAcceptanceRequired" Type="Edm.Boolean" /><Property Name="isViewingBeforeAcceptanceRequired" Type="Edm.Boolean" /><Property Name="termsExpiration" Type="graph.termsExpiration" /><Property Name="userReacceptRequiredFrequency" Type="Edm.Duration" /><NavigationProperty Name="acceptances" Type="Collection(graph.agreementAcceptance)" ContainsTarget="true" /><NavigationProperty Name="file" Type="graph.agreementFile" ContainsTarget="true" /><NavigationProperty Name="files" Type="Collection(graph.agreementFileLocalization)" ContainsTarget="true" /></EntityType><EntityType Name="agreementFileProperties" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" /><Property Name="fileData" Type="graph.agreementFileData" /><Property Name="fileName" Type="Edm.String" /><Property Name="isDefault" Type="Edm.Boolean" /><Property Name="isMajorVersion" Type="Edm.Boolean" /><Property Name="language" Type="Edm.String" /></EntityType><EntityType Name="agreementFile" BaseType="graph.agreementFileProperties"><NavigationProperty Name="localizations" Type="Collection(graph.agreementFileLocalization)" ContainsTarget="true" /></EntityType><EntityType Name="agreementFileLocalization" BaseType="graph.agreementFileProperties"><NavigationProperty Name="versions" Type="Collection(graph.agreementFileVersion)" ContainsTarget="true" /></EntityType><EntityType Name="agreementFileVersion" BaseType="graph.agreementFileProperties" /><ComplexType Name="signInContext" Abstract="true" /><ComplexType Name="applicationContext" BaseType="graph.signInContext"><Property Name="includeApplications" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="conditionalAccessSessionControl" Abstract="true"><Property Name="isEnabled" Type="Edm.Boolean" /></ComplexType><ComplexType Name="applicationEnforcedRestrictionsSessionControl" BaseType="graph.conditionalAccessSessionControl" /><ComplexType Name="authContext" BaseType="graph.signInContext"><Property Name="authenticationContextValue" Type="Edm.String" /></ComplexType><ComplexType Name="authenticationFlow"><Property Name="transferMethod" Type="graph.conditionalAccessTransferMethods" /></ComplexType><ComplexType Name="authenticationStrengthUsage"><NavigationProperty Name="mfa" Type="Collection(graph.conditionalAccessPolicy)" /><NavigationProperty Name="none" Type="Collection(graph.conditionalAccessPolicy)" /></ComplexType><ComplexType Name="cloudAppSecuritySessionControl" BaseType="graph.conditionalAccessSessionControl"><Property Name="cloudAppSecurityType" Type="graph.cloudAppSecuritySessionControlType" /></ComplexType><ComplexType Name="conditionalAccessExternalTenants" Abstract="true"><Property Name="membershipKind" Type="graph.conditionalAccessExternalTenantsMembershipKind" /></ComplexType><ComplexType Name="conditionalAccessAllExternalTenants" BaseType="graph.conditionalAccessExternalTenants" /><ComplexType Name="conditionalAccessApplications"><Property Name="applicationFilter" Type="graph.conditionalAccessFilter" /><Property Name="excludeApplications" Type="Collection(Edm.String)" Nullable="false" /><Property Name="includeApplications" Type="Collection(Edm.String)" Nullable="false" /><Property Name="includeAuthenticationContextClassReferences" Type="Collection(Edm.String)" Nullable="false" /><Property Name="includeUserActions" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="conditionalAccessFilter"><Property Name="mode" Type="graph.filterMode" Nullable="false" /><Property Name="rule" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="conditionalAccessAuthenticationFlows"><Property Name="transferMethods" Type="graph.conditionalAccessTransferMethods" Nullable="false" /></ComplexType><ComplexType Name="conditionalAccessClientApplications"><Property Name="excludeServicePrincipals" Type="Collection(Edm.String)" Nullable="false" /><Property Name="includeServicePrincipals" Type="Collection(Edm.String)" Nullable="false" /><Property Name="servicePrincipalFilter" Type="graph.conditionalAccessFilter" /></ComplexType><ComplexType Name="conditionalAccessConditionSet"><Property Name="applications" Type="graph.conditionalAccessApplications" /><Property Name="authenticationFlows" Type="graph.conditionalAccessAuthenticationFlows" /><Property Name="clientApplications" Type="graph.conditionalAccessClientApplications" /><Property Name="clientAppTypes" Type="Collection(graph.conditionalAccessClientApp)" Nullable="false" /><Property Name="devices" Type="graph.conditionalAccessDevices" /><Property Name="insiderRiskLevels" Type="graph.conditionalAccessInsiderRiskLevels" /><Property Name="locations" Type="graph.conditionalAccessLocations" /><Property Name="platforms" Type="graph.conditionalAccessPlatforms" /><Property Name="servicePrincipalRiskLevels" Type="Collection(graph.riskLevel)" Nullable="false" /><Property Name="signInRiskLevels" Type="Collection(graph.riskLevel)" Nullable="false" /><Property Name="userRiskLevels" Type="Collection(graph.riskLevel)" Nullable="false" /><Property Name="users" Type="graph.conditionalAccessUsers" /></ComplexType><ComplexType Name="conditionalAccessDevices"><Property Name="deviceFilter" Type="graph.conditionalAccessFilter" /></ComplexType><ComplexType Name="conditionalAccessLocations"><Property Name="excludeLocations" Type="Collection(Edm.String)" Nullable="false" /><Property Name="includeLocations" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="conditionalAccessPlatforms"><Property Name="excludePlatforms" Type="Collection(graph.conditionalAccessDevicePlatform)" Nullable="false" /><Property Name="includePlatforms" Type="Collection(graph.conditionalAccessDevicePlatform)" Nullable="false" /></ComplexType><ComplexType Name="conditionalAccessUsers"><Property Name="excludeGroups" Type="Collection(Edm.String)" Nullable="false" /><Property Name="excludeGuestsOrExternalUsers" Type="graph.conditionalAccessGuestsOrExternalUsers" /><Property Name="excludeRoles" Type="Collection(Edm.String)" Nullable="false" /><Property Name="excludeUsers" Type="Collection(Edm.String)" Nullable="false" /><Property Name="includeGroups" Type="Collection(Edm.String)" Nullable="false" /><Property Name="includeGuestsOrExternalUsers" Type="graph.conditionalAccessGuestsOrExternalUsers" /><Property Name="includeRoles" Type="Collection(Edm.String)" Nullable="false" /><Property Name="includeUsers" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="conditionalAccessEnumeratedExternalTenants" BaseType="graph.conditionalAccessExternalTenants"><Property Name="members" Type="Collection(Edm.String)" Nullable="false" /></ComplexType><ComplexType Name="conditionalAccessGrantControls"><Property Name="builtInControls" Type="Collection(graph.conditionalAccessGrantControl)" Nullable="false" /><Property Name="customAuthenticationFactors" Type="Collection(Edm.String)" Nullable="false" /><Property Name="operator" Type="Edm.String" /><Property Name="termsOfUse" Type="Collection(Edm.String)" Nullable="false" /><NavigationProperty Name="authenticationStrength" Type="graph.authenticationStrengthPolicy" ContainsTarget="true" /></ComplexType><ComplexType Name="conditionalAccessGuestsOrExternalUsers"><Property Name="externalTenants" Type="graph.conditionalAccessExternalTenants" /><Property Name="guestOrExternalUserTypes" Type="graph.conditionalAccessGuestOrExternalUserTypes" Nullable="false" /></ComplexType><ComplexType Name="conditionalAccessPolicyDetail"><Property Name="conditions" Type="graph.conditionalAccessConditionSet" Nullable="false" /><Property Name="grantControls" Type="graph.conditionalAccessGrantControls" /><Property Name="sessionControls" Type="graph.conditionalAccessSessionControls" /></ComplexType><ComplexType Name="conditionalAccessSessionControls"><Property Name="applicationEnforcedRestrictions" Type="graph.applicationEnforcedRestrictionsSessionControl" /><Property Name="cloudAppSecurity" Type="graph.cloudAppSecuritySessionControl" /><Property Name="disableResilienceDefaults" Type="Edm.Boolean" /><Property Name="persistentBrowser" Type="graph.persistentBrowserSessionControl" /><Property Name="secureSignInSession" Type="graph.secureSignInSessionControl" /><Property Name="signInFrequency" Type="graph.signInFrequencySessionControl" /></ComplexType><ComplexType Name="persistentBrowserSessionControl" BaseType="graph.conditionalAccessSessionControl"><Property Name="mode" Type="graph.persistentBrowserSessionMode" /></ComplexType><ComplexType Name="secureSignInSessionControl" BaseType="graph.conditionalAccessSessionControl" /><ComplexType Name="signInFrequencySessionControl" BaseType="graph.conditionalAccessSessionControl"><Property Name="authenticationType" Type="graph.signInFrequencyAuthenticationType" /><Property Name="frequencyInterval" Type="graph.signInFrequencyInterval" /><Property Name="type" Type="graph.signinFrequencyType" /><Property Name="value" Type="Edm.Int32" /></ComplexType><ComplexType Name="deviceInfo"><Property Name="deviceId" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="enrollmentProfileName" Type="Edm.String" /><Property Name="extensionAttribute1" Type="Edm.String" /><Property Name="extensionAttribute10" Type="Edm.String" /><Property Name="extensionAttribute11" Type="Edm.String" /><Property Name="extensionAttribute12" Type="Edm.String" /><Property Name="extensionAttribute13" Type="Edm.String" /><Property Name="extensionAttribute14" Type="Edm.String" /><Property Name="extensionAttribute15" Type="Edm.String" /><Property Name="extensionAttribute2" Type="Edm.String" /><Property Name="extensionAttribute3" Type="Edm.String" /><Property Name="extensionAttribute4" Type="Edm.String" /><Property Name="extensionAttribute5" Type="Edm.String" /><Property Name="extensionAttribute6" Type="Edm.String" /><Property Name="extensionAttribute7" Type="Edm.String" /><Property Name="extensionAttribute8" Type="Edm.String" /><Property Name="extensionAttribute9" Type="Edm.String" /><Property Name="isCompliant" Type="Edm.Boolean" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="mdmAppId" Type="Edm.String" /><Property Name="model" Type="Edm.String" /><Property Name="operatingSystem" Type="Edm.String" /><Property Name="operatingSystemVersion" Type="Edm.String" /><Property Name="ownership" Type="Edm.String" /><Property Name="physicalIds" Type="Collection(Edm.String)" /><Property Name="profileType" Type="Edm.String" /><Property Name="systemLabels" Type="Collection(Edm.String)" /><Property Name="trustType" Type="Edm.String" /></ComplexType><ComplexType Name="ipRange" Abstract="true" /><ComplexType Name="iPv4CidrRange" BaseType="graph.ipRange"><Property Name="cidrAddress" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="iPv6CidrRange" BaseType="graph.ipRange"><Property Name="cidrAddress" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="riskServicePrincipalActivity"><Property Name="detail" Type="graph.riskDetail" /><Property Name="riskEventTypes" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="riskUserActivity"><Property Name="detail" Type="graph.riskDetail" /><Property Name="riskEventTypes" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="signInIdentity" Abstract="true" /><ComplexType Name="servicePrincipalSignIn" BaseType="graph.signInIdentity"><Property Name="servicePrincipalId" Type="Edm.String" /></ComplexType><ComplexType Name="signInConditions"><Property Name="authenticationFlow" Type="graph.authenticationFlow" /><Property Name="clientAppType" Type="graph.conditionalAccessClientApp" /><Property Name="country" Type="Edm.String" /><Property Name="deviceInfo" Type="graph.deviceInfo" /><Property Name="devicePlatform" Type="graph.conditionalAccessDevicePlatform" /><Property Name="insiderRiskLevel" Type="graph.insiderRiskLevel" /><Property Name="ipAddress" Type="Edm.String" /><Property Name="servicePrincipalRiskLevel" Type="graph.riskLevel" /><Property Name="signInRiskLevel" Type="graph.riskLevel" /><Property Name="userRiskLevel" Type="graph.riskLevel" /></ComplexType><ComplexType Name="userActionContext" BaseType="graph.signInContext"><Property Name="userAction" Type="graph.userAction" /></ComplexType><ComplexType Name="userSignIn" BaseType="graph.signInIdentity"><Property Name="externalTenantId" Type="Edm.String" /><Property Name="externalUserType" Type="graph.conditionalAccessGuestOrExternalUserTypes" Nullable="false" /><Property Name="userId" Type="Edm.String" /></ComplexType><EntityType Name="countryNamedLocation" BaseType="graph.namedLocation"><Property Name="countriesAndRegions" Type="Collection(Edm.String)" Nullable="false" /><Property Name="countryLookupMethod" Type="graph.countryLookupMethodType" /><Property Name="includeUnknownCountriesAndRegions" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="identityProtectionRoot"><NavigationProperty Name="riskDetections" Type="Collection(graph.riskDetection)" ContainsTarget="true" /><NavigationProperty Name="riskyServicePrincipals" Type="Collection(graph.riskyServicePrincipal)" ContainsTarget="true" /><NavigationProperty Name="riskyUsers" Type="Collection(graph.riskyUser)" ContainsTarget="true" /><NavigationProperty Name="servicePrincipalRiskDetections" Type="Collection(graph.servicePrincipalRiskDetection)" ContainsTarget="true" /></EntityType><EntityType Name="riskDetection" BaseType="graph.entity"><Property Name="activity" Type="graph.activityType" /><Property Name="activityDateTime" Type="Edm.DateTimeOffset" /><Property Name="additionalInfo" Type="Edm.String" /><Property Name="correlationId" Type="Edm.String" /><Property Name="detectedDateTime" Type="Edm.DateTimeOffset" /><Property Name="detectionTimingType" Type="graph.riskDetectionTimingType" /><Property Name="ipAddress" Type="Edm.String" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="location" Type="graph.signInLocation" /><Property Name="requestId" Type="Edm.String" /><Property Name="riskDetail" Type="graph.riskDetail" /><Property Name="riskEventType" Type="Edm.String" /><Property Name="riskLevel" Type="graph.riskLevel" /><Property Name="riskState" Type="graph.riskState" /><Property Name="source" Type="Edm.String" /><Property Name="tokenIssuerType" Type="graph.tokenIssuerType" /><Property Name="userDisplayName" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="riskyServicePrincipal" BaseType="graph.entity"><Property Name="appId" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="isEnabled" Type="Edm.Boolean" /><Property Name="isProcessing" Type="Edm.Boolean" /><Property Name="riskDetail" Type="graph.riskDetail" /><Property Name="riskLastUpdatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="riskLevel" Type="graph.riskLevel" /><Property Name="riskState" Type="graph.riskState" /><Property Name="servicePrincipalType" Type="Edm.String" /><NavigationProperty Name="history" Type="Collection(graph.riskyServicePrincipalHistoryItem)" ContainsTarget="true" /></EntityType><EntityType Name="riskyUser" BaseType="graph.entity"><Property Name="isDeleted" Type="Edm.Boolean" /><Property Name="isProcessing" Type="Edm.Boolean" /><Property Name="riskDetail" Type="graph.riskDetail" /><Property Name="riskLastUpdatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="riskLevel" Type="graph.riskLevel" /><Property Name="riskState" Type="graph.riskState" /><Property Name="userDisplayName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /><NavigationProperty Name="history" Type="Collection(graph.riskyUserHistoryItem)" ContainsTarget="true" /></EntityType><EntityType Name="servicePrincipalRiskDetection" BaseType="graph.entity"><Property Name="activity" Type="graph.activityType" /><Property Name="activityDateTime" Type="Edm.DateTimeOffset" /><Property Name="additionalInfo" Type="Edm.String" /><Property Name="appId" Type="Edm.String" /><Property Name="correlationId" Type="Edm.String" /><Property Name="detectedDateTime" Type="Edm.DateTimeOffset" /><Property Name="detectionTimingType" Type="graph.riskDetectionTimingType" /><Property Name="ipAddress" Type="Edm.String" /><Property Name="keyIds" Type="Collection(Edm.String)" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="location" Type="graph.signInLocation" /><Property Name="requestId" Type="Edm.String" /><Property Name="riskDetail" Type="graph.riskDetail" /><Property Name="riskEventType" Type="Edm.String" /><Property Name="riskLevel" Type="graph.riskLevel" /><Property Name="riskState" Type="graph.riskState" /><Property Name="servicePrincipalDisplayName" Type="Edm.String" /><Property Name="servicePrincipalId" Type="Edm.String" /><Property Name="source" Type="Edm.String" /><Property Name="tokenIssuerType" Type="graph.tokenIssuerType" /></EntityType><EntityType Name="ipNamedLocation" BaseType="graph.namedLocation"><Property Name="ipRanges" Type="Collection(graph.ipRange)" Nullable="false" /><Property Name="isTrusted" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="riskyServicePrincipalHistoryItem" BaseType="graph.riskyServicePrincipal"><Property Name="activity" Type="graph.riskServicePrincipalActivity" /><Property Name="initiatedBy" Type="Edm.String" /></EntityType><EntityType Name="riskyUserHistoryItem" BaseType="graph.riskyUser"><Property Name="activity" Type="graph.riskUserActivity" /><Property Name="initiatedBy" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /></EntityType><EntityType Name="whatIfAnalysisResult" BaseType="graph.conditionalAccessPolicy"><Property Name="analysisReasons" Type="graph.whatIfAnalysisReasons" Nullable="false" /><Property Name="policyApplies" Type="Edm.Boolean" Nullable="false" /></EntityType><ComplexType Name="accessPackageAnswer" Abstract="true"><Property Name="displayValue" Type="Edm.String" /><NavigationProperty Name="answeredQuestion" Type="graph.accessPackageQuestion" ContainsTarget="true" /></ComplexType><EntityType Name="accessPackageQuestion" BaseType="graph.entity" Abstract="true"><Property Name="isAnswerEditable" Type="Edm.Boolean" /><Property Name="isRequired" Type="Edm.Boolean" /><Property Name="localizations" Type="Collection(graph.accessPackageLocalizedText)" /><Property Name="sequence" Type="Edm.Int32" /><Property Name="text" Type="Edm.String" /></EntityType><ComplexType Name="accessPackageAnswerChoice"><Property Name="actualValue" Type="Edm.String" /><Property Name="localizations" Type="Collection(graph.accessPackageLocalizedText)" /><Property Name="text" Type="Edm.String" /></ComplexType><ComplexType Name="accessPackageLocalizedText"><Property Name="languageCode" Type="Edm.String" Nullable="false" /><Property Name="text" Type="Edm.String" /></ComplexType><ComplexType Name="accessPackageAnswerString" BaseType="graph.accessPackageAnswer"><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="accessPackageApprovalStage"><Property Name="durationBeforeAutomaticDenial" Type="Edm.Duration" /><Property Name="durationBeforeEscalation" Type="Edm.Duration" /><Property Name="escalationApprovers" Type="Collection(graph.subjectSet)" /><Property Name="fallbackEscalationApprovers" Type="Collection(graph.subjectSet)" /><Property Name="fallbackPrimaryApprovers" Type="Collection(graph.subjectSet)" /><Property Name="isApproverJustificationRequired" Type="Edm.Boolean" /><Property Name="isEscalationEnabled" Type="Edm.Boolean" /><Property Name="primaryApprovers" Type="Collection(graph.subjectSet)" /></ComplexType><ComplexType Name="accessPackageAssignmentApprovalSettings"><Property Name="isApprovalRequiredForAdd" Type="Edm.Boolean" /><Property Name="isApprovalRequiredForUpdate" Type="Edm.Boolean" /><Property Name="isRequestorJustificationRequired" Type="Edm.Boolean" /><Property Name="stages" Type="Collection(graph.accessPackageApprovalStage)" /></ComplexType><ComplexType Name="accessPackageAssignmentRequestCallbackData" BaseType="graph.customExtensionData"><Property Name="customExtensionStageInstanceDetail" Type="Edm.String" /><Property Name="customExtensionStageInstanceId" Type="Edm.String" /><Property Name="stage" Type="graph.accessPackageCustomExtensionStage" /><Property Name="state" Type="Edm.String" /></ComplexType><ComplexType Name="accessPackageAssignmentRequestorSettings"><Property Name="allowCustomAssignmentSchedule" Type="Edm.Boolean" /><Property Name="enableOnBehalfRequestorsToAddAccess" Type="Edm.Boolean" /><Property Name="enableOnBehalfRequestorsToRemoveAccess" Type="Edm.Boolean" /><Property Name="enableOnBehalfRequestorsToUpdateAccess" Type="Edm.Boolean" /><Property Name="enableTargetsToSelfAddAccess" Type="Edm.Boolean" /><Property Name="enableTargetsToSelfRemoveAccess" Type="Edm.Boolean" /><Property Name="enableTargetsToSelfUpdateAccess" Type="Edm.Boolean" /><Property Name="onBehalfRequestors" Type="Collection(graph.subjectSet)" /></ComplexType><ComplexType Name="accessPackageAssignmentRequestRequirements"><Property Name="allowCustomAssignmentSchedule" Type="Edm.Boolean" /><Property Name="isApprovalRequiredForAdd" Type="Edm.Boolean" /><Property Name="isApprovalRequiredForUpdate" Type="Edm.Boolean" /><Property Name="isRequestorJustificationRequired" Type="Edm.Boolean" /><Property Name="policyDescription" Type="Edm.String" /><Property Name="policyDisplayName" Type="Edm.String" /><Property Name="policyId" Type="Edm.String" /><Property Name="schedule" Type="graph.entitlementManagementSchedule" /><NavigationProperty Name="questions" Type="Collection(graph.accessPackageQuestion)" /></ComplexType><ComplexType Name="entitlementManagementSchedule"><Property Name="expiration" Type="graph.expirationPattern" /><Property Name="recurrence" Type="graph.patternedRecurrence" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="accessPackageAssignmentReviewSettings"><Property Name="expirationBehavior" Type="graph.accessReviewExpirationBehavior" /><Property Name="fallbackReviewers" Type="Collection(graph.subjectSet)" /><Property Name="isEnabled" Type="Edm.Boolean" /><Property Name="isRecommendationEnabled" Type="Edm.Boolean" /><Property Name="isReviewerJustificationRequired" Type="Edm.Boolean" /><Property Name="isSelfReview" Type="Edm.Boolean" /><Property Name="primaryReviewers" Type="Collection(graph.subjectSet)" /><Property Name="schedule" Type="graph.entitlementManagementSchedule" /></ComplexType><ComplexType Name="accessPackageAutomaticRequestSettings"><Property Name="gracePeriodBeforeAccessRemoval" Type="Edm.Duration" /><Property Name="removeAccessWhenTargetLeavesAllowedTargets" Type="Edm.Boolean" /><Property Name="requestAccessForAllowedTargets" Type="Edm.Boolean" /></ComplexType><ComplexType Name="accessPackageDynamicApprovalStage" BaseType="graph.accessPackageApprovalStage" /><ComplexType Name="accessPackageNotificationSettings"><Property Name="isAssignmentNotificationDisabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="accessPackageRequestApprovalStageCallbackConfiguration" BaseType="graph.customExtensionCallbackConfiguration" /><ComplexType Name="accessPackageResourceAttribute"><Property Name="destination" Type="graph.accessPackageResourceAttributeDestination" /><Property Name="isEditable" Type="Edm.Boolean" /><Property Name="isPersistedOnAssignmentRemoval" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" /><Property Name="source" Type="graph.accessPackageResourceAttributeSource" /></ComplexType><ComplexType Name="accessPackageResourceAttributeDestination" Abstract="true" /><ComplexType Name="accessPackageResourceAttributeSource" Abstract="true" /><ComplexType Name="accessPackageResourceAttributeQuestion" BaseType="graph.accessPackageResourceAttributeSource"><NavigationProperty Name="question" Type="graph.accessPackageQuestion" /></ComplexType><ComplexType Name="accessPackageUserDirectoryAttributeStore" BaseType="graph.accessPackageResourceAttributeDestination" /><ComplexType Name="assignmentRequestApprovalStageCallbackData" BaseType="graph.accessPackageAssignmentRequestCallbackData"><Property Name="approvalStage" Type="graph.accessPackageApprovalStage" /></ComplexType><ComplexType Name="attributeRuleMembers" BaseType="graph.subjectSet"><Property Name="description" Type="Edm.String" /><Property Name="membershipRule" Type="Edm.String" /></ComplexType><ComplexType Name="connectedOrganizationMembers" BaseType="graph.subjectSet"><Property Name="connectedOrganizationId" Type="Edm.String" /><Property Name="description" Type="Edm.String" /></ComplexType><ComplexType Name="connectionInfo"><Property Name="url" Type="Edm.String" /></ComplexType><ComplexType Name="customExtensionCalloutInstance"><Property Name="customExtensionId" Type="Edm.String" /><Property Name="detail" Type="Edm.String" /><Property Name="externalCorrelationId" Type="Edm.String" /><Property Name="id" Type="Edm.String" /><Property Name="status" Type="graph.customExtensionCalloutInstanceStatus" /></ComplexType><ComplexType Name="expirationPattern"><Property Name="duration" Type="Edm.Duration" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="type" Type="graph.expirationPatternType" /></ComplexType><ComplexType Name="externalSponsors" BaseType="graph.subjectSet" /><ComplexType Name="groupMembers" BaseType="graph.subjectSet"><Property Name="description" Type="Edm.String" /><Property Name="groupId" Type="Edm.String" /></ComplexType><ComplexType Name="internalSponsors" BaseType="graph.subjectSet" /><ComplexType Name="requestorManager" BaseType="graph.subjectSet"><Property Name="managerLevel" Type="Edm.Int32" /></ComplexType><ComplexType Name="singleServicePrincipal" BaseType="graph.subjectSet"><Property Name="description" Type="Edm.String" /><Property Name="servicePrincipalId" Type="Edm.String" /></ComplexType><ComplexType Name="singleUser" BaseType="graph.subjectSet"><Property Name="description" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /></ComplexType><ComplexType Name="targetAgentIdentitySponsorsOrOwners" BaseType="graph.subjectSet" /><ComplexType Name="targetApplicationOwners" BaseType="graph.subjectSet" /><ComplexType Name="targetManager" BaseType="graph.subjectSet"><Property Name="managerLevel" Type="Edm.Int32" /></ComplexType><ComplexType Name="targetUserSponsors" BaseType="graph.subjectSet" /><EntityType Name="accessPackageSubject" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="email" Type="Edm.String" /><Property Name="objectId" Type="Edm.String" /><Property Name="onPremisesSecurityIdentifier" Type="Edm.String" /><Property Name="principalName" Type="Edm.String" /><Property Name="subjectType" Type="graph.accessPackageSubjectType" /><NavigationProperty Name="connectedOrganization" Type="graph.connectedOrganization" /></EntityType><EntityType Name="customExtensionStageSetting" BaseType="graph.entity"><Property Name="stage" Type="graph.accessPackageCustomExtensionStage" Nullable="false" /><NavigationProperty Name="customExtension" Type="graph.customCalloutExtension" /></EntityType><EntityType Name="accessPackageAssignmentRequestWorkflowExtension" BaseType="graph.customCalloutExtension"><Property Name="callbackConfiguration" Type="graph.customExtensionCallbackConfiguration" /><Property Name="createdBy" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedBy" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="accessPackageAssignmentWorkflowExtension" BaseType="graph.customCalloutExtension"><Property Name="callbackConfiguration" Type="graph.customExtensionCallbackConfiguration" /><Property Name="createdBy" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedBy" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="accessPackageResourceRole" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="originId" Type="Edm.String" /><Property Name="originSystem" Type="Edm.String" /><NavigationProperty Name="resource" Type="graph.accessPackageResource" ContainsTarget="true" /></EntityType><EntityType Name="accessPackageResourceScope" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="isRootScope" Type="Edm.Boolean" /><Property Name="originId" Type="Edm.String" /><Property Name="originSystem" Type="Edm.String" /><NavigationProperty Name="resource" Type="graph.accessPackageResource" ContainsTarget="true" /></EntityType><EntityType Name="accessPackageMultipleChoiceQuestion" BaseType="graph.accessPackageQuestion"><Property Name="choices" Type="Collection(graph.accessPackageAnswerChoice)" /><Property Name="isMultipleSelectionAllowed" Type="Edm.Boolean" /></EntityType><EntityType Name="accessPackageTextInputQuestion" BaseType="graph.accessPackageQuestion"><Property Name="isSingleLineQuestion" Type="Edm.Boolean" /><Property Name="regexPattern" Type="Edm.String" /></EntityType><ComplexType Name="identitySource" Abstract="true" /><ComplexType Name="azureActiveDirectoryTenant" BaseType="graph.identitySource"><Property Name="displayName" Type="Edm.String" /><Property Name="tenantId" Type="Edm.String" /></ComplexType><ComplexType Name="crossCloudAzureActiveDirectoryTenant" BaseType="graph.identitySource"><Property Name="cloudInstance" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="tenantId" Type="Edm.String" /></ComplexType><ComplexType Name="domainIdentitySource" BaseType="graph.identitySource"><Property Name="displayName" Type="Edm.String" /><Property Name="domainName" Type="Edm.String" /></ComplexType><ComplexType Name="externalDomainFederation" BaseType="graph.identitySource"><Property Name="displayName" Type="Edm.String" /><Property Name="domainName" Type="Edm.String" /><Property Name="issuerUri" Type="Edm.String" /></ComplexType><ComplexType Name="socialIdentitySource" BaseType="graph.identitySource"><Property Name="displayName" Type="Edm.String" /><Property Name="socialIdentitySourceType" Type="graph.socialIdentitySourceType" Nullable="false" /></ComplexType><ComplexType Name="deviceAndAppManagementAssignmentTarget" Abstract="true" /><ComplexType Name="allDevicesAssignmentTarget" BaseType="graph.deviceAndAppManagementAssignmentTarget" /><ComplexType Name="allLicensedUsersAssignmentTarget" BaseType="graph.deviceAndAppManagementAssignmentTarget" /><ComplexType Name="androidMinimumOperatingSystem"><Property Name="v10_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v11_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v4_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v4_0_3" Type="Edm.Boolean" Nullable="false" /><Property Name="v4_1" Type="Edm.Boolean" Nullable="false" /><Property Name="v4_2" Type="Edm.Boolean" Nullable="false" /><Property Name="v4_3" Type="Edm.Boolean" Nullable="false" /><Property Name="v4_4" Type="Edm.Boolean" Nullable="false" /><Property Name="v5_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v5_1" Type="Edm.Boolean" Nullable="false" /><Property Name="v6_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v7_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v7_1" Type="Edm.Boolean" Nullable="false" /><Property Name="v8_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v8_1" Type="Edm.Boolean" Nullable="false" /><Property Name="v9_0" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="appConfigurationSettingItem"><Property Name="appConfigKey" Type="Edm.String" Nullable="false" /><Property Name="appConfigKeyType" Type="graph.mdmAppConfigKeyType" Nullable="false" /><Property Name="appConfigKeyValue" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="configurationManagerCollectionAssignmentTarget" BaseType="graph.deviceAndAppManagementAssignmentTarget"><Property Name="collectionId" Type="Edm.String" /></ComplexType><ComplexType Name="groupAssignmentTarget" BaseType="graph.deviceAndAppManagementAssignmentTarget"><Property Name="groupId" Type="Edm.String" /></ComplexType><ComplexType Name="exclusionGroupAssignmentTarget" BaseType="graph.groupAssignmentTarget" /><ComplexType Name="fileEncryptionInfo"><Property Name="encryptionKey" Type="Edm.Binary" /><Property Name="fileDigest" Type="Edm.Binary" /><Property Name="fileDigestAlgorithm" Type="Edm.String" /><Property Name="initializationVector" Type="Edm.Binary" /><Property Name="mac" Type="Edm.Binary" /><Property Name="macKey" Type="Edm.Binary" /><Property Name="profileIdentifier" Type="Edm.String" /></ComplexType><ComplexType Name="iosDeviceType"><Property Name="iPad" Type="Edm.Boolean" Nullable="false" /><Property Name="iPhoneAndIPod" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="mobileAppAssignmentSettings" Abstract="true" /><ComplexType Name="iosLobAppAssignmentSettings" BaseType="graph.mobileAppAssignmentSettings"><Property Name="isRemovable" Type="Edm.Boolean" /><Property Name="uninstallOnDeviceRemoval" Type="Edm.Boolean" /><Property Name="vpnConfigurationId" Type="Edm.String" /></ComplexType><ComplexType Name="iosMinimumOperatingSystem"><Property Name="v10_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v11_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v12_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v13_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v14_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v15_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v8_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v9_0" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="iosStoreAppAssignmentSettings" BaseType="graph.mobileAppAssignmentSettings"><Property Name="isRemovable" Type="Edm.Boolean" /><Property Name="uninstallOnDeviceRemoval" Type="Edm.Boolean" /><Property Name="vpnConfigurationId" Type="Edm.String" /></ComplexType><ComplexType Name="iosVppAppAssignmentSettings" BaseType="graph.mobileAppAssignmentSettings"><Property Name="useDeviceLicensing" Type="Edm.Boolean" Nullable="false" /><Property Name="vpnConfigurationId" Type="Edm.String" /></ComplexType><ComplexType Name="macOSIncludedApp"><Property Name="bundleId" Type="Edm.String" Nullable="false" /><Property Name="bundleVersion" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="macOsLobAppAssignmentSettings" BaseType="graph.mobileAppAssignmentSettings"><Property Name="uninstallOnDeviceRemoval" Type="Edm.Boolean" /></ComplexType><ComplexType Name="macOSLobChildApp"><Property Name="buildNumber" Type="Edm.String" /><Property Name="bundleId" Type="Edm.String" /><Property Name="versionNumber" Type="Edm.String" /></ComplexType><ComplexType Name="macOSMinimumOperatingSystem"><Property Name="v10_10" Type="Edm.Boolean" Nullable="false" /><Property Name="v10_11" Type="Edm.Boolean" Nullable="false" /><Property Name="v10_12" Type="Edm.Boolean" Nullable="false" /><Property Name="v10_13" Type="Edm.Boolean" Nullable="false" /><Property Name="v10_14" Type="Edm.Boolean" Nullable="false" /><Property Name="v10_15" Type="Edm.Boolean" Nullable="false" /><Property Name="v10_7" Type="Edm.Boolean" Nullable="false" /><Property Name="v10_8" Type="Edm.Boolean" Nullable="false" /><Property Name="v10_9" Type="Edm.Boolean" Nullable="false" /><Property Name="v11_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v12_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v13_0" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="microsoftStoreForBusinessAppAssignmentSettings" BaseType="graph.mobileAppAssignmentSettings"><Property Name="useDeviceContext" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="mimeContent"><Property Name="type" Type="Edm.String" /><Property Name="value" Type="Edm.Binary" /></ComplexType><ComplexType Name="mobileAppInstallTimeSettings"><Property Name="deadlineDateTime" Type="Edm.DateTimeOffset" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="useLocalTime" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="vppLicensingType"><Property Name="supportsDeviceLicensing" Type="Edm.Boolean" Nullable="false" /><Property Name="supportsUserLicensing" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="win32LobAppAssignmentSettings" BaseType="graph.mobileAppAssignmentSettings"><Property Name="autoUpdateSettings" Type="graph.win32LobAppAutoUpdateSettings" /><Property Name="deliveryOptimizationPriority" Type="graph.win32LobAppDeliveryOptimizationPriority" Nullable="false" /><Property Name="installTimeSettings" Type="graph.mobileAppInstallTimeSettings" /><Property Name="notifications" Type="graph.win32LobAppNotification" Nullable="false" /><Property Name="restartSettings" Type="graph.win32LobAppRestartSettings" /></ComplexType><ComplexType Name="win32LobAppAutoUpdateSettings"><Property Name="autoUpdateSupersededAppsState" Type="graph.win32LobAutoUpdateSupersededAppsState" Nullable="false" /></ComplexType><ComplexType Name="win32LobAppRestartSettings"><Property Name="countdownDisplayBeforeRestartInMinutes" Type="Edm.Int32" Nullable="false" /><Property Name="gracePeriodInMinutes" Type="Edm.Int32" Nullable="false" /><Property Name="restartNotificationSnoozeDurationInMinutes" Type="Edm.Int32" /></ComplexType><ComplexType Name="win32LobAppRule" Abstract="true"><Property Name="ruleType" Type="graph.win32LobAppRuleType" Nullable="false" /></ComplexType><ComplexType Name="win32LobAppFileSystemRule" BaseType="graph.win32LobAppRule"><Property Name="check32BitOn64System" Type="Edm.Boolean" Nullable="false" /><Property Name="comparisonValue" Type="Edm.String" /><Property Name="fileOrFolderName" Type="Edm.String" /><Property Name="operationType" Type="graph.win32LobAppFileSystemOperationType" Nullable="false" /><Property Name="operator" Type="graph.win32LobAppRuleOperator" Nullable="false" /><Property Name="path" Type="Edm.String" /></ComplexType><ComplexType Name="win32LobAppInstallExperience"><Property Name="deviceRestartBehavior" Type="graph.win32LobAppRestartBehavior" Nullable="false" /><Property Name="runAsAccount" Type="graph.runAsAccountType" Nullable="false" /></ComplexType><ComplexType Name="win32LobAppMsiInformation"><Property Name="packageType" Type="graph.win32LobAppMsiPackageType" Nullable="false" /><Property Name="productCode" Type="Edm.String" /><Property Name="productName" Type="Edm.String" /><Property Name="productVersion" Type="Edm.String" /><Property Name="publisher" Type="Edm.String" /><Property Name="requiresReboot" Type="Edm.Boolean" Nullable="false" /><Property Name="upgradeCode" Type="Edm.String" /></ComplexType><ComplexType Name="win32LobAppPowerShellScriptRule" BaseType="graph.win32LobAppRule"><Property Name="comparisonValue" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="enforceSignatureCheck" Type="Edm.Boolean" Nullable="false" /><Property Name="operationType" Type="graph.win32LobAppPowerShellScriptRuleOperationType" Nullable="false" /><Property Name="operator" Type="graph.win32LobAppRuleOperator" Nullable="false" /><Property Name="runAs32Bit" Type="Edm.Boolean" Nullable="false" /><Property Name="runAsAccount" Type="graph.runAsAccountType" /><Property Name="scriptContent" Type="Edm.String" /></ComplexType><ComplexType Name="win32LobAppProductCodeRule" BaseType="graph.win32LobAppRule"><Property Name="productCode" Type="Edm.String" /><Property Name="productVersion" Type="Edm.String" /><Property Name="productVersionOperator" Type="graph.win32LobAppRuleOperator" Nullable="false" /></ComplexType><ComplexType Name="win32LobAppRegistryRule" BaseType="graph.win32LobAppRule"><Property Name="check32BitOn64System" Type="Edm.Boolean" Nullable="false" /><Property Name="comparisonValue" Type="Edm.String" /><Property Name="keyPath" Type="Edm.String" /><Property Name="operationType" Type="graph.win32LobAppRegistryRuleOperationType" Nullable="false" /><Property Name="operator" Type="graph.win32LobAppRuleOperator" Nullable="false" /><Property Name="valueName" Type="Edm.String" /></ComplexType><ComplexType Name="win32LobAppReturnCode"><Property Name="returnCode" Type="Edm.Int32" Nullable="false" /><Property Name="type" Type="graph.win32LobAppReturnCodeType" Nullable="false" /></ComplexType><ComplexType Name="windowsAppXAppAssignmentSettings" BaseType="graph.mobileAppAssignmentSettings"><Property Name="useDeviceContext" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="windowsMinimumOperatingSystem"><Property Name="v10_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v8_0" Type="Edm.Boolean" Nullable="false" /><Property Name="v8_1" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="windowsUniversalAppXAppAssignmentSettings" BaseType="graph.mobileAppAssignmentSettings"><Property Name="useDeviceContext" Type="Edm.Boolean" Nullable="false" /></ComplexType><EntityType Name="mobileApp" BaseType="graph.entity" Abstract="true"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="developer" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="informationUrl" Type="Edm.String" /><Property Name="isFeatured" Type="Edm.Boolean" Nullable="false" /><Property Name="largeIcon" Type="graph.mimeContent" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="notes" Type="Edm.String" /><Property Name="owner" Type="Edm.String" /><Property Name="privacyInformationUrl" Type="Edm.String" /><Property Name="publisher" Type="Edm.String" /><Property Name="publishingState" Type="graph.mobileAppPublishingState" Nullable="false" /><NavigationProperty Name="assignments" Type="Collection(graph.mobileAppAssignment)" ContainsTarget="true" /><NavigationProperty Name="categories" Type="Collection(graph.mobileAppCategory)" /></EntityType><EntityType Name="mobileLobApp" BaseType="graph.mobileApp" Abstract="true"><Property Name="committedContentVersion" Type="Edm.String" /><Property Name="fileName" Type="Edm.String" /><Property Name="size" Type="Edm.Int64" Nullable="false" /><NavigationProperty Name="contentVersions" Type="Collection(graph.mobileAppContent)" ContainsTarget="true" /></EntityType><EntityType Name="androidLobApp" BaseType="graph.mobileLobApp"><Property Name="minimumSupportedOperatingSystem" Type="graph.androidMinimumOperatingSystem" /><Property Name="packageId" Type="Edm.String" /><Property Name="versionCode" Type="Edm.String" /><Property Name="versionName" Type="Edm.String" /></EntityType><EntityType Name="androidStoreApp" BaseType="graph.mobileApp"><Property Name="appStoreUrl" Type="Edm.String" /><Property Name="minimumSupportedOperatingSystem" Type="graph.androidMinimumOperatingSystem" /><Property Name="packageId" Type="Edm.String" /></EntityType><EntityType Name="deviceAppManagement" BaseType="graph.entity"><Property Name="isEnabledForMicrosoftStoreForBusiness" Type="Edm.Boolean" Nullable="false" /><Property Name="microsoftStoreForBusinessLanguage" Type="Edm.String" /><Property Name="microsoftStoreForBusinessLastCompletedApplicationSyncTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="microsoftStoreForBusinessLastSuccessfulSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="managedEBooks" Type="Collection(graph.managedEBook)" ContainsTarget="true" /><NavigationProperty Name="mobileAppCategories" Type="Collection(graph.mobileAppCategory)" ContainsTarget="true" /><NavigationProperty Name="mobileAppConfigurations" Type="Collection(graph.managedDeviceMobileAppConfiguration)" ContainsTarget="true" /><NavigationProperty Name="mobileAppRelationships" Type="Collection(graph.mobileAppRelationship)" ContainsTarget="true" /><NavigationProperty Name="mobileApps" Type="Collection(graph.mobileApp)" ContainsTarget="true" /><NavigationProperty Name="vppTokens" Type="Collection(graph.vppToken)" ContainsTarget="true" /><NavigationProperty Name="androidManagedAppProtections" Type="Collection(graph.androidManagedAppProtection)" ContainsTarget="true" /><NavigationProperty Name="defaultManagedAppProtections" Type="Collection(graph.defaultManagedAppProtection)" ContainsTarget="true" /><NavigationProperty Name="iosManagedAppProtections" Type="Collection(graph.iosManagedAppProtection)" ContainsTarget="true" /><NavigationProperty Name="managedAppPolicies" Type="Collection(graph.managedAppPolicy)" ContainsTarget="true" /><NavigationProperty Name="managedAppRegistrations" Type="Collection(graph.managedAppRegistration)" ContainsTarget="true" /><NavigationProperty Name="managedAppStatuses" Type="Collection(graph.managedAppStatus)" ContainsTarget="true" /><NavigationProperty Name="mdmWindowsInformationProtectionPolicies" Type="Collection(graph.mdmWindowsInformationProtectionPolicy)" ContainsTarget="true" /><NavigationProperty Name="targetedManagedAppConfigurations" Type="Collection(graph.targetedManagedAppConfiguration)" ContainsTarget="true" /><NavigationProperty Name="windowsInformationProtectionPolicies" Type="Collection(graph.windowsInformationProtectionPolicy)" ContainsTarget="true" /></EntityType><EntityType Name="managedEBook" BaseType="graph.entity" Abstract="true"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="informationUrl" Type="Edm.String" /><Property Name="largeCover" Type="graph.mimeContent" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="privacyInformationUrl" Type="Edm.String" /><Property Name="publishedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="publisher" Type="Edm.String" /><NavigationProperty Name="assignments" Type="Collection(graph.managedEBookAssignment)" ContainsTarget="true" /><NavigationProperty Name="deviceStates" Type="Collection(graph.deviceInstallState)" ContainsTarget="true" /><NavigationProperty Name="installSummary" Type="graph.eBookInstallSummary" ContainsTarget="true" /><NavigationProperty Name="userStateSummary" Type="Collection(graph.userInstallStateSummary)" ContainsTarget="true" /></EntityType><EntityType Name="mobileAppCategory" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="managedDeviceMobileAppConfiguration" BaseType="graph.entity" Abstract="true"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="targetedMobileApps" Type="Collection(Edm.String)" /><Property Name="version" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="assignments" Type="Collection(graph.managedDeviceMobileAppConfigurationAssignment)" ContainsTarget="true" /><NavigationProperty Name="deviceStatuses" Type="Collection(graph.managedDeviceMobileAppConfigurationDeviceStatus)" ContainsTarget="true" /><NavigationProperty Name="deviceStatusSummary" Type="graph.managedDeviceMobileAppConfigurationDeviceSummary" ContainsTarget="true" /><NavigationProperty Name="userStatuses" Type="Collection(graph.managedDeviceMobileAppConfigurationUserStatus)" ContainsTarget="true" /><NavigationProperty Name="userStatusSummary" Type="graph.managedDeviceMobileAppConfigurationUserSummary" ContainsTarget="true" /></EntityType><EntityType Name="mobileAppRelationship" BaseType="graph.entity" Abstract="true"><Property Name="sourceDisplayName" Type="Edm.String" /><Property Name="sourceDisplayVersion" Type="Edm.String" /><Property Name="sourceId" Type="Edm.String" /><Property Name="sourcePublisherDisplayName" Type="Edm.String" /><Property Name="targetDisplayName" Type="Edm.String" /><Property Name="targetDisplayVersion" Type="Edm.String" /><Property Name="targetId" Type="Edm.String" /><Property Name="targetPublisherDisplayName" Type="Edm.String" /></EntityType><EntityType Name="vppToken" BaseType="graph.entity"><Property Name="appleId" Type="Edm.String" /><Property Name="automaticallyUpdateApps" Type="Edm.Boolean" Nullable="false" /><Property Name="countryOrRegion" Type="Edm.String" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastSyncStatus" Type="graph.vppTokenSyncStatus" Nullable="false" /><Property Name="organizationName" Type="Edm.String" /><Property Name="state" Type="graph.vppTokenState" Nullable="false" /><Property Name="token" Type="Edm.String" /><Property Name="vppTokenAccountType" Type="graph.vppTokenAccountType" Nullable="false" /></EntityType><EntityType Name="managedAppPolicy" BaseType="graph.entity" Abstract="true"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="version" Type="Edm.String" /></EntityType><EntityType Name="managedAppProtection" BaseType="graph.managedAppPolicy" Abstract="true"><Property Name="allowedDataStorageLocations" Type="Collection(graph.managedAppDataStorageLocation)" Nullable="false" /><Property Name="allowedInboundDataTransferSources" Type="graph.managedAppDataTransferLevel" Nullable="false" /><Property Name="allowedOutboundClipboardSharingLevel" Type="graph.managedAppClipboardSharingLevel" Nullable="false" /><Property Name="allowedOutboundDataTransferDestinations" Type="graph.managedAppDataTransferLevel" Nullable="false" /><Property Name="contactSyncBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="dataBackupBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="deviceComplianceRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="disableAppPinIfDevicePinIsSet" Type="Edm.Boolean" Nullable="false" /><Property Name="fingerprintBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="managedBrowser" Type="graph.managedBrowserType" Nullable="false" /><Property Name="managedBrowserToOpenLinksRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="maximumPinRetries" Type="Edm.Int32" Nullable="false" /><Property Name="minimumPinLength" Type="Edm.Int32" Nullable="false" /><Property Name="minimumRequiredAppVersion" Type="Edm.String" /><Property Name="minimumRequiredOsVersion" Type="Edm.String" /><Property Name="minimumWarningAppVersion" Type="Edm.String" /><Property Name="minimumWarningOsVersion" Type="Edm.String" /><Property Name="organizationalCredentialsRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="periodBeforePinReset" Type="Edm.Duration" Nullable="false" /><Property Name="periodOfflineBeforeAccessCheck" Type="Edm.Duration" Nullable="false" /><Property Name="periodOfflineBeforeWipeIsEnforced" Type="Edm.Duration" Nullable="false" /><Property Name="periodOnlineBeforeAccessCheck" Type="Edm.Duration" Nullable="false" /><Property Name="pinCharacterSet" Type="graph.managedAppPinCharacterSet" Nullable="false" /><Property Name="pinRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="printBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="saveAsBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="simplePinBlocked" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="targetedManagedAppProtection" BaseType="graph.managedAppProtection" Abstract="true"><Property Name="isAssigned" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="assignments" Type="Collection(graph.targetedManagedAppPolicyAssignment)" ContainsTarget="true" /></EntityType><EntityType Name="androidManagedAppProtection" BaseType="graph.targetedManagedAppProtection"><Property Name="customBrowserDisplayName" Type="Edm.String" /><Property Name="customBrowserPackageId" Type="Edm.String" /><Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" /><Property Name="disableAppEncryptionIfDeviceEncryptionIsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="encryptAppData" Type="Edm.Boolean" Nullable="false" /><Property Name="minimumRequiredPatchVersion" Type="Edm.String" /><Property Name="minimumWarningPatchVersion" Type="Edm.String" /><Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="apps" Type="Collection(graph.managedMobileApp)" ContainsTarget="true" /><NavigationProperty Name="deploymentSummary" Type="graph.managedAppPolicyDeploymentSummary" ContainsTarget="true" /></EntityType><EntityType Name="defaultManagedAppProtection" BaseType="graph.managedAppProtection"><Property Name="appDataEncryptionType" Type="graph.managedAppDataEncryptionType" Nullable="false" /><Property Name="customSettings" Type="Collection(graph.keyValuePair)" Nullable="false" /><Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" /><Property Name="disableAppEncryptionIfDeviceEncryptionIsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="encryptAppData" Type="Edm.Boolean" Nullable="false" /><Property Name="faceIdBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="minimumRequiredPatchVersion" Type="Edm.String" /><Property Name="minimumRequiredSdkVersion" Type="Edm.String" /><Property Name="minimumWarningPatchVersion" Type="Edm.String" /><Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="apps" Type="Collection(graph.managedMobileApp)" ContainsTarget="true" /><NavigationProperty Name="deploymentSummary" Type="graph.managedAppPolicyDeploymentSummary" ContainsTarget="true" /></EntityType><EntityType Name="iosManagedAppProtection" BaseType="graph.targetedManagedAppProtection"><Property Name="appDataEncryptionType" Type="graph.managedAppDataEncryptionType" Nullable="false" /><Property Name="customBrowserProtocol" Type="Edm.String" /><Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" /><Property Name="faceIdBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="minimumRequiredSdkVersion" Type="Edm.String" /><NavigationProperty Name="apps" Type="Collection(graph.managedMobileApp)" ContainsTarget="true" /><NavigationProperty Name="deploymentSummary" Type="graph.managedAppPolicyDeploymentSummary" ContainsTarget="true" /></EntityType><EntityType Name="managedAppStatus" BaseType="graph.entity" Abstract="true"><Property Name="displayName" Type="Edm.String" /><Property Name="version" Type="Edm.String" /></EntityType><EntityType Name="windowsInformationProtection" BaseType="graph.managedAppPolicy" Abstract="true"><Property Name="azureRightsManagementServicesAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="dataRecoveryCertificate" Type="graph.windowsInformationProtectionDataRecoveryCertificate" /><Property Name="enforcementLevel" Type="graph.windowsInformationProtectionEnforcementLevel" Nullable="false" /><Property Name="enterpriseDomain" Type="Edm.String" /><Property Name="enterpriseInternalProxyServers" Type="Collection(graph.windowsInformationProtectionResourceCollection)" /><Property Name="enterpriseIPRanges" Type="Collection(graph.windowsInformationProtectionIPRangeCollection)" /><Property Name="enterpriseIPRangesAreAuthoritative" Type="Edm.Boolean" Nullable="false" /><Property Name="enterpriseNetworkDomainNames" Type="Collection(graph.windowsInformationProtectionResourceCollection)" /><Property Name="enterpriseProtectedDomainNames" Type="Collection(graph.windowsInformationProtectionResourceCollection)" /><Property Name="enterpriseProxiedDomains" Type="Collection(graph.windowsInformationProtectionProxiedDomainCollection)" /><Property Name="enterpriseProxyServers" Type="Collection(graph.windowsInformationProtectionResourceCollection)" /><Property Name="enterpriseProxyServersAreAuthoritative" Type="Edm.Boolean" Nullable="false" /><Property Name="exemptApps" Type="Collection(graph.windowsInformationProtectionApp)" /><Property Name="iconsVisible" Type="Edm.Boolean" Nullable="false" /><Property Name="indexingEncryptedStoresOrItemsBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="isAssigned" Type="Edm.Boolean" Nullable="false" /><Property Name="neutralDomainResources" Type="Collection(graph.windowsInformationProtectionResourceCollection)" /><Property Name="protectedApps" Type="Collection(graph.windowsInformationProtectionApp)" /><Property Name="protectionUnderLockConfigRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="revokeOnUnenrollDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="rightsManagementServicesTemplateId" Type="Edm.Guid" /><Property Name="smbAutoEncryptedFileExtensions" Type="Collection(graph.windowsInformationProtectionResourceCollection)" /><NavigationProperty Name="assignments" Type="Collection(graph.targetedManagedAppPolicyAssignment)" ContainsTarget="true" /><NavigationProperty Name="exemptAppLockerFiles" Type="Collection(graph.windowsInformationProtectionAppLockerFile)" ContainsTarget="true" /><NavigationProperty Name="protectedAppLockerFiles" Type="Collection(graph.windowsInformationProtectionAppLockerFile)" ContainsTarget="true" /></EntityType><EntityType Name="mdmWindowsInformationProtectionPolicy" BaseType="graph.windowsInformationProtection" /><EntityType Name="managedAppConfiguration" BaseType="graph.managedAppPolicy" Abstract="true"><Property Name="customSettings" Type="Collection(graph.keyValuePair)" Nullable="false" /></EntityType><EntityType Name="targetedManagedAppConfiguration" BaseType="graph.managedAppConfiguration"><Property Name="deployedAppCount" Type="Edm.Int32" Nullable="false" /><Property Name="isAssigned" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="apps" Type="Collection(graph.managedMobileApp)" ContainsTarget="true" /><NavigationProperty Name="assignments" Type="Collection(graph.targetedManagedAppPolicyAssignment)" ContainsTarget="true" /><NavigationProperty Name="deploymentSummary" Type="graph.managedAppPolicyDeploymentSummary" ContainsTarget="true" /></EntityType><EntityType Name="windowsInformationProtectionPolicy" BaseType="graph.windowsInformationProtection"><Property Name="daysWithoutContactBeforeUnenroll" Type="Edm.Int32" Nullable="false" /><Property Name="mdmEnrollmentUrl" Type="Edm.String" /><Property Name="minutesOfInactivityBeforeDeviceLock" Type="Edm.Int32" Nullable="false" /><Property Name="numberOfPastPinsRemembered" Type="Edm.Int32" Nullable="false" /><Property Name="passwordMaximumAttemptCount" Type="Edm.Int32" Nullable="false" /><Property Name="pinExpirationDays" Type="Edm.Int32" Nullable="false" /><Property Name="pinLowercaseLetters" Type="graph.windowsInformationProtectionPinCharacterRequirements" Nullable="false" /><Property Name="pinMinimumLength" Type="Edm.Int32" Nullable="false" /><Property Name="pinSpecialCharacters" Type="graph.windowsInformationProtectionPinCharacterRequirements" Nullable="false" /><Property Name="pinUppercaseLetters" Type="graph.windowsInformationProtectionPinCharacterRequirements" Nullable="false" /><Property Name="revokeOnMdmHandoffDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="windowsHelloForBusinessBlocked" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="deviceManagementExportJob" BaseType="graph.entity"><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="filter" Type="Edm.String" /><Property Name="format" Type="graph.deviceManagementReportFileFormat" Nullable="false" /><Property Name="localizationType" Type="graph.deviceManagementExportJobLocalizationType" Nullable="false" /><Property Name="reportName" Type="Edm.String" Nullable="false" /><Property Name="requestDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="select" Type="Collection(Edm.String)" /><Property Name="snapshotId" Type="Edm.String" /><Property Name="status" Type="graph.deviceManagementReportStatus" Nullable="false" /><Property Name="url" Type="Edm.String" /></EntityType><EntityType Name="enterpriseCodeSigningCertificate" BaseType="graph.entity"><Property Name="content" Type="Edm.Binary" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="issuer" Type="Edm.String" /><Property Name="issuerName" Type="Edm.String" /><Property Name="status" Type="graph.certificateStatus" Nullable="false" /><Property Name="subject" Type="Edm.String" /><Property Name="subjectName" Type="Edm.String" /><Property Name="uploadDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="iosiPadOSWebClip" BaseType="graph.mobileApp"><Property Name="appUrl" Type="Edm.String" /><Property Name="useManagedBrowser" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="iosLobApp" BaseType="graph.mobileLobApp"><Property Name="applicableDeviceType" Type="graph.iosDeviceType" Nullable="false" /><Property Name="buildNumber" Type="Edm.String" /><Property Name="bundleId" Type="Edm.String" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="minimumSupportedOperatingSystem" Type="graph.iosMinimumOperatingSystem" /><Property Name="versionNumber" Type="Edm.String" /></EntityType><EntityType Name="iosLobAppProvisioningConfigurationAssignment" BaseType="graph.entity"><Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /></EntityType><EntityType Name="iosMobileAppConfiguration" BaseType="graph.managedDeviceMobileAppConfiguration"><Property Name="encodedSettingXml" Type="Edm.Binary" /><Property Name="settings" Type="Collection(graph.appConfigurationSettingItem)" /></EntityType><EntityType Name="iosStoreApp" BaseType="graph.mobileApp"><Property Name="applicableDeviceType" Type="graph.iosDeviceType" Nullable="false" /><Property Name="appStoreUrl" Type="Edm.String" /><Property Name="bundleId" Type="Edm.String" /><Property Name="minimumSupportedOperatingSystem" Type="graph.iosMinimumOperatingSystem" /></EntityType><EntityType Name="iosVppApp" BaseType="graph.mobileApp"><Property Name="applicableDeviceType" Type="graph.iosDeviceType" /><Property Name="appStoreUrl" Type="Edm.String" /><Property Name="bundleId" Type="Edm.String" /><Property Name="licensingType" Type="graph.vppLicensingType" /><Property Name="releaseDateTime" Type="Edm.DateTimeOffset" /><Property Name="totalLicenseCount" Type="Edm.Int32" Nullable="false" /><Property Name="usedLicenseCount" Type="Edm.Int32" Nullable="false" /><Property Name="vppTokenAccountType" Type="graph.vppTokenAccountType" Nullable="false" /><Property Name="vppTokenAppleId" Type="Edm.String" /><Property Name="vppTokenOrganizationName" Type="Edm.String" /></EntityType><EntityType Name="macOSDmgApp" BaseType="graph.mobileLobApp"><Property Name="ignoreVersionDetection" Type="Edm.Boolean" Nullable="false" /><Property Name="includedApps" Type="Collection(graph.macOSIncludedApp)" Nullable="false" /><Property Name="minimumSupportedOperatingSystem" Type="graph.macOSMinimumOperatingSystem" /><Property Name="primaryBundleId" Type="Edm.String" Nullable="false" /><Property Name="primaryBundleVersion" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="macOSLobApp" BaseType="graph.mobileLobApp"><Property Name="buildNumber" Type="Edm.String" /><Property Name="bundleId" Type="Edm.String" /><Property Name="childApps" Type="Collection(graph.macOSLobChildApp)" /><Property Name="ignoreVersionDetection" Type="Edm.Boolean" Nullable="false" /><Property Name="installAsManaged" Type="Edm.Boolean" Nullable="false" /><Property Name="md5Hash" Type="Collection(Edm.String)" /><Property Name="md5HashChunkSize" Type="Edm.Int32" Nullable="false" /><Property Name="minimumSupportedOperatingSystem" Type="graph.macOSMinimumOperatingSystem" /><Property Name="versionNumber" Type="Edm.String" /></EntityType><EntityType Name="macOSMicrosoftDefenderApp" BaseType="graph.mobileApp" /><EntityType Name="macOSMicrosoftEdgeApp" BaseType="graph.mobileApp"><Property Name="channel" Type="graph.microsoftEdgeChannel" Nullable="false" /></EntityType><EntityType Name="macOSOfficeSuiteApp" BaseType="graph.mobileApp" /><EntityType Name="managedApp" BaseType="graph.mobileApp" Abstract="true"><Property Name="appAvailability" Type="graph.managedAppAvailability" Nullable="false" /><Property Name="version" Type="Edm.String" /></EntityType><EntityType Name="managedMobileLobApp" BaseType="graph.managedApp" Abstract="true"><Property Name="committedContentVersion" Type="Edm.String" /><Property Name="fileName" Type="Edm.String" /><Property Name="size" Type="Edm.Int64" Nullable="false" /><NavigationProperty Name="contentVersions" Type="Collection(graph.mobileAppContent)" ContainsTarget="true" /></EntityType><EntityType Name="managedAndroidLobApp" BaseType="graph.managedMobileLobApp"><Property Name="minimumSupportedOperatingSystem" Type="graph.androidMinimumOperatingSystem" /><Property Name="packageId" Type="Edm.String" /><Property Name="versionCode" Type="Edm.String" /><Property Name="versionName" Type="Edm.String" /></EntityType><EntityType Name="managedAndroidStoreApp" BaseType="graph.managedApp"><Property Name="appStoreUrl" Type="Edm.String" Nullable="false" /><Property Name="minimumSupportedOperatingSystem" Type="graph.androidMinimumOperatingSystem" Nullable="false" /><Property Name="packageId" Type="Edm.String" /></EntityType><EntityType Name="managedDeviceMobileAppConfigurationAssignment" BaseType="graph.entity"><Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /></EntityType><EntityType Name="managedDeviceMobileAppConfigurationDeviceStatus" BaseType="graph.entity"><Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deviceDisplayName" Type="Edm.String" /><Property Name="deviceModel" Type="Edm.String" /><Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="status" Type="graph.complianceStatus" Nullable="false" /><Property Name="userName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="managedDeviceMobileAppConfigurationDeviceSummary" BaseType="graph.entity"><Property Name="configurationVersion" Type="Edm.Int32" Nullable="false" /><Property Name="errorCount" Type="Edm.Int32" Nullable="false" /><Property Name="failedCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingCount" Type="Edm.Int32" Nullable="false" /><Property Name="successCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="managedDeviceMobileAppConfigurationUserStatus" BaseType="graph.entity"><Property Name="devicesCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="status" Type="graph.complianceStatus" Nullable="false" /><Property Name="userDisplayName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="managedDeviceMobileAppConfigurationUserSummary" BaseType="graph.entity"><Property Name="configurationVersion" Type="Edm.Int32" Nullable="false" /><Property Name="errorCount" Type="Edm.Int32" Nullable="false" /><Property Name="failedCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingCount" Type="Edm.Int32" Nullable="false" /><Property Name="successCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="managedIOSLobApp" BaseType="graph.managedMobileLobApp"><Property Name="applicableDeviceType" Type="graph.iosDeviceType" Nullable="false" /><Property Name="buildNumber" Type="Edm.String" /><Property Name="bundleId" Type="Edm.String" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="minimumSupportedOperatingSystem" Type="graph.iosMinimumOperatingSystem" /><Property Name="versionNumber" Type="Edm.String" /></EntityType><EntityType Name="managedIOSStoreApp" BaseType="graph.managedApp"><Property Name="applicableDeviceType" Type="graph.iosDeviceType" Nullable="false" /><Property Name="appStoreUrl" Type="Edm.String" Nullable="false" /><Property Name="bundleId" Type="Edm.String" /><Property Name="minimumSupportedOperatingSystem" Type="graph.iosMinimumOperatingSystem" Nullable="false" /></EntityType><EntityType Name="mobileAppContent" BaseType="graph.entity"><NavigationProperty Name="containedApps" Type="Collection(graph.mobileContainedApp)" ContainsTarget="true" /><NavigationProperty Name="files" Type="Collection(graph.mobileAppContentFile)" ContainsTarget="true" /></EntityType><EntityType Name="microsoftStoreForBusinessApp" BaseType="graph.mobileApp"><Property Name="licenseType" Type="graph.microsoftStoreForBusinessLicenseType" Nullable="false" /><Property Name="packageIdentityName" Type="Edm.String" /><Property Name="productKey" Type="Edm.String" /><Property Name="totalLicenseCount" Type="Edm.Int32" Nullable="false" /><Property Name="usedLicenseCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="mobileAppAssignment" BaseType="graph.entity"><Property Name="intent" Type="graph.installIntent" Nullable="false" /><Property Name="settings" Type="graph.mobileAppAssignmentSettings" /><Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /></EntityType><EntityType Name="mobileContainedApp" BaseType="graph.entity" Abstract="true" /><EntityType Name="mobileAppContentFile" BaseType="graph.entity"><Property Name="azureStorageUri" Type="Edm.String" /><Property Name="azureStorageUriExpirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="isCommitted" Type="Edm.Boolean" Nullable="false" /><Property Name="isDependency" Type="Edm.Boolean" Nullable="false" /><Property Name="manifest" Type="Edm.Binary" /><Property Name="name" Type="Edm.String" /><Property Name="size" Type="Edm.Int64" Nullable="false" /><Property Name="sizeEncrypted" Type="Edm.Int64" Nullable="false" /><Property Name="uploadState" Type="graph.mobileAppContentFileUploadState" Nullable="false" /></EntityType><EntityType Name="webApp" BaseType="graph.mobileApp"><Property Name="appUrl" Type="Edm.String" /><Property Name="useManagedBrowser" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="win32LobApp" BaseType="graph.mobileLobApp"><Property Name="allowedArchitectures" Type="graph.windowsArchitecture" /><Property Name="applicableArchitectures" Type="graph.windowsArchitecture" Nullable="false" /><Property Name="installCommandLine" Type="Edm.String" /><Property Name="installExperience" Type="graph.win32LobAppInstallExperience" /><Property Name="minimumCpuSpeedInMHz" Type="Edm.Int32" /><Property Name="minimumFreeDiskSpaceInMB" Type="Edm.Int32" /><Property Name="minimumMemoryInMB" Type="Edm.Int32" /><Property Name="minimumNumberOfProcessors" Type="Edm.Int32" /><Property Name="minimumSupportedWindowsRelease" Type="Edm.String" /><Property Name="msiInformation" Type="graph.win32LobAppMsiInformation" /><Property Name="returnCodes" Type="Collection(graph.win32LobAppReturnCode)" /><Property Name="rules" Type="Collection(graph.win32LobAppRule)" /><Property Name="setupFilePath" Type="Edm.String" /><Property Name="uninstallCommandLine" Type="Edm.String" /></EntityType><EntityType Name="windowsAppX" BaseType="graph.mobileLobApp"><Property Name="applicableArchitectures" Type="graph.windowsArchitecture" Nullable="false" /><Property Name="identityName" Type="Edm.String" /><Property Name="identityPublisherHash" Type="Edm.String" Nullable="false" /><Property Name="identityResourceIdentifier" Type="Edm.String" /><Property Name="identityVersion" Type="Edm.String" /><Property Name="isBundle" Type="Edm.Boolean" Nullable="false" /><Property Name="minimumSupportedOperatingSystem" Type="graph.windowsMinimumOperatingSystem" Nullable="false" /></EntityType><EntityType Name="windowsMicrosoftEdgeApp" BaseType="graph.mobileApp"><Property Name="channel" Type="graph.microsoftEdgeChannel" Nullable="false" /><Property Name="displayLanguageLocale" Type="Edm.String" /></EntityType><EntityType Name="windowsMobileMSI" BaseType="graph.mobileLobApp"><Property Name="commandLine" Type="Edm.String" /><Property Name="ignoreVersionDetection" Type="Edm.Boolean" Nullable="false" /><Property Name="productCode" Type="Edm.String" /><Property Name="productVersion" Type="Edm.String" /></EntityType><EntityType Name="windowsUniversalAppX" BaseType="graph.mobileLobApp"><Property Name="applicableArchitectures" Type="graph.windowsArchitecture" Nullable="false" /><Property Name="applicableDeviceTypes" Type="graph.windowsDeviceType" Nullable="false" /><Property Name="identityName" Type="Edm.String" /><Property Name="identityPublisherHash" Type="Edm.String" Nullable="false" /><Property Name="identityResourceIdentifier" Type="Edm.String" /><Property Name="identityVersion" Type="Edm.String" /><Property Name="isBundle" Type="Edm.Boolean" Nullable="false" /><Property Name="minimumSupportedOperatingSystem" Type="graph.windowsMinimumOperatingSystem" Nullable="false" /><NavigationProperty Name="committedContainedApps" Type="Collection(graph.mobileContainedApp)" /></EntityType><EntityType Name="windowsUniversalAppXContainedApp" BaseType="graph.mobileContainedApp"><Property Name="appUserModelId" Type="Edm.String" /></EntityType><EntityType Name="windowsWebApp" BaseType="graph.mobileApp"><Property Name="appUrl" Type="Edm.String" /></EntityType><ComplexType Name="auditActor"><Property Name="applicationDisplayName" Type="Edm.String" /><Property Name="applicationId" Type="Edm.String" /><Property Name="auditActorType" Type="Edm.String" /><Property Name="ipAddress" Type="Edm.String" /><Property Name="servicePrincipalName" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="userPermissions" Type="Collection(Edm.String)" /><Property Name="userPrincipalName" Type="Edm.String" /></ComplexType><ComplexType Name="auditProperty"><Property Name="displayName" Type="Edm.String" /><Property Name="newValue" Type="Edm.String" /><Property Name="oldValue" Type="Edm.String" /></ComplexType><ComplexType Name="auditResource"><Property Name="auditResourceType" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="modifiedProperties" Type="Collection(graph.auditProperty)" /><Property Name="resourceId" Type="Edm.String" /></ComplexType><EntityType Name="deviceInstallState" BaseType="graph.entity"><Property Name="deviceId" Type="Edm.String" /><Property Name="deviceName" Type="Edm.String" /><Property Name="errorCode" Type="Edm.String" /><Property Name="installState" Type="graph.installState" Nullable="false" /><Property Name="lastSyncDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="osDescription" Type="Edm.String" /><Property Name="osVersion" Type="Edm.String" /><Property Name="userName" Type="Edm.String" /></EntityType><EntityType Name="eBookInstallSummary" BaseType="graph.entity"><Property Name="failedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="failedUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="installedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="installedUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="notInstalledDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="notInstalledUserCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="iosVppEBook" BaseType="graph.managedEBook"><Property Name="appleId" Type="Edm.String" /><Property Name="genres" Type="Collection(Edm.String)" /><Property Name="language" Type="Edm.String" /><Property Name="seller" Type="Edm.String" /><Property Name="totalLicenseCount" Type="Edm.Int32" Nullable="false" /><Property Name="usedLicenseCount" Type="Edm.Int32" Nullable="false" /><Property Name="vppOrganizationName" Type="Edm.String" /><Property Name="vppTokenId" Type="Edm.Guid" Nullable="false" /></EntityType><EntityType Name="managedEBookAssignment" BaseType="graph.entity"><Property Name="installIntent" Type="graph.installIntent" Nullable="false" /><Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /></EntityType><EntityType Name="iosVppEBookAssignment" BaseType="graph.managedEBookAssignment" /><EntityType Name="userInstallStateSummary" BaseType="graph.entity"><Property Name="failedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="installedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="notInstalledDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="userName" Type="Edm.String" /><NavigationProperty Name="deviceStates" Type="Collection(graph.deviceInstallState)" ContainsTarget="true" /></EntityType><EntityType Name="termsAndConditionsAcceptanceStatus" BaseType="graph.entity"><Property Name="acceptedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="acceptedVersion" Type="Edm.Int32" Nullable="false" /><Property Name="userDisplayName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /><NavigationProperty Name="termsAndConditions" Type="graph.termsAndConditions" /></EntityType><EntityType Name="termsAndConditionsAssignment" BaseType="graph.entity"><Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /></EntityType><ComplexType Name="appListItem"><Property Name="appId" Type="Edm.String" /><Property Name="appStoreUrl" Type="Edm.String" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="publisher" Type="Edm.String" /></ComplexType><ComplexType Name="bitLockerRemovableDrivePolicy"><Property Name="blockCrossOrganizationWriteAccess" Type="Edm.Boolean" Nullable="false" /><Property Name="encryptionMethod" Type="graph.bitLockerEncryptionMethod" /><Property Name="requireEncryptionForWriteAccess" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="defenderDetectedMalwareActions"><Property Name="highSeverity" Type="graph.defenderThreatAction" Nullable="false" /><Property Name="lowSeverity" Type="graph.defenderThreatAction" Nullable="false" /><Property Name="moderateSeverity" Type="graph.defenderThreatAction" Nullable="false" /><Property Name="severeSeverity" Type="graph.defenderThreatAction" Nullable="false" /></ComplexType><ComplexType Name="deviceCompliancePolicySettingState"><Property Name="currentValue" Type="Edm.String" /><Property Name="errorCode" Type="Edm.Int64" Nullable="false" /><Property Name="errorDescription" Type="Edm.String" /><Property Name="instanceDisplayName" Type="Edm.String" /><Property Name="setting" Type="Edm.String" /><Property Name="settingName" Type="Edm.String" /><Property Name="sources" Type="Collection(graph.settingSource)" /><Property Name="state" Type="graph.complianceStatus" Nullable="false" /><Property Name="userEmail" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="userName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></ComplexType><ComplexType Name="settingSource"><Property Name="displayName" Type="Edm.String" /><Property Name="id" Type="Edm.String" /><Property Name="sourceType" Type="graph.settingSourceType" Nullable="false" /></ComplexType><ComplexType Name="deviceConfigurationSettingState"><Property Name="currentValue" Type="Edm.String" /><Property Name="errorCode" Type="Edm.Int64" Nullable="false" /><Property Name="errorDescription" Type="Edm.String" /><Property Name="instanceDisplayName" Type="Edm.String" /><Property Name="setting" Type="Edm.String" /><Property Name="settingName" Type="Edm.String" /><Property Name="sources" Type="Collection(graph.settingSource)" /><Property Name="state" Type="graph.complianceStatus" Nullable="false" /><Property Name="userEmail" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="userName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></ComplexType><ComplexType Name="edgeSearchEngineBase" Abstract="true" /><ComplexType Name="edgeSearchEngine" BaseType="graph.edgeSearchEngineBase"><Property Name="edgeSearchEngineType" Type="graph.edgeSearchEngineType" Nullable="false" /></ComplexType><ComplexType Name="edgeSearchEngineCustom" BaseType="graph.edgeSearchEngineBase"><Property Name="edgeSearchEngineOpenSearchXmlUrl" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="iosHomeScreenItem" Abstract="true"><Property Name="displayName" Type="Edm.String" /></ComplexType><ComplexType Name="iosHomeScreenApp" BaseType="graph.iosHomeScreenItem"><Property Name="bundleID" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="iosHomeScreenFolder" BaseType="graph.iosHomeScreenItem"><Property Name="pages" Type="Collection(graph.iosHomeScreenFolderPage)" Nullable="false" /></ComplexType><ComplexType Name="iosHomeScreenFolderPage"><Property Name="apps" Type="Collection(graph.iosHomeScreenApp)" Nullable="false" /><Property Name="displayName" Type="Edm.String" /></ComplexType><ComplexType Name="iosHomeScreenPage"><Property Name="displayName" Type="Edm.String" /><Property Name="icons" Type="Collection(graph.iosHomeScreenItem)" Nullable="false" /></ComplexType><ComplexType Name="iosNetworkUsageRule"><Property Name="cellularDataBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="cellularDataBlockWhenRoaming" Type="Edm.Boolean" Nullable="false" /><Property Name="managedApps" Type="Collection(graph.appListItem)" /></ComplexType><ComplexType Name="iosNotificationSettings"><Property Name="alertType" Type="graph.iosNotificationAlertType" Nullable="false" /><Property Name="appName" Type="Edm.String" /><Property Name="badgesEnabled" Type="Edm.Boolean" /><Property Name="bundleID" Type="Edm.String" Nullable="false" /><Property Name="enabled" Type="Edm.Boolean" /><Property Name="publisher" Type="Edm.String" /><Property Name="showInNotificationCenter" Type="Edm.Boolean" /><Property Name="showOnLockScreen" Type="Edm.Boolean" /><Property Name="soundsEnabled" Type="Edm.Boolean" /></ComplexType><ComplexType Name="mediaContentRatingAustralia"><Property Name="movieRating" Type="graph.ratingAustraliaMoviesType" Nullable="false" /><Property Name="tvRating" Type="graph.ratingAustraliaTelevisionType" Nullable="false" /></ComplexType><ComplexType Name="mediaContentRatingCanada"><Property Name="movieRating" Type="graph.ratingCanadaMoviesType" Nullable="false" /><Property Name="tvRating" Type="graph.ratingCanadaTelevisionType" Nullable="false" /></ComplexType><ComplexType Name="mediaContentRatingFrance"><Property Name="movieRating" Type="graph.ratingFranceMoviesType" Nullable="false" /><Property Name="tvRating" Type="graph.ratingFranceTelevisionType" Nullable="false" /></ComplexType><ComplexType Name="mediaContentRatingGermany"><Property Name="movieRating" Type="graph.ratingGermanyMoviesType" Nullable="false" /><Property Name="tvRating" Type="graph.ratingGermanyTelevisionType" Nullable="false" /></ComplexType><ComplexType Name="mediaContentRatingIreland"><Property Name="movieRating" Type="graph.ratingIrelandMoviesType" Nullable="false" /><Property Name="tvRating" Type="graph.ratingIrelandTelevisionType" Nullable="false" /></ComplexType><ComplexType Name="mediaContentRatingJapan"><Property Name="movieRating" Type="graph.ratingJapanMoviesType" Nullable="false" /><Property Name="tvRating" Type="graph.ratingJapanTelevisionType" Nullable="false" /></ComplexType><ComplexType Name="mediaContentRatingNewZealand"><Property Name="movieRating" Type="graph.ratingNewZealandMoviesType" Nullable="false" /><Property Name="tvRating" Type="graph.ratingNewZealandTelevisionType" Nullable="false" /></ComplexType><ComplexType Name="mediaContentRatingUnitedKingdom"><Property Name="movieRating" Type="graph.ratingUnitedKingdomMoviesType" Nullable="false" /><Property Name="tvRating" Type="graph.ratingUnitedKingdomTelevisionType" Nullable="false" /></ComplexType><ComplexType Name="mediaContentRatingUnitedStates"><Property Name="movieRating" Type="graph.ratingUnitedStatesMoviesType" Nullable="false" /><Property Name="tvRating" Type="graph.ratingUnitedStatesTelevisionType" Nullable="false" /></ComplexType><ComplexType Name="omaSetting" Abstract="true"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="omaUri" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="omaSettingBase64" BaseType="graph.omaSetting"><Property Name="fileName" Type="Edm.String" /><Property Name="value" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="omaSettingBoolean" BaseType="graph.omaSetting"><Property Name="value" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="omaSettingDateTime" BaseType="graph.omaSetting"><Property Name="value" Type="Edm.DateTimeOffset" Nullable="false" /></ComplexType><ComplexType Name="omaSettingFloatingPoint" BaseType="graph.omaSetting"><Property Name="value" Type="Edm.Single" Nullable="false" /></ComplexType><ComplexType Name="omaSettingInteger" BaseType="graph.omaSetting"><Property Name="value" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="omaSettingString" BaseType="graph.omaSetting"><Property Name="value" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="omaSettingStringXml" BaseType="graph.omaSetting"><Property Name="fileName" Type="Edm.String" /><Property Name="value" Type="Edm.Binary" Nullable="false" /></ComplexType><ComplexType Name="report"><Property Name="content" Type="Edm.Stream" /></ComplexType><ComplexType Name="sharedPCAccountManagerPolicy"><Property Name="accountDeletionPolicy" Type="graph.sharedPCAccountDeletionPolicyType" Nullable="false" /><Property Name="cacheAccountsAboveDiskFreePercentage" Type="Edm.Int32" /><Property Name="inactiveThresholdDays" Type="Edm.Int32" /><Property Name="removeAccountsBelowDiskFreePercentage" Type="Edm.Int32" /></ComplexType><ComplexType Name="windows10NetworkProxyServer"><Property Name="address" Type="Edm.String" Nullable="false" /><Property Name="exceptions" Type="Collection(Edm.String)" /><Property Name="useForLocalAddresses" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="windowsFirewallNetworkProfile"><Property Name="authorizedApplicationRulesFromGroupPolicyMerged" Type="Edm.Boolean" Nullable="false" /><Property Name="connectionSecurityRulesFromGroupPolicyMerged" Type="Edm.Boolean" Nullable="false" /><Property Name="firewallEnabled" Type="graph.stateManagementSetting" Nullable="false" /><Property Name="globalPortRulesFromGroupPolicyMerged" Type="Edm.Boolean" Nullable="false" /><Property Name="inboundConnectionsBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="inboundNotificationsBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="incomingTrafficBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="outboundConnectionsBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="policyRulesFromGroupPolicyMerged" Type="Edm.Boolean" Nullable="false" /><Property Name="securedPacketExemptionAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="stealthModeBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="unicastResponsesToMulticastBroadcastsBlocked" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="windowsUpdateInstallScheduleType" Abstract="true" /><ComplexType Name="windowsUpdateActiveHoursInstall" BaseType="graph.windowsUpdateInstallScheduleType"><Property Name="activeHoursEnd" Type="Edm.TimeOfDay" Nullable="false" /><Property Name="activeHoursStart" Type="Edm.TimeOfDay" Nullable="false" /></ComplexType><ComplexType Name="windowsUpdateScheduledInstall" BaseType="graph.windowsUpdateInstallScheduleType"><Property Name="scheduledInstallDay" Type="graph.weeklySchedule" Nullable="false" /><Property Name="scheduledInstallTime" Type="Edm.TimeOfDay" Nullable="false" /></ComplexType><EntityType Name="androidCompliancePolicy" BaseType="graph.deviceCompliancePolicy"><Property Name="deviceThreatProtectionEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="deviceThreatProtectionRequiredSecurityLevel" Type="graph.deviceThreatProtectionLevel" Nullable="false" /><Property Name="minAndroidSecurityPatchLevel" Type="Edm.String" /><Property Name="osMaximumVersion" Type="Edm.String" /><Property Name="osMinimumVersion" Type="Edm.String" /><Property Name="passwordExpirationDays" Type="Edm.Int32" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" /><Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordRequiredType" Type="graph.androidRequiredPasswordType" Nullable="false" /><Property Name="securityBlockJailbrokenDevices" Type="Edm.Boolean" Nullable="false" /><Property Name="securityDisableUsbDebugging" Type="Edm.Boolean" Nullable="false" /><Property Name="securityPreventInstallAppsFromUnknownSources" Type="Edm.Boolean" Nullable="false" /><Property Name="securityRequireCompanyPortalAppIntegrity" Type="Edm.Boolean" Nullable="false" /><Property Name="securityRequireGooglePlayServices" Type="Edm.Boolean" Nullable="false" /><Property Name="securityRequireSafetyNetAttestationBasicIntegrity" Type="Edm.Boolean" Nullable="false" /><Property Name="securityRequireSafetyNetAttestationCertifiedDevice" Type="Edm.Boolean" Nullable="false" /><Property Name="securityRequireUpToDateSecurityProviders" Type="Edm.Boolean" Nullable="false" /><Property Name="securityRequireVerifyApps" Type="Edm.Boolean" Nullable="false" /><Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="androidCustomConfiguration" BaseType="graph.deviceConfiguration"><Property Name="omaSettings" Type="Collection(graph.omaSetting)" /></EntityType><EntityType Name="androidGeneralDeviceConfiguration" BaseType="graph.deviceConfiguration"><Property Name="appsBlockClipboardSharing" Type="Edm.Boolean" Nullable="false" /><Property Name="appsBlockCopyPaste" Type="Edm.Boolean" Nullable="false" /><Property Name="appsBlockYouTube" Type="Edm.Boolean" Nullable="false" /><Property Name="appsHideList" Type="Collection(graph.appListItem)" /><Property Name="appsInstallAllowList" Type="Collection(graph.appListItem)" /><Property Name="appsLaunchBlockList" Type="Collection(graph.appListItem)" /><Property Name="bluetoothBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="cameraBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="cellularBlockDataRoaming" Type="Edm.Boolean" Nullable="false" /><Property Name="cellularBlockMessaging" Type="Edm.Boolean" Nullable="false" /><Property Name="cellularBlockVoiceRoaming" Type="Edm.Boolean" Nullable="false" /><Property Name="cellularBlockWiFiTethering" Type="Edm.Boolean" Nullable="false" /><Property Name="compliantAppListType" Type="graph.appListType" Nullable="false" /><Property Name="compliantAppsList" Type="Collection(graph.appListItem)" /><Property Name="deviceSharingAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="diagnosticDataBlockSubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="factoryResetBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="googleAccountBlockAutoSync" Type="Edm.Boolean" Nullable="false" /><Property Name="googlePlayStoreBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeApps" Type="Collection(graph.appListItem)" /><Property Name="kioskModeBlockSleepButton" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeBlockVolumeButtons" Type="Edm.Boolean" Nullable="false" /><Property Name="locationServicesBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="nfcBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordBlockTrustAgents" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordExpirationDays" Type="Edm.Int32" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" /><Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordRequiredType" Type="graph.androidRequiredPasswordType" Nullable="false" /><Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" /><Property Name="powerOffBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="securityRequireVerifyApps" Type="Edm.Boolean" Nullable="false" /><Property Name="storageBlockGoogleBackup" Type="Edm.Boolean" Nullable="false" /><Property Name="storageBlockRemovableStorage" Type="Edm.Boolean" Nullable="false" /><Property Name="storageRequireDeviceEncryption" Type="Edm.Boolean" Nullable="false" /><Property Name="storageRequireRemovableStorageEncryption" Type="Edm.Boolean" Nullable="false" /><Property Name="voiceAssistantBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="voiceDialingBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="webBrowserBlockAutofill" Type="Edm.Boolean" Nullable="false" /><Property Name="webBrowserBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="webBrowserBlockJavaScript" Type="Edm.Boolean" Nullable="false" /><Property Name="webBrowserBlockPopups" Type="Edm.Boolean" Nullable="false" /><Property Name="webBrowserCookieSettings" Type="graph.webBrowserCookieSettings" Nullable="false" /><Property Name="wiFiBlocked" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="androidWorkProfileCompliancePolicy" BaseType="graph.deviceCompliancePolicy"><Property Name="deviceThreatProtectionEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="deviceThreatProtectionRequiredSecurityLevel" Type="graph.deviceThreatProtectionLevel" Nullable="false" /><Property Name="minAndroidSecurityPatchLevel" Type="Edm.String" /><Property Name="osMaximumVersion" Type="Edm.String" /><Property Name="osMinimumVersion" Type="Edm.String" /><Property Name="passwordExpirationDays" Type="Edm.Int32" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" /><Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordRequiredType" Type="graph.androidRequiredPasswordType" Nullable="false" /><Property Name="securityBlockJailbrokenDevices" Type="Edm.Boolean" Nullable="false" /><Property Name="securityDisableUsbDebugging" Type="Edm.Boolean" Nullable="false" /><Property Name="securityPreventInstallAppsFromUnknownSources" Type="Edm.Boolean" Nullable="false" /><Property Name="securityRequireCompanyPortalAppIntegrity" Type="Edm.Boolean" Nullable="false" /><Property Name="securityRequireGooglePlayServices" Type="Edm.Boolean" Nullable="false" /><Property Name="securityRequireSafetyNetAttestationBasicIntegrity" Type="Edm.Boolean" Nullable="false" /><Property Name="securityRequireSafetyNetAttestationCertifiedDevice" Type="Edm.Boolean" Nullable="false" /><Property Name="securityRequireUpToDateSecurityProviders" Type="Edm.Boolean" Nullable="false" /><Property Name="securityRequireVerifyApps" Type="Edm.Boolean" Nullable="false" /><Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="androidWorkProfileCustomConfiguration" BaseType="graph.deviceConfiguration"><Property Name="omaSettings" Type="Collection(graph.omaSetting)" /></EntityType><EntityType Name="androidWorkProfileGeneralDeviceConfiguration" BaseType="graph.deviceConfiguration"><Property Name="passwordBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordBlockTrustAgents" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordExpirationDays" Type="Edm.Int32" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" /><Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="passwordRequiredType" Type="graph.androidWorkProfileRequiredPasswordType" Nullable="false" /><Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" /><Property Name="securityRequireVerifyApps" Type="Edm.Boolean" Nullable="false" /><Property Name="workProfileBlockAddingAccounts" Type="Edm.Boolean" Nullable="false" /><Property Name="workProfileBlockCamera" Type="Edm.Boolean" Nullable="false" /><Property Name="workProfileBlockCrossProfileCallerId" Type="Edm.Boolean" Nullable="false" /><Property Name="workProfileBlockCrossProfileContactsSearch" Type="Edm.Boolean" Nullable="false" /><Property Name="workProfileBlockCrossProfileCopyPaste" Type="Edm.Boolean" Nullable="false" /><Property Name="workProfileBlockNotificationsWhileDeviceLocked" Type="Edm.Boolean" Nullable="false" /><Property Name="workProfileBlockScreenCapture" Type="Edm.Boolean" Nullable="false" /><Property Name="workProfileBluetoothEnableContactSharing" Type="Edm.Boolean" Nullable="false" /><Property Name="workProfileDataSharingType" Type="graph.androidWorkProfileCrossProfileDataSharingType" Nullable="false" /><Property Name="workProfileDefaultAppPermissionPolicy" Type="graph.androidWorkProfileDefaultAppPermissionPolicyType" Nullable="false" /><Property Name="workProfilePasswordBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" /><Property Name="workProfilePasswordBlockTrustAgents" Type="Edm.Boolean" Nullable="false" /><Property Name="workProfilePasswordExpirationDays" Type="Edm.Int32" /><Property Name="workProfilePasswordMinimumLength" Type="Edm.Int32" /><Property Name="workProfilePasswordMinLetterCharacters" Type="Edm.Int32" /><Property Name="workProfilePasswordMinLowerCaseCharacters" Type="Edm.Int32" /><Property Name="workProfilePasswordMinNonLetterCharacters" Type="Edm.Int32" /><Property Name="workProfilePasswordMinNumericCharacters" Type="Edm.Int32" /><Property Name="workProfilePasswordMinSymbolCharacters" Type="Edm.Int32" /><Property Name="workProfilePasswordMinUpperCaseCharacters" Type="Edm.Int32" /><Property Name="workProfilePasswordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" /><Property Name="workProfilePasswordPreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="workProfilePasswordRequiredType" Type="graph.androidWorkProfileRequiredPasswordType" Nullable="false" /><Property Name="workProfilePasswordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" /><Property Name="workProfileRequirePassword" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="appleDeviceFeaturesConfigurationBase" BaseType="graph.deviceConfiguration" Abstract="true" /><EntityType Name="deviceComplianceActionItem" BaseType="graph.entity"><Property Name="actionType" Type="graph.deviceComplianceActionType" Nullable="false" /><Property Name="gracePeriodHours" Type="Edm.Int32" Nullable="false" /><Property Name="notificationMessageCCList" Type="Collection(Edm.String)" /><Property Name="notificationTemplateId" Type="Edm.String" /></EntityType><EntityType Name="deviceComplianceDeviceOverview" BaseType="graph.entity"><Property Name="configurationVersion" Type="Edm.Int32" Nullable="false" /><Property Name="errorCount" Type="Edm.Int32" Nullable="false" /><Property Name="failedCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingCount" Type="Edm.Int32" Nullable="false" /><Property Name="successCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="deviceComplianceDeviceStatus" BaseType="graph.entity"><Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deviceDisplayName" Type="Edm.String" /><Property Name="deviceModel" Type="Edm.String" /><Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="status" Type="graph.complianceStatus" Nullable="false" /><Property Name="userName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="deviceCompliancePolicyAssignment" BaseType="graph.entity"><Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /></EntityType><EntityType Name="settingStateDeviceSummary" BaseType="graph.entity"><Property Name="compliantDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="conflictDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="errorDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="instancePath" Type="Edm.String" /><Property Name="nonCompliantDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="notApplicableDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="remediatedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="settingName" Type="Edm.String" /><Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="deviceComplianceScheduledActionForRule" BaseType="graph.entity"><Property Name="ruleName" Type="Edm.String" /><NavigationProperty Name="scheduledActionConfigurations" Type="Collection(graph.deviceComplianceActionItem)" ContainsTarget="true" /></EntityType><EntityType Name="deviceComplianceUserStatus" BaseType="graph.entity"><Property Name="devicesCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="status" Type="graph.complianceStatus" Nullable="false" /><Property Name="userDisplayName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="deviceComplianceUserOverview" BaseType="graph.entity"><Property Name="configurationVersion" Type="Edm.Int32" Nullable="false" /><Property Name="errorCount" Type="Edm.Int32" Nullable="false" /><Property Name="failedCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingCount" Type="Edm.Int32" Nullable="false" /><Property Name="successCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="deviceComplianceSettingState" BaseType="graph.entity"><Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deviceId" Type="Edm.String" /><Property Name="deviceModel" Type="Edm.String" /><Property Name="deviceName" Type="Edm.String" /><Property Name="setting" Type="Edm.String" /><Property Name="settingName" Type="Edm.String" /><Property Name="state" Type="graph.complianceStatus" Nullable="false" /><Property Name="userEmail" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="userName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="deviceCompliancePolicyState" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="platformType" Type="graph.policyPlatformType" Nullable="false" /><Property Name="settingCount" Type="Edm.Int32" Nullable="false" /><Property Name="settingStates" Type="Collection(graph.deviceCompliancePolicySettingState)" /><Property Name="state" Type="graph.complianceStatus" Nullable="false" /><Property Name="version" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="deviceConfigurationAssignment" BaseType="graph.entity"><Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /></EntityType><EntityType Name="deviceConfigurationDeviceStatus" BaseType="graph.entity"><Property Name="complianceGracePeriodExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deviceDisplayName" Type="Edm.String" /><Property Name="deviceModel" Type="Edm.String" /><Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="status" Type="graph.complianceStatus" Nullable="false" /><Property Name="userName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="deviceConfigurationDeviceOverview" BaseType="graph.entity"><Property Name="configurationVersion" Type="Edm.Int32" Nullable="false" /><Property Name="errorCount" Type="Edm.Int32" Nullable="false" /><Property Name="failedCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingCount" Type="Edm.Int32" Nullable="false" /><Property Name="successCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="deviceConfigurationUserStatus" BaseType="graph.entity"><Property Name="devicesCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="status" Type="graph.complianceStatus" Nullable="false" /><Property Name="userDisplayName" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><EntityType Name="deviceConfigurationUserOverview" BaseType="graph.entity"><Property Name="configurationVersion" Type="Edm.Int32" Nullable="false" /><Property Name="errorCount" Type="Edm.Int32" Nullable="false" /><Property Name="failedCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="notApplicableCount" Type="Edm.Int32" Nullable="false" /><Property Name="pendingCount" Type="Edm.Int32" Nullable="false" /><Property Name="successCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="deviceConfigurationState" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="platformType" Type="graph.policyPlatformType" Nullable="false" /><Property Name="settingCount" Type="Edm.Int32" Nullable="false" /><Property Name="settingStates" Type="Collection(graph.deviceConfigurationSettingState)" /><Property Name="state" Type="graph.complianceStatus" Nullable="false" /><Property Name="version" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="editionUpgradeConfiguration" BaseType="graph.deviceConfiguration"><Property Name="license" Type="Edm.String" /><Property Name="licenseType" Type="graph.editionUpgradeLicenseType" Nullable="false" /><Property Name="productKey" Type="Edm.String" /><Property Name="targetEdition" Type="graph.windows10EditionType" Nullable="false" /></EntityType><EntityType Name="iosCertificateProfile" BaseType="graph.deviceConfiguration" Abstract="true" /><EntityType Name="iosCompliancePolicy" BaseType="graph.deviceCompliancePolicy"><Property Name="deviceThreatProtectionEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="deviceThreatProtectionRequiredSecurityLevel" Type="graph.deviceThreatProtectionLevel" Nullable="false" /><Property Name="managedEmailProfileRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="osMaximumVersion" Type="Edm.String" /><Property Name="osMinimumVersion" Type="Edm.String" /><Property Name="passcodeBlockSimple" Type="Edm.Boolean" Nullable="false" /><Property Name="passcodeExpirationDays" Type="Edm.Int32" /><Property Name="passcodeMinimumCharacterSetCount" Type="Edm.Int32" /><Property Name="passcodeMinimumLength" Type="Edm.Int32" /><Property Name="passcodeMinutesOfInactivityBeforeLock" Type="Edm.Int32" /><Property Name="passcodePreviousPasscodeBlockCount" Type="Edm.Int32" /><Property Name="passcodeRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="passcodeRequiredType" Type="graph.requiredPasswordType" Nullable="false" /><Property Name="securityBlockJailbrokenDevices" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="iosCustomConfiguration" BaseType="graph.deviceConfiguration"><Property Name="payload" Type="Edm.Binary" Nullable="false" /><Property Name="payloadFileName" Type="Edm.String" /><Property Name="payloadName" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="iosDeviceFeaturesConfiguration" BaseType="graph.appleDeviceFeaturesConfigurationBase"><Property Name="assetTagTemplate" Type="Edm.String" /><Property Name="homeScreenDockIcons" Type="Collection(graph.iosHomeScreenItem)" /><Property Name="homeScreenPages" Type="Collection(graph.iosHomeScreenPage)" /><Property Name="lockScreenFootnote" Type="Edm.String" /><Property Name="notificationSettings" Type="Collection(graph.iosNotificationSettings)" /></EntityType><EntityType Name="iosGeneralDeviceConfiguration" BaseType="graph.deviceConfiguration"><Property Name="accountBlockModification" Type="Edm.Boolean" Nullable="false" /><Property Name="activationLockAllowWhenSupervised" Type="Edm.Boolean" Nullable="false" /><Property Name="airDropBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="airDropForceUnmanagedDropTarget" Type="Edm.Boolean" Nullable="false" /><Property Name="airPlayForcePairingPasswordForOutgoingRequests" Type="Edm.Boolean" Nullable="false" /><Property Name="appleNewsBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="appleWatchBlockPairing" Type="Edm.Boolean" Nullable="false" /><Property Name="appleWatchForceWristDetection" Type="Edm.Boolean" Nullable="false" /><Property Name="appsSingleAppModeList" Type="Collection(graph.appListItem)" /><Property Name="appStoreBlockAutomaticDownloads" Type="Edm.Boolean" Nullable="false" /><Property Name="appStoreBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="appStoreBlockInAppPurchases" Type="Edm.Boolean" Nullable="false" /><Property Name="appStoreBlockUIAppInstallation" Type="Edm.Boolean" Nullable="false" /><Property Name="appStoreRequirePassword" Type="Edm.Boolean" Nullable="false" /><Property Name="appsVisibilityList" Type="Collection(graph.appListItem)" /><Property Name="appsVisibilityListType" Type="graph.appListType" Nullable="false" /><Property Name="bluetoothBlockModification" Type="Edm.Boolean" Nullable="false" /><Property Name="cameraBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="cellularBlockDataRoaming" Type="Edm.Boolean" Nullable="false" /><Property Name="cellularBlockGlobalBackgroundFetchWhileRoaming" Type="Edm.Boolean" Nullable="false" /><Property Name="cellularBlockPerAppDataModification" Type="Edm.Boolean" Nullable="false" /><Property Name="cellularBlockPersonalHotspot" Type="Edm.Boolean" Nullable="false" /><Property Name="cellularBlockVoiceRoaming" Type="Edm.Boolean" Nullable="false" /><Property Name="certificatesBlockUntrustedTlsCertificates" Type="Edm.Boolean" Nullable="false" /><Property Name="classroomAppBlockRemoteScreenObservation" Type="Edm.Boolean" Nullable="false" /><Property Name="classroomAppForceUnpromptedScreenObservation" Type="Edm.Boolean" Nullable="false" /><Property Name="compliantAppListType" Type="graph.appListType" Nullable="false" /><Property Name="compliantAppsList" Type="Collection(graph.appListItem)" /><Property Name="configurationProfileBlockChanges" Type="Edm.Boolean" Nullable="false" /><Property Name="definitionLookupBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="deviceBlockEnableRestrictions" Type="Edm.Boolean" Nullable="false" /><Property Name="deviceBlockEraseContentAndSettings" Type="Edm.Boolean" Nullable="false" /><Property Name="deviceBlockNameModification" Type="Edm.Boolean" Nullable="false" /><Property Name="diagnosticDataBlockSubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="diagnosticDataBlockSubmissionModification" Type="Edm.Boolean" Nullable="false" /><Property Name="documentsBlockManagedDocumentsInUnmanagedApps" Type="Edm.Boolean" Nullable="false" /><Property Name="documentsBlockUnmanagedDocumentsInManagedApps" Type="Edm.Boolean" Nullable="false" /><Property Name="emailInDomainSuffixes" Type="Collection(Edm.String)" /><Property Name="enterpriseAppBlockTrust" Type="Edm.Boolean" Nullable="false" /><Property Name="enterpriseAppBlockTrustModification" Type="Edm.Boolean" Nullable="false" /><Property Name="faceTimeBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="findMyFriendsBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="gameCenterBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="gamingBlockGameCenterFriends" Type="Edm.Boolean" Nullable="false" /><Property Name="gamingBlockMultiplayer" Type="Edm.Boolean" Nullable="false" /><Property Name="hostPairingBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="iBooksStoreBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="iBooksStoreBlockErotica" Type="Edm.Boolean" Nullable="false" /><Property Name="iCloudBlockActivityContinuation" Type="Edm.Boolean" Nullable="false" /><Property Name="iCloudBlockBackup" Type="Edm.Boolean" Nullable="false" /><Property Name="iCloudBlockDocumentSync" Type="Edm.Boolean" Nullable="false" /><Property Name="iCloudBlockManagedAppsSync" Type="Edm.Boolean" Nullable="false" /><Property Name="iCloudBlockPhotoLibrary" Type="Edm.Boolean" Nullable="false" /><Property Name="iCloudBlockPhotoStreamSync" Type="Edm.Boolean" Nullable="false" /><Property Name="iCloudBlockSharedPhotoStream" Type="Edm.Boolean" Nullable="false" /><Property Name="iCloudRequireEncryptedBackup" Type="Edm.Boolean" Nullable="false" /><Property Name="iTunesBlockExplicitContent" Type="Edm.Boolean" Nullable="false" /><Property Name="iTunesBlockMusicService" Type="Edm.Boolean" Nullable="false" /><Property Name="iTunesBlockRadio" Type="Edm.Boolean" Nullable="false" /><Property Name="keyboardBlockAutoCorrect" Type="Edm.Boolean" Nullable="false" /><Property Name="keyboardBlockDictation" Type="Edm.Boolean" Nullable="false" /><Property Name="keyboardBlockPredictive" Type="Edm.Boolean" Nullable="false" /><Property Name="keyboardBlockShortcuts" Type="Edm.Boolean" Nullable="false" /><Property Name="keyboardBlockSpellCheck" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeAllowAssistiveSpeak" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeAllowAssistiveTouchSettings" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeAllowAutoLock" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeAllowColorInversionSettings" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeAllowRingerSwitch" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeAllowScreenRotation" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeAllowSleepButton" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeAllowTouchscreen" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeAllowVoiceOverSettings" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeAllowVolumeButtons" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeAllowZoomSettings" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeAppStoreUrl" Type="Edm.String" /><Property Name="kioskModeBuiltInAppId" Type="Edm.String" /><Property Name="kioskModeManagedAppId" Type="Edm.String" /><Property Name="kioskModeRequireAssistiveTouch" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeRequireColorInversion" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeRequireMonoAudio" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeRequireVoiceOver" Type="Edm.Boolean" Nullable="false" /><Property Name="kioskModeRequireZoom" Type="Edm.Boolean" Nullable="false" /><Property Name="lockScreenBlockControlCenter" Type="Edm.Boolean" Nullable="false" /><Property Name="lockScreenBlockNotificationView" Type="Edm.Boolean" Nullable="false" /><Property Name="lockScreenBlockPassbook" Type="Edm.Boolean" Nullable="false" /><Property Name="lockScreenBlockTodayView" Type="Edm.Boolean" Nullable="false" /><Property Name="mediaContentRatingApps" Type="graph.ratingAppsType" Nullable="false" /><Property Name="mediaContentRatingAustralia" Type="graph.mediaContentRatingAustralia" /><Property Name="mediaContentRatingCanada" Type="graph.mediaContentRatingCanada" /><Property Name="mediaContentRatingFrance" Type="graph.mediaContentRatingFrance" /><Property Name="mediaContentRatingGermany" Type="graph.mediaContentRatingGermany" /><Property Name="mediaContentRatingIreland" Type="graph.mediaContentRatingIreland" /><Property Name="mediaContentRatingJapan" Type="graph.mediaContentRatingJapan" /><Property Name="mediaContentRatingNewZealand" Type="graph.mediaContentRatingNewZealand" /><Property Name="mediaContentRatingUnitedKingdom" Type="graph.mediaContentRatingUnitedKingdom" /><Property Name="mediaContentRatingUnitedStates" Type="graph.mediaContentRatingUnitedStates" /><Property Name="messagesBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="networkUsageRules" Type="Collection(graph.iosNetworkUsageRule)" /><Property Name="notificationsBlockSettingsModification" Type="Edm.Boolean" Nullable="false" /><Property Name="passcodeBlockFingerprintModification" Type="Edm.Boolean" Nullable="false" /><Property Name="passcodeBlockFingerprintUnlock" Type="Edm.Boolean" Nullable="false" /><Property Name="passcodeBlockModification" Type="Edm.Boolean" Nullable="false" /><Property Name="passcodeBlockSimple" Type="Edm.Boolean" Nullable="false" /><Property Name="passcodeExpirationDays" Type="Edm.Int32" /><Property Name="passcodeMinimumCharacterSetCount" Type="Edm.Int32" /><Property Name="passcodeMinimumLength" Type="Edm.Int32" /><Property Name="passcodeMinutesOfInactivityBeforeLock" Type="Edm.Int32" /><Property Name="passcodeMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" /><Property Name="passcodePreviousPasscodeBlockCount" Type="Edm.Int32" /><Property Name="passcodeRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="passcodeRequiredType" Type="graph.requiredPasswordType" Nullable="false" /><Property Name="passcodeSignInFailureCountBeforeWipe" Type="Edm.Int32" /><Property Name="podcastsBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="safariBlockAutofill" Type="Edm.Boolean" Nullable="false" /><Property Name="safariBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="safariBlockJavaScript" Type="Edm.Boolean" Nullable="false" /><Property Name="safariBlockPopups" Type="Edm.Boolean" Nullable="false" /><Property Name="safariCookieSettings" Type="graph.webBrowserCookieSettings" Nullable="false" /><Property Name="safariManagedDomains" Type="Collection(Edm.String)" /><Property Name="safariPasswordAutoFillDomains" Type="Collection(Edm.String)" /><Property Name="safariRequireFraudWarning" Type="Edm.Boolean" Nullable="false" /><Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="siriBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="siriBlockedWhenLocked" Type="Edm.Boolean" Nullable="false" /><Property Name="siriBlockUserGeneratedContent" Type="Edm.Boolean" Nullable="false" /><Property Name="siriRequireProfanityFilter" Type="Edm.Boolean" Nullable="false" /><Property Name="spotlightBlockInternetResults" Type="Edm.Boolean" Nullable="false" /><Property Name="voiceDialingBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="wallpaperBlockModification" Type="Edm.Boolean" Nullable="false" /><Property Name="wiFiConnectOnlyToConfiguredNetworks" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="iosUpdateConfiguration" BaseType="graph.deviceConfiguration"><Property Name="activeHoursEnd" Type="Edm.TimeOfDay" Nullable="false" /><Property Name="activeHoursStart" Type="Edm.TimeOfDay" Nullable="false" /><Property Name="scheduledInstallDays" Type="Collection(graph.dayOfWeek)" Nullable="false" /><Property Name="utcTimeOffsetInMinutes" Type="Edm.Int32" /></EntityType><EntityType Name="macOSCompliancePolicy" BaseType="graph.deviceCompliancePolicy"><Property Name="deviceThreatProtectionEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="deviceThreatProtectionRequiredSecurityLevel" Type="graph.deviceThreatProtectionLevel" Nullable="false" /><Property Name="firewallBlockAllIncoming" Type="Edm.Boolean" Nullable="false" /><Property Name="firewallEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="firewallEnableStealthMode" Type="Edm.Boolean" Nullable="false" /><Property Name="osMaximumVersion" Type="Edm.String" /><Property Name="osMinimumVersion" Type="Edm.String" /><Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordExpirationDays" Type="Edm.Int32" /><Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" /><Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordRequiredType" Type="graph.requiredPasswordType" Nullable="false" /><Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" /><Property Name="systemIntegrityProtectionEnabled" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="macOSCustomConfiguration" BaseType="graph.deviceConfiguration"><Property Name="payload" Type="Edm.Binary" Nullable="false" /><Property Name="payloadFileName" Type="Edm.String" /><Property Name="payloadName" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="macOSDeviceFeaturesConfiguration" BaseType="graph.appleDeviceFeaturesConfigurationBase" /><EntityType Name="macOSGeneralDeviceConfiguration" BaseType="graph.deviceConfiguration"><Property Name="compliantAppListType" Type="graph.appListType" Nullable="false" /><Property Name="compliantAppsList" Type="Collection(graph.appListItem)" /><Property Name="emailInDomainSuffixes" Type="Collection(Edm.String)" /><Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordExpirationDays" Type="Edm.Int32" /><Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" /><Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" /><Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordRequiredType" Type="graph.requiredPasswordType" Nullable="false" /></EntityType><ComplexType Name="configurationManagerClientEnabledFeatures"><Property Name="compliancePolicy" Type="Edm.Boolean" Nullable="false" /><Property Name="deviceConfiguration" Type="Edm.Boolean" Nullable="false" /><Property Name="inventory" Type="Edm.Boolean" Nullable="false" /><Property Name="modernApps" Type="Edm.Boolean" Nullable="false" /><Property Name="resourceAccess" Type="Edm.Boolean" Nullable="false" /><Property Name="windowsUpdateForBusiness" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="deviceActionResult"><Property Name="actionName" Type="Edm.String" /><Property Name="actionState" Type="graph.actionState" Nullable="false" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></ComplexType><ComplexType Name="deviceHealthAttestationState"><Property Name="attestationIdentityKey" Type="Edm.String" /><Property Name="bitLockerStatus" Type="Edm.String" /><Property Name="bootAppSecurityVersion" Type="Edm.String" /><Property Name="bootDebugging" Type="Edm.String" /><Property Name="bootManagerSecurityVersion" Type="Edm.String" /><Property Name="bootManagerVersion" Type="Edm.String" /><Property Name="bootRevisionListInfo" Type="Edm.String" /><Property Name="codeIntegrity" Type="Edm.String" /><Property Name="codeIntegrityCheckVersion" Type="Edm.String" /><Property Name="codeIntegrityPolicy" Type="Edm.String" /><Property Name="contentNamespaceUrl" Type="Edm.String" /><Property Name="contentVersion" Type="Edm.String" /><Property Name="dataExcutionPolicy" Type="Edm.String" /><Property Name="deviceHealthAttestationStatus" Type="Edm.String" /><Property Name="earlyLaunchAntiMalwareDriverProtection" Type="Edm.String" /><Property Name="healthAttestationSupportedStatus" Type="Edm.String" /><Property Name="healthStatusMismatchInfo" Type="Edm.String" /><Property Name="issuedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastUpdateDateTime" Type="Edm.String" /><Property Name="operatingSystemKernelDebugging" Type="Edm.String" /><Property Name="operatingSystemRevListInfo" Type="Edm.String" /><Property Name="pcr0" Type="Edm.String" /><Property Name="pcrHashAlgorithm" Type="Edm.String" /><Property Name="resetCount" Type="Edm.Int64" Nullable="false" /><Property Name="restartCount" Type="Edm.Int64" Nullable="false" /><Property Name="safeMode" Type="Edm.String" /><Property Name="secureBoot" Type="Edm.String" /><Property Name="secureBootConfigurationPolicyFingerPrint" Type="Edm.String" /><Property Name="testSigning" Type="Edm.String" /><Property Name="tpmVersion" Type="Edm.String" /><Property Name="virtualSecureMode" Type="Edm.String" /><Property Name="windowsPE" Type="Edm.String" /></ComplexType><EntityType Name="deviceLogCollectionResponse" BaseType="graph.entity"><Property Name="enrolledByUser" Type="Edm.String" /><Property Name="expirationDateTimeUTC" Type="Edm.DateTimeOffset" /><Property Name="initiatedByUserPrincipalName" Type="Edm.String" /><Property Name="managedDeviceId" Type="Edm.Guid" Nullable="false" /><Property Name="receivedDateTimeUTC" Type="Edm.DateTimeOffset" /><Property Name="requestedDateTimeUTC" Type="Edm.DateTimeOffset" /><Property Name="sizeInKB" Type="Edm.Double" Nullable="false" /><Property Name="status" Type="graph.appLogUploadState" Nullable="false" /></EntityType><EntityType Name="windowsProtectionState" BaseType="graph.entity"><Property Name="antiMalwareVersion" Type="Edm.String" /><Property Name="deviceState" Type="graph.windowsDeviceHealthState" /><Property Name="engineVersion" Type="Edm.String" /><Property Name="fullScanOverdue" Type="Edm.Boolean" /><Property Name="fullScanRequired" Type="Edm.Boolean" /><Property Name="isVirtualMachine" Type="Edm.Boolean" /><Property Name="lastFullScanDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastFullScanSignatureVersion" Type="Edm.String" /><Property Name="lastQuickScanDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastQuickScanSignatureVersion" Type="Edm.String" /><Property Name="lastReportedDateTime" Type="Edm.DateTimeOffset" /><Property Name="malwareProtectionEnabled" Type="Edm.Boolean" /><Property Name="networkInspectionSystemEnabled" Type="Edm.Boolean" /><Property Name="productStatus" Type="graph.windowsDefenderProductStatus" /><Property Name="quickScanOverdue" Type="Edm.Boolean" /><Property Name="realTimeProtectionEnabled" Type="Edm.Boolean" /><Property Name="rebootRequired" Type="Edm.Boolean" /><Property Name="signatureUpdateOverdue" Type="Edm.Boolean" /><Property Name="signatureVersion" Type="Edm.String" /><Property Name="tamperProtectionEnabled" Type="Edm.Boolean" /><NavigationProperty Name="detectedMalwareState" Type="Collection(graph.windowsDeviceMalwareState)" ContainsTarget="true" /></EntityType><EntityType Name="sharedPCConfiguration" BaseType="graph.deviceConfiguration"><Property Name="accountManagerPolicy" Type="graph.sharedPCAccountManagerPolicy" /><Property Name="allowedAccounts" Type="graph.sharedPCAllowedAccountType" Nullable="false" /><Property Name="allowLocalStorage" Type="Edm.Boolean" Nullable="false" /><Property Name="disableAccountManager" Type="Edm.Boolean" Nullable="false" /><Property Name="disableEduPolicies" Type="Edm.Boolean" Nullable="false" /><Property Name="disablePowerPolicies" Type="Edm.Boolean" Nullable="false" /><Property Name="disableSignInOnResume" Type="Edm.Boolean" Nullable="false" /><Property Name="enabled" Type="Edm.Boolean" Nullable="false" /><Property Name="idleTimeBeforeSleepInSeconds" Type="Edm.Int32" /><Property Name="kioskAppDisplayName" Type="Edm.String" /><Property Name="kioskAppUserModelId" Type="Edm.String" /><Property Name="maintenanceStartTime" Type="Edm.TimeOfDay" /></EntityType><EntityType Name="windows10CompliancePolicy" BaseType="graph.deviceCompliancePolicy"><Property Name="bitLockerEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="codeIntegrityEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="earlyLaunchAntiMalwareDriverEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="mobileOsMaximumVersion" Type="Edm.String" /><Property Name="mobileOsMinimumVersion" Type="Edm.String" /><Property Name="osMaximumVersion" Type="Edm.String" /><Property Name="osMinimumVersion" Type="Edm.String" /><Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordExpirationDays" Type="Edm.Int32" /><Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" /><Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordRequiredToUnlockFromIdle" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordRequiredType" Type="graph.requiredPasswordType" Nullable="false" /><Property Name="requireHealthyDeviceReport" Type="Edm.Boolean" Nullable="false" /><Property Name="secureBootEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="windows10CustomConfiguration" BaseType="graph.deviceConfiguration"><Property Name="omaSettings" Type="Collection(graph.omaSetting)" /></EntityType><EntityType Name="windows10EndpointProtectionConfiguration" BaseType="graph.deviceConfiguration"><Property Name="applicationGuardAllowPersistence" Type="Edm.Boolean" Nullable="false" /><Property Name="applicationGuardAllowPrintToLocalPrinters" Type="Edm.Boolean" Nullable="false" /><Property Name="applicationGuardAllowPrintToNetworkPrinters" Type="Edm.Boolean" Nullable="false" /><Property Name="applicationGuardAllowPrintToPDF" Type="Edm.Boolean" Nullable="false" /><Property Name="applicationGuardAllowPrintToXPS" Type="Edm.Boolean" Nullable="false" /><Property Name="applicationGuardBlockClipboardSharing" Type="graph.applicationGuardBlockClipboardSharingType" Nullable="false" /><Property Name="applicationGuardBlockFileTransfer" Type="graph.applicationGuardBlockFileTransferType" Nullable="false" /><Property Name="applicationGuardBlockNonEnterpriseContent" Type="Edm.Boolean" Nullable="false" /><Property Name="applicationGuardEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="applicationGuardForceAuditing" Type="Edm.Boolean" Nullable="false" /><Property Name="appLockerApplicationControl" Type="graph.appLockerApplicationControlType" Nullable="false" /><Property Name="bitLockerDisableWarningForOtherDiskEncryption" Type="Edm.Boolean" Nullable="false" /><Property Name="bitLockerEnableStorageCardEncryptionOnMobile" Type="Edm.Boolean" Nullable="false" /><Property Name="bitLockerEncryptDevice" Type="Edm.Boolean" Nullable="false" /><Property Name="bitLockerRemovableDrivePolicy" Type="graph.bitLockerRemovableDrivePolicy" /><Property Name="defenderAdditionalGuardedFolders" Type="Collection(Edm.String)" /><Property Name="defenderAttackSurfaceReductionExcludedPaths" Type="Collection(Edm.String)" /><Property Name="defenderExploitProtectionXml" Type="Edm.Binary" /><Property Name="defenderExploitProtectionXmlFileName" Type="Edm.String" /><Property Name="defenderGuardedFoldersAllowedAppPaths" Type="Collection(Edm.String)" /><Property Name="defenderSecurityCenterBlockExploitProtectionOverride" Type="Edm.Boolean" Nullable="false" /><Property Name="firewallBlockStatefulFTP" Type="Edm.Boolean" /><Property Name="firewallCertificateRevocationListCheckMethod" Type="graph.firewallCertificateRevocationListCheckMethodType" Nullable="false" /><Property Name="firewallIdleTimeoutForSecurityAssociationInSeconds" Type="Edm.Int32" /><Property Name="firewallIPSecExemptionsAllowDHCP" Type="Edm.Boolean" Nullable="false" /><Property Name="firewallIPSecExemptionsAllowICMP" Type="Edm.Boolean" Nullable="false" /><Property Name="firewallIPSecExemptionsAllowNeighborDiscovery" Type="Edm.Boolean" Nullable="false" /><Property Name="firewallIPSecExemptionsAllowRouterDiscovery" Type="Edm.Boolean" Nullable="false" /><Property Name="firewallMergeKeyingModuleSettings" Type="Edm.Boolean" /><Property Name="firewallPacketQueueingMethod" Type="graph.firewallPacketQueueingMethodType" Nullable="false" /><Property Name="firewallPreSharedKeyEncodingMethod" Type="graph.firewallPreSharedKeyEncodingMethodType" Nullable="false" /><Property Name="firewallProfileDomain" Type="graph.windowsFirewallNetworkProfile" /><Property Name="firewallProfilePrivate" Type="graph.windowsFirewallNetworkProfile" /><Property Name="firewallProfilePublic" Type="graph.windowsFirewallNetworkProfile" /><Property Name="smartScreenBlockOverrideForFiles" Type="Edm.Boolean" Nullable="false" /><Property Name="smartScreenEnableInShell" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="windows10EnterpriseModernAppManagementConfiguration" BaseType="graph.deviceConfiguration"><Property Name="uninstallBuiltInApps" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="windows10GeneralConfiguration" BaseType="graph.deviceConfiguration"><Property Name="accountsBlockAddingNonMicrosoftAccountEmail" Type="Edm.Boolean" Nullable="false" /><Property Name="antiTheftModeBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="appsAllowTrustedAppsSideloading" Type="graph.stateManagementSetting" Nullable="false" /><Property Name="appsBlockWindowsStoreOriginatedApps" Type="Edm.Boolean" Nullable="false" /><Property Name="bluetoothAllowedServices" Type="Collection(Edm.String)" /><Property Name="bluetoothBlockAdvertising" Type="Edm.Boolean" Nullable="false" /><Property Name="bluetoothBlockDiscoverableMode" Type="Edm.Boolean" Nullable="false" /><Property Name="bluetoothBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="bluetoothBlockPrePairing" Type="Edm.Boolean" Nullable="false" /><Property Name="cameraBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="cellularBlockDataWhenRoaming" Type="Edm.Boolean" Nullable="false" /><Property Name="cellularBlockVpn" Type="Edm.Boolean" Nullable="false" /><Property Name="cellularBlockVpnWhenRoaming" Type="Edm.Boolean" Nullable="false" /><Property Name="certificatesBlockManualRootCertificateInstallation" Type="Edm.Boolean" Nullable="false" /><Property Name="connectedDevicesServiceBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="copyPasteBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="cortanaBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="defenderBlockEndUserAccess" Type="Edm.Boolean" Nullable="false" /><Property Name="defenderCloudBlockLevel" Type="graph.defenderCloudBlockLevelType" Nullable="false" /><Property Name="defenderDaysBeforeDeletingQuarantinedMalware" Type="Edm.Int32" /><Property Name="defenderDetectedMalwareActions" Type="graph.defenderDetectedMalwareActions" /><Property Name="defenderFileExtensionsToExclude" Type="Collection(Edm.String)" /><Property Name="defenderFilesAndFoldersToExclude" Type="Collection(Edm.String)" /><Property Name="defenderMonitorFileActivity" Type="graph.defenderMonitorFileActivity" Nullable="false" /><Property Name="defenderProcessesToExclude" Type="Collection(Edm.String)" /><Property Name="defenderPromptForSampleSubmission" Type="graph.defenderPromptForSampleSubmission" Nullable="false" /><Property Name="defenderRequireBehaviorMonitoring" Type="Edm.Boolean" Nullable="false" /><Property Name="defenderRequireCloudProtection" Type="Edm.Boolean" Nullable="false" /><Property Name="defenderRequireNetworkInspectionSystem" Type="Edm.Boolean" Nullable="false" /><Property Name="defenderRequireRealTimeMonitoring" Type="Edm.Boolean" Nullable="false" /><Property Name="defenderScanArchiveFiles" Type="Edm.Boolean" Nullable="false" /><Property Name="defenderScanDownloads" Type="Edm.Boolean" Nullable="false" /><Property Name="defenderScanIncomingMail" Type="Edm.Boolean" Nullable="false" /><Property Name="defenderScanMappedNetworkDrivesDuringFullScan" Type="Edm.Boolean" Nullable="false" /><Property Name="defenderScanMaxCpu" Type="Edm.Int32" /><Property Name="defenderScanNetworkFiles" Type="Edm.Boolean" Nullable="false" /><Property Name="defenderScanRemovableDrivesDuringFullScan" Type="Edm.Boolean" Nullable="false" /><Property Name="defenderScanScriptsLoadedInInternetExplorer" Type="Edm.Boolean" Nullable="false" /><Property Name="defenderScanType" Type="graph.defenderScanType" Nullable="false" /><Property Name="defenderScheduledQuickScanTime" Type="Edm.TimeOfDay" /><Property Name="defenderScheduledScanTime" Type="Edm.TimeOfDay" /><Property Name="defenderSignatureUpdateIntervalInHours" Type="Edm.Int32" /><Property Name="defenderSystemScanSchedule" Type="graph.weeklySchedule" Nullable="false" /><Property Name="developerUnlockSetting" Type="graph.stateManagementSetting" Nullable="false" /><Property Name="deviceManagementBlockFactoryResetOnMobile" Type="Edm.Boolean" Nullable="false" /><Property Name="deviceManagementBlockManualUnenroll" Type="Edm.Boolean" Nullable="false" /><Property Name="diagnosticsDataSubmissionMode" Type="graph.diagnosticDataSubmissionMode" Nullable="false" /><Property Name="edgeAllowStartPagesModification" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeBlockAccessToAboutFlags" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeBlockAddressBarDropdown" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeBlockAutofill" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeBlockCompatibilityList" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeBlockDeveloperTools" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeBlockExtensions" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeBlockInPrivateBrowsing" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeBlockJavaScript" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeBlockLiveTileDataCollection" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeBlockPasswordManager" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeBlockPopups" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeBlockSearchSuggestions" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeBlockSendingDoNotTrackHeader" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeBlockSendingIntranetTrafficToInternetExplorer" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeClearBrowsingDataOnExit" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeCookiePolicy" Type="graph.edgeCookiePolicy" Nullable="false" /><Property Name="edgeDisableFirstRunPage" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeEnterpriseModeSiteListLocation" Type="Edm.String" /><Property Name="edgeFirstRunUrl" Type="Edm.String" /><Property Name="edgeHomepageUrls" Type="Collection(Edm.String)" /><Property Name="edgeRequireSmartScreen" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeSearchEngine" Type="graph.edgeSearchEngineBase" /><Property Name="edgeSendIntranetTrafficToInternetExplorer" Type="Edm.Boolean" Nullable="false" /><Property Name="edgeSyncFavoritesWithInternetExplorer" Type="Edm.Boolean" Nullable="false" /><Property Name="enterpriseCloudPrintDiscoveryEndPoint" Type="Edm.String" /><Property Name="enterpriseCloudPrintDiscoveryMaxLimit" Type="Edm.Int32" /><Property Name="enterpriseCloudPrintMopriaDiscoveryResourceIdentifier" Type="Edm.String" /><Property Name="enterpriseCloudPrintOAuthAuthority" Type="Edm.String" /><Property Name="enterpriseCloudPrintOAuthClientIdentifier" Type="Edm.String" /><Property Name="enterpriseCloudPrintResourceIdentifier" Type="Edm.String" /><Property Name="experienceBlockDeviceDiscovery" Type="Edm.Boolean" Nullable="false" /><Property Name="experienceBlockErrorDialogWhenNoSIM" Type="Edm.Boolean" Nullable="false" /><Property Name="experienceBlockTaskSwitcher" Type="Edm.Boolean" Nullable="false" /><Property Name="gameDvrBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="internetSharingBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="locationServicesBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="lockScreenAllowTimeoutConfiguration" Type="Edm.Boolean" Nullable="false" /><Property Name="lockScreenBlockActionCenterNotifications" Type="Edm.Boolean" Nullable="false" /><Property Name="lockScreenBlockCortana" Type="Edm.Boolean" Nullable="false" /><Property Name="lockScreenBlockToastNotifications" Type="Edm.Boolean" Nullable="false" /><Property Name="lockScreenTimeoutInSeconds" Type="Edm.Int32" /><Property Name="logonBlockFastUserSwitching" Type="Edm.Boolean" Nullable="false" /><Property Name="microsoftAccountBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="microsoftAccountBlockSettingsSync" Type="Edm.Boolean" Nullable="false" /><Property Name="networkProxyApplySettingsDeviceWide" Type="Edm.Boolean" Nullable="false" /><Property Name="networkProxyAutomaticConfigurationUrl" Type="Edm.String" /><Property Name="networkProxyDisableAutoDetect" Type="Edm.Boolean" Nullable="false" /><Property Name="networkProxyServer" Type="graph.windows10NetworkProxyServer" /><Property Name="nfcBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="oneDriveDisableFileSync" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordExpirationDays" Type="Edm.Int32" /><Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" /><Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordRequiredType" Type="graph.requiredPasswordType" Nullable="false" /><Property Name="passwordRequireWhenResumeFromIdleState" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" /><Property Name="personalizationDesktopImageUrl" Type="Edm.String" /><Property Name="personalizationLockScreenImageUrl" Type="Edm.String" /><Property Name="privacyAdvertisingId" Type="graph.stateManagementSetting" Nullable="false" /><Property Name="privacyAutoAcceptPairingAndConsentPrompts" Type="Edm.Boolean" Nullable="false" /><Property Name="privacyBlockInputPersonalization" Type="Edm.Boolean" Nullable="false" /><Property Name="resetProtectionModeBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="safeSearchFilter" Type="graph.safeSearchFilterType" Nullable="false" /><Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="searchBlockDiacritics" Type="Edm.Boolean" Nullable="false" /><Property Name="searchDisableAutoLanguageDetection" Type="Edm.Boolean" Nullable="false" /><Property Name="searchDisableIndexerBackoff" Type="Edm.Boolean" Nullable="false" /><Property Name="searchDisableIndexingEncryptedItems" Type="Edm.Boolean" Nullable="false" /><Property Name="searchDisableIndexingRemovableDrive" Type="Edm.Boolean" Nullable="false" /><Property Name="searchEnableAutomaticIndexSizeManangement" Type="Edm.Boolean" Nullable="false" /><Property Name="searchEnableRemoteQueries" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockAccountsPage" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockAddProvisioningPackage" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockAppsPage" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockChangeLanguage" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockChangePowerSleep" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockChangeRegion" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockChangeSystemTime" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockDevicesPage" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockEaseOfAccessPage" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockEditDeviceName" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockGamingPage" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockNetworkInternetPage" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockPersonalizationPage" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockPrivacyPage" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockRemoveProvisioningPackage" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockSettingsApp" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockSystemPage" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockTimeLanguagePage" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockUpdateSecurityPage" Type="Edm.Boolean" Nullable="false" /><Property Name="sharedUserAppDataAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="smartScreenBlockPromptOverride" Type="Edm.Boolean" Nullable="false" /><Property Name="smartScreenBlockPromptOverrideForFiles" Type="Edm.Boolean" Nullable="false" /><Property Name="smartScreenEnableAppInstallControl" Type="Edm.Boolean" Nullable="false" /><Property Name="startBlockUnpinningAppsFromTaskbar" Type="Edm.Boolean" Nullable="false" /><Property Name="startMenuAppListVisibility" Type="graph.windowsStartMenuAppListVisibilityType" Nullable="false" /><Property Name="startMenuHideChangeAccountSettings" Type="Edm.Boolean" Nullable="false" /><Property Name="startMenuHideFrequentlyUsedApps" Type="Edm.Boolean" Nullable="false" /><Property Name="startMenuHideHibernate" Type="Edm.Boolean" Nullable="false" /><Property Name="startMenuHideLock" Type="Edm.Boolean" Nullable="false" /><Property Name="startMenuHidePowerButton" Type="Edm.Boolean" Nullable="false" /><Property Name="startMenuHideRecentJumpLists" Type="Edm.Boolean" Nullable="false" /><Property Name="startMenuHideRecentlyAddedApps" Type="Edm.Boolean" Nullable="false" /><Property Name="startMenuHideRestartOptions" Type="Edm.Boolean" Nullable="false" /><Property Name="startMenuHideShutDown" Type="Edm.Boolean" Nullable="false" /><Property Name="startMenuHideSignOut" Type="Edm.Boolean" Nullable="false" /><Property Name="startMenuHideSleep" Type="Edm.Boolean" Nullable="false" /><Property Name="startMenuHideSwitchAccount" Type="Edm.Boolean" Nullable="false" /><Property Name="startMenuHideUserTile" Type="Edm.Boolean" Nullable="false" /><Property Name="startMenuLayoutEdgeAssetsXml" Type="Edm.Binary" /><Property Name="startMenuLayoutXml" Type="Edm.Binary" /><Property Name="startMenuMode" Type="graph.windowsStartMenuModeType" Nullable="false" /><Property Name="startMenuPinnedFolderDocuments" Type="graph.visibilitySetting" Nullable="false" /><Property Name="startMenuPinnedFolderDownloads" Type="graph.visibilitySetting" Nullable="false" /><Property Name="startMenuPinnedFolderFileExplorer" Type="graph.visibilitySetting" Nullable="false" /><Property Name="startMenuPinnedFolderHomeGroup" Type="graph.visibilitySetting" Nullable="false" /><Property Name="startMenuPinnedFolderMusic" Type="graph.visibilitySetting" Nullable="false" /><Property Name="startMenuPinnedFolderNetwork" Type="graph.visibilitySetting" Nullable="false" /><Property Name="startMenuPinnedFolderPersonalFolder" Type="graph.visibilitySetting" Nullable="false" /><Property Name="startMenuPinnedFolderPictures" Type="graph.visibilitySetting" Nullable="false" /><Property Name="startMenuPinnedFolderSettings" Type="graph.visibilitySetting" Nullable="false" /><Property Name="startMenuPinnedFolderVideos" Type="graph.visibilitySetting" Nullable="false" /><Property Name="storageBlockRemovableStorage" Type="Edm.Boolean" Nullable="false" /><Property Name="storageRequireMobileDeviceEncryption" Type="Edm.Boolean" Nullable="false" /><Property Name="storageRestrictAppDataToSystemVolume" Type="Edm.Boolean" Nullable="false" /><Property Name="storageRestrictAppInstallToSystemVolume" Type="Edm.Boolean" Nullable="false" /><Property Name="tenantLockdownRequireNetworkDuringOutOfBoxExperience" Type="Edm.Boolean" Nullable="false" /><Property Name="usbBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="voiceRecordingBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="webRtcBlockLocalhostIpAddress" Type="Edm.Boolean" Nullable="false" /><Property Name="wiFiBlockAutomaticConnectHotspots" Type="Edm.Boolean" Nullable="false" /><Property Name="wiFiBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="wiFiBlockManualConfiguration" Type="Edm.Boolean" Nullable="false" /><Property Name="wiFiScanInterval" Type="Edm.Int32" /><Property Name="windowsSpotlightBlockConsumerSpecificFeatures" Type="Edm.Boolean" Nullable="false" /><Property Name="windowsSpotlightBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="windowsSpotlightBlockOnActionCenter" Type="Edm.Boolean" Nullable="false" /><Property Name="windowsSpotlightBlockTailoredExperiences" Type="Edm.Boolean" Nullable="false" /><Property Name="windowsSpotlightBlockThirdPartyNotifications" Type="Edm.Boolean" Nullable="false" /><Property Name="windowsSpotlightBlockWelcomeExperience" Type="Edm.Boolean" Nullable="false" /><Property Name="windowsSpotlightBlockWindowsTips" Type="Edm.Boolean" Nullable="false" /><Property Name="windowsSpotlightConfigureOnLockScreen" Type="graph.windowsSpotlightEnablementSettings" Nullable="false" /><Property Name="windowsStoreBlockAutoUpdate" Type="Edm.Boolean" Nullable="false" /><Property Name="windowsStoreBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="windowsStoreEnablePrivateStoreOnly" Type="Edm.Boolean" Nullable="false" /><Property Name="wirelessDisplayBlockProjectionToThisDevice" Type="Edm.Boolean" Nullable="false" /><Property Name="wirelessDisplayBlockUserInputFromReceiver" Type="Edm.Boolean" Nullable="false" /><Property Name="wirelessDisplayRequirePinForPairing" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="windows10MobileCompliancePolicy" BaseType="graph.deviceCompliancePolicy"><Property Name="bitLockerEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="codeIntegrityEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="earlyLaunchAntiMalwareDriverEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="osMaximumVersion" Type="Edm.String" /><Property Name="osMinimumVersion" Type="Edm.String" /><Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordExpirationDays" Type="Edm.Int32" /><Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" /><Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordRequiredType" Type="graph.requiredPasswordType" Nullable="false" /><Property Name="passwordRequireToUnlockFromIdle" Type="Edm.Boolean" Nullable="false" /><Property Name="secureBootEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="windows10SecureAssessmentConfiguration" BaseType="graph.deviceConfiguration"><Property Name="allowPrinting" Type="Edm.Boolean" Nullable="false" /><Property Name="allowScreenCapture" Type="Edm.Boolean" Nullable="false" /><Property Name="allowTextSuggestion" Type="Edm.Boolean" Nullable="false" /><Property Name="configurationAccount" Type="Edm.String" /><Property Name="launchUri" Type="Edm.String" /></EntityType><EntityType Name="windows10TeamGeneralConfiguration" BaseType="graph.deviceConfiguration"><Property Name="azureOperationalInsightsBlockTelemetry" Type="Edm.Boolean" Nullable="false" /><Property Name="azureOperationalInsightsWorkspaceId" Type="Edm.String" /><Property Name="azureOperationalInsightsWorkspaceKey" Type="Edm.String" /><Property Name="connectAppBlockAutoLaunch" Type="Edm.Boolean" Nullable="false" /><Property Name="maintenanceWindowBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="maintenanceWindowDurationInHours" Type="Edm.Int32" /><Property Name="maintenanceWindowStartTime" Type="Edm.TimeOfDay" /><Property Name="miracastBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="miracastChannel" Type="graph.miracastChannel" Nullable="false" /><Property Name="miracastRequirePin" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockMyMeetingsAndFiles" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockSessionResume" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsBlockSigninSuggestions" Type="Edm.Boolean" Nullable="false" /><Property Name="settingsDefaultVolume" Type="Edm.Int32" /><Property Name="settingsScreenTimeoutInMinutes" Type="Edm.Int32" /><Property Name="settingsSessionTimeoutInMinutes" Type="Edm.Int32" /><Property Name="settingsSleepTimeoutInMinutes" Type="Edm.Int32" /><Property Name="welcomeScreenBackgroundImageUrl" Type="Edm.String" /><Property Name="welcomeScreenBlockAutomaticWakeUp" Type="Edm.Boolean" Nullable="false" /><Property Name="welcomeScreenMeetingInformation" Type="graph.welcomeScreenMeetingInformation" Nullable="false" /></EntityType><EntityType Name="windows81CompliancePolicy" BaseType="graph.deviceCompliancePolicy"><Property Name="osMaximumVersion" Type="Edm.String" /><Property Name="osMinimumVersion" Type="Edm.String" /><Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordExpirationDays" Type="Edm.Int32" /><Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" /><Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordRequiredType" Type="graph.requiredPasswordType" Nullable="false" /><Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="windows81GeneralConfiguration" BaseType="graph.deviceConfiguration"><Property Name="accountsBlockAddingNonMicrosoftAccountEmail" Type="Edm.Boolean" Nullable="false" /><Property Name="applyOnlyToWindows81" Type="Edm.Boolean" Nullable="false" /><Property Name="browserBlockAutofill" Type="Edm.Boolean" Nullable="false" /><Property Name="browserBlockAutomaticDetectionOfIntranetSites" Type="Edm.Boolean" Nullable="false" /><Property Name="browserBlockEnterpriseModeAccess" Type="Edm.Boolean" Nullable="false" /><Property Name="browserBlockJavaScript" Type="Edm.Boolean" Nullable="false" /><Property Name="browserBlockPlugins" Type="Edm.Boolean" Nullable="false" /><Property Name="browserBlockPopups" Type="Edm.Boolean" Nullable="false" /><Property Name="browserBlockSendingDoNotTrackHeader" Type="Edm.Boolean" Nullable="false" /><Property Name="browserBlockSingleWordEntryOnIntranetSites" Type="Edm.Boolean" Nullable="false" /><Property Name="browserEnterpriseModeSiteListLocation" Type="Edm.String" /><Property Name="browserInternetSecurityLevel" Type="graph.internetSiteSecurityLevel" Nullable="false" /><Property Name="browserIntranetSecurityLevel" Type="graph.siteSecurityLevel" Nullable="false" /><Property Name="browserLoggingReportLocation" Type="Edm.String" /><Property Name="browserRequireFirewall" Type="Edm.Boolean" Nullable="false" /><Property Name="browserRequireFraudWarning" Type="Edm.Boolean" Nullable="false" /><Property Name="browserRequireHighSecurityForRestrictedSites" Type="Edm.Boolean" Nullable="false" /><Property Name="browserRequireSmartScreen" Type="Edm.Boolean" Nullable="false" /><Property Name="browserTrustedSitesSecurityLevel" Type="graph.siteSecurityLevel" Nullable="false" /><Property Name="cellularBlockDataRoaming" Type="Edm.Boolean" Nullable="false" /><Property Name="diagnosticsBlockDataSubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordBlockPicturePasswordAndPin" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordExpirationDays" Type="Edm.Int32" /><Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" /><Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="passwordRequiredType" Type="graph.requiredPasswordType" Nullable="false" /><Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" /><Property Name="storageRequireDeviceEncryption" Type="Edm.Boolean" Nullable="false" /><Property Name="updatesRequireAutomaticUpdates" Type="Edm.Boolean" Nullable="false" /><Property Name="userAccountControlSettings" Type="graph.windowsUserAccountControlSettings" Nullable="false" /><Property Name="workFoldersUrl" Type="Edm.String" /></EntityType><EntityType Name="windowsDefenderAdvancedThreatProtectionConfiguration" BaseType="graph.deviceConfiguration"><Property Name="allowSampleSharing" Type="Edm.Boolean" Nullable="false" /><Property Name="enableExpeditedTelemetryReporting" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="windowsPhone81CompliancePolicy" BaseType="graph.deviceCompliancePolicy"><Property Name="osMaximumVersion" Type="Edm.String" /><Property Name="osMinimumVersion" Type="Edm.String" /><Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordExpirationDays" Type="Edm.Int32" /><Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordMinutesOfInactivityBeforeLock" Type="Edm.Int32" /><Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordRequiredType" Type="graph.requiredPasswordType" Nullable="false" /><Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="windowsPhone81CustomConfiguration" BaseType="graph.deviceConfiguration"><Property Name="omaSettings" Type="Collection(graph.omaSetting)" /></EntityType><EntityType Name="windowsPhone81GeneralConfiguration" BaseType="graph.deviceConfiguration"><Property Name="applyOnlyToWindowsPhone81" Type="Edm.Boolean" Nullable="false" /><Property Name="appsBlockCopyPaste" Type="Edm.Boolean" Nullable="false" /><Property Name="bluetoothBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="cameraBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="cellularBlockWifiTethering" Type="Edm.Boolean" Nullable="false" /><Property Name="compliantAppListType" Type="graph.appListType" Nullable="false" /><Property Name="compliantAppsList" Type="Collection(graph.appListItem)" /><Property Name="diagnosticDataBlockSubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="emailBlockAddingAccounts" Type="Edm.Boolean" Nullable="false" /><Property Name="locationServicesBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="microsoftAccountBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="nfcBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordBlockSimple" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordExpirationDays" Type="Edm.Int32" /><Property Name="passwordMinimumCharacterSetCount" Type="Edm.Int32" /><Property Name="passwordMinimumLength" Type="Edm.Int32" /><Property Name="passwordMinutesOfInactivityBeforeScreenTimeout" Type="Edm.Int32" /><Property Name="passwordPreviousPasswordBlockCount" Type="Edm.Int32" /><Property Name="passwordRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="passwordRequiredType" Type="graph.requiredPasswordType" Nullable="false" /><Property Name="passwordSignInFailureCountBeforeFactoryReset" Type="Edm.Int32" /><Property Name="screenCaptureBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="storageBlockRemovableStorage" Type="Edm.Boolean" Nullable="false" /><Property Name="storageRequireEncryption" Type="Edm.Boolean" Nullable="false" /><Property Name="webBrowserBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="wifiBlockAutomaticConnectHotspots" Type="Edm.Boolean" Nullable="false" /><Property Name="wifiBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="wifiBlockHotspotReporting" Type="Edm.Boolean" Nullable="false" /><Property Name="windowsStoreBlocked" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="windowsUpdateForBusinessConfiguration" BaseType="graph.deviceConfiguration"><Property Name="allowWindows11Upgrade" Type="Edm.Boolean" Nullable="false" /><Property Name="automaticUpdateMode" Type="graph.automaticUpdateMode" Nullable="false" /><Property Name="autoRestartNotificationDismissal" Type="graph.autoRestartNotificationDismissalMethod" Nullable="false" /><Property Name="businessReadyUpdatesOnly" Type="graph.windowsUpdateType" Nullable="false" /><Property Name="deadlineForFeatureUpdatesInDays" Type="Edm.Int32" /><Property Name="deadlineForQualityUpdatesInDays" Type="Edm.Int32" /><Property Name="deadlineGracePeriodInDays" Type="Edm.Int32" /><Property Name="deliveryOptimizationMode" Type="graph.windowsDeliveryOptimizationMode" Nullable="false" /><Property Name="driversExcluded" Type="Edm.Boolean" Nullable="false" /><Property Name="engagedRestartDeadlineInDays" Type="Edm.Int32" /><Property Name="engagedRestartSnoozeScheduleInDays" Type="Edm.Int32" /><Property Name="engagedRestartTransitionScheduleInDays" Type="Edm.Int32" /><Property Name="featureUpdatesDeferralPeriodInDays" Type="Edm.Int32" Nullable="false" /><Property Name="featureUpdatesPaused" Type="Edm.Boolean" Nullable="false" /><Property Name="featureUpdatesPauseExpiryDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="featureUpdatesPauseStartDate" Type="Edm.Date" /><Property Name="featureUpdatesRollbackStartDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="featureUpdatesRollbackWindowInDays" Type="Edm.Int32" /><Property Name="featureUpdatesWillBeRolledBack" Type="Edm.Boolean" /><Property Name="installationSchedule" Type="graph.windowsUpdateInstallScheduleType" /><Property Name="microsoftUpdateServiceAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="postponeRebootUntilAfterDeadline" Type="Edm.Boolean" /><Property Name="prereleaseFeatures" Type="graph.prereleaseFeatures" Nullable="false" /><Property Name="qualityUpdatesDeferralPeriodInDays" Type="Edm.Int32" Nullable="false" /><Property Name="qualityUpdatesPaused" Type="Edm.Boolean" Nullable="false" /><Property Name="qualityUpdatesPauseExpiryDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="qualityUpdatesPauseStartDate" Type="Edm.Date" /><Property Name="qualityUpdatesRollbackStartDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="qualityUpdatesWillBeRolledBack" Type="Edm.Boolean" /><Property Name="scheduleImminentRestartWarningInMinutes" Type="Edm.Int32" /><Property Name="scheduleRestartWarningInHours" Type="Edm.Int32" /><Property Name="skipChecksBeforeRestart" Type="Edm.Boolean" Nullable="false" /><Property Name="updateNotificationLevel" Type="graph.windowsUpdateNotificationDisplayOption" Nullable="false" /><Property Name="updateWeeks" Type="graph.windowsUpdateForBusinessUpdateWeeks" /><Property Name="userPauseAccess" Type="graph.enablement" Nullable="false" /><Property Name="userWindowsUpdateScanAccess" Type="graph.enablement" Nullable="false" /></EntityType><ComplexType Name="complianceManagementPartnerAssignment"><Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /></ComplexType><ComplexType Name="deviceAndAppManagementData"><Property Name="content" Type="Edm.Stream" /></ComplexType><ComplexType Name="deviceEnrollmentPlatformRestriction"><Property Name="osMaximumVersion" Type="Edm.String" /><Property Name="osMinimumVersion" Type="Edm.String" /><Property Name="personalDeviceEnrollmentBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="platformBlocked" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="deviceManagementPartnerAssignment"><Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /></ComplexType><ComplexType Name="rgbColor"><Property Name="b" Type="Edm.Byte" Nullable="false" /><Property Name="g" Type="Edm.Byte" Nullable="false" /><Property Name="r" Type="Edm.Byte" Nullable="false" /></ComplexType><EntityType Name="enrollmentConfigurationAssignment" BaseType="graph.entity"><Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /></EntityType><EntityType Name="deviceEnrollmentLimitConfiguration" BaseType="graph.deviceEnrollmentConfiguration"><Property Name="limit" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="deviceEnrollmentPlatformRestrictionsConfiguration" BaseType="graph.deviceEnrollmentConfiguration"><Property Name="androidRestriction" Type="graph.deviceEnrollmentPlatformRestriction" /><Property Name="iosRestriction" Type="graph.deviceEnrollmentPlatformRestriction" /><Property Name="macOSRestriction" Type="graph.deviceEnrollmentPlatformRestriction" /><Property Name="windowsMobileRestriction" Type="graph.deviceEnrollmentPlatformRestriction" /><Property Name="windowsRestriction" Type="graph.deviceEnrollmentPlatformRestriction" /></EntityType><EntityType Name="deviceEnrollmentWindowsHelloForBusinessConfiguration" BaseType="graph.deviceEnrollmentConfiguration"><Property Name="enhancedBiometricsState" Type="graph.enablement" Nullable="false" /><Property Name="pinExpirationInDays" Type="Edm.Int32" Nullable="false" /><Property Name="pinLowercaseCharactersUsage" Type="graph.windowsHelloForBusinessPinUsage" Nullable="false" /><Property Name="pinMaximumLength" Type="Edm.Int32" Nullable="false" /><Property Name="pinMinimumLength" Type="Edm.Int32" Nullable="false" /><Property Name="pinPreviousBlockCount" Type="Edm.Int32" Nullable="false" /><Property Name="pinSpecialCharactersUsage" Type="graph.windowsHelloForBusinessPinUsage" Nullable="false" /><Property Name="pinUppercaseCharactersUsage" Type="graph.windowsHelloForBusinessPinUsage" Nullable="false" /><Property Name="remotePassportEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="securityDeviceRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="state" Type="graph.enablement" Nullable="false" /><Property Name="unlockWithBiometricsEnabled" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="windows10EnrollmentCompletionPageConfiguration" BaseType="graph.deviceEnrollmentConfiguration"><Property Name="allowNonBlockingAppInstallation" Type="Edm.Boolean" Nullable="false" /></EntityType><ComplexType Name="appLogCollectionDownloadDetails"><Property Name="appLogDecryptionAlgorithm" Type="graph.appLogDecryptionAlgorithm" Nullable="false" /><Property Name="decryptionKey" Type="Edm.String" /><Property Name="downloadUrl" Type="Edm.String" /></ComplexType><ComplexType Name="deleteUserFromSharedAppleDeviceActionResult" BaseType="graph.deviceActionResult"><Property Name="userPrincipalName" Type="Edm.String" /></ComplexType><ComplexType Name="deviceExchangeAccessStateSummary"><Property Name="allowedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="blockedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="quarantinedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="unavailableDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="unknownDeviceCount" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="deviceGeoLocation"><Property Name="altitude" Type="Edm.Double" Nullable="false" /><Property Name="heading" Type="Edm.Double" Nullable="false" /><Property Name="horizontalAccuracy" Type="Edm.Double" Nullable="false" /><Property Name="lastCollectedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="latitude" Type="Edm.Double" Nullable="false" /><Property Name="longitude" Type="Edm.Double" Nullable="false" /><Property Name="speed" Type="Edm.Double" Nullable="false" /><Property Name="verticalAccuracy" Type="Edm.Double" Nullable="false" /></ComplexType><ComplexType Name="deviceOperatingSystemSummary"><Property Name="androidCorporateWorkProfileCount" Type="Edm.Int32" Nullable="false" /><Property Name="androidCount" Type="Edm.Int32" Nullable="false" /><Property Name="androidDedicatedCount" Type="Edm.Int32" Nullable="false" /><Property Name="androidDeviceAdminCount" Type="Edm.Int32" Nullable="false" /><Property Name="androidFullyManagedCount" Type="Edm.Int32" Nullable="false" /><Property Name="androidWorkProfileCount" Type="Edm.Int32" Nullable="false" /><Property Name="configMgrDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="iosCount" Type="Edm.Int32" Nullable="false" /><Property Name="macOSCount" Type="Edm.Int32" Nullable="false" /><Property Name="unknownCount" Type="Edm.Int32" Nullable="false" /><Property Name="windowsCount" Type="Edm.Int32" Nullable="false" /><Property Name="windowsMobileCount" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="userExperienceAnalyticsInsightValue" Abstract="true" /><ComplexType Name="insightValueDouble" BaseType="graph.userExperienceAnalyticsInsightValue"><Property Name="value" Type="Edm.Double" Nullable="false" /></ComplexType><ComplexType Name="insightValueInt" BaseType="graph.userExperienceAnalyticsInsightValue"><Property Name="value" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="locateDeviceActionResult" BaseType="graph.deviceActionResult"><Property Name="deviceLocation" Type="graph.deviceGeoLocation" /></ComplexType><ComplexType Name="osVersionCount"><Property Name="deviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="osVersion" Type="Edm.String" /></ComplexType><ComplexType Name="remoteLockActionResult" BaseType="graph.deviceActionResult"><Property Name="unlockPin" Type="Edm.String" /></ComplexType><ComplexType Name="resetPasscodeActionResult" BaseType="graph.deviceActionResult"><Property Name="errorCode" Type="Edm.Int32" Nullable="false" /><Property Name="passcode" Type="Edm.String" /></ComplexType><ComplexType Name="rotateBitLockerKeysDeviceActionResult" BaseType="graph.deviceActionResult"><Property Name="errorCode" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="updateWindowsDeviceAccountActionParameter"><Property Name="calendarSyncEnabled" Type="Edm.Boolean" /><Property Name="deviceAccount" Type="graph.windowsDeviceAccount" /><Property Name="deviceAccountEmail" Type="Edm.String" /><Property Name="exchangeServer" Type="Edm.String" /><Property Name="passwordRotationEnabled" Type="Edm.Boolean" /><Property Name="sessionInitiationProtocalAddress" Type="Edm.String" /></ComplexType><ComplexType Name="windowsDeviceAccount"><Property Name="password" Type="Edm.String" /></ComplexType><ComplexType Name="userExperienceAnalyticsAutopilotDevicesSummary"><Property Name="devicesNotAutopilotRegistered" Type="Edm.Int32" Nullable="false" /><Property Name="devicesWithoutAutopilotProfileAssigned" Type="Edm.Int32" Nullable="false" /><Property Name="totalWindows10DevicesWithoutTenantAttached" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="userExperienceAnalyticsCloudIdentityDevicesSummary"><Property Name="deviceWithoutCloudIdentityCount" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="userExperienceAnalyticsCloudManagementDevicesSummary"><Property Name="coManagedDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="intuneDeviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="tenantAttachDeviceCount" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="userExperienceAnalyticsInsight"><Property Name="insightId" Type="Edm.String" /><Property Name="severity" Type="graph.userExperienceAnalyticsInsightSeverity" Nullable="false" /><Property Name="userExperienceAnalyticsMetricId" Type="Edm.String" /><Property Name="values" Type="Collection(graph.userExperienceAnalyticsInsightValue)" /></ComplexType><ComplexType Name="userExperienceAnalyticsWindows10DevicesSummary"><Property Name="unsupportedOSversionDeviceCount" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="userExperienceAnalyticsWorkFromAnywhereDevicesSummary"><Property Name="autopilotDevicesSummary" Type="graph.userExperienceAnalyticsAutopilotDevicesSummary" /><Property Name="cloudIdentityDevicesSummary" Type="graph.userExperienceAnalyticsCloudIdentityDevicesSummary" /><Property Name="cloudManagementDevicesSummary" Type="graph.userExperienceAnalyticsCloudManagementDevicesSummary" /><Property Name="coManagedDevices" Type="Edm.Int32" Nullable="false" /><Property Name="devicesNotAutopilotRegistered" Type="Edm.Int32" Nullable="false" /><Property Name="devicesWithoutAutopilotProfileAssigned" Type="Edm.Int32" Nullable="false" /><Property Name="devicesWithoutCloudIdentity" Type="Edm.Int32" Nullable="false" /><Property Name="intuneDevices" Type="Edm.Int32" Nullable="false" /><Property Name="tenantAttachDevices" Type="Edm.Int32" Nullable="false" /><Property Name="totalDevices" Type="Edm.Int32" Nullable="false" /><Property Name="unsupportedOSversionDevices" Type="Edm.Int32" Nullable="false" /><Property Name="windows10Devices" Type="Edm.Int32" Nullable="false" /><Property Name="windows10DevicesSummary" Type="graph.userExperienceAnalyticsWindows10DevicesSummary" /><Property Name="windows10DevicesWithoutTenantAttach" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="windowsDefenderScanActionResult" BaseType="graph.deviceActionResult"><Property Name="scanType" Type="Edm.String" /></ComplexType><ComplexType Name="windowsDeviceADAccount" BaseType="graph.windowsDeviceAccount"><Property Name="domainName" Type="Edm.String" /><Property Name="userName" Type="Edm.String" /></ComplexType><ComplexType Name="windowsDeviceAzureADAccount" BaseType="graph.windowsDeviceAccount"><Property Name="userPrincipalName" Type="Edm.String" /></ComplexType><ComplexType Name="windowsMalwareCategoryCount"><Property Name="activeMalwareDetectionCount" Type="Edm.Int32" Nullable="false" /><Property Name="category" Type="graph.windowsMalwareCategory" Nullable="false" /><Property Name="deviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="distinctActiveMalwareCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></ComplexType><ComplexType Name="windowsMalwareExecutionStateCount"><Property Name="deviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="executionState" Type="graph.windowsMalwareExecutionState" Nullable="false" /><Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></ComplexType><ComplexType Name="windowsMalwareNameCount"><Property Name="deviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="malwareIdentifier" Type="Edm.String" /><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="windowsMalwareSeverityCount"><Property Name="distinctMalwareCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="malwareDetectionCount" Type="Edm.Int32" Nullable="false" /><Property Name="severity" Type="graph.windowsMalwareSeverity" Nullable="false" /></ComplexType><ComplexType Name="windowsMalwareStateCount"><Property Name="deviceCount" Type="Edm.Int32" Nullable="false" /><Property Name="distinctMalwareCount" Type="Edm.Int32" Nullable="false" /><Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="malwareDetectionCount" Type="Edm.Int32" Nullable="false" /><Property Name="state" Type="graph.windowsMalwareThreatState" Nullable="false" /></ComplexType><EntityType Name="appLogCollectionRequest" BaseType="graph.entity"><Property Name="completedDateTime" Type="Edm.DateTimeOffset" /><Property Name="customLogFolders" Type="Collection(Edm.String)" /><Property Name="errorMessage" Type="Edm.String" /><Property Name="status" Type="graph.appLogUploadState" Nullable="false" /></EntityType><EntityType Name="malwareStateForWindowsDevice" BaseType="graph.entity"><Property Name="detectionCount" Type="Edm.Int32" /><Property Name="deviceName" Type="Edm.String" /><Property Name="executionState" Type="graph.windowsMalwareExecutionState" /><Property Name="initialDetectionDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastStateChangeDateTime" Type="Edm.DateTimeOffset" /><Property Name="threatState" Type="graph.windowsMalwareThreatState" /></EntityType><EntityType Name="userExperienceAnalyticsMetric" BaseType="graph.entity"><Property Name="unit" Type="Edm.String" /><Property Name="value" Type="Edm.Double" Nullable="false" /></EntityType><EntityType Name="userExperienceAnalyticsWorkFromAnywhereDevice" BaseType="graph.entity"><Property Name="autoPilotProfileAssigned" Type="Edm.Boolean" /><Property Name="autoPilotRegistered" Type="Edm.Boolean" /><Property Name="azureAdDeviceId" Type="Edm.String" /><Property Name="azureAdJoinType" Type="Edm.String" /><Property Name="azureAdRegistered" Type="Edm.Boolean" /><Property Name="cloudIdentityScore" Type="Edm.Double" /><Property Name="cloudManagementScore" Type="Edm.Double" /><Property Name="cloudProvisioningScore" Type="Edm.Double" /><Property Name="compliancePolicySetToIntune" Type="Edm.Boolean" /><Property Name="deviceId" Type="Edm.String" /><Property Name="deviceName" Type="Edm.String" /><Property Name="healthStatus" Type="graph.userExperienceAnalyticsHealthState" Nullable="false" /><Property Name="isCloudManagedGatewayEnabled" Type="Edm.Boolean" /><Property Name="managedBy" Type="Edm.String" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="model" Type="Edm.String" /><Property Name="osCheckFailed" Type="Edm.Boolean" /><Property Name="osDescription" Type="Edm.String" /><Property Name="osVersion" Type="Edm.String" /><Property Name="otherWorkloadsSetToIntune" Type="Edm.Boolean" /><Property Name="ownership" Type="Edm.String" /><Property Name="processor64BitCheckFailed" Type="Edm.Boolean" /><Property Name="processorCoreCountCheckFailed" Type="Edm.Boolean" /><Property Name="processorFamilyCheckFailed" Type="Edm.Boolean" /><Property Name="processorSpeedCheckFailed" Type="Edm.Boolean" /><Property Name="ramCheckFailed" Type="Edm.Boolean" /><Property Name="secureBootCheckFailed" Type="Edm.Boolean" /><Property Name="serialNumber" Type="Edm.String" /><Property Name="storageCheckFailed" Type="Edm.Boolean" /><Property Name="tenantAttached" Type="Edm.Boolean" /><Property Name="tpmCheckFailed" Type="Edm.Boolean" /><Property Name="upgradeEligibility" Type="graph.operatingSystemUpgradeEligibility" Nullable="false" /><Property Name="windowsScore" Type="Edm.Double" /><Property Name="workFromAnywhereScore" Type="Edm.Double" /></EntityType><EntityType Name="windowsDeviceMalwareState" BaseType="graph.entity"><Property Name="additionalInformationUrl" Type="Edm.String" /><Property Name="category" Type="graph.windowsMalwareCategory" /><Property Name="detectionCount" Type="Edm.Int32" /><Property Name="displayName" Type="Edm.String" /><Property Name="executionState" Type="graph.windowsMalwareExecutionState" /><Property Name="initialDetectionDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastStateChangeDateTime" Type="Edm.DateTimeOffset" /><Property Name="severity" Type="graph.windowsMalwareSeverity" /><Property Name="state" Type="graph.windowsMalwareState" /><Property Name="threatState" Type="graph.windowsMalwareThreatState" /></EntityType><ComplexType Name="importedWindowsAutopilotDeviceIdentityState"><Property Name="deviceErrorCode" Type="Edm.Int32" Nullable="false" /><Property Name="deviceErrorName" Type="Edm.String" /><Property Name="deviceImportStatus" Type="graph.importedWindowsAutopilotDeviceIdentityImportStatus" Nullable="false" /><Property Name="deviceRegistrationId" Type="Edm.String" /></ComplexType><ComplexType Name="outOfBoxExperienceSetting"><Property Name="deviceUsageType" Type="graph.windowsDeviceUsageType" Nullable="false" /><Property Name="escapeLinkHidden" Type="Edm.Boolean" Nullable="false" /><Property Name="eulaHidden" Type="Edm.Boolean" Nullable="false" /><Property Name="keyboardSelectionPageSkipped" Type="Edm.Boolean" Nullable="false" /><Property Name="privacySettingsHidden" Type="Edm.Boolean" Nullable="false" /><Property Name="userType" Type="graph.windowsUserType" Nullable="false" /></ComplexType><EntityType Name="importedWindowsAutopilotDeviceIdentityUpload" BaseType="graph.entity"><Property Name="createdDateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="status" Type="graph.importedWindowsAutopilotDeviceIdentityUploadStatus" Nullable="false" /><NavigationProperty Name="deviceIdentities" Type="Collection(graph.importedWindowsAutopilotDeviceIdentity)" ContainsTarget="true" /></EntityType><EntityType Name="windowsAutopilotDeploymentProfile" BaseType="graph.entity" Abstract="true"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="deviceNameTemplate" Type="Edm.String" /><Property Name="deviceType" Type="graph.windowsAutopilotDeviceType" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="hardwareHashExtractionEnabled" Type="Edm.Boolean" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="locale" Type="Edm.String" /><Property Name="managementServiceAppId" Type="Edm.String" /><Property Name="outOfBoxExperienceSetting" Type="graph.outOfBoxExperienceSetting" /><Property Name="preprovisioningAllowed" Type="Edm.Boolean" /><Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /><NavigationProperty Name="assignedDevices" Type="Collection(graph.windowsAutopilotDeviceIdentity)" ContainsTarget="true" /></EntityType><EntityType Name="windowsAutopilotDeploymentProfileAssignment" BaseType="graph.entity" /><ComplexType Name="mobileAppIdentifier" Abstract="true" /><ComplexType Name="androidMobileAppIdentifier" BaseType="graph.mobileAppIdentifier"><Property Name="packageId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="iosMobileAppIdentifier" BaseType="graph.mobileAppIdentifier"><Property Name="bundleId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="iPv4Range" BaseType="graph.ipRange"><Property Name="lowerAddress" Type="Edm.String" Nullable="false" /><Property Name="upperAddress" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="iPv6Range" BaseType="graph.ipRange"><Property Name="lowerAddress" Type="Edm.String" Nullable="false" /><Property Name="upperAddress" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="managedAppDiagnosticStatus"><Property Name="mitigationInstruction" Type="Edm.String" /><Property Name="state" Type="Edm.String" /><Property Name="validationName" Type="Edm.String" /></ComplexType><ComplexType Name="managedAppPolicyDeploymentSummaryPerApp"><Property Name="configurationAppliedUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="mobileAppIdentifier" Type="graph.mobileAppIdentifier" /></ComplexType><ComplexType Name="proxiedDomain"><Property Name="ipAddressOrFQDN" Type="Edm.String" Nullable="false" /><Property Name="proxy" Type="Edm.String" /></ComplexType><ComplexType Name="windowsInformationProtectionApp" Abstract="true"><Property Name="denied" Type="Edm.Boolean" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="productName" Type="Edm.String" /><Property Name="publisherName" Type="Edm.String" /></ComplexType><ComplexType Name="windowsInformationProtectionDataRecoveryCertificate"><Property Name="certificate" Type="Edm.Binary" /><Property Name="description" Type="Edm.String" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="subjectName" Type="Edm.String" /></ComplexType><ComplexType Name="windowsInformationProtectionDesktopApp" BaseType="graph.windowsInformationProtectionApp"><Property Name="binaryName" Type="Edm.String" Nullable="false" /><Property Name="binaryVersionHigh" Type="Edm.String" /><Property Name="binaryVersionLow" Type="Edm.String" /></ComplexType><ComplexType Name="windowsInformationProtectionIPRangeCollection"><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="ranges" Type="Collection(graph.ipRange)" Nullable="false" /></ComplexType><ComplexType Name="windowsInformationProtectionProxiedDomainCollection"><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="proxiedDomains" Type="Collection(graph.proxiedDomain)" Nullable="false" /></ComplexType><ComplexType Name="windowsInformationProtectionResourceCollection"><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="resources" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="windowsInformationProtectionStoreApp" BaseType="graph.windowsInformationProtectionApp" /><EntityType Name="managedMobileApp" BaseType="graph.entity"><Property Name="mobileAppIdentifier" Type="graph.mobileAppIdentifier" /><Property Name="version" Type="Edm.String" /></EntityType><EntityType Name="managedAppPolicyDeploymentSummary" BaseType="graph.entity"><Property Name="configurationDeployedUserCount" Type="Edm.Int32" Nullable="false" /><Property Name="configurationDeploymentSummaryPerApp" Type="Collection(graph.managedAppPolicyDeploymentSummaryPerApp)" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastRefreshTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="version" Type="Edm.String" /></EntityType><EntityType Name="androidManagedAppRegistration" BaseType="graph.managedAppRegistration" /><EntityType Name="iosManagedAppRegistration" BaseType="graph.managedAppRegistration" /><EntityType Name="managedAppOperation" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="state" Type="Edm.String" /><Property Name="version" Type="Edm.String" /></EntityType><EntityType Name="managedAppStatusRaw" BaseType="graph.managedAppStatus"><Property Name="content" Type="graph.Json" /></EntityType><EntityType Name="targetedManagedAppPolicyAssignment" BaseType="graph.entity"><Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" /></EntityType><EntityType Name="windowsInformationProtectionAppLockerFile" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="file" Type="Edm.Binary" /><Property Name="fileHash" Type="Edm.String" /><Property Name="version" Type="Edm.String" /></EntityType><EntityType Name="localizedNotificationMessage" BaseType="graph.entity"><Property Name="isDefault" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="locale" Type="Edm.String" Nullable="false" /><Property Name="messageTemplate" Type="Edm.String" Nullable="false" /><Property Name="subject" Type="Edm.String" Nullable="false" /></EntityType><ComplexType Name="resourceAction"><Property Name="allowedResourceActions" Type="Collection(Edm.String)" /><Property Name="notAllowedResourceActions" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="rolePermission"><Property Name="resourceActions" Type="Collection(graph.resourceAction)" /></ComplexType><EntityType Name="deviceAndAppManagementRoleDefinition" BaseType="graph.roleDefinition" /><EntityType Name="deviceManagementCachedReportConfiguration" BaseType="graph.entity" /><EntityType Name="enrollmentTroubleshootingEvent" BaseType="graph.deviceManagementTroubleshootingEvent"><Property Name="deviceId" Type="Edm.String" /><Property Name="enrollmentType" Type="graph.deviceEnrollmentType" Nullable="false" /><Property Name="failureCategory" Type="graph.deviceEnrollmentFailureReason" Nullable="false" /><Property Name="failureReason" Type="Edm.String" /><Property Name="managedDeviceIdentifier" Type="Edm.String" /><Property Name="operatingSystem" Type="Edm.String" /><Property Name="osVersion" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /></EntityType><ComplexType Name="appsInstallationOptionsForMac"><Property Name="isMicrosoft365AppsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isSkypeForBusinessEnabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="appsInstallationOptionsForWindows"><Property Name="isMicrosoft365AppsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isProjectEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isSkypeForBusinessEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="isVisioEnabled" Type="Edm.Boolean" Nullable="false" /></ComplexType><EntityType Name="m365AppsInstallationOptions" BaseType="graph.entity"><Property Name="appsForMac" Type="graph.appsInstallationOptionsForMac" Nullable="false" /><Property Name="appsForWindows" Type="graph.appsInstallationOptionsForWindows" Nullable="false" /><Property Name="updateChannel" Type="graph.appsUpdateChannelType" Nullable="false" /></EntityType><ComplexType Name="serviceHealthIssuePost"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="graph.itemBody" /><Property Name="postType" Type="graph.postType" /></ComplexType><ComplexType Name="serviceUpdateMessageViewpoint"><Property Name="isArchived" Type="Edm.Boolean" /><Property Name="isFavorited" Type="Edm.Boolean" /><Property Name="isRead" Type="Edm.Boolean" /></ComplexType><EntityType Name="serviceHealth" BaseType="graph.entity"><Property Name="service" Type="Edm.String" Nullable="false" /><Property Name="status" Type="graph.serviceHealthStatus" Nullable="false" /><NavigationProperty Name="issues" Type="Collection(graph.serviceHealthIssue)" ContainsTarget="true" /></EntityType><EntityType Name="serviceAnnouncementBase" BaseType="graph.entity" Abstract="true"><Property Name="details" Type="Collection(graph.keyValuePair)" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="title" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="serviceHealthIssue" BaseType="graph.serviceAnnouncementBase"><Property Name="classification" Type="graph.serviceHealthClassificationType" Nullable="false" /><Property Name="feature" Type="Edm.String" /><Property Name="featureGroup" Type="Edm.String" /><Property Name="impactDescription" Type="Edm.String" Nullable="false" /><Property Name="isResolved" Type="Edm.Boolean" Nullable="false" /><Property Name="origin" Type="graph.serviceHealthOrigin" Nullable="false" /><Property Name="posts" Type="Collection(graph.serviceHealthIssuePost)" Nullable="false" /><Property Name="service" Type="Edm.String" Nullable="false" /><Property Name="status" Type="graph.serviceHealthStatus" Nullable="false" /></EntityType><EntityType Name="serviceUpdateMessage" BaseType="graph.serviceAnnouncementBase"><Property Name="actionRequiredByDateTime" Type="Edm.DateTimeOffset" /><Property Name="attachmentsArchive" Type="Edm.Stream" /><Property Name="body" Type="graph.itemBody" Nullable="false" /><Property Name="category" Type="graph.serviceUpdateCategory" Nullable="false" /><Property Name="hasAttachments" Type="Edm.Boolean" Nullable="false" /><Property Name="isMajorChange" Type="Edm.Boolean" /><Property Name="services" Type="Collection(Edm.String)" /><Property Name="severity" Type="graph.serviceUpdateSeverity" Nullable="false" /><Property Name="tags" Type="Collection(Edm.String)" /><Property Name="viewPoint" Type="graph.serviceUpdateMessageViewpoint" /><NavigationProperty Name="attachments" Type="Collection(graph.serviceAnnouncementAttachment)" ContainsTarget="true" /></EntityType><EntityType Name="serviceAnnouncementAttachment" BaseType="graph.entity"><Property Name="content" Type="Edm.Stream" /><Property Name="contentType" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="name" Type="Edm.String" /><Property Name="size" Type="Edm.Int32" Nullable="false" /></EntityType><ComplexType Name="dictionaries" OpenType="true" /><ComplexType Name="aggregationOption"><Property Name="bucketDefinition" Type="graph.bucketAggregationDefinition" Nullable="false" /><Property Name="field" Type="Edm.String" Nullable="false" /><Property Name="size" Type="Edm.Int32" /></ComplexType><ComplexType Name="bucketAggregationDefinition"><Property Name="isDescending" Type="Edm.Boolean" /><Property Name="minimumCount" Type="Edm.Int32" /><Property Name="prefixFilter" Type="Edm.String" /><Property Name="ranges" Type="Collection(graph.bucketAggregationRange)" /><Property Name="sortBy" Type="graph.bucketAggregationSortProperty" Nullable="false" /></ComplexType><ComplexType Name="alterationResponse"><Property Name="originalQueryString" Type="Edm.String" /><Property Name="queryAlteration" Type="graph.searchAlteration" /><Property Name="queryAlterationType" Type="graph.searchAlterationType" /></ComplexType><ComplexType Name="searchAlteration"><Property Name="alteredHighlightedQueryString" Type="Edm.String" /><Property Name="alteredQueryString" Type="Edm.String" /><Property Name="alteredQueryTokens" Type="Collection(graph.alteredQueryToken)" /></ComplexType><ComplexType Name="alteredQueryToken"><Property Name="length" Type="Edm.Int32" /><Property Name="offset" Type="Edm.Int32" /><Property Name="suggestion" Type="Edm.String" /></ComplexType><ComplexType Name="bucketAggregationRange"><Property Name="from" Type="Edm.String" Nullable="false" /><Property Name="to" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="collapseProperty"><Property Name="fields" Type="Collection(Edm.String)" Nullable="false" /><Property Name="limit" Type="Edm.Int16" Nullable="false" /></ComplexType><ComplexType Name="connectionItem"><Property Name="connectionId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="dataSourceConfiguration"><Property Name="externalItem" Type="graph.externalItemConfiguration" /></ComplexType><ComplexType Name="externalItemConfiguration"><Property Name="connections" Type="Collection(graph.connectionItem)" Nullable="false" /></ComplexType><ComplexType Name="resultTemplate"><Property Name="body" Type="graph.Json" /><Property Name="displayName" Type="Edm.String" /></ComplexType><ComplexType Name="resultTemplateDictionary" BaseType="graph.Dictionary" OpenType="true" /><ComplexType Name="resultTemplateOption"><Property Name="enableResultTemplate" Type="Edm.Boolean" /></ComplexType><ComplexType Name="retrievalExtract"><Property Name="relevanceScore" Type="Edm.Double" /><Property Name="text" Type="Edm.String" /></ComplexType><ComplexType Name="retrievalHit"><Property Name="extracts" Type="Collection(graph.retrievalExtract)" Nullable="false" /><Property Name="resourceMetadata" Type="graph.searchResourceMetadataDictionary" /><Property Name="resourceType" Type="graph.retrievalEntityType" /><Property Name="sensitivityLabel" Type="graph.sensitivityLabelInfo" /><Property Name="webUrl" Type="Edm.String" /></ComplexType><ComplexType Name="searchResourceMetadataDictionary" BaseType="graph.dictionaries" OpenType="true" /><ComplexType Name="sensitivityLabelInfo"><Property Name="color" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="priority" Type="Edm.Int32" /><Property Name="sensitivityLabelId" Type="Edm.String" /><Property Name="tooltip" Type="Edm.String" /></ComplexType><ComplexType Name="retrievalResponse"><Property Name="retrievalHits" Type="Collection(graph.retrievalHit)" Nullable="false" /></ComplexType><ComplexType Name="searchAggregation"><Property Name="buckets" Type="Collection(graph.searchBucket)" /><Property Name="field" Type="Edm.String" /></ComplexType><ComplexType Name="searchBucket"><Property Name="aggregationFilterToken" Type="Edm.String" /><Property Name="count" Type="Edm.Int32" /><Property Name="key" Type="Edm.String" /></ComplexType><ComplexType Name="searchAlterationOptions"><Property Name="enableModification" Type="Edm.Boolean" /><Property Name="enableSuggestion" Type="Edm.Boolean" /></ComplexType><ComplexType Name="searchHit"><Property Name="contentSource" Type="Edm.String" /><Property Name="hitId" Type="Edm.String" /><Property Name="isCollapsed" Type="Edm.Boolean" /><Property Name="rank" Type="Edm.Int32" /><Property Name="resultTemplateId" Type="Edm.String" /><Property Name="summary" Type="Edm.String" /><NavigationProperty Name="resource" Type="graph.entity" ContainsTarget="true" /></ComplexType><ComplexType Name="searchHitsContainer"><Property Name="aggregations" Type="Collection(graph.searchAggregation)" /><Property Name="hits" Type="Collection(graph.searchHit)" /><Property Name="moreResultsAvailable" Type="Edm.Boolean" /><Property Name="total" Type="Edm.Int32" /></ComplexType><ComplexType Name="searchQuery"><Property Name="queryString" Type="Edm.String" Nullable="false" /><Property Name="queryTemplate" Type="Edm.String" /></ComplexType><ComplexType Name="searchRequest"><Property Name="aggregationFilters" Type="Collection(Edm.String)" /><Property Name="aggregations" Type="Collection(graph.aggregationOption)" /><Property Name="collapseProperties" Type="Collection(graph.collapseProperty)" /><Property Name="contentSources" Type="Collection(Edm.String)" /><Property Name="enableTopResults" Type="Edm.Boolean" /><Property Name="entityTypes" Type="Collection(graph.entityType)" /><Property Name="fields" Type="Collection(Edm.String)" /><Property Name="from" Type="Edm.Int32" Nullable="false" /><Property Name="query" Type="graph.searchQuery" Nullable="false" /><Property Name="queryAlterationOptions" Type="graph.searchAlterationOptions" /><Property Name="region" Type="Edm.String" /><Property Name="resultTemplateOptions" Type="graph.resultTemplateOption" /><Property Name="sharePointOneDriveOptions" Type="graph.sharePointOneDriveOptions" /><Property Name="size" Type="Edm.Int32" Nullable="false" /><Property Name="sortProperties" Type="Collection(graph.sortProperty)" /></ComplexType><ComplexType Name="sharePointOneDriveOptions"><Property Name="includeContent" Type="graph.searchContent" /></ComplexType><ComplexType Name="sortProperty"><Property Name="isDescending" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="searchResponse"><Property Name="hitsContainers" Type="Collection(graph.searchHitsContainer)" /><Property Name="queryAlterationResponse" Type="graph.alterationResponse" /><Property Name="resultTemplates" Type="graph.resultTemplateDictionary" /><Property Name="searchTerms" Type="Collection(Edm.String)" /></ComplexType><EntityType Name="searchEntity" BaseType="graph.entity"><NavigationProperty Name="acronyms" Type="Collection(microsoft.graph.search.acronym)" ContainsTarget="true" /><NavigationProperty Name="bookmarks" Type="Collection(microsoft.graph.search.bookmark)" ContainsTarget="true" /><NavigationProperty Name="qnas" Type="Collection(microsoft.graph.search.qna)" ContainsTarget="true" /></EntityType><ComplexType Name="plannerAppliedCategories" OpenType="true" /><ComplexType Name="plannerAssignment"><Property Name="assignedBy" Type="graph.identitySet" /><Property Name="assignedDateTime" Type="Edm.DateTimeOffset" /><Property Name="orderHint" Type="Edm.String" /></ComplexType><ComplexType Name="plannerAssignments" OpenType="true" /><ComplexType Name="plannerCategoryDescriptions"><Property Name="category1" Type="Edm.String" /><Property Name="category10" Type="Edm.String" /><Property Name="category11" Type="Edm.String" /><Property Name="category12" Type="Edm.String" /><Property Name="category13" Type="Edm.String" /><Property Name="category14" Type="Edm.String" /><Property Name="category15" Type="Edm.String" /><Property Name="category16" Type="Edm.String" /><Property Name="category17" Type="Edm.String" /><Property Name="category18" Type="Edm.String" /><Property Name="category19" Type="Edm.String" /><Property Name="category2" Type="Edm.String" /><Property Name="category20" Type="Edm.String" /><Property Name="category21" Type="Edm.String" /><Property Name="category22" Type="Edm.String" /><Property Name="category23" Type="Edm.String" /><Property Name="category24" Type="Edm.String" /><Property Name="category25" Type="Edm.String" /><Property Name="category3" Type="Edm.String" /><Property Name="category4" Type="Edm.String" /><Property Name="category5" Type="Edm.String" /><Property Name="category6" Type="Edm.String" /><Property Name="category7" Type="Edm.String" /><Property Name="category8" Type="Edm.String" /><Property Name="category9" Type="Edm.String" /></ComplexType><ComplexType Name="plannerChecklistItem"><Property Name="isChecked" Type="Edm.Boolean" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="orderHint" Type="Edm.String" /><Property Name="title" Type="Edm.String" /></ComplexType><ComplexType Name="plannerChecklistItems" OpenType="true" /><ComplexType Name="plannerExternalReference"><Property Name="alias" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="previewPriority" Type="Edm.String" /><Property Name="type" Type="Edm.String" /></ComplexType><ComplexType Name="plannerExternalReferences" OpenType="true" /><ComplexType Name="plannerOrderHintsByAssignee" OpenType="true" /><ComplexType Name="plannerPlanContainer"><Property Name="containerId" Type="Edm.String" /><Property Name="type" Type="graph.plannerContainerType" /><Property Name="url" Type="Edm.String" /></ComplexType><ComplexType Name="plannerUserIds" OpenType="true" /><EntityType Name="planner" BaseType="graph.entity"><NavigationProperty Name="buckets" Type="Collection(graph.plannerBucket)" ContainsTarget="true" /><NavigationProperty Name="plans" Type="Collection(graph.plannerPlan)" ContainsTarget="true" /><NavigationProperty Name="tasks" Type="Collection(graph.plannerTask)" ContainsTarget="true" /></EntityType><EntityType Name="plannerBucket" BaseType="graph.entity"><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="orderHint" Type="Edm.String" /><Property Name="planId" Type="Edm.String" /><NavigationProperty Name="tasks" Type="Collection(graph.plannerTask)" /></EntityType><EntityType Name="plannerPlan" BaseType="graph.entity"><Property Name="container" Type="graph.plannerPlanContainer" /><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="owner" Type="Edm.String" /><Property Name="title" Type="Edm.String" Nullable="false" /><NavigationProperty Name="buckets" Type="Collection(graph.plannerBucket)" /><NavigationProperty Name="details" Type="graph.plannerPlanDetails" ContainsTarget="true" /><NavigationProperty Name="tasks" Type="Collection(graph.plannerTask)" /></EntityType><EntityType Name="plannerTask" BaseType="graph.entity"><Property Name="activeChecklistItemCount" Type="Edm.Int32" /><Property Name="appliedCategories" Type="graph.plannerAppliedCategories" /><Property Name="assigneePriority" Type="Edm.String" /><Property Name="assignments" Type="graph.plannerAssignments" /><Property Name="bucketId" Type="Edm.String" /><Property Name="checklistItemCount" Type="Edm.Int32" /><Property Name="completedBy" Type="graph.identitySet" /><Property Name="completedDateTime" Type="Edm.DateTimeOffset" /><Property Name="conversationThreadId" Type="Edm.String" /><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="dueDateTime" Type="Edm.DateTimeOffset" /><Property Name="hasDescription" Type="Edm.Boolean" /><Property Name="orderHint" Type="Edm.String" /><Property Name="percentComplete" Type="Edm.Int32" /><Property Name="planId" Type="Edm.String" /><Property Name="previewType" Type="graph.plannerPreviewType" /><Property Name="priority" Type="Edm.Int32" /><Property Name="referenceCount" Type="Edm.Int32" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="title" Type="Edm.String" Nullable="false" /><NavigationProperty Name="assignedToTaskBoardFormat" Type="graph.plannerAssignedToTaskBoardTaskFormat" ContainsTarget="true" /><NavigationProperty Name="bucketTaskBoardFormat" Type="graph.plannerBucketTaskBoardTaskFormat" ContainsTarget="true" /><NavigationProperty Name="details" Type="graph.plannerTaskDetails" ContainsTarget="true" /><NavigationProperty Name="progressTaskBoardFormat" Type="graph.plannerProgressTaskBoardTaskFormat" ContainsTarget="true" /></EntityType><EntityType Name="plannerAssignedToTaskBoardTaskFormat" BaseType="graph.entity"><Property Name="orderHintsByAssignee" Type="graph.plannerOrderHintsByAssignee" /><Property Name="unassignedOrderHint" Type="Edm.String" /></EntityType><EntityType Name="plannerBucketTaskBoardTaskFormat" BaseType="graph.entity"><Property Name="orderHint" Type="Edm.String" /></EntityType><EntityType Name="plannerPlanDetails" BaseType="graph.entity"><Property Name="categoryDescriptions" Type="graph.plannerCategoryDescriptions" /><Property Name="sharedWith" Type="graph.plannerUserIds" /></EntityType><EntityType Name="plannerProgressTaskBoardTaskFormat" BaseType="graph.entity"><Property Name="orderHint" Type="Edm.String" /></EntityType><EntityType Name="plannerTaskDetails" BaseType="graph.entity"><Property Name="checklist" Type="graph.plannerChecklistItems" /><Property Name="description" Type="Edm.String" /><Property Name="previewType" Type="graph.plannerPreviewType" /><Property Name="references" Type="graph.plannerExternalReferences" /></EntityType><ComplexType Name="insightIdentity"><Property Name="address" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="id" Type="Edm.String" /></ComplexType><ComplexType Name="resourceReference"><Property Name="id" Type="Edm.String" /><Property Name="type" Type="Edm.String" /><Property Name="webUrl" Type="Edm.String" /></ComplexType><ComplexType Name="resourceVisualization"><Property Name="containerDisplayName" Type="Edm.String" /><Property Name="containerType" Type="Edm.String" /><Property Name="containerWebUrl" Type="Edm.String" /><Property Name="mediaType" Type="Edm.String" /><Property Name="previewImageUrl" Type="Edm.String" /><Property Name="previewText" Type="Edm.String" /><Property Name="title" Type="Edm.String" /><Property Name="type" Type="Edm.String" /></ComplexType><ComplexType Name="sharingDetail"><Property Name="sharedBy" Type="graph.insightIdentity" /><Property Name="sharedDateTime" Type="Edm.DateTimeOffset" /><Property Name="sharingReference" Type="graph.resourceReference" /><Property Name="sharingSubject" Type="Edm.String" /><Property Name="sharingType" Type="Edm.String" /></ComplexType><ComplexType Name="usageDetails"><Property Name="lastAccessedDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /></ComplexType><EntityType Name="sharedInsight" BaseType="graph.entity"><Property Name="lastShared" Type="graph.sharingDetail" /><Property Name="resourceReference" Type="graph.resourceReference" /><Property Name="resourceVisualization" Type="graph.resourceVisualization" /><Property Name="sharingHistory" Type="Collection(graph.sharingDetail)" /><NavigationProperty Name="lastSharedMethod" Type="graph.entity" /><NavigationProperty Name="resource" Type="graph.entity" /></EntityType><EntityType Name="trending" BaseType="graph.entity"><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="resourceReference" Type="graph.resourceReference" /><Property Name="resourceVisualization" Type="graph.resourceVisualization" /><Property Name="weight" Type="Edm.Double" Nullable="false" /><NavigationProperty Name="resource" Type="graph.entity" /></EntityType><EntityType Name="usedInsight" BaseType="graph.entity"><Property Name="lastUsed" Type="graph.usageDetails" /><Property Name="resourceReference" Type="graph.resourceReference" /><Property Name="resourceVisualization" Type="graph.resourceVisualization" /><NavigationProperty Name="resource" Type="graph.entity" /></EntityType><EntityType Name="windowsSetting" BaseType="graph.entity"><Property Name="payloadType" Type="Edm.String" /><Property Name="settingType" Type="graph.windowsSettingType" Nullable="false" /><Property Name="windowsDeviceId" Type="Edm.String" /><NavigationProperty Name="instances" Type="Collection(graph.windowsSettingInstance)" ContainsTarget="true" /></EntityType><EntityType Name="userInsightsSettings" BaseType="graph.entity"><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="changeTrackedEntity" BaseType="graph.entity" Abstract="true"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="shiftPreferences" BaseType="graph.changeTrackedEntity"><Property Name="availability" Type="Collection(graph.shiftAvailability)" /></EntityType><EntityType Name="userStorage" BaseType="graph.entity"><NavigationProperty Name="quota" Type="graph.unifiedStorageQuota" ContainsTarget="true" /></EntityType><EntityType Name="workHoursAndLocationsSetting" BaseType="graph.entity"><Property Name="maxSharedWorkLocationDetails" Type="graph.maxWorkLocationDetails" Nullable="false" /><NavigationProperty Name="occurrences" Type="Collection(graph.workPlanOccurrence)" ContainsTarget="true" /><NavigationProperty Name="recurrences" Type="Collection(graph.workPlanRecurrence)" ContainsTarget="true" /></EntityType><ComplexType Name="CopyNotebookModel"><Property Name="createdBy" Type="Edm.String" /><Property Name="createdByIdentity" Type="graph.identitySet" /><Property Name="createdTime" Type="Edm.DateTimeOffset" /><Property Name="id" Type="Edm.String" /><Property Name="isDefault" Type="Edm.Boolean" /><Property Name="isShared" Type="Edm.Boolean" /><Property Name="lastModifiedBy" Type="Edm.String" /><Property Name="lastModifiedByIdentity" Type="graph.identitySet" /><Property Name="lastModifiedTime" Type="Edm.DateTimeOffset" /><Property Name="links" Type="graph.notebookLinks" /><Property Name="name" Type="Edm.String" /><Property Name="sectionGroupsUrl" Type="Edm.String" /><Property Name="sectionsUrl" Type="Edm.String" /><Property Name="self" Type="Edm.String" /><Property Name="userRole" Type="graph.onenoteUserRole" /></ComplexType><ComplexType Name="notebookLinks"><Property Name="oneNoteClientUrl" Type="graph.externalLink" /><Property Name="oneNoteWebUrl" Type="graph.externalLink" /></ComplexType><ComplexType Name="diagnostic"><Property Name="message" Type="Edm.String" /><Property Name="url" Type="Edm.String" /></ComplexType><ComplexType Name="externalLink"><Property Name="href" Type="Edm.String" /></ComplexType><ComplexType Name="onenoteOperationError"><Property Name="code" Type="Edm.String" /><Property Name="message" Type="Edm.String" /></ComplexType><ComplexType Name="onenotePagePreview"><Property Name="links" Type="graph.onenotePagePreviewLinks" /><Property Name="previewText" Type="Edm.String" /></ComplexType><ComplexType Name="onenotePagePreviewLinks"><Property Name="previewImageUrl" Type="graph.externalLink" /></ComplexType><ComplexType Name="onenotePatchContentCommand"><Property Name="action" Type="graph.onenotePatchActionType" Nullable="false" /><Property Name="content" Type="Edm.String" /><Property Name="position" Type="graph.onenotePatchInsertPosition" /><Property Name="target" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="pageLinks"><Property Name="oneNoteClientUrl" Type="graph.externalLink" /><Property Name="oneNoteWebUrl" Type="graph.externalLink" /></ComplexType><ComplexType Name="recentNotebook"><Property Name="displayName" Type="Edm.String" /><Property Name="lastAccessedTime" Type="Edm.DateTimeOffset" /><Property Name="links" Type="graph.recentNotebookLinks" /><Property Name="sourceService" Type="graph.onenoteSourceService" /></ComplexType><ComplexType Name="recentNotebookLinks"><Property Name="oneNoteClientUrl" Type="graph.externalLink" /><Property Name="oneNoteWebUrl" Type="graph.externalLink" /></ComplexType><ComplexType Name="sectionLinks"><Property Name="oneNoteClientUrl" Type="graph.externalLink" /><Property Name="oneNoteWebUrl" Type="graph.externalLink" /></ComplexType><EntityType Name="onenoteEntityBaseModel" BaseType="graph.entity" Abstract="true"><Property Name="self" Type="Edm.String" /></EntityType><EntityType Name="onenoteEntitySchemaObjectModel" BaseType="graph.onenoteEntityBaseModel" Abstract="true"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="onenoteEntityHierarchyModel" BaseType="graph.onenoteEntitySchemaObjectModel" Abstract="true"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="notebook" BaseType="graph.onenoteEntityHierarchyModel"><Property Name="isDefault" Type="Edm.Boolean" /><Property Name="isShared" Type="Edm.Boolean" /><Property Name="links" Type="graph.notebookLinks" /><Property Name="sectionGroupsUrl" Type="Edm.String" /><Property Name="sectionsUrl" Type="Edm.String" /><Property Name="userRole" Type="graph.onenoteUserRole" /><NavigationProperty Name="sectionGroups" Type="Collection(graph.sectionGroup)" ContainsTarget="true" /><NavigationProperty Name="sections" Type="Collection(graph.onenoteSection)" ContainsTarget="true" /></EntityType><EntityType Name="sectionGroup" BaseType="graph.onenoteEntityHierarchyModel"><Property Name="sectionGroupsUrl" Type="Edm.String" /><Property Name="sectionsUrl" Type="Edm.String" /><NavigationProperty Name="parentNotebook" Type="graph.notebook" ContainsTarget="true" /><NavigationProperty Name="parentSectionGroup" Type="graph.sectionGroup" ContainsTarget="true" /><NavigationProperty Name="sectionGroups" Type="Collection(graph.sectionGroup)" ContainsTarget="true" /><NavigationProperty Name="sections" Type="Collection(graph.onenoteSection)" ContainsTarget="true" /></EntityType><EntityType Name="onenoteSection" BaseType="graph.onenoteEntityHierarchyModel"><Property Name="isDefault" Type="Edm.Boolean" /><Property Name="links" Type="graph.sectionLinks" /><Property Name="pagesUrl" Type="Edm.String" /><NavigationProperty Name="pages" Type="Collection(graph.onenotePage)" ContainsTarget="true" /><NavigationProperty Name="parentNotebook" Type="graph.notebook" ContainsTarget="true" /><NavigationProperty Name="parentSectionGroup" Type="graph.sectionGroup" ContainsTarget="true" /></EntityType><EntityType Name="operation" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastActionDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="graph.operationStatus" /></EntityType><EntityType Name="onenoteOperation" BaseType="graph.operation"><Property Name="error" Type="graph.onenoteOperationError" /><Property Name="percentComplete" Type="Edm.String" /><Property Name="resourceId" Type="Edm.String" /><Property Name="resourceLocation" Type="Edm.String" /></EntityType><EntityType Name="onenotePage" BaseType="graph.onenoteEntitySchemaObjectModel" HasStream="true"><Property Name="content" Type="Edm.Stream" /><Property Name="contentUrl" Type="Edm.String" /><Property Name="createdByAppId" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="level" Type="Edm.Int32" /><Property Name="links" Type="graph.pageLinks" /><Property Name="order" Type="Edm.Int32" /><Property Name="title" Type="Edm.String" /><Property Name="userTags" Type="Collection(Edm.String)" /><NavigationProperty Name="parentNotebook" Type="graph.notebook" ContainsTarget="true" /><NavigationProperty Name="parentSection" Type="graph.onenoteSection" ContainsTarget="true" /></EntityType><EntityType Name="onenoteResource" BaseType="graph.onenoteEntityBaseModel" HasStream="true"><Property Name="content" Type="Edm.Stream" /><Property Name="contentUrl" Type="Edm.String" /></EntityType><ComplexType Name="delegatedAdminAccessContainer"><Property Name="accessContainerId" Type="Edm.String" Nullable="false" /><Property Name="accessContainerType" Type="graph.delegatedAdminAccessContainerType" Nullable="false" /></ComplexType><ComplexType Name="delegatedAdminAccessDetails"><Property Name="unifiedRoles" Type="Collection(graph.unifiedRole)" Nullable="false" /></ComplexType><ComplexType Name="unifiedRole"><Property Name="roleDefinitionId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="delegatedAdminRelationshipCustomerParticipant"><Property Name="displayName" Type="Edm.String" /><Property Name="tenantId" Type="Edm.String" Nullable="false" /></ComplexType><EntityType Name="delegatedAdminAccessAssignment" BaseType="graph.entity"><Property Name="accessContainer" Type="graph.delegatedAdminAccessContainer" Nullable="false" /><Property Name="accessDetails" Type="graph.delegatedAdminAccessDetails" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="graph.delegatedAdminAccessAssignmentStatus" /></EntityType><EntityType Name="delegatedAdminServiceManagementDetail" BaseType="graph.entity"><Property Name="serviceManagementUrl" Type="Edm.String" Nullable="false" /><Property Name="serviceName" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="delegatedAdminRelationshipOperation" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="data" Type="Edm.String" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="operationType" Type="graph.delegatedAdminRelationshipOperationType" Nullable="false" /><Property Name="status" Type="graph.longRunningOperationStatus" Nullable="false" /></EntityType><EntityType Name="delegatedAdminRelationshipRequest" BaseType="graph.entity"><Property Name="action" Type="graph.delegatedAdminRelationshipRequestAction" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="graph.delegatedAdminRelationshipRequestStatus" /></EntityType><EntityType Name="resellerDelegatedAdminRelationship" BaseType="graph.delegatedAdminRelationship"><Property Name="indirectProviderTenantId" Type="Edm.String" Nullable="false" /><Property Name="isPartnerConsentPending" Type="Edm.Boolean" Nullable="false" /></EntityType><ComplexType Name="cloudClipboardItemPayload"><Property Name="content" Type="Edm.String" Nullable="false" /><Property Name="formatName" Type="Edm.String" Nullable="false" /></ComplexType><EntityType Name="cloudClipboardItem" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="payloads" Type="Collection(graph.cloudClipboardItemPayload)" Nullable="false" /></EntityType><EntityType Name="windowsSettingInstance" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="payload" Type="Edm.String" Nullable="false" /></EntityType><ComplexType Name="profileCardAnnotation"><Property Name="displayName" Type="Edm.String" /><Property Name="localizations" Type="Collection(graph.displayNameLocalization)" /></ComplexType><ComplexType Name="profileSourceLocalization"><Property Name="displayName" Type="Edm.String" /><Property Name="languageTag" Type="Edm.String" /><Property Name="webUrl" Type="Edm.String" /></ComplexType><EntityType Name="profileCardProperty" BaseType="graph.entity"><Property Name="annotations" Type="Collection(graph.profileCardAnnotation)" /><Property Name="directoryPropertyName" Type="Edm.String" /></EntityType><EntityType Name="profileSource" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="kind" Type="Edm.String" /><Property Name="localizations" Type="Collection(graph.profileSourceLocalization)" Nullable="false" /><Property Name="sourceId" Type="Edm.String" /><Property Name="webUrl" Type="Edm.String" /><Annotation Term="Org.OData.Core.V1.AlternateKeys"><Collection><Record Type="Org.OData.Core.V1.AlternateKey"><PropertyValue Property="Key"><Collection><Record Type="Org.OData.Core.V1.PropertyRef"><PropertyValue Property="Alias" String="sourceId" /><PropertyValue Property="Name" PropertyPath="sourceId" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="pronounsSettings" BaseType="graph.entity"><Property Name="isEnabledInOrganization" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="insightsSettings" BaseType="graph.entity"><Property Name="disabledForGroup" Type="Edm.String" /><Property Name="isEnabledInOrganization" Type="Edm.Boolean" /></EntityType><ComplexType Name="approvalSettings"><Property Name="approvalMode" Type="Edm.String" /><Property Name="approvalStages" Type="Collection(graph.unifiedApprovalStage)" /><Property Name="isApprovalRequired" Type="Edm.Boolean" /><Property Name="isApprovalRequiredForExtension" Type="Edm.Boolean" /><Property Name="isRequestorJustificationRequired" Type="Edm.Boolean" /></ComplexType><ComplexType Name="unifiedApprovalStage"><Property Name="approvalStageTimeOutInDays" Type="Edm.Int32" /><Property Name="escalationApprovers" Type="Collection(graph.subjectSet)" /><Property Name="escalationTimeInMinutes" Type="Edm.Int32" /><Property Name="isApproverJustificationRequired" Type="Edm.Boolean" /><Property Name="isEscalationEnabled" Type="Edm.Boolean" /><Property Name="primaryApprovers" Type="Collection(graph.subjectSet)" /></ComplexType><ComplexType Name="requestSchedule"><Property Name="expiration" Type="graph.expirationPattern" /><Property Name="recurrence" Type="graph.patternedRecurrence" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="ticketInfo"><Property Name="ticketNumber" Type="Edm.String" /><Property Name="ticketSystem" Type="Edm.String" /></ComplexType><ComplexType Name="unifiedRoleManagementPolicyRuleTarget"><Property Name="caller" Type="Edm.String" /><Property Name="enforcedSettings" Type="Collection(Edm.String)" /><Property Name="inheritableSettings" Type="Collection(Edm.String)" /><Property Name="level" Type="Edm.String" /><Property Name="operations" Type="Collection(graph.unifiedRoleManagementPolicyRuleTargetOperations)" /><NavigationProperty Name="targetObjects" Type="Collection(graph.directoryObject)" /></ComplexType><EntityType Name="unifiedRoleManagementPolicyRule" BaseType="graph.entity" Abstract="true"><Property Name="target" Type="graph.unifiedRoleManagementPolicyRuleTarget" /></EntityType><EntityType Name="unifiedRoleManagementPolicyApprovalRule" BaseType="graph.unifiedRoleManagementPolicyRule"><Property Name="setting" Type="graph.approvalSettings" /></EntityType><EntityType Name="unifiedRoleManagementPolicyAuthenticationContextRule" BaseType="graph.unifiedRoleManagementPolicyRule"><Property Name="claimValue" Type="Edm.String" /><Property Name="isEnabled" Type="Edm.Boolean" /></EntityType><EntityType Name="unifiedRoleManagementPolicyEnablementRule" BaseType="graph.unifiedRoleManagementPolicyRule"><Property Name="enabledRules" Type="Collection(Edm.String)" /></EntityType><EntityType Name="unifiedRoleManagementPolicyExpirationRule" BaseType="graph.unifiedRoleManagementPolicyRule"><Property Name="isExpirationRequired" Type="Edm.Boolean" /><Property Name="maximumDuration" Type="Edm.Duration" /></EntityType><EntityType Name="unifiedRoleManagementPolicyNotificationRule" BaseType="graph.unifiedRoleManagementPolicyRule"><Property Name="isDefaultRecipientsEnabled" Type="Edm.Boolean" /><Property Name="notificationLevel" Type="Edm.String" /><Property Name="notificationRecipients" Type="Collection(Edm.String)" /><Property Name="notificationType" Type="Edm.String" /><Property Name="recipientType" Type="Edm.String" /></EntityType><ComplexType Name="airPrintSettings"><Property Name="incompatiblePrinters" Type="graph.incompatiblePrinterSettings" Nullable="false" /></ComplexType><ComplexType Name="archivedPrintJob"><Property Name="acquiredByPrinter" Type="Edm.Boolean" Nullable="false" /><Property Name="acquiredDateTime" Type="Edm.DateTimeOffset" /><Property Name="completionDateTime" Type="Edm.DateTimeOffset" /><Property Name="copiesPrinted" Type="Edm.Int32" Nullable="false" /><Property Name="createdBy" Type="graph.userIdentity" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="id" Type="Edm.String" Nullable="false" /><Property Name="printerId" Type="Edm.String" /><Property Name="printerName" Type="Edm.String" /><Property Name="processingState" Type="graph.printJobProcessingState" Nullable="false" /></ComplexType><ComplexType Name="integerRange"><Property Name="end" Type="Edm.Int64" /><Property Name="start" Type="Edm.Int64" /></ComplexType><ComplexType Name="printCertificateSigningRequest"><Property Name="content" Type="Edm.String" Nullable="false" /><Property Name="transportKey" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="printDocumentUploadProperties"><Property Name="contentType" Type="Edm.String" Nullable="false" /><Property Name="documentName" Type="Edm.String" Nullable="false" /><Property Name="size" Type="Edm.Int64" Nullable="false" /></ComplexType><ComplexType Name="printerCapabilities"><Property Name="bottomMargins" Type="Collection(Edm.Int32)" /><Property Name="collation" Type="Edm.Boolean" /><Property Name="colorModes" Type="Collection(graph.printColorMode)" /><Property Name="contentTypes" Type="Collection(Edm.String)" /><Property Name="copiesPerJob" Type="graph.integerRange" /><Property Name="dpis" Type="Collection(Edm.Int32)" /><Property Name="duplexModes" Type="Collection(graph.printDuplexMode)" /><Property Name="feedOrientations" Type="Collection(graph.printerFeedOrientation)" /><Property Name="finishings" Type="Collection(graph.printFinishing)" /><Property Name="inputBins" Type="Collection(Edm.String)" /><Property Name="isColorPrintingSupported" Type="Edm.Boolean" /><Property Name="isPageRangeSupported" Type="Edm.Boolean" /><Property Name="leftMargins" Type="Collection(Edm.Int32)" /><Property Name="mediaColors" Type="Collection(Edm.String)" /><Property Name="mediaSizes" Type="Collection(Edm.String)" /><Property Name="mediaTypes" Type="Collection(Edm.String)" /><Property Name="multipageLayouts" Type="Collection(graph.printMultipageLayout)" /><Property Name="orientations" Type="Collection(graph.printOrientation)" /><Property Name="outputBins" Type="Collection(Edm.String)" /><Property Name="pagesPerSheet" Type="Collection(Edm.Int32)" /><Property Name="qualities" Type="Collection(graph.printQuality)" /><Property Name="rightMargins" Type="Collection(Edm.Int32)" /><Property Name="scalings" Type="Collection(graph.printScaling)" /><Property Name="supportsFitPdfToPage" Type="Edm.Boolean" /><Property Name="topMargins" Type="Collection(Edm.Int32)" /></ComplexType><ComplexType Name="printerDefaults"><Property Name="colorMode" Type="graph.printColorMode" /><Property Name="contentType" Type="Edm.String" /><Property Name="copiesPerJob" Type="Edm.Int32" /><Property Name="dpi" Type="Edm.Int32" /><Property Name="duplexMode" Type="graph.printDuplexMode" /><Property Name="finishings" Type="Collection(graph.printFinishing)" /><Property Name="fitPdfToPage" Type="Edm.Boolean" /><Property Name="inputBin" Type="Edm.String" /><Property Name="mediaColor" Type="Edm.String" /><Property Name="mediaSize" Type="Edm.String" /><Property Name="mediaType" Type="Edm.String" /><Property Name="multipageLayout" Type="graph.printMultipageLayout" /><Property Name="orientation" Type="graph.printOrientation" /><Property Name="outputBin" Type="Edm.String" /><Property Name="pagesPerSheet" Type="Edm.Int32" /><Property Name="quality" Type="graph.printQuality" /><Property Name="scaling" Type="graph.printScaling" /></ComplexType><ComplexType Name="printerDiscoverySettings"><Property Name="airPrint" Type="graph.airPrintSettings" Nullable="false" /></ComplexType><ComplexType Name="printerLocation"><Property Name="altitudeInMeters" Type="Edm.Int32" /><Property Name="building" Type="Edm.String" /><Property Name="city" Type="Edm.String" /><Property Name="countryOrRegion" Type="Edm.String" /><Property Name="floor" Type="Edm.String" /><Property Name="floorDescription" Type="Edm.String" /><Property Name="latitude" Type="Edm.Double" /><Property Name="longitude" Type="Edm.Double" /><Property Name="organization" Type="Collection(Edm.String)" /><Property Name="postalCode" Type="Edm.String" /><Property Name="roomDescription" Type="Edm.String" /><Property Name="roomName" Type="Edm.String" /><Property Name="site" Type="Edm.String" /><Property Name="stateOrProvince" Type="Edm.String" /><Property Name="streetAddress" Type="Edm.String" /><Property Name="subdivision" Type="Collection(Edm.String)" /><Property Name="subunit" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="printerShareViewpoint"><Property Name="lastUsedDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="printerStatus"><Property Name="description" Type="Edm.String" /><Property Name="details" Type="Collection(graph.printerProcessingStateDetail)" Nullable="false" /><Property Name="state" Type="graph.printerProcessingState" Nullable="false" /></ComplexType><ComplexType Name="printJobConfiguration"><Property Name="collate" Type="Edm.Boolean" /><Property Name="colorMode" Type="graph.printColorMode" /><Property Name="copies" Type="Edm.Int32" /><Property Name="dpi" Type="Edm.Int32" /><Property Name="duplexMode" Type="graph.printDuplexMode" /><Property Name="feedOrientation" Type="graph.printerFeedOrientation" /><Property Name="finishings" Type="Collection(graph.printFinishing)" /><Property Name="fitPdfToPage" Type="Edm.Boolean" /><Property Name="inputBin" Type="Edm.String" /><Property Name="margin" Type="graph.printMargin" /><Property Name="mediaSize" Type="Edm.String" /><Property Name="mediaType" Type="Edm.String" /><Property Name="multipageLayout" Type="graph.printMultipageLayout" /><Property Name="orientation" Type="graph.printOrientation" /><Property Name="outputBin" Type="Edm.String" /><Property Name="pageRanges" Type="Collection(graph.integerRange)" /><Property Name="pagesPerSheet" Type="Edm.Int32" /><Property Name="quality" Type="graph.printQuality" /><Property Name="scaling" Type="graph.printScaling" /></ComplexType><ComplexType Name="printMargin"><Property Name="bottom" Type="Edm.Int32" /><Property Name="left" Type="Edm.Int32" /><Property Name="right" Type="Edm.Int32" /><Property Name="top" Type="Edm.Int32" /></ComplexType><ComplexType Name="printJobStatus"><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="details" Type="Collection(graph.printJobStateDetail)" Nullable="false" /><Property Name="isAcquiredByPrinter" Type="Edm.Boolean" Nullable="false" /><Property Name="state" Type="graph.printJobProcessingState" Nullable="false" /></ComplexType><ComplexType Name="printOperationStatus"><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="state" Type="graph.printOperationProcessingState" Nullable="false" /></ComplexType><ComplexType Name="printSettings"><Property Name="documentConversionEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="printerDiscoverySettings" Type="graph.printerDiscoverySettings" /></ComplexType><ComplexType Name="printTaskStatus"><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="state" Type="graph.printTaskProcessingState" Nullable="false" /></ComplexType><EntityType Name="printerBase" BaseType="graph.entity" Abstract="true"><Property Name="capabilities" Type="graph.printerCapabilities" /><Property Name="defaults" Type="graph.printerDefaults" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="isAcceptingJobs" Type="Edm.Boolean" /><Property Name="location" Type="graph.printerLocation" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="model" Type="Edm.String" /><Property Name="status" Type="graph.printerStatus" Nullable="false" /><NavigationProperty Name="jobs" Type="Collection(graph.printJob)" ContainsTarget="true" /></EntityType><EntityType Name="printerShare" BaseType="graph.printerBase"><Property Name="allowAllUsers" Type="Edm.Boolean" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="viewPoint" Type="graph.printerShareViewpoint" /><NavigationProperty Name="allowedGroups" Type="Collection(graph.group)" /><NavigationProperty Name="allowedUsers" Type="Collection(graph.user)" /><NavigationProperty Name="printer" Type="graph.printer" /></EntityType><EntityType Name="print"><Property Name="settings" Type="graph.printSettings" /><NavigationProperty Name="connectors" Type="Collection(graph.printConnector)" ContainsTarget="true" /><NavigationProperty Name="operations" Type="Collection(graph.printOperation)" ContainsTarget="true" /><NavigationProperty Name="printers" Type="Collection(graph.printer)" ContainsTarget="true" /><NavigationProperty Name="services" Type="Collection(graph.printService)" ContainsTarget="true" /><NavigationProperty Name="shares" Type="Collection(graph.printerShare)" ContainsTarget="true" /><NavigationProperty Name="taskDefinitions" Type="Collection(graph.printTaskDefinition)" ContainsTarget="true" /></EntityType><EntityType Name="printConnector" BaseType="graph.entity"><Property Name="appVersion" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="fullyQualifiedDomainName" Type="Edm.String" Nullable="false" /><Property Name="location" Type="graph.printerLocation" /><Property Name="operatingSystem" Type="Edm.String" Nullable="false" /><Property Name="registeredDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="printOperation" BaseType="graph.entity" Abstract="true"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="status" Type="graph.printOperationStatus" Nullable="false" /></EntityType><EntityType Name="printer" BaseType="graph.printerBase"><Property Name="hasPhysicalDevice" Type="Edm.Boolean" Nullable="false" /><Property Name="isShared" Type="Edm.Boolean" Nullable="false" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="registeredDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="connectors" Type="Collection(graph.printConnector)" /><NavigationProperty Name="shares" Type="Collection(graph.printerShare)" /><NavigationProperty Name="taskTriggers" Type="Collection(graph.printTaskTrigger)" ContainsTarget="true" /></EntityType><EntityType Name="printService" BaseType="graph.entity"><NavigationProperty Name="endpoints" Type="Collection(graph.printServiceEndpoint)" ContainsTarget="true" /></EntityType><EntityType Name="printTaskDefinition" BaseType="graph.entity"><Property Name="createdBy" Type="graph.appIdentity" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><NavigationProperty Name="tasks" Type="Collection(graph.printTask)" ContainsTarget="true" /></EntityType><EntityType Name="printDocument" BaseType="graph.entity" HasStream="true"><Property Name="contentType" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="downloadedDateTime" Type="Edm.DateTimeOffset" /><Property Name="size" Type="Edm.Int64" Nullable="false" /><Property Name="uploadedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="printTaskTrigger" BaseType="graph.entity"><Property Name="event" Type="graph.printEvent" Nullable="false" /><NavigationProperty Name="definition" Type="graph.printTaskDefinition" Nullable="false" /></EntityType><EntityType Name="printJob" BaseType="graph.entity"><Property Name="acknowledgedDateTime" Type="Edm.DateTimeOffset" /><Property Name="configuration" Type="graph.printJobConfiguration" Nullable="false" /><Property Name="createdBy" Type="graph.userIdentity" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="errorCode" Type="Edm.Int32" /><Property Name="isFetchable" Type="Edm.Boolean" Nullable="false" /><Property Name="redirectedFrom" Type="Edm.String" /><Property Name="redirectedTo" Type="Edm.String" /><Property Name="status" Type="graph.printJobStatus" Nullable="false" /><NavigationProperty Name="documents" Type="Collection(graph.printDocument)" ContainsTarget="true" /><NavigationProperty Name="tasks" Type="Collection(graph.printTask)" /></EntityType><EntityType Name="printerCreateOperation" BaseType="graph.printOperation"><Property Name="certificate" Type="Edm.String" /><NavigationProperty Name="printer" Type="graph.printer" /></EntityType><EntityType Name="printTask" BaseType="graph.entity"><Property Name="parentUrl" Type="Edm.String" Nullable="false" /><Property Name="status" Type="graph.printTaskStatus" Nullable="false" /><NavigationProperty Name="definition" Type="graph.printTaskDefinition" Nullable="false" /><NavigationProperty Name="trigger" Type="graph.printTaskTrigger" Nullable="false" /></EntityType><EntityType Name="printServiceEndpoint" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="uri" Type="Edm.String" Nullable="false" /></EntityType><ComplexType Name="imageInfo"><Property Name="addImageQuery" Type="Edm.Boolean" /><Property Name="alternateText" Type="Edm.String" /><Property Name="alternativeText" Type="Edm.String" /><Property Name="iconUrl" Type="Edm.String" /></ComplexType><ComplexType Name="visualInfo"><Property Name="attribution" Type="graph.imageInfo" /><Property Name="backgroundColor" Type="Edm.String" /><Property Name="content" Type="graph.Json" /><Property Name="description" Type="Edm.String" /><Property Name="displayText" Type="Edm.String" Nullable="false" /></ComplexType><EntityType Name="activityHistoryItem" BaseType="graph.entity"><Property Name="activeDurationSeconds" Type="Edm.Int32" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastActiveDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="startedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="status" Type="graph.status" /><Property Name="userTimezone" Type="Edm.String" /><NavigationProperty Name="activity" Type="graph.userActivity" Nullable="false" /></EntityType><EntityType Name="dataPolicyOperation" BaseType="graph.entity"><Property Name="completedDateTime" Type="Edm.DateTimeOffset" /><Property Name="progress" Type="Edm.Double" Nullable="false" /><Property Name="status" Type="graph.dataPolicyOperationStatus" /><Property Name="storageLocation" Type="Edm.String" /><Property Name="submittedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="userId" Type="Edm.String" Nullable="false" /></EntityType><ComplexType Name="accountTargetContent" Abstract="true"><Property Name="type" Type="graph.accountTargetContentType" /></ComplexType><ComplexType Name="addressBookAccountTargetContent" BaseType="graph.accountTargetContent"><Property Name="accountTargetEmails" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="assignedTrainingInfo"><Property Name="assignedUserCount" Type="Edm.Int32" /><Property Name="completedUserCount" Type="Edm.Int32" /><Property Name="displayName" Type="Edm.String" /></ComplexType><ComplexType Name="attackSimulationRepeatOffender"><Property Name="attackSimulationUser" Type="graph.attackSimulationUser" /><Property Name="repeatOffenceCount" Type="Edm.Int32" /></ComplexType><ComplexType Name="attackSimulationUser"><Property Name="displayName" Type="Edm.String" /><Property Name="email" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /></ComplexType><ComplexType Name="attackSimulationSimulationUserCoverage"><Property Name="attackSimulationUser" Type="graph.attackSimulationUser" /><Property Name="clickCount" Type="Edm.Int32" /><Property Name="compromisedCount" Type="Edm.Int32" /><Property Name="latestSimulationDateTime" Type="Edm.DateTimeOffset" /><Property Name="simulationCount" Type="Edm.Int32" /></ComplexType><ComplexType Name="attackSimulationTrainingUserCoverage"><Property Name="attackSimulationUser" Type="graph.attackSimulationUser" /><Property Name="userTrainings" Type="Collection(graph.userTrainingStatusInfo)" /></ComplexType><ComplexType Name="userTrainingStatusInfo"><Property Name="assignedDateTime" Type="Edm.DateTimeOffset" /><Property Name="completionDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" /><Property Name="trainingStatus" Type="graph.trainingStatus" /></ComplexType><ComplexType Name="baseEndUserNotification"><Property Name="defaultLanguage" Type="Edm.String" /><NavigationProperty Name="endUserNotification" Type="graph.endUserNotification" /></ComplexType><EntityType Name="endUserNotification" BaseType="graph.entity"><Property Name="createdBy" Type="graph.emailIdentity" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.emailIdentity" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="notificationType" Type="graph.endUserNotificationType" /><Property Name="source" Type="graph.simulationContentSource" /><Property Name="status" Type="graph.simulationContentStatus" /><Property Name="supportedLocales" Type="Collection(Edm.String)" /><NavigationProperty Name="details" Type="Collection(graph.endUserNotificationDetail)" ContainsTarget="true" /></EntityType><ComplexType Name="coachmarkLocation"><Property Name="length" Type="Edm.Int32" /><Property Name="offset" Type="Edm.Int32" /><Property Name="type" Type="graph.coachmarkLocationType" /></ComplexType><ComplexType Name="trainingSetting" Abstract="true"><Property Name="settingType" Type="graph.trainingSettingType" /></ComplexType><ComplexType Name="customTrainingSetting" BaseType="graph.trainingSetting"><Property Name="assignedTo" Type="Collection(graph.trainingAssignedTo)" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="durationInMinutes" Type="Edm.Int32" /><Property Name="url" Type="Edm.String" /></ComplexType><ComplexType Name="emailIdentity" BaseType="graph.identity" OpenType="true"><Property Name="email" Type="Edm.String" /></ComplexType><ComplexType Name="payloadDetail" Abstract="true"><Property Name="coachmarks" Type="Collection(graph.payloadCoachmark)" /><Property Name="content" Type="Edm.String" /><Property Name="phishingUrl" Type="Edm.String" /></ComplexType><ComplexType Name="emailPayloadDetail" BaseType="graph.payloadDetail"><Property Name="fromEmail" Type="Edm.String" /><Property Name="fromName" Type="Edm.String" /><Property Name="isExternalSender" Type="Edm.Boolean" /><Property Name="subject" Type="Edm.String" /></ComplexType><ComplexType Name="endUserNotificationSetting" Abstract="true"><Property Name="notificationPreference" Type="graph.endUserNotificationPreference" /><Property Name="positiveReinforcement" Type="graph.positiveReinforcementNotification" /><Property Name="settingType" Type="graph.endUserNotificationSettingType" /></ComplexType><ComplexType Name="positiveReinforcementNotification" BaseType="graph.baseEndUserNotification"><Property Name="deliveryPreference" Type="graph.notificationDeliveryPreference" /></ComplexType><ComplexType Name="includeAllAccountTargetContent" BaseType="graph.accountTargetContent" /><ComplexType Name="microsoftCustomTrainingSetting" BaseType="graph.trainingSetting"><Property Name="completionDateTime" Type="Edm.DateTimeOffset" /><Property Name="trainingAssignmentMappings" Type="Collection(graph.microsoftTrainingAssignmentMapping)" /><Property Name="trainingCompletionDuration" Type="graph.trainingCompletionDuration" /></ComplexType><ComplexType Name="microsoftTrainingAssignmentMapping" BaseType="graph.trainingSetting"><Property Name="assignedTo" Type="Collection(graph.trainingAssignedTo)" /><NavigationProperty Name="training" Type="graph.training" /></ComplexType><ComplexType Name="microsoftManagedTrainingSetting" BaseType="graph.trainingSetting"><Property Name="completionDateTime" Type="Edm.DateTimeOffset" /><Property Name="trainingCompletionDuration" Type="graph.trainingCompletionDuration" /></ComplexType><EntityType Name="training" BaseType="graph.entity"><Property Name="availabilityStatus" Type="graph.trainingAvailabilityStatus" /><Property Name="createdBy" Type="graph.emailIdentity" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="durationInMinutes" Type="Edm.Int32" /><Property Name="hasEvaluation" Type="Edm.Boolean" /><Property Name="lastModifiedBy" Type="graph.emailIdentity" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="source" Type="graph.simulationContentSource" /><Property Name="supportedLocales" Type="Collection(Edm.String)" /><Property Name="tags" Type="Collection(Edm.String)" /><Property Name="type" Type="graph.trainingType" /><NavigationProperty Name="languageDetails" Type="Collection(graph.trainingLanguageDetail)" ContainsTarget="true" /></EntityType><ComplexType Name="noTrainingNotificationSetting" BaseType="graph.endUserNotificationSetting"><Property Name="simulationNotification" Type="graph.simulationNotification" /></ComplexType><ComplexType Name="simulationNotification" BaseType="graph.baseEndUserNotification"><Property Name="targettedUserType" Type="graph.targettedUserType" /></ComplexType><ComplexType Name="noTrainingSetting" BaseType="graph.trainingSetting" /><ComplexType Name="oAuthConsentAppDetail"><Property Name="appScope" Type="graph.oAuthAppScope" /><Property Name="displayLogo" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /></ComplexType><ComplexType Name="payloadCoachmark"><Property Name="coachmarkLocation" Type="graph.coachmarkLocation" /><Property Name="description" Type="Edm.String" /><Property Name="indicator" Type="Edm.String" /><Property Name="isValid" Type="Edm.Boolean" /><Property Name="language" Type="Edm.String" /><Property Name="order" Type="Edm.String" /></ComplexType><ComplexType Name="recommendedAction"><Property Name="actionWebUrl" Type="Edm.String" /><Property Name="potentialScoreImpact" Type="Edm.Double" /><Property Name="title" Type="Edm.String" /></ComplexType><ComplexType Name="simulationEvent"><Property Name="count" Type="Edm.Int32" /><Property Name="eventName" Type="Edm.String" /></ComplexType><ComplexType Name="simulationEventsContent"><Property Name="compromisedRate" Type="Edm.Double" /><Property Name="events" Type="Collection(graph.simulationEvent)" /></ComplexType><ComplexType Name="simulationReport"><Property Name="overview" Type="graph.simulationReportOverview" /><Property Name="simulationUsers" Type="Collection(graph.userSimulationDetails)" /></ComplexType><ComplexType Name="simulationReportOverview"><Property Name="recommendedActions" Type="Collection(graph.recommendedAction)" /><Property Name="resolvedTargetsCount" Type="Edm.Int32" /><Property Name="simulationEventsContent" Type="graph.simulationEventsContent" /><Property Name="trainingEventsContent" Type="graph.trainingEventsContent" /></ComplexType><ComplexType Name="userSimulationDetails"><Property Name="assignedTrainingsCount" Type="Edm.Int32" /><Property Name="completedTrainingsCount" Type="Edm.Int32" /><Property Name="compromisedDateTime" Type="Edm.DateTimeOffset" /><Property Name="inProgressTrainingsCount" Type="Edm.Int32" /><Property Name="isCompromised" Type="Edm.Boolean" /><Property Name="reportedPhishDateTime" Type="Edm.DateTimeOffset" /><Property Name="simulationEvents" Type="Collection(graph.userSimulationEventInfo)" /><Property Name="simulationUser" Type="graph.attackSimulationUser" /><Property Name="trainingEvents" Type="Collection(graph.userTrainingEventInfo)" /></ComplexType><ComplexType Name="trainingEventsContent"><Property Name="assignedTrainingsInfos" Type="Collection(graph.assignedTrainingInfo)" /><Property Name="trainingsAssignedUserCount" Type="Edm.Int32" /></ComplexType><ComplexType Name="trainingNotificationSetting" BaseType="graph.endUserNotificationSetting"><Property Name="trainingAssignment" Type="graph.baseEndUserNotification" /><Property Name="trainingReminder" Type="graph.trainingReminderNotification" /></ComplexType><ComplexType Name="trainingReminderNotification" BaseType="graph.baseEndUserNotification"><Property Name="deliveryFrequency" Type="graph.notificationDeliveryFrequency" /></ComplexType><ComplexType Name="userSimulationEventInfo"><Property Name="browser" Type="Edm.String" /><Property Name="clickSource" Type="graph.clickSource" /><Property Name="eventDateTime" Type="Edm.DateTimeOffset" /><Property Name="eventName" Type="Edm.String" /><Property Name="ipAddress" Type="Edm.String" /><Property Name="osPlatformDeviceDetails" Type="Edm.String" /></ComplexType><ComplexType Name="userTrainingEventInfo"><Property Name="displayName" Type="Edm.String" /><Property Name="latestTrainingStatus" Type="graph.trainingStatus" /><Property Name="trainingAssignedProperties" Type="graph.userTrainingContentEventInfo" /><Property Name="trainingCompletedProperties" Type="graph.userTrainingContentEventInfo" /><Property Name="trainingUpdatedProperties" Type="graph.userTrainingContentEventInfo" /></ComplexType><ComplexType Name="userTrainingContentEventInfo"><Property Name="browser" Type="Edm.String" /><Property Name="contentDateTime" Type="Edm.DateTimeOffset" /><Property Name="ipAddress" Type="Edm.String" /><Property Name="osPlatformDeviceDetails" Type="Edm.String" /><Property Name="potentialScoreImpact" Type="Edm.Double" /></ComplexType><EntityType Name="attackSimulationOperation" BaseType="graph.longRunningOperation"><Property Name="percentageCompleted" Type="Edm.Int32" Nullable="false" /><Property Name="tenantId" Type="Edm.String" /><Property Name="type" Type="graph.attackSimulationOperationType" /></EntityType><EntityType Name="landingPage" BaseType="graph.entity"><Property Name="createdBy" Type="graph.emailIdentity" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.emailIdentity" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="locale" Type="Edm.String" /><Property Name="source" Type="graph.simulationContentSource" /><Property Name="status" Type="graph.simulationContentStatus" /><Property Name="supportedLocales" Type="Collection(Edm.String)" /><NavigationProperty Name="details" Type="Collection(graph.landingPageDetail)" ContainsTarget="true" /></EntityType><EntityType Name="loginPage" BaseType="graph.entity"><Property Name="content" Type="Edm.String" /><Property Name="createdBy" Type="graph.emailIdentity" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="language" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.emailIdentity" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="source" Type="graph.simulationContentSource" /><Property Name="status" Type="graph.simulationContentStatus" /></EntityType><EntityType Name="payload" BaseType="graph.entity"><Property Name="brand" Type="graph.payloadBrand" /><Property Name="complexity" Type="graph.payloadComplexity" /><Property Name="createdBy" Type="graph.emailIdentity" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="detail" Type="graph.payloadDetail" /><Property Name="displayName" Type="Edm.String" /><Property Name="industry" Type="graph.payloadIndustry" /><Property Name="isAutomated" Type="Edm.Boolean" /><Property Name="isControversial" Type="Edm.Boolean" /><Property Name="isCurrentEvent" Type="Edm.Boolean" /><Property Name="language" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.emailIdentity" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="payloadTags" Type="Collection(Edm.String)" /><Property Name="platform" Type="graph.payloadDeliveryPlatform" /><Property Name="predictedCompromiseRate" Type="Edm.Double" /><Property Name="simulationAttackType" Type="graph.simulationAttackType" /><Property Name="source" Type="graph.simulationContentSource" Nullable="false" /><Property Name="status" Type="graph.simulationContentStatus" /><Property Name="technique" Type="graph.simulationAttackTechnique" /><Property Name="theme" Type="graph.payloadTheme" /></EntityType><EntityType Name="simulationAutomation" BaseType="graph.entity"><Property Name="createdBy" Type="graph.emailIdentity" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.emailIdentity" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastRunDateTime" Type="Edm.DateTimeOffset" /><Property Name="nextRunDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="graph.simulationAutomationStatus" /><NavigationProperty Name="runs" Type="Collection(graph.simulationAutomationRun)" ContainsTarget="true" /></EntityType><EntityType Name="simulation" BaseType="graph.entity"><Property Name="attackTechnique" Type="graph.simulationAttackTechnique" /><Property Name="attackType" Type="graph.simulationAttackType" /><Property Name="automationId" Type="Edm.String" /><Property Name="completionDateTime" Type="Edm.DateTimeOffset" /><Property Name="createdBy" Type="graph.emailIdentity" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="durationInDays" Type="Edm.Int32" /><Property Name="endUserNotificationSetting" Type="graph.endUserNotificationSetting" /><Property Name="excludedAccountTarget" Type="graph.accountTargetContent" /><Property Name="includedAccountTarget" Type="graph.accountTargetContent" /><Property Name="isAutomated" Type="Edm.Boolean" /><Property Name="lastModifiedBy" Type="graph.emailIdentity" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="launchDateTime" Type="Edm.DateTimeOffset" /><Property Name="oAuthConsentAppDetail" Type="graph.oAuthConsentAppDetail" /><Property Name="payloadDeliveryPlatform" Type="graph.payloadDeliveryPlatform" /><Property Name="report" Type="graph.simulationReport" /><Property Name="status" Type="graph.simulationStatus" /><Property Name="trainingSetting" Type="graph.trainingSetting" /><NavigationProperty Name="landingPage" Type="graph.landingPage" /><NavigationProperty Name="loginPage" Type="graph.loginPage" /><NavigationProperty Name="payload" Type="graph.payload" /></EntityType><EntityType Name="endUserNotificationDetail" BaseType="graph.entity"><Property Name="emailContent" Type="Edm.String" Nullable="false" /><Property Name="isDefaultLangauge" Type="Edm.Boolean" /><Property Name="language" Type="Edm.String" Nullable="false" /><Property Name="locale" Type="Edm.String" Nullable="false" /><Property Name="sentFrom" Type="graph.emailIdentity" Nullable="false" /><Property Name="subject" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="landingPageDetail" BaseType="graph.entity"><Property Name="content" Type="Edm.String" Nullable="false" /><Property Name="isDefaultLangauge" Type="Edm.Boolean" /><Property Name="language" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="simulationAutomationRun" BaseType="graph.entity"><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="simulationId" Type="Edm.String" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="graph.simulationAutomationRunStatus" /></EntityType><EntityType Name="trainingLanguageDetail" BaseType="graph.entity"><Property Name="content" Type="Edm.String" Nullable="false" /><Property Name="createdBy" Type="graph.emailIdentity" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="isDefaultLangauge" Type="Edm.Boolean" /><Property Name="lastModifiedBy" Type="graph.emailIdentity" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="locale" Type="Edm.String" Nullable="false" /></EntityType><ComplexType Name="alertDetection"><Property Name="detectionType" Type="Edm.String" /><Property Name="method" Type="Edm.String" /><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="alertHistoryState"><Property Name="appId" Type="Edm.String" /><Property Name="assignedTo" Type="Edm.String" /><Property Name="comments" Type="Collection(Edm.String)" /><Property Name="feedback" Type="graph.alertFeedback" /><Property Name="status" Type="graph.alertStatus" /><Property Name="updatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="user" Type="Edm.String" /></ComplexType><ComplexType Name="alertTrigger"><Property Name="name" Type="Edm.String" /><Property Name="type" Type="Edm.String" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="averageComparativeScore" OpenType="true"><Property Name="averageScore" Type="Edm.Double" /><Property Name="basis" Type="Edm.String" /></ComplexType><ComplexType Name="certificationControl" OpenType="true"><Property Name="name" Type="Edm.String" /><Property Name="url" Type="Edm.String" /></ComplexType><ComplexType Name="cloudAppSecurityState"><Property Name="destinationServiceIp" Type="Edm.String" /><Property Name="destinationServiceName" Type="Edm.String" /><Property Name="riskScore" Type="Edm.String" /></ComplexType><ComplexType Name="complianceInformation" OpenType="true"><Property Name="certificationControls" Type="Collection(graph.certificationControl)" /><Property Name="certificationName" Type="Edm.String" /></ComplexType><ComplexType Name="controlScore" OpenType="true"><Property Name="controlCategory" Type="Edm.String" /><Property Name="controlName" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="score" Type="Edm.Double" /></ComplexType><ComplexType Name="fileHash"><Property Name="hashType" Type="graph.fileHashType" /><Property Name="hashValue" Type="Edm.String" /></ComplexType><ComplexType Name="fileSecurityState"><Property Name="fileHash" Type="graph.fileHash" /><Property Name="name" Type="Edm.String" /><Property Name="path" Type="Edm.String" /><Property Name="riskScore" Type="Edm.String" /></ComplexType><ComplexType Name="hostSecurityState"><Property Name="fqdn" Type="Edm.String" /><Property Name="isAzureAdJoined" Type="Edm.Boolean" /><Property Name="isAzureAdRegistered" Type="Edm.Boolean" /><Property Name="isHybridAzureDomainJoined" Type="Edm.Boolean" /><Property Name="netBiosName" Type="Edm.String" /><Property Name="os" Type="Edm.String" /><Property Name="privateIpAddress" Type="Edm.String" /><Property Name="publicIpAddress" Type="Edm.String" /><Property Name="riskScore" Type="Edm.String" /></ComplexType><ComplexType Name="investigationSecurityState"><Property Name="name" Type="Edm.String" /><Property Name="status" Type="Edm.String" /></ComplexType><ComplexType Name="malwareState"><Property Name="category" Type="Edm.String" /><Property Name="family" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="severity" Type="Edm.String" /><Property Name="wasRunning" Type="Edm.Boolean" /></ComplexType><ComplexType Name="messageSecurityState"><Property Name="connectingIP" Type="Edm.String" /><Property Name="deliveryAction" Type="Edm.String" /><Property Name="deliveryLocation" Type="Edm.String" /><Property Name="directionality" Type="Edm.String" /><Property Name="internetMessageId" Type="Edm.String" /><Property Name="messageFingerprint" Type="Edm.String" /><Property Name="messageReceivedDateTime" Type="Edm.DateTimeOffset" /><Property Name="messageSubject" Type="Edm.String" /><Property Name="networkMessageId" Type="Edm.String" /></ComplexType><ComplexType Name="networkConnection"><Property Name="applicationName" Type="Edm.String" /><Property Name="destinationAddress" Type="Edm.String" /><Property Name="destinationDomain" Type="Edm.String" /><Property Name="destinationLocation" Type="Edm.String" /><Property Name="destinationPort" Type="Edm.String" /><Property Name="destinationUrl" Type="Edm.String" /><Property Name="direction" Type="graph.connectionDirection" /><Property Name="domainRegisteredDateTime" Type="Edm.DateTimeOffset" /><Property Name="localDnsName" Type="Edm.String" /><Property Name="natDestinationAddress" Type="Edm.String" /><Property Name="natDestinationPort" Type="Edm.String" /><Property Name="natSourceAddress" Type="Edm.String" /><Property Name="natSourcePort" Type="Edm.String" /><Property Name="protocol" Type="graph.securityNetworkProtocol" /><Property Name="riskScore" Type="Edm.String" /><Property Name="sourceAddress" Type="Edm.String" /><Property Name="sourceLocation" Type="Edm.String" /><Property Name="sourcePort" Type="Edm.String" /><Property Name="status" Type="graph.connectionStatus" /><Property Name="urlParameters" Type="Edm.String" /></ComplexType><ComplexType Name="process"><Property Name="accountName" Type="Edm.String" /><Property Name="commandLine" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="fileHash" Type="graph.fileHash" /><Property Name="integrityLevel" Type="graph.processIntegrityLevel" /><Property Name="isElevated" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" /><Property Name="parentProcessCreatedDateTime" Type="Edm.DateTimeOffset" /><Property Name="parentProcessId" Type="Edm.Int32" /><Property Name="parentProcessName" Type="Edm.String" /><Property Name="path" Type="Edm.String" /><Property Name="processId" Type="Edm.Int32" /></ComplexType><ComplexType Name="registryKeyState"><Property Name="hive" Type="graph.registryHive" /><Property Name="key" Type="Edm.String" /><Property Name="oldKey" Type="Edm.String" /><Property Name="oldValueData" Type="Edm.String" /><Property Name="oldValueName" Type="Edm.String" /><Property Name="operation" Type="graph.registryOperation" /><Property Name="processId" Type="Edm.Int32" /><Property Name="valueData" Type="Edm.String" /><Property Name="valueName" Type="Edm.String" /><Property Name="valueType" Type="graph.registryValueType" /></ComplexType><ComplexType Name="secureScoreControlStateUpdate"><Property Name="assignedTo" Type="Edm.String" /><Property Name="comment" Type="Edm.String" /><Property Name="state" Type="Edm.String" /><Property Name="updatedBy" Type="Edm.String" /><Property Name="updatedDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="securityResource"><Property Name="resource" Type="Edm.String" /><Property Name="resourceType" Type="graph.securityResourceType" /></ComplexType><ComplexType Name="securityVendorInformation"><Property Name="provider" Type="Edm.String" /><Property Name="providerVersion" Type="Edm.String" /><Property Name="subProvider" Type="Edm.String" /><Property Name="vendor" Type="Edm.String" /></ComplexType><ComplexType Name="uriClickSecurityState"><Property Name="clickAction" Type="Edm.String" /><Property Name="clickDateTime" Type="Edm.DateTimeOffset" /><Property Name="id" Type="Edm.String" /><Property Name="sourceId" Type="Edm.String" /><Property Name="uriDomain" Type="Edm.String" /><Property Name="verdict" Type="Edm.String" /></ComplexType><ComplexType Name="userSecurityState"><Property Name="aadUserId" Type="Edm.String" /><Property Name="accountName" Type="Edm.String" /><Property Name="domainName" Type="Edm.String" /><Property Name="emailRole" Type="graph.emailRole" /><Property Name="isVpn" Type="Edm.Boolean" /><Property Name="logonDateTime" Type="Edm.DateTimeOffset" /><Property Name="logonId" Type="Edm.String" /><Property Name="logonIp" Type="Edm.String" /><Property Name="logonLocation" Type="Edm.String" /><Property Name="logonType" Type="graph.logonType" /><Property Name="onPremisesSecurityIdentifier" Type="Edm.String" /><Property Name="riskScore" Type="Edm.String" /><Property Name="userAccountType" Type="graph.userAccountSecurityType" /><Property Name="userPrincipalName" Type="Edm.String" /></ComplexType><ComplexType Name="vulnerabilityState"><Property Name="cve" Type="Edm.String" /><Property Name="severity" Type="Edm.String" /><Property Name="wasRunning" Type="Edm.Boolean" /></ComplexType><ComplexType Name="participantJoiningResponse" Abstract="true" /><ComplexType Name="acceptJoinResponse" BaseType="graph.participantJoiningResponse" /><ComplexType Name="mediaConfig" Abstract="true" /><ComplexType Name="appHostedMediaConfig" BaseType="graph.mediaConfig"><Property Name="blob" Type="Edm.String" /></ComplexType><ComplexType Name="attendanceInterval"><Property Name="durationInSeconds" Type="Edm.Int32" /><Property Name="joinDateTime" Type="Edm.DateTimeOffset" /><Property Name="leaveDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="audioConferencing"><Property Name="conferenceId" Type="Edm.String" /><Property Name="dialinUrl" Type="Edm.String" /><Property Name="tollFreeNumber" Type="Edm.String" /><Property Name="tollFreeNumbers" Type="Collection(Edm.String)" /><Property Name="tollNumber" Type="Edm.String" /><Property Name="tollNumbers" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="azureCommunicationServicesUserIdentity" BaseType="graph.identity" OpenType="true"><Property Name="azureCommunicationServicesResourceId" Type="Edm.String" /></ComplexType><ComplexType Name="broadcastMeetingCaptionSettings"><Property Name="isCaptionEnabled" Type="Edm.Boolean" /><Property Name="spokenLanguage" Type="Edm.String" /><Property Name="translationLanguages" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="callMediaState"><Property Name="audio" Type="graph.mediaState" /></ComplexType><ComplexType Name="callOptions" Abstract="true"><Property Name="hideBotAfterEscalation" Type="Edm.Boolean" /><Property Name="isContentSharingNotificationEnabled" Type="Edm.Boolean" /><Property Name="isDeltaRosterEnabled" Type="Edm.Boolean" /><Property Name="isInteractiveRosterEnabled" Type="Edm.Boolean" /></ComplexType><ComplexType Name="callRoute"><Property Name="final" Type="graph.identitySet" Nullable="false" /><Property Name="original" Type="graph.identitySet" Nullable="false" /><Property Name="routingType" Type="graph.routingType" Nullable="false" /></ComplexType><ComplexType Name="callTranscriptionInfo"><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="state" Type="graph.callTranscriptionState" Nullable="false" /></ComplexType><ComplexType Name="chatInfo"><Property Name="messageId" Type="Edm.String" /><Property Name="replyChainMessageId" Type="Edm.String" /><Property Name="threadId" Type="Edm.String" /></ComplexType><ComplexType Name="chatRestrictions"><Property Name="allowTextOnly" Type="Edm.Boolean" /></ComplexType><ComplexType Name="commsNotification" OpenType="true"><Property Name="changeType" Type="graph.changeType" Nullable="false" /><Property Name="resourceUrl" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="commsNotifications"><Property Name="value" Type="Collection(graph.commsNotification)" /></ComplexType><ComplexType Name="communicationsApplicationIdentity" BaseType="graph.identity" OpenType="true"><Property Name="applicationType" Type="Edm.String" /><Property Name="hidden" Type="Edm.Boolean" /></ComplexType><ComplexType Name="communicationsApplicationInstanceIdentity" BaseType="graph.identity" OpenType="true"><Property Name="hidden" Type="Edm.Boolean" /><Property Name="tenantId" Type="Edm.String" /></ComplexType><ComplexType Name="communicationsEncryptedIdentity" BaseType="graph.identity" OpenType="true" /><ComplexType Name="communicationsGuestIdentity" BaseType="graph.identity" OpenType="true"><Property Name="email" Type="Edm.String" /></ComplexType><ComplexType Name="communicationsPhoneIdentity" BaseType="graph.identity" OpenType="true" /><ComplexType Name="communicationsUserIdentity" BaseType="graph.identity" OpenType="true"><Property Name="tenantId" Type="Edm.String" /></ComplexType><ComplexType Name="emergencyCallerInfo"><Property Name="displayName" Type="Edm.String" /><Property Name="location" Type="graph.location" /><Property Name="phoneNumber" Type="Edm.String" /><Property Name="tenantId" Type="Edm.String" /><Property Name="upn" Type="Edm.String" /></ComplexType><ComplexType Name="incomingCallOptions" BaseType="graph.callOptions" /><ComplexType Name="incomingContext"><Property Name="observedParticipantId" Type="Edm.String" /><Property Name="onBehalfOf" Type="graph.identitySet" /><Property Name="sourceParticipantId" Type="Edm.String" /><Property Name="transferor" Type="graph.identitySet" /></ComplexType><ComplexType Name="invitationParticipantInfo" OpenType="true"><Property Name="hidden" Type="Edm.Boolean" /><Property Name="identity" Type="graph.identitySet" Nullable="false" /><Property Name="participantId" Type="Edm.String" /><Property Name="removeFromDefaultAudioRoutingGroup" Type="Edm.Boolean" /><Property Name="replacesCallId" Type="Edm.String" /></ComplexType><ComplexType Name="inviteNewBotResponse" BaseType="graph.participantJoiningResponse"><Property Name="inviteUri" Type="Edm.String" /></ComplexType><ComplexType Name="meetingInfo" Abstract="true" /><ComplexType Name="joinMeetingIdMeetingInfo" BaseType="graph.meetingInfo" OpenType="true"><Property Name="joinMeetingId" Type="Edm.String" Nullable="false" /><Property Name="passcode" Type="Edm.String" /></ComplexType><ComplexType Name="joinMeetingIdSettings"><Property Name="isPasscodeRequired" Type="Edm.Boolean" /><Property Name="joinMeetingId" Type="Edm.String" /><Property Name="passcode" Type="Edm.String" /></ComplexType><ComplexType Name="mediaInfo"><Property Name="resourceId" Type="Edm.String" /><Property Name="uri" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="prompt" Abstract="true" /><ComplexType Name="mediaPrompt" BaseType="graph.prompt"><Property Name="mediaInfo" Type="graph.mediaInfo" Nullable="false" /></ComplexType><ComplexType Name="mediaStream"><Property Name="direction" Type="graph.mediaDirection" Nullable="false" /><Property Name="label" Type="Edm.String" /><Property Name="mediaType" Type="graph.modality" Nullable="false" /><Property Name="serverMuted" Type="Edm.Boolean" Nullable="false" /><Property Name="sourceId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="meetingParticipantInfo"><Property Name="identity" Type="graph.identitySet" /><Property Name="role" Type="graph.onlineMeetingRole" /><Property Name="upn" Type="Edm.String" /></ComplexType><ComplexType Name="onlineMeetingRestricted"><Property Name="contentSharingDisabled" Type="graph.onlineMeetingContentSharingDisabledReason" /><Property Name="videoDisabled" Type="graph.onlineMeetingVideoDisabledReason" /></ComplexType><ComplexType Name="onlineMeetingSensitivityLabelAssignment"><Property Name="sensitivityLabelId" Type="Edm.String" /></ComplexType><ComplexType Name="organizerMeetingInfo" BaseType="graph.meetingInfo" OpenType="true"><Property Name="organizer" Type="graph.identitySet" Nullable="false" /></ComplexType><ComplexType Name="outgoingCallOptions" BaseType="graph.callOptions" /><ComplexType Name="outOfOfficeSettings"><Property Name="isOutOfOffice" Type="Edm.Boolean" /><Property Name="message" Type="Edm.String" /></ComplexType><ComplexType Name="participantInfo"><Property Name="countryCode" Type="Edm.String" /><Property Name="endpointType" Type="graph.endpointType" /><Property Name="identity" Type="graph.identitySet" Nullable="false" /><Property Name="languageId" Type="Edm.String" /><Property Name="participantId" Type="Edm.String" /><Property Name="region" Type="Edm.String" /></ComplexType><ComplexType Name="presenceStatusMessage"><Property Name="expiryDateTime" Type="graph.dateTimeTimeZone" /><Property Name="message" Type="graph.itemBody" /><Property Name="publishedDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="recordingInfo"><Property Name="initiator" Type="graph.identitySet" /><Property Name="recordingStatus" Type="graph.recordingStatus" Nullable="false" /></ComplexType><ComplexType Name="rejectJoinResponse" BaseType="graph.participantJoiningResponse"><Property Name="reason" Type="graph.rejectReason" Nullable="false" /></ComplexType><ComplexType Name="removedState"><Property Name="reason" Type="Edm.String" /></ComplexType><ComplexType Name="serviceHostedMediaConfig" BaseType="graph.mediaConfig"><Property Name="preFetchMedia" Type="Collection(graph.mediaInfo)" /></ComplexType><ComplexType Name="teleconferenceDeviceMediaQuality" Abstract="true" OpenType="true"><Property Name="averageInboundJitter" Type="Edm.Duration" /><Property Name="averageInboundPacketLossRateInPercentage" Type="Edm.Double" /><Property Name="averageInboundRoundTripDelay" Type="Edm.Duration" /><Property Name="averageOutboundJitter" Type="Edm.Duration" /><Property Name="averageOutboundPacketLossRateInPercentage" Type="Edm.Double" /><Property Name="averageOutboundRoundTripDelay" Type="Edm.Duration" /><Property Name="channelIndex" Type="Edm.Int32" Nullable="false" /><Property Name="inboundPackets" Type="Edm.Int64" /><Property Name="localIPAddress" Type="Edm.String" /><Property Name="localPort" Type="Edm.Int32" /><Property Name="maximumInboundJitter" Type="Edm.Duration" /><Property Name="maximumInboundPacketLossRateInPercentage" Type="Edm.Double" /><Property Name="maximumInboundRoundTripDelay" Type="Edm.Duration" /><Property Name="maximumOutboundJitter" Type="Edm.Duration" /><Property Name="maximumOutboundPacketLossRateInPercentage" Type="Edm.Double" /><Property Name="maximumOutboundRoundTripDelay" Type="Edm.Duration" /><Property Name="mediaDuration" Type="Edm.Duration" /><Property Name="networkLinkSpeedInBytes" Type="Edm.Int64" /><Property Name="outboundPackets" Type="Edm.Int64" /><Property Name="remoteIPAddress" Type="Edm.String" /><Property Name="remotePort" Type="Edm.Int32" /></ComplexType><ComplexType Name="teleconferenceDeviceAudioQuality" BaseType="graph.teleconferenceDeviceMediaQuality" OpenType="true" /><ComplexType Name="teleconferenceDeviceQuality" OpenType="true"><Property Name="callChainId" Type="Edm.Guid" Nullable="false" /><Property Name="cloudServiceDeploymentEnvironment" Type="Edm.String" /><Property Name="cloudServiceDeploymentId" Type="Edm.String" /><Property Name="cloudServiceInstanceName" Type="Edm.String" /><Property Name="cloudServiceName" Type="Edm.String" /><Property Name="deviceDescription" Type="Edm.String" Nullable="false" /><Property Name="deviceName" Type="Edm.String" Nullable="false" /><Property Name="mediaLegId" Type="Edm.Guid" Nullable="false" /><Property Name="mediaQualityList" Type="Collection(graph.teleconferenceDeviceMediaQuality)" Nullable="false" /><Property Name="participantId" Type="Edm.Guid" Nullable="false" /></ComplexType><ComplexType Name="teleconferenceDeviceVideoQuality" BaseType="graph.teleconferenceDeviceMediaQuality" OpenType="true"><Property Name="averageInboundBitRate" Type="Edm.Double" /><Property Name="averageInboundFrameRate" Type="Edm.Double" /><Property Name="averageOutboundBitRate" Type="Edm.Double" /><Property Name="averageOutboundFrameRate" Type="Edm.Double" /></ComplexType><ComplexType Name="teleconferenceDeviceScreenSharingQuality" BaseType="graph.teleconferenceDeviceVideoQuality" OpenType="true" /><ComplexType Name="tokenMeetingInfo" BaseType="graph.meetingInfo"><Property Name="token" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="toneInfo"><Property Name="sequenceId" Type="Edm.Int64" Nullable="false" /><Property Name="tone" Type="graph.tone" Nullable="false" /></ComplexType><ComplexType Name="userWorkLocation"><Property Name="placeId" Type="Edm.String" /><Property Name="source" Type="graph.workLocationSource" Nullable="false" /><Property Name="workLocationType" Type="graph.workLocationType" Nullable="false" /></ComplexType><ComplexType Name="virtualEventExternalInformation"><Property Name="applicationId" Type="Edm.String" /><Property Name="externalEventId" Type="Edm.String" /></ComplexType><ComplexType Name="virtualEventExternalRegistrationInformation"><Property Name="referrer" Type="Edm.String" /><Property Name="registrationId" Type="Edm.String" /></ComplexType><ComplexType Name="virtualEventPresenterDetails"><Property Name="bio" Type="graph.itemBody" /><Property Name="company" Type="Edm.String" /><Property Name="jobTitle" Type="Edm.String" /><Property Name="linkedInProfileWebUrl" Type="Edm.String" /><Property Name="personalSiteWebUrl" Type="Edm.String" /><Property Name="photo" Type="Edm.Stream" /><Property Name="twitterProfileWebUrl" Type="Edm.String" /></ComplexType><ComplexType Name="virtualEventPresenterInfo" BaseType="graph.meetingParticipantInfo"><Property Name="presenterDetails" Type="graph.virtualEventPresenterDetails" /></ComplexType><ComplexType Name="virtualEventRegistrationQuestionAnswer"><Property Name="booleanValue" Type="Edm.Boolean" /><Property Name="displayName" Type="Edm.String" /><Property Name="multiChoiceValues" Type="Collection(Edm.String)" /><Property Name="questionId" Type="Edm.String" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="virtualEventSettings"><Property Name="isAttendeeEmailNotificationEnabled" Type="Edm.Boolean" /></ComplexType><EntityType Name="commsOperation" BaseType="graph.entity" OpenType="true"><Property Name="clientContext" Type="Edm.String" /><Property Name="resultInfo" Type="graph.resultInfo" /><Property Name="status" Type="graph.operationStatus" Nullable="false" /></EntityType><EntityType Name="addLargeGalleryViewOperation" BaseType="graph.commsOperation" OpenType="true" /><EntityType Name="attendanceRecord" BaseType="graph.entity"><Property Name="attendanceIntervals" Type="Collection(graph.attendanceInterval)" /><Property Name="emailAddress" Type="Edm.String" /><Property Name="externalRegistrationInformation" Type="graph.virtualEventExternalRegistrationInformation" /><Property Name="identity" Type="graph.identity" /><Property Name="registrationId" Type="Edm.String" /><Property Name="role" Type="Edm.String" /><Property Name="totalAttendanceInSeconds" Type="Edm.Int32" /></EntityType><EntityType Name="audioRoutingGroup" BaseType="graph.entity"><Property Name="receivers" Type="Collection(Edm.String)" /><Property Name="routingMode" Type="graph.routingMode" Nullable="false" /><Property Name="sources" Type="Collection(Edm.String)" /></EntityType><EntityType Name="contentSharingSession" BaseType="graph.entity" OpenType="true" /><EntityType Name="participant" BaseType="graph.entity"><Property Name="info" Type="graph.participantInfo" Nullable="false" /><Property Name="isInLobby" Type="Edm.Boolean" Nullable="false" /><Property Name="isMuted" Type="Edm.Boolean" Nullable="false" /><Property Name="mediaStreams" Type="Collection(graph.mediaStream)" /><Property Name="metadata" Type="Edm.String" /><Property Name="recordingInfo" Type="graph.recordingInfo" /><Property Name="removedState" Type="graph.removedState" /><Property Name="restrictedExperience" Type="graph.onlineMeetingRestricted" /><Property Name="rosterSequenceNumber" Type="Edm.Int64" /></EntityType><EntityType Name="callEvent" BaseType="graph.entity"><Property Name="callEventType" Type="graph.callEventType" Nullable="false" /><Property Name="eventDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="participants" Type="Collection(graph.participant)" /></EntityType><EntityType Name="cancelMediaProcessingOperation" BaseType="graph.commsOperation" OpenType="true" /><EntityType Name="deltaParticipants" BaseType="graph.entity"><Property Name="sequenceNumber" Type="Edm.Int64" /><NavigationProperty Name="participants" Type="Collection(graph.participant)" ContainsTarget="true" /></EntityType><EntityType Name="emergencyCallEvent" BaseType="graph.callEvent"><Property Name="callerInfo" Type="graph.emergencyCallerInfo" /><Property Name="emergencyNumberDialed" Type="Edm.String" /><Property Name="policyName" Type="Edm.String" /></EntityType><EntityType Name="inviteParticipantsOperation" BaseType="graph.commsOperation" OpenType="true"><Property Name="participants" Type="Collection(graph.invitationParticipantInfo)" Nullable="false" /></EntityType><EntityType Name="meetingAttendanceReport" BaseType="graph.entity"><Property Name="externalEventInformation" Type="Collection(graph.virtualEventExternalInformation)" /><Property Name="meetingEndDateTime" Type="Edm.DateTimeOffset" /><Property Name="meetingStartDateTime" Type="Edm.DateTimeOffset" /><Property Name="totalParticipantCount" Type="Edm.Int32" /><NavigationProperty Name="attendanceRecords" Type="Collection(graph.attendanceRecord)" ContainsTarget="true" /></EntityType><EntityType Name="muteParticipantOperation" BaseType="graph.commsOperation" OpenType="true" /><EntityType Name="participantJoiningNotification" BaseType="graph.entity"><NavigationProperty Name="call" Type="graph.call" ContainsTarget="true" /></EntityType><EntityType Name="participantLeftNotification" BaseType="graph.entity"><Property Name="participantId" Type="Edm.String" Nullable="false" /><NavigationProperty Name="call" Type="graph.call" ContainsTarget="true" /></EntityType><EntityType Name="playPromptOperation" BaseType="graph.commsOperation" OpenType="true" /><EntityType Name="recordOperation" BaseType="graph.commsOperation" OpenType="true"><Property Name="recordingAccessToken" Type="Edm.String" /><Property Name="recordingLocation" Type="Edm.String" /></EntityType><EntityType Name="sendDtmfTonesOperation" BaseType="graph.commsOperation" OpenType="true"><Property Name="completionReason" Type="graph.sendDtmfCompletionReason" /></EntityType><EntityType Name="startHoldMusicOperation" BaseType="graph.commsOperation" OpenType="true" /><EntityType Name="stopHoldMusicOperation" BaseType="graph.commsOperation" OpenType="true" /><EntityType Name="subscribeToToneOperation" BaseType="graph.commsOperation" OpenType="true" /><EntityType Name="unmuteParticipantOperation" BaseType="graph.commsOperation" OpenType="true" /><EntityType Name="updateRecordingStatusOperation" BaseType="graph.commsOperation" OpenType="true" /><EntityType Name="virtualEvent" BaseType="graph.entity"><Property Name="createdBy" Type="graph.communicationsIdentitySet" /><Property Name="description" Type="graph.itemBody" /><Property Name="displayName" Type="Edm.String" /><Property Name="endDateTime" Type="graph.dateTimeTimeZone" /><Property Name="externalEventInformation" Type="Collection(graph.virtualEventExternalInformation)" /><Property Name="settings" Type="graph.virtualEventSettings" /><Property Name="startDateTime" Type="graph.dateTimeTimeZone" /><Property Name="status" Type="graph.virtualEventStatus" /><NavigationProperty Name="presenters" Type="Collection(graph.virtualEventPresenter)" ContainsTarget="true" /><NavigationProperty Name="sessions" Type="Collection(graph.virtualEventSession)" ContainsTarget="true" /></EntityType><EntityType Name="virtualEventPresenter" BaseType="graph.entity"><Property Name="email" Type="Edm.String" /><Property Name="identity" Type="graph.identity" /><Property Name="presenterDetails" Type="graph.virtualEventPresenterDetails" /></EntityType><EntityType Name="virtualEventSession" BaseType="graph.onlineMeetingBase"><Property Name="endDateTime" Type="graph.dateTimeTimeZone" /><Property Name="startDateTime" Type="graph.dateTimeTimeZone" /><Property Name="videoOnDemandWebUrl" Type="Edm.String" /></EntityType><EntityType Name="virtualEventRegistration" BaseType="graph.entity"><Property Name="cancelationDateTime" Type="Edm.DateTimeOffset" /><Property Name="email" Type="Edm.String" /><Property Name="externalRegistrationInformation" Type="graph.virtualEventExternalRegistrationInformation" /><Property Name="firstName" Type="Edm.String" /><Property Name="lastName" Type="Edm.String" /><Property Name="preferredLanguage" Type="Edm.String" /><Property Name="preferredTimezone" Type="Edm.String" /><Property Name="registrationDateTime" Type="Edm.DateTimeOffset" /><Property Name="registrationQuestionAnswers" Type="Collection(graph.virtualEventRegistrationQuestionAnswer)" /><Property Name="status" Type="graph.virtualEventAttendeeRegistrationStatus" /><Property Name="userId" Type="Edm.String" /><NavigationProperty Name="sessions" Type="Collection(graph.virtualEventSession)" /><Annotation Term="Org.OData.Core.V1.AlternateKeys"><Collection><Record Type="Org.OData.Core.V1.AlternateKey"><PropertyValue Property="Key"><Collection><Record Type="Org.OData.Core.V1.PropertyRef"><PropertyValue Property="Alias" String="userId" /><PropertyValue Property="Name" PropertyPath="userId" /></Record></Collection></PropertyValue></Record><Record Type="Org.OData.Core.V1.AlternateKey"><PropertyValue Property="Key"><Collection><Record Type="Org.OData.Core.V1.PropertyRef"><PropertyValue Property="Alias" String="email" /><PropertyValue Property="Name" PropertyPath="email" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="virtualEventRegistrationConfiguration" BaseType="graph.entity"><Property Name="capacity" Type="Edm.Int32" /><Property Name="registrationWebUrl" Type="Edm.String" /><NavigationProperty Name="questions" Type="Collection(graph.virtualEventRegistrationQuestionBase)" ContainsTarget="true" /></EntityType><EntityType Name="virtualEventRegistrationQuestionBase" BaseType="graph.entity" Abstract="true"><Property Name="displayName" Type="Edm.String" /><Property Name="isRequired" Type="Edm.Boolean" /></EntityType><EntityType Name="virtualEventRegistrationCustomQuestion" BaseType="graph.virtualEventRegistrationQuestionBase"><Property Name="answerChoices" Type="Collection(Edm.String)" /><Property Name="answerInputType" Type="graph.virtualEventRegistrationQuestionAnswerInputType" /></EntityType><EntityType Name="virtualEventRegistrationPredefinedQuestion" BaseType="graph.virtualEventRegistrationQuestionBase"><Property Name="label" Type="graph.virtualEventRegistrationPredefinedQuestionLabel" /></EntityType><EntityType Name="virtualEventTownhall" BaseType="graph.virtualEvent"><Property Name="audience" Type="graph.meetingAudience" /><Property Name="coOrganizers" Type="Collection(graph.communicationsUserIdentity)" /><Property Name="invitedAttendees" Type="Collection(graph.identity)" /><Property Name="isInviteOnly" Type="Edm.Boolean" /></EntityType><EntityType Name="virtualEventWebinar" BaseType="graph.virtualEvent"><Property Name="audience" Type="graph.meetingAudience" /><Property Name="coOrganizers" Type="Collection(graph.communicationsUserIdentity)" /><NavigationProperty Name="registrationConfiguration" Type="graph.virtualEventWebinarRegistrationConfiguration" ContainsTarget="true" /><NavigationProperty Name="registrations" Type="Collection(graph.virtualEventRegistration)" ContainsTarget="true" /></EntityType><EntityType Name="virtualEventWebinarRegistrationConfiguration" BaseType="graph.virtualEventRegistrationConfiguration"><Property Name="isManualApprovalEnabled" Type="Edm.Boolean" /><Property Name="isWaitlistEnabled" Type="Edm.Boolean" /></EntityType><ComplexType Name="passwordResetResponse"><Property Name="newPassword" Type="Edm.String" /></ComplexType><ComplexType Name="qrCodeImageDetails"><Property Name="binaryValue" Type="Edm.Binary" /><Property Name="errorCorrectionLevel" Type="graph.errorCorrectionLevel" /><Property Name="rawContent" Type="Edm.Binary" /><Property Name="version" Type="Edm.Int32" /></ComplexType><EntityType Name="authenticationMethod" BaseType="graph.entity" Abstract="true"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="emailAuthenticationMethod" BaseType="graph.authenticationMethod"><Property Name="emailAddress" Type="Edm.String" /></EntityType><EntityType Name="externalAuthenticationMethod" BaseType="graph.authenticationMethod"><Property Name="configurationId" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="fido2AuthenticationMethod" BaseType="graph.authenticationMethod"><Property Name="aaGuid" Type="Edm.String" /><Property Name="attestationCertificates" Type="Collection(Edm.String)" /><Property Name="attestationLevel" Type="graph.attestationLevel" /><Property Name="displayName" Type="Edm.String" /><Property Name="model" Type="Edm.String" /></EntityType><EntityType Name="microsoftAuthenticatorAuthenticationMethod" BaseType="graph.authenticationMethod"><Property Name="deviceTag" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="phoneAppVersion" Type="Edm.String" /><NavigationProperty Name="device" Type="graph.device" /></EntityType><EntityType Name="passwordAuthenticationMethod" BaseType="graph.authenticationMethod"><Property Name="password" Type="Edm.String" /></EntityType><EntityType Name="phoneAuthenticationMethod" BaseType="graph.authenticationMethod"><Property Name="phoneNumber" Type="Edm.String" /><Property Name="phoneType" Type="graph.authenticationPhoneType" /><Property Name="smsSignInState" Type="graph.authenticationMethodSignInState" /></EntityType><EntityType Name="platformCredentialAuthenticationMethod" BaseType="graph.authenticationMethod"><Property Name="displayName" Type="Edm.String" /><Property Name="keyStrength" Type="graph.authenticationMethodKeyStrength" /><Property Name="platform" Type="graph.authenticationMethodPlatform" /><NavigationProperty Name="device" Type="graph.device" /></EntityType><EntityType Name="softwareOathAuthenticationMethod" BaseType="graph.authenticationMethod"><Property Name="secretKey" Type="Edm.String" /></EntityType><EntityType Name="temporaryAccessPassAuthenticationMethod" BaseType="graph.authenticationMethod"><Property Name="isUsable" Type="Edm.Boolean" /><Property Name="isUsableOnce" Type="Edm.Boolean" /><Property Name="lifetimeInMinutes" Type="Edm.Int32" /><Property Name="methodUsabilityReason" Type="Edm.String" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="temporaryAccessPass" Type="Edm.String" /></EntityType><EntityType Name="windowsHelloForBusinessAuthenticationMethod" BaseType="graph.authenticationMethod"><Property Name="displayName" Type="Edm.String" /><Property Name="keyStrength" Type="graph.authenticationMethodKeyStrength" /><NavigationProperty Name="device" Type="graph.device" /></EntityType><EntityType Name="qrCode" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="expireDateTime" Type="Edm.DateTimeOffset" /><Property Name="image" Type="graph.qrCodeImageDetails" /><Property Name="lastUsedDateTime" Type="Edm.DateTimeOffset" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="qrCodePinAuthenticationMethod" BaseType="graph.authenticationMethod"><NavigationProperty Name="pin" Type="graph.qrPin" ContainsTarget="true" /><NavigationProperty Name="standardQRCode" Type="graph.qrCode" ContainsTarget="true" /><NavigationProperty Name="temporaryQRCode" Type="graph.qrCode" ContainsTarget="true" /></EntityType><EntityType Name="qrPin" BaseType="graph.entity"><Property Name="code" Type="Edm.String" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="forceChangePinNextSignIn" Type="Edm.Boolean" /><Property Name="updatedDateTime" Type="Edm.DateTimeOffset" /></EntityType><ComplexType Name="changeNotification"><Property Name="changeType" Type="graph.changeType" Nullable="false" /><Property Name="clientState" Type="Edm.String" /><Property Name="encryptedContent" Type="graph.changeNotificationEncryptedContent" /><Property Name="id" Type="Edm.String" /><Property Name="lifecycleEvent" Type="graph.lifecycleEventType" /><Property Name="resource" Type="Edm.String" Nullable="false" /><Property Name="resourceData" Type="graph.resourceData" /><Property Name="subscriptionExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="subscriptionId" Type="Edm.Guid" Nullable="false" /><Property Name="tenantId" Type="Edm.Guid" Nullable="false" /></ComplexType><ComplexType Name="changeNotificationEncryptedContent"><Property Name="data" Type="Edm.String" Nullable="false" /><Property Name="dataKey" Type="Edm.String" Nullable="false" /><Property Name="dataSignature" Type="Edm.String" Nullable="false" /><Property Name="encryptionCertificateId" Type="Edm.String" Nullable="false" /><Property Name="encryptionCertificateThumbprint" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="resourceData" OpenType="true" /><ComplexType Name="changeNotificationCollection"><Property Name="validationTokens" Type="Collection(Edm.String)" /><Property Name="value" Type="Collection(graph.changeNotification)" Nullable="false" /></ComplexType><ComplexType Name="actionResultPart" Abstract="true"><Property Name="error" Type="graph.publicError" /></ComplexType><ComplexType Name="aadUserConversationMemberResult" BaseType="graph.actionResultPart"><Property Name="userId" Type="Edm.String" /></ComplexType><ComplexType Name="teamworkNotificationRecipient" Abstract="true" /><ComplexType Name="aadUserNotificationRecipient" BaseType="graph.teamworkNotificationRecipient"><Property Name="userId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="actionItem"><Property Name="ownerDisplayName" Type="Edm.String" /><Property Name="text" Type="Edm.String" /><Property Name="title" Type="Edm.String" /></ComplexType><ComplexType Name="aiInteractionAttachment"><Property Name="attachmentId" Type="Edm.String" /><Property Name="content" Type="Edm.String" /><Property Name="contentType" Type="Edm.String" /><Property Name="contentUrl" Type="Edm.String" /><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="aiInteractionContext"><Property Name="contextReference" Type="Edm.String" /><Property Name="contextType" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /></ComplexType><ComplexType Name="aiInteractionLink"><Property Name="displayName" Type="Edm.String" /><Property Name="linkType" Type="Edm.String" /><Property Name="linkUrl" Type="Edm.String" /></ComplexType><ComplexType Name="aiInteractionMention"><Property Name="mentioned" Type="graph.aiInteractionMentionedIdentitySet" /><Property Name="mentionId" Type="Edm.Int32" /><Property Name="mentionText" Type="Edm.String" /></ComplexType><ComplexType Name="aiInteractionMentionedIdentitySet" BaseType="graph.identitySet" OpenType="true"><Property Name="conversation" Type="graph.teamworkConversationIdentity" /><Property Name="tag" Type="graph.teamworkTagIdentity" /></ComplexType><ComplexType Name="teamworkConversationIdentity" BaseType="graph.identity" OpenType="true"><Property Name="conversationIdentityType" Type="graph.teamworkConversationIdentityType" /></ComplexType><ComplexType Name="teamworkTagIdentity" BaseType="graph.identity" OpenType="true" /><ComplexType Name="callAiInsightViewPoint"><Property Name="mentionEvents" Type="Collection(graph.mentionEvent)" /></ComplexType><ComplexType Name="mentionEvent"><Property Name="eventDateTime" Type="Edm.DateTimeOffset" /><Property Name="speaker" Type="graph.identitySet" /><Property Name="transcriptUtterance" Type="Edm.String" /></ComplexType><ComplexType Name="eventMessageDetail" Abstract="true" /><ComplexType Name="callEndedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="callDuration" Type="Edm.Duration" /><Property Name="callEventType" Type="graph.teamworkCallEventType" /><Property Name="callId" Type="Edm.String" /><Property Name="callParticipants" Type="Collection(graph.callParticipantInfo)" /><Property Name="initiator" Type="graph.identitySet" /></ComplexType><ComplexType Name="callParticipantInfo"><Property Name="participant" Type="graph.identitySet" /></ComplexType><ComplexType Name="callRecordingEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="callId" Type="Edm.String" /><Property Name="callRecordingDisplayName" Type="Edm.String" /><Property Name="callRecordingDuration" Type="Edm.Duration" /><Property Name="callRecordingStatus" Type="graph.callRecordingStatus" /><Property Name="callRecordingUrl" Type="Edm.String" /><Property Name="initiator" Type="graph.identitySet" /><Property Name="meetingOrganizer" Type="graph.identitySet" /></ComplexType><ComplexType Name="callStartedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="callEventType" Type="graph.teamworkCallEventType" /><Property Name="callId" Type="Edm.String" /><Property Name="initiator" Type="graph.identitySet" /></ComplexType><ComplexType Name="callTranscriptEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="callId" Type="Edm.String" /><Property Name="callTranscriptICalUid" Type="Edm.String" /><Property Name="meetingOrganizer" Type="graph.identitySet" /></ComplexType><ComplexType Name="channelAddedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="channelDisplayName" Type="Edm.String" /><Property Name="channelId" Type="Edm.String" /><Property Name="initiator" Type="graph.identitySet" /></ComplexType><ComplexType Name="channelDeletedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="channelDisplayName" Type="Edm.String" /><Property Name="channelId" Type="Edm.String" /><Property Name="initiator" Type="graph.identitySet" /></ComplexType><ComplexType Name="channelDescriptionUpdatedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="channelDescription" Type="Edm.String" /><Property Name="channelId" Type="Edm.String" /><Property Name="initiator" Type="graph.identitySet" /></ComplexType><ComplexType Name="channelIdentity"><Property Name="channelId" Type="Edm.String" /><Property Name="teamId" Type="Edm.String" /></ComplexType><ComplexType Name="channelMembersNotificationRecipient" BaseType="graph.teamworkNotificationRecipient"><Property Name="channelId" Type="Edm.String" Nullable="false" /><Property Name="teamId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="channelRenamedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="channelDisplayName" Type="Edm.String" /><Property Name="channelId" Type="Edm.String" /><Property Name="initiator" Type="graph.identitySet" /></ComplexType><ComplexType Name="channelSetAsFavoriteByDefaultEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="channelId" Type="Edm.String" /><Property Name="initiator" Type="graph.identitySet" /></ComplexType><ComplexType Name="channelSummary"><Property Name="guestsCount" Type="Edm.Int32" /><Property Name="hasMembersFromOtherTenants" Type="Edm.Boolean" /><Property Name="membersCount" Type="Edm.Int32" /><Property Name="ownersCount" Type="Edm.Int32" /></ComplexType><ComplexType Name="channelUnsetAsFavoriteByDefaultEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="channelId" Type="Edm.String" /><Property Name="initiator" Type="graph.identitySet" /></ComplexType><ComplexType Name="chatMembersNotificationRecipient" BaseType="graph.teamworkNotificationRecipient"><Property Name="chatId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="chatMessageAttachment"><Property Name="content" Type="Edm.String" /><Property Name="contentType" Type="Edm.String" /><Property Name="contentUrl" Type="Edm.String" /><Property Name="id" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="teamsAppId" Type="Edm.String" /><Property Name="thumbnailUrl" Type="Edm.String" /></ComplexType><ComplexType Name="chatMessageFromIdentitySet" BaseType="graph.identitySet" OpenType="true" /><ComplexType Name="chatMessageHistoryItem"><Property Name="actions" Type="graph.chatMessageActions" Nullable="false" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="reaction" Type="graph.chatMessageReaction" /></ComplexType><ComplexType Name="chatMessageReaction"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="reactionContentUrl" Type="Edm.String" /><Property Name="reactionType" Type="Edm.String" Nullable="false" /><Property Name="user" Type="graph.chatMessageReactionIdentitySet" Nullable="false" /></ComplexType><ComplexType Name="chatMessageMention"><Property Name="id" Type="Edm.Int32" /><Property Name="mentioned" Type="graph.chatMessageMentionedIdentitySet" /><Property Name="mentionText" Type="Edm.String" /></ComplexType><ComplexType Name="chatMessageMentionedIdentitySet" BaseType="graph.identitySet" OpenType="true"><Property Name="conversation" Type="graph.teamworkConversationIdentity" /></ComplexType><ComplexType Name="chatMessagePolicyViolation"><Property Name="dlpAction" Type="graph.chatMessagePolicyViolationDlpActionTypes" /><Property Name="justificationText" Type="Edm.String" /><Property Name="policyTip" Type="graph.chatMessagePolicyViolationPolicyTip" /><Property Name="userAction" Type="graph.chatMessagePolicyViolationUserActionTypes" /><Property Name="verdictDetails" Type="graph.chatMessagePolicyViolationVerdictDetailsTypes" /></ComplexType><ComplexType Name="chatMessagePolicyViolationPolicyTip"><Property Name="complianceUrl" Type="Edm.String" /><Property Name="generalText" Type="Edm.String" /><Property Name="matchedConditionDescriptions" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="chatMessageReactionIdentitySet" BaseType="graph.identitySet" OpenType="true" /><ComplexType Name="chatRenamedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="chatDisplayName" Type="Edm.String" /><Property Name="chatId" Type="Edm.String" /><Property Name="initiator" Type="graph.identitySet" /></ComplexType><ComplexType Name="chatViewpoint"><Property Name="isHidden" Type="Edm.Boolean" /><Property Name="lastMessageReadDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="conversationMemberRoleUpdatedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="conversationMemberRoles" Type="Collection(Edm.String)" /><Property Name="conversationMemberUser" Type="graph.teamworkUserIdentity" /><Property Name="initiator" Type="graph.identitySet" /></ComplexType><ComplexType Name="teamworkUserIdentity" BaseType="graph.identity" OpenType="true"><Property Name="userIdentityType" Type="graph.teamworkUserIdentityType" /></ComplexType><ComplexType Name="meetingNote"><Property Name="subpoints" Type="Collection(graph.meetingNoteSubpoint)" /><Property Name="text" Type="Edm.String" /><Property Name="title" Type="Edm.String" /></ComplexType><ComplexType Name="meetingNoteSubpoint"><Property Name="text" Type="Edm.String" /><Property Name="title" Type="Edm.String" /></ComplexType><ComplexType Name="meetingPolicyUpdatedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="initiator" Type="graph.identitySet" /><Property Name="meetingChatEnabled" Type="Edm.Boolean" /><Property Name="meetingChatId" Type="Edm.String" /></ComplexType><ComplexType Name="membersAddedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="initiator" Type="graph.identitySet" /><Property Name="members" Type="Collection(graph.teamworkUserIdentity)" /><Property Name="visibleHistoryStartDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="membersDeletedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="initiator" Type="graph.identitySet" /><Property Name="members" Type="Collection(graph.teamworkUserIdentity)" /></ComplexType><ComplexType Name="membersJoinedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="initiator" Type="graph.identitySet" /><Property Name="members" Type="Collection(graph.teamworkUserIdentity)" /></ComplexType><ComplexType Name="membersLeftEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="initiator" Type="graph.identitySet" /><Property Name="members" Type="Collection(graph.teamworkUserIdentity)" /></ComplexType><ComplexType Name="messagePinnedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="eventDateTime" Type="Edm.DateTimeOffset" /><Property Name="initiator" Type="graph.identitySet" /></ComplexType><ComplexType Name="messageUnpinnedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="eventDateTime" Type="Edm.DateTimeOffset" /><Property Name="initiator" Type="graph.identitySet" /></ComplexType><ComplexType Name="operationError"><Property Name="code" Type="Edm.String" /><Property Name="message" Type="Edm.String" /></ComplexType><ComplexType Name="provisionChannelEmailResult"><Property Name="email" Type="Edm.String" /></ComplexType><ComplexType Name="tabUpdatedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="initiator" Type="graph.identitySet" /><Property Name="tabId" Type="Edm.String" /></ComplexType><ComplexType Name="teamArchivedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="initiator" Type="graph.identitySet" /><Property Name="teamId" Type="Edm.String" /></ComplexType><ComplexType Name="teamClassSettings"><Property Name="notifyGuardiansAboutAssignments" Type="Edm.Boolean" /></ComplexType><ComplexType Name="teamCreatedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="initiator" Type="graph.identitySet" /><Property Name="teamDescription" Type="Edm.String" /><Property Name="teamDisplayName" Type="Edm.String" /><Property Name="teamId" Type="Edm.String" /></ComplexType><ComplexType Name="teamDescriptionUpdatedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="initiator" Type="graph.identitySet" /><Property Name="teamDescription" Type="Edm.String" /><Property Name="teamId" Type="Edm.String" /></ComplexType><ComplexType Name="teamJoiningDisabledEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="initiator" Type="graph.identitySet" /><Property Name="teamId" Type="Edm.String" /></ComplexType><ComplexType Name="teamJoiningEnabledEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="initiator" Type="graph.identitySet" /><Property Name="teamId" Type="Edm.String" /></ComplexType><ComplexType Name="teamMembersNotificationRecipient" BaseType="graph.teamworkNotificationRecipient"><Property Name="teamId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="teamRenamedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="initiator" Type="graph.identitySet" /><Property Name="teamDisplayName" Type="Edm.String" /><Property Name="teamId" Type="Edm.String" /></ComplexType><ComplexType Name="teamsAppAuthorization"><Property Name="clientAppId" Type="Edm.String" /><Property Name="requiredPermissionSet" Type="graph.teamsAppPermissionSet" /></ComplexType><ComplexType Name="teamsAppPermissionSet"><Property Name="resourceSpecificPermissions" Type="Collection(graph.teamsAppResourceSpecificPermission)" /></ComplexType><ComplexType Name="teamsAppInstalledEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="initiator" Type="graph.identitySet" /><Property Name="teamsAppDisplayName" Type="Edm.String" /><Property Name="teamsAppId" Type="Edm.String" /></ComplexType><ComplexType Name="teamsAppResourceSpecificPermission"><Property Name="permissionType" Type="graph.teamsAppResourceSpecificPermissionType" /><Property Name="permissionValue" Type="Edm.String" /></ComplexType><ComplexType Name="teamsAppRemovedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="initiator" Type="graph.identitySet" /><Property Name="teamsAppDisplayName" Type="Edm.String" /><Property Name="teamsAppId" Type="Edm.String" /></ComplexType><ComplexType Name="teamsAppUpgradedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="initiator" Type="graph.identitySet" /><Property Name="teamsAppDisplayName" Type="Edm.String" /><Property Name="teamsAppId" Type="Edm.String" /></ComplexType><ComplexType Name="teamsLicensingDetails"><Property Name="hasTeamsLicense" Type="Edm.Boolean" /></ComplexType><ComplexType Name="teamsTabConfiguration" OpenType="true"><Property Name="contentUrl" Type="Edm.String" /><Property Name="entityId" Type="Edm.String" /><Property Name="removeUrl" Type="Edm.String" /><Property Name="websiteUrl" Type="Edm.String" /></ComplexType><ComplexType Name="teamUnarchivedEventMessageDetail" BaseType="graph.eventMessageDetail"><Property Name="initiator" Type="graph.identitySet" /><Property Name="teamId" Type="Edm.String" /></ComplexType><ComplexType Name="teamworkActivityTopic"><Property Name="source" Type="graph.teamworkActivityTopicSource" /><Property Name="value" Type="Edm.String" Nullable="false" /><Property Name="webUrl" Type="Edm.String" /></ComplexType><ComplexType Name="teamworkApplicationIdentity" BaseType="graph.identity" OpenType="true"><Property Name="applicationIdentityType" Type="graph.teamworkApplicationIdentityType" /></ComplexType><ComplexType Name="teamworkOnlineMeetingInfo"><Property Name="calendarEventId" Type="Edm.String" /><Property Name="joinWebUrl" Type="Edm.String" /><Property Name="organizer" Type="graph.teamworkUserIdentity" /></ComplexType><EntityType Name="aadUserConversationMember" BaseType="graph.conversationMember"><Property Name="email" Type="Edm.String" /><Property Name="tenantId" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><NavigationProperty Name="user" Type="graph.user" /></EntityType><EntityType Name="aiInteraction" BaseType="graph.entity"><Property Name="appClass" Type="Edm.String" Nullable="false" /><Property Name="attachments" Type="Collection(graph.aiInteractionAttachment)" /><Property Name="body" Type="graph.itemBody" /><Property Name="contexts" Type="Collection(graph.aiInteractionContext)" /><Property Name="conversationType" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="etag" Type="Edm.String" /><Property Name="from" Type="graph.identitySet" Nullable="false" /><Property Name="interactionType" Type="graph.aiInteractionType" Nullable="false" /><Property Name="links" Type="Collection(graph.aiInteractionLink)" /><Property Name="locale" Type="Edm.String" Nullable="false" /><Property Name="mentions" Type="Collection(graph.aiInteractionMention)" /><Property Name="requestId" Type="Edm.String" /><Property Name="sessionId" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="aiOnlineMeeting" BaseType="graph.entity"><NavigationProperty Name="aiInsights" Type="Collection(graph.callAiInsight)" ContainsTarget="true" /></EntityType><EntityType Name="callAiInsight" BaseType="graph.entity"><Property Name="actionItems" Type="Collection(graph.actionItem)" /><Property Name="callId" Type="Edm.String" /><Property Name="contentCorrelationId" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="meetingNotes" Type="Collection(graph.meetingNote)" /><Property Name="viewpoint" Type="graph.callAiInsightViewPoint" /></EntityType><EntityType Name="anonymousGuestConversationMember" BaseType="graph.conversationMember"><Property Name="anonymousGuestId" Type="Edm.String" /></EntityType><EntityType Name="appCatalogs" BaseType="graph.entity"><NavigationProperty Name="teamsApps" Type="Collection(graph.teamsApp)" ContainsTarget="true" /></EntityType><EntityType Name="teamsApp" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="distributionMethod" Type="graph.teamsAppDistributionMethod" /><Property Name="externalId" Type="Edm.String" /><NavigationProperty Name="appDefinitions" Type="Collection(graph.teamsAppDefinition)" ContainsTarget="true" /></EntityType><EntityType Name="teamInfo" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="tenantId" Type="Edm.String" /><NavigationProperty Name="team" Type="graph.team" /></EntityType><EntityType Name="associatedTeamInfo" BaseType="graph.teamInfo" /><EntityType Name="azureCommunicationServicesUserConversationMember" BaseType="graph.conversationMember"><Property Name="azureCommunicationServicesId" Type="Edm.String" /></EntityType><EntityType Name="chatMessage" BaseType="graph.entity"><Property Name="attachments" Type="Collection(graph.chatMessageAttachment)" /><Property Name="body" Type="graph.itemBody" Nullable="false" /><Property Name="channelIdentity" Type="graph.channelIdentity" /><Property Name="chatId" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="deletedDateTime" Type="Edm.DateTimeOffset" /><Property Name="etag" Type="Edm.String" /><Property Name="eventDetail" Type="graph.eventMessageDetail" /><Property Name="from" Type="graph.chatMessageFromIdentitySet" /><Property Name="importance" Type="graph.chatMessageImportance" Nullable="false" /><Property Name="lastEditedDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="locale" Type="Edm.String" Nullable="false" /><Property Name="mentions" Type="Collection(graph.chatMessageMention)" /><Property Name="messageHistory" Type="Collection(graph.chatMessageHistoryItem)" /><Property Name="messageType" Type="graph.chatMessageType" Nullable="false" /><Property Name="policyViolation" Type="graph.chatMessagePolicyViolation" /><Property Name="reactions" Type="Collection(graph.chatMessageReaction)" /><Property Name="replyToId" Type="Edm.String" /><Property Name="subject" Type="Edm.String" /><Property Name="summary" Type="Edm.String" /><Property Name="webUrl" Type="Edm.String" /><NavigationProperty Name="hostedContents" Type="Collection(graph.chatMessageHostedContent)" ContainsTarget="true" /><NavigationProperty Name="replies" Type="Collection(graph.chatMessage)" ContainsTarget="true" /></EntityType><EntityType Name="sharedWithChannelTeamInfo" BaseType="graph.teamInfo"><Property Name="isHostTeam" Type="Edm.Boolean" /><NavigationProperty Name="allowedMembers" Type="Collection(graph.conversationMember)" /></EntityType><EntityType Name="teamsTab" BaseType="graph.entity"><Property Name="configuration" Type="graph.teamsTabConfiguration" /><Property Name="displayName" Type="Edm.String" /><Property Name="webUrl" Type="Edm.String" /><NavigationProperty Name="teamsApp" Type="graph.teamsApp" /></EntityType><EntityType Name="chatMessageInfo" BaseType="graph.entity"><Property Name="body" Type="graph.itemBody" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="eventDetail" Type="graph.eventMessageDetail" /><Property Name="from" Type="graph.chatMessageFromIdentitySet" /><Property Name="isDeleted" Type="Edm.Boolean" /><Property Name="messageType" Type="graph.chatMessageType" Nullable="false" /></EntityType><EntityType Name="pinnedChatMessageInfo" BaseType="graph.entity"><NavigationProperty Name="message" Type="graph.chatMessage" /></EntityType><EntityType Name="teamworkHostedContent" BaseType="graph.entity" HasStream="true"><Property Name="contentBytes" Type="Edm.Binary" /><Property Name="contentType" Type="Edm.String" /></EntityType><EntityType Name="chatMessageHostedContent" BaseType="graph.teamworkHostedContent" /><EntityType Name="deletedChat" BaseType="graph.entity" /><EntityType Name="deletedTeam" BaseType="graph.entity"><NavigationProperty Name="channels" Type="Collection(graph.channel)" ContainsTarget="true" /></EntityType><EntityType Name="microsoftAccountUserConversationMember" BaseType="graph.conversationMember"><Property Name="userId" Type="Edm.String" /></EntityType><EntityType Name="phoneUserConversationMember" BaseType="graph.conversationMember"><Property Name="phoneNumber" Type="Edm.String" /></EntityType><EntityType Name="skypeForBusinessUserConversationMember" BaseType="graph.conversationMember"><Property Name="tenantId" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /></EntityType><EntityType Name="skypeUserConversationMember" BaseType="graph.conversationMember"><Property Name="skypeId" Type="Edm.String" /></EntityType><EntityType Name="teamsAppDefinition" BaseType="graph.entity"><Property Name="authorization" Type="graph.teamsAppAuthorization" /><Property Name="createdBy" Type="graph.identitySet" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="publishingState" Type="graph.teamsAppPublishingState" /><Property Name="shortDescription" Type="Edm.String" /><Property Name="teamsAppId" Type="Edm.String" /><Property Name="version" Type="Edm.String" /><NavigationProperty Name="bot" Type="graph.teamworkBot" ContainsTarget="true" /></EntityType><EntityType Name="teamworkBot" BaseType="graph.entity" /><EntityType Name="teamsAppSettings" BaseType="graph.entity"><Property Name="allowUserRequestsForAppAccess" Type="Edm.Boolean" /><Property Name="isUserPersonalScopeResourceSpecificConsentEnabled" Type="Edm.Boolean" /></EntityType><EntityType Name="teamwork" BaseType="graph.entity"><Property Name="isTeamsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="region" Type="Edm.String" /><NavigationProperty Name="workforceIntegrations" Type="Collection(graph.workforceIntegration)" ContainsTarget="true" /><NavigationProperty Name="deletedChats" Type="Collection(graph.deletedChat)" ContainsTarget="true" /><NavigationProperty Name="deletedTeams" Type="Collection(graph.deletedTeam)" ContainsTarget="true" /><NavigationProperty Name="teamsAppSettings" Type="graph.teamsAppSettings" ContainsTarget="true" /></EntityType><EntityType Name="workforceIntegration" BaseType="graph.changeTrackedEntity"><Property Name="apiVersion" Type="Edm.Int32" /><Property Name="displayName" Type="Edm.String" /><Property Name="eligibilityFilteringEnabledEntities" Type="graph.eligibilityFilteringEnabledEntities" /><Property Name="encryption" Type="graph.workforceIntegrationEncryption" /><Property Name="isActive" Type="Edm.Boolean" /><Property Name="supportedEntities" Type="graph.workforceIntegrationSupportedEntities" /><Property Name="url" Type="Edm.String" /></EntityType><EntityType Name="teamworkTagMember" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="tenantId" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /></EntityType><EntityType Name="userScopeTeamsAppInstallation" BaseType="graph.teamsAppInstallation"><NavigationProperty Name="chat" Type="graph.chat" /></EntityType><ComplexType Name="scheduleEntity"><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="theme" Type="graph.scheduleEntityTheme" Nullable="false" /></ComplexType><ComplexType Name="shiftItem" BaseType="graph.scheduleEntity"><Property Name="activities" Type="Collection(graph.shiftActivity)" /><Property Name="displayName" Type="Edm.String" /><Property Name="notes" Type="Edm.String" /></ComplexType><ComplexType Name="openShiftItem" BaseType="graph.shiftItem"><Property Name="openSlotCount" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="shiftActivity"><Property Name="code" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="isPaid" Type="Edm.Boolean" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="theme" Type="graph.scheduleEntityTheme" Nullable="false" /></ComplexType><ComplexType Name="shiftAvailability"><Property Name="recurrence" Type="graph.patternedRecurrence" /><Property Name="timeSlots" Type="Collection(graph.timeRange)" /><Property Name="timeZone" Type="Edm.String" /></ComplexType><ComplexType Name="timeRange"><Property Name="endTime" Type="Edm.TimeOfDay" /><Property Name="startTime" Type="Edm.TimeOfDay" /></ComplexType><ComplexType Name="timeCardBreak"><Property Name="breakId" Type="Edm.String" /><Property Name="end" Type="graph.timeCardEvent" /><Property Name="notes" Type="graph.itemBody" /><Property Name="start" Type="graph.timeCardEvent" Nullable="false" /></ComplexType><ComplexType Name="timeCardEvent"><Property Name="dateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="isAtApprovedLocation" Type="Edm.Boolean" /><Property Name="notes" Type="graph.itemBody" /></ComplexType><ComplexType Name="timeCardEntry"><Property Name="breaks" Type="Collection(graph.timeCardBreak)" /><Property Name="clockInEvent" Type="graph.timeCardEvent" /><Property Name="clockOutEvent" Type="graph.timeCardEvent" /></ComplexType><ComplexType Name="timeClockSettings"><Property Name="approvedLocation" Type="graph.geoCoordinates" /></ComplexType><ComplexType Name="timeOffItem" BaseType="graph.scheduleEntity"><Property Name="timeOffReasonId" Type="Edm.String" /></ComplexType><ComplexType Name="workforceIntegrationEncryption"><Property Name="protocol" Type="graph.workforceIntegrationEncryptionProtocol" /><Property Name="secret" Type="Edm.String" /></ComplexType><EntityType Name="dayNote" BaseType="graph.changeTrackedEntity"><Property Name="dayNoteDate" Type="Edm.Date" /><Property Name="draftDayNote" Type="graph.itemBody" /><Property Name="sharedDayNote" Type="graph.itemBody" /></EntityType><EntityType Name="scheduleChangeRequest" BaseType="graph.changeTrackedEntity" Abstract="true"><Property Name="assignedTo" Type="graph.scheduleChangeRequestActor" /><Property Name="managerActionDateTime" Type="Edm.DateTimeOffset" /><Property Name="managerActionMessage" Type="Edm.String" /><Property Name="managerUserId" Type="Edm.String" /><Property Name="senderDateTime" Type="Edm.DateTimeOffset" /><Property Name="senderMessage" Type="Edm.String" /><Property Name="senderUserId" Type="Edm.String" /><Property Name="state" Type="graph.scheduleChangeState" /></EntityType><EntityType Name="offerShiftRequest" BaseType="graph.scheduleChangeRequest"><Property Name="recipientActionDateTime" Type="Edm.DateTimeOffset" /><Property Name="recipientActionMessage" Type="Edm.String" /><Property Name="recipientUserId" Type="Edm.String" /><Property Name="senderShiftId" Type="Edm.String" /></EntityType><EntityType Name="openShift" BaseType="graph.changeTrackedEntity"><Property Name="draftOpenShift" Type="graph.openShiftItem" /><Property Name="isStagedForDeletion" Type="Edm.Boolean" /><Property Name="schedulingGroupId" Type="Edm.String" /><Property Name="sharedOpenShift" Type="graph.openShiftItem" /></EntityType><EntityType Name="openShiftChangeRequest" BaseType="graph.scheduleChangeRequest"><Property Name="openShiftId" Type="Edm.String" /></EntityType><EntityType Name="schedulingGroup" BaseType="graph.changeTrackedEntity"><Property Name="code" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="isActive" Type="Edm.Boolean" /><Property Name="userIds" Type="Collection(Edm.String)" /></EntityType><EntityType Name="shift" BaseType="graph.changeTrackedEntity"><Property Name="draftShift" Type="graph.shiftItem" /><Property Name="isStagedForDeletion" Type="Edm.Boolean" /><Property Name="schedulingGroupId" Type="Edm.String" /><Property Name="sharedShift" Type="graph.shiftItem" /><Property Name="userId" Type="Edm.String" /></EntityType><EntityType Name="swapShiftsChangeRequest" BaseType="graph.offerShiftRequest"><Property Name="recipientShiftId" Type="Edm.String" /></EntityType><EntityType Name="timeCard" BaseType="graph.changeTrackedEntity"><Property Name="breaks" Type="Collection(graph.timeCardBreak)" /><Property Name="clockInEvent" Type="graph.timeCardEvent" /><Property Name="clockOutEvent" Type="graph.timeCardEvent" /><Property Name="confirmedBy" Type="graph.confirmedBy" /><Property Name="notes" Type="graph.itemBody" /><Property Name="originalEntry" Type="graph.timeCardEntry" /><Property Name="state" Type="graph.timeCardState" /><Property Name="userId" Type="Edm.String" /></EntityType><EntityType Name="timeOffReason" BaseType="graph.changeTrackedEntity"><Property Name="code" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="iconType" Type="graph.timeOffReasonIconType" /><Property Name="isActive" Type="Edm.Boolean" /></EntityType><EntityType Name="timeOffRequest" BaseType="graph.scheduleChangeRequest"><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="timeOffReasonId" Type="Edm.String" /></EntityType><EntityType Name="timeOff" BaseType="graph.changeTrackedEntity"><Property Name="draftTimeOff" Type="graph.timeOffItem" /><Property Name="isStagedForDeletion" Type="Edm.Boolean" /><Property Name="sharedTimeOff" Type="graph.timeOffItem" /><Property Name="userId" Type="Edm.String" /></EntityType><EntityType Name="workingTimeSchedule" BaseType="graph.entity" /><EntityType Name="emailFileAssessmentRequest" BaseType="graph.threatAssessmentRequest"><Property Name="contentData" Type="Edm.String" Nullable="false" /><Property Name="destinationRoutingReason" Type="graph.mailDestinationRoutingReason" /><Property Name="recipientEmail" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="fileAssessmentRequest" BaseType="graph.threatAssessmentRequest"><Property Name="contentData" Type="Edm.String" Nullable="false" /><Property Name="fileName" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="mailAssessmentRequest" BaseType="graph.threatAssessmentRequest"><Property Name="destinationRoutingReason" Type="graph.mailDestinationRoutingReason" /><Property Name="messageUri" Type="Edm.String" Nullable="false" /><Property Name="recipientEmail" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="threatAssessmentResult" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="message" Type="Edm.String" /><Property Name="resultType" Type="graph.threatAssessmentResultType" /></EntityType><EntityType Name="urlAssessmentRequest" BaseType="graph.threatAssessmentRequest"><Property Name="url" Type="Edm.String" Nullable="false" /></EntityType><ComplexType Name="attachmentInfo"><Property Name="attachmentType" Type="graph.attachmentType" /><Property Name="contentType" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="size" Type="Edm.Int64" /></ComplexType><EntityType Name="attachmentBase" BaseType="graph.entity" Abstract="true" HasStream="true"><Property Name="contentType" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="name" Type="Edm.String" /><Property Name="size" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="attachmentSession" BaseType="graph.entity"><Property Name="content" Type="Edm.Stream" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="nextExpectedRanges" Type="Collection(Edm.String)" /></EntityType><EntityType Name="checklistItem" BaseType="graph.entity"><Property Name="checkedDateTime" Type="Edm.DateTimeOffset" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="isChecked" Type="Edm.Boolean" /></EntityType><EntityType Name="linkedResource" BaseType="graph.entity"><Property Name="applicationName" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="externalId" Type="Edm.String" /><Property Name="webUrl" Type="Edm.String" /></EntityType><EntityType Name="taskFileAttachment" BaseType="graph.attachmentBase"><Property Name="contentBytes" Type="Edm.Binary" Nullable="false" /></EntityType><EntityType Name="todoTaskList" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="isOwner" Type="Edm.Boolean" Nullable="false" /><Property Name="isShared" Type="Edm.Boolean" Nullable="false" /><Property Name="wellknownListName" Type="graph.wellknownListName" Nullable="false" /><NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /><NavigationProperty Name="tasks" Type="Collection(graph.todoTask)" ContainsTarget="true" /></EntityType><EntityType Name="todoTask" BaseType="graph.entity"><Property Name="body" Type="graph.itemBody" /><Property Name="bodyLastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="categories" Type="Collection(Edm.String)" /><Property Name="completedDateTime" Type="graph.dateTimeTimeZone" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="dueDateTime" Type="graph.dateTimeTimeZone" /><Property Name="hasAttachments" Type="Edm.Boolean" /><Property Name="importance" Type="graph.importance" Nullable="false" /><Property Name="isReminderOn" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="recurrence" Type="graph.patternedRecurrence" /><Property Name="reminderDateTime" Type="graph.dateTimeTimeZone" /><Property Name="startDateTime" Type="graph.dateTimeTimeZone" /><Property Name="status" Type="graph.taskStatus" Nullable="false" /><Property Name="title" Type="Edm.String" /><NavigationProperty Name="attachments" Type="Collection(graph.attachmentBase)" ContainsTarget="true" /><NavigationProperty Name="attachmentSessions" Type="Collection(graph.attachmentSession)" ContainsTarget="true" /><NavigationProperty Name="checklistItems" Type="Collection(graph.checklistItem)" ContainsTarget="true" /><NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" /><NavigationProperty Name="linkedResources" Type="Collection(graph.linkedResource)" ContainsTarget="true" /></EntityType><EntityType Name="storageQuotaBreakdown" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="manageWebUrl" Type="Edm.String" /><Property Name="used" Type="Edm.Int64" /></EntityType><EntityType Name="serviceStorageQuotaBreakdown" BaseType="graph.storageQuotaBreakdown" /><EntityType Name="unifiedStorageQuota" BaseType="graph.entity"><Property Name="deleted" Type="Edm.Int64" /><Property Name="manageWebUrl" Type="Edm.String" /><Property Name="remaining" Type="Edm.Int64" /><Property Name="state" Type="Edm.String" /><Property Name="total" Type="Edm.Int64" /><Property Name="used" Type="Edm.Int64" /><NavigationProperty Name="services" Type="Collection(graph.serviceStorageQuotaBreakdown)" ContainsTarget="true" /></EntityType><ComplexType Name="engagementIdentitySet" BaseType="graph.identitySet" OpenType="true"><Property Name="audience" Type="graph.identity" /><Property Name="group" Type="graph.identity" /></ComplexType><EntityType Name="community" BaseType="graph.entity"><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="groupId" Type="Edm.String" /><Property Name="privacy" Type="graph.communityPrivacy" Nullable="false" /><NavigationProperty Name="group" Type="graph.group" /><NavigationProperty Name="owners" Type="Collection(graph.user)" /></EntityType><EntityType Name="employeeExperience"><NavigationProperty Name="communities" Type="Collection(graph.community)" ContainsTarget="true" /><NavigationProperty Name="engagementAsyncOperations" Type="Collection(graph.engagementAsyncOperation)" ContainsTarget="true" /><NavigationProperty Name="roles" Type="Collection(graph.engagementRole)" ContainsTarget="true" /><NavigationProperty Name="learningCourseActivities" Type="Collection(graph.learningCourseActivity)" ContainsTarget="true" /><NavigationProperty Name="learningProviders" Type="Collection(graph.learningProvider)" ContainsTarget="true" /></EntityType><EntityType Name="engagementAsyncOperation" BaseType="graph.longRunningOperation"><Property Name="operationType" Type="graph.engagementAsyncOperationType" /><Property Name="resourceId" Type="Edm.String" /></EntityType><EntityType Name="engagementRole" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" Nullable="false" /><NavigationProperty Name="members" Type="Collection(graph.engagementRoleMember)" ContainsTarget="true" /></EntityType><EntityType Name="learningCourseActivity" BaseType="graph.entity"><Property Name="completedDateTime" Type="Edm.DateTimeOffset" /><Property Name="completionPercentage" Type="Edm.Int32" /><Property Name="externalcourseActivityId" Type="Edm.String" /><Property Name="learnerUserId" Type="Edm.String" Nullable="false" /><Property Name="learningContentId" Type="Edm.String" Nullable="false" /><Property Name="learningProviderId" Type="Edm.String" /><Property Name="status" Type="graph.courseStatus" /><Annotation Term="Org.OData.Core.V1.AlternateKeys"><Collection><Record Type="Org.OData.Core.V1.AlternateKey"><PropertyValue Property="Key"><Collection><Record Type="Org.OData.Core.V1.PropertyRef"><PropertyValue Property="Alias" String="externalcourseActivityId" /><PropertyValue Property="Name" PropertyPath="externalcourseActivityId" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="learningProvider" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="isCourseActivitySyncEnabled" Type="Edm.Boolean" /><Property Name="loginWebUrl" Type="Edm.String" /><Property Name="longLogoWebUrlForDarkTheme" Type="Edm.String" Nullable="false" /><Property Name="longLogoWebUrlForLightTheme" Type="Edm.String" Nullable="false" /><Property Name="squareLogoWebUrlForDarkTheme" Type="Edm.String" Nullable="false" /><Property Name="squareLogoWebUrlForLightTheme" Type="Edm.String" Nullable="false" /><NavigationProperty Name="learningContents" Type="Collection(graph.learningContent)" ContainsTarget="true" /><NavigationProperty Name="learningCourseActivities" Type="Collection(graph.learningCourseActivity)" ContainsTarget="true" /></EntityType><EntityType Name="engagementConversationMessage" BaseType="graph.entity"><Property Name="body" Type="graph.itemBody" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="creationMode" Type="graph.engagementCreationMode" Nullable="false" /><Property Name="from" Type="graph.engagementIdentitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="replyToId" Type="Edm.String" /><NavigationProperty Name="conversation" Type="graph.engagementConversation" Nullable="false" /><NavigationProperty Name="reactions" Type="Collection(graph.engagementConversationMessageReaction)" ContainsTarget="true" /><NavigationProperty Name="replies" Type="Collection(graph.engagementConversationMessage)" ContainsTarget="true" /><NavigationProperty Name="replyTo" Type="graph.engagementConversationMessage" /></EntityType><EntityType Name="engagementConversationDiscussionMessage" BaseType="graph.engagementConversationMessage" /><EntityType Name="engagementConversationMessageReaction" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="reactionBy" Type="graph.engagementIdentitySet" Nullable="false" /><Property Name="reactionType" Type="graph.engagementConversationMessageReactionType" Nullable="false" /></EntityType><EntityType Name="engagementConversationQuestionMessage" BaseType="graph.engagementConversationMessage"><Property Name="title" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="engagementConversationSystemMessage" BaseType="graph.engagementConversationMessage" /><EntityType Name="engagementRoleMember" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="userId" Type="Edm.String" /><NavigationProperty Name="user" Type="graph.user" /></EntityType><EntityType Name="learningAssignment" BaseType="graph.learningCourseActivity"><Property Name="assignedDateTime" Type="Edm.DateTimeOffset" /><Property Name="assignerUserId" Type="Edm.String" /><Property Name="assignmentType" Type="graph.assignmentType" Nullable="false" /><Property Name="dueDateTime" Type="graph.dateTimeTimeZone" /><Property Name="notes" Type="graph.itemBody" /></EntityType><EntityType Name="learningContent" BaseType="graph.entity"><Property Name="additionalTags" Type="Collection(Edm.String)" /><Property Name="contentWebUrl" Type="Edm.String" Nullable="false" /><Property Name="contributors" Type="Collection(Edm.String)" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="duration" Type="Edm.Duration" /><Property Name="externalId" Type="Edm.String" Nullable="false" /><Property Name="format" Type="Edm.String" /><Property Name="isActive" Type="Edm.Boolean" /><Property Name="isPremium" Type="Edm.Boolean" /><Property Name="isSearchable" Type="Edm.Boolean" /><Property Name="languageTag" Type="Edm.String" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="level" Type="graph.level" /><Property Name="numberOfPages" Type="Edm.Int32" /><Property Name="skillTags" Type="Collection(Edm.String)" /><Property Name="sourceName" Type="Edm.String" /><Property Name="thumbnailWebUrl" Type="Edm.String" /><Property Name="title" Type="Edm.String" Nullable="false" /><Annotation Term="Org.OData.Core.V1.AlternateKeys"><Collection><Record Type="Org.OData.Core.V1.AlternateKey"><PropertyValue Property="Key"><Collection><Record Type="Org.OData.Core.V1.PropertyRef"><PropertyValue Property="Alias" String="externalId" /><PropertyValue Property="Name" PropertyPath="externalId" /></Record></Collection></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="learningSelfInitiatedCourse" BaseType="graph.learningCourseActivity"><Property Name="startedDateTime" Type="Edm.DateTimeOffset" /></EntityType><ComplexType Name="timeOffDetails"><Property Name="isAllDay" Type="Edm.Boolean" Nullable="false" /><Property Name="subject" Type="Edm.String" /></ComplexType><EntityType Name="workPlanOccurrence" BaseType="graph.entity"><Property Name="end" Type="graph.dateTimeTimeZone" Nullable="false" /><Property Name="placeId" Type="Edm.String" /><Property Name="recurrenceId" Type="Edm.String" /><Property Name="start" Type="graph.dateTimeTimeZone" Nullable="false" /><Property Name="timeOffDetails" Type="graph.timeOffDetails" /><Property Name="workLocationType" Type="graph.workLocationType" Nullable="false" /></EntityType><EntityType Name="workPlanRecurrence" BaseType="graph.entity"><Property Name="end" Type="graph.dateTimeTimeZone" Nullable="false" /><Property Name="placeId" Type="Edm.String" /><Property Name="recurrence" Type="graph.patternedRecurrence" Nullable="false" /><Property Name="start" Type="graph.dateTimeTimeZone" Nullable="false" /><Property Name="workLocationType" Type="graph.workLocationType" Nullable="false" /></EntityType><Term Name="legacyName" Type="Edm.String" AppliesTo="microsoft.graph.identitySet" /><Term Name="downloadUrl" Type="Edm.String" AppliesTo="microsoft.graph.driveItem" /><Term Name="sourceUrl" Type="Edm.String" AppliesTo="microsoft.graph.driveItem" /><Term Name="conflictBehavior" Type="Edm.String" AppliesTo="microsoft.graph.driveItem" /><Term Name="sharedChanged" Type="Edm.Boolean" AppliesTo="microsoft.graph.driveItem" /><Term Name="changed" Type="Edm.Boolean" AppliesTo="microsoft.graph.driveItem" /><Term Name="channelCreationMode" Type="Edm.String" AppliesTo="microsoft.graph.channel" /><Term Name="originalSourceMembershipUrl" Type="Edm.String" AppliesTo="microsoft.graph.aadUserConversationMember" /><Term Name="teamCreationMode" Type="Edm.String" AppliesTo="microsoft.graph.team" /><Term Name="temporaryId" Type="Edm.String" AppliesTo="microsoft.graph.chatMessageHostedContent" /><Action Name="confirmCompromised" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.signIn)" /><Parameter Name="requestIds" Type="Collection(Edm.String)" Unicode="false" /></Action><Action Name="confirmCompromised" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.riskyServicePrincipal)" /><Parameter Name="servicePrincipalIds" Type="Collection(Edm.String)" Unicode="false" /></Action><Action Name="confirmCompromised" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.riskyUser)" /><Parameter Name="userIds" Type="Collection(Edm.String)" Unicode="false" /></Action><Action Name="confirmSafe" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.signIn)" /><Parameter Name="requestIds" Type="Collection(Edm.String)" Unicode="false" /></Action><Action Name="confirmSafe" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.riskyUser)" /><Parameter Name="userIds" Type="Collection(Edm.String)" Unicode="false" /></Action><Action Name="dismiss" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.signIn)" /><Parameter Name="requestIds" Type="Collection(Edm.String)" Unicode="false" /></Action><Action Name="dismiss" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.riskyServicePrincipal)" /><Parameter Name="servicePrincipalIds" Type="Collection(Edm.String)" Unicode="false" /></Action><Action Name="dismiss" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.riskyUser)" /><Parameter Name="userIds" Type="Collection(Edm.String)" Unicode="false" /></Action><Function Name="getRelyingPartyDetailedSummary" IsBound="true" IsComposable="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Collection(graph.relyingPartyDetailedSummary)" Nullable="false" /></Function><Function Name="deviceConfigurationDeviceActivity" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><ReturnType Type="graph.report" /></Function><Function Name="deviceConfigurationUserActivity" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><ReturnType Type="graph.report" /></Function><Function Name="managedDeviceEnrollmentFailureDetails" IsBound="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><ReturnType Type="graph.report" /></Function><Function Name="managedDeviceEnrollmentFailureDetails" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="skip" Type="Edm.Int32" /><Parameter Name="top" Type="Edm.Int32" /><Parameter Name="filter" Type="Edm.String" Unicode="false" /><Parameter Name="skipToken" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.report" /></Function><Function Name="managedDeviceEnrollmentTopFailures" IsBound="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><ReturnType Type="graph.report" /></Function><Function Name="managedDeviceEnrollmentTopFailures" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.report" /></Function><Function Name="getEmailActivityCounts" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getEmailActivityUserCounts" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getEmailActivityUserDetail" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="date" Type="Edm.Date" Nullable="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getEmailActivityUserDetail" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getEmailAppUsageAppsUserCounts" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getEmailAppUsageUserCounts" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getEmailAppUsageUserDetail" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="date" Type="Edm.Date" Nullable="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getEmailAppUsageUserDetail" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getEmailAppUsageVersionsUserCounts" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getM365AppPlatformUserCounts" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getM365AppUserCounts" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getM365AppUserDetail" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="date" Type="Edm.Date" Nullable="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getM365AppUserDetail" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getMailboxUsageDetail" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getMailboxUsageMailboxCounts" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getMailboxUsageQuotaStatusMailboxCounts" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getMailboxUsageStorage" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getOffice365ActivationCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOffice365ActivationsUserCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOffice365ActivationsUserDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOffice365ActiveUserCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOffice365ActiveUserDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="date" Type="Edm.Date" Nullable="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOffice365ActiveUserDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOffice365GroupsActivityCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOffice365GroupsActivityDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="date" Type="Edm.Date" Nullable="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOffice365GroupsActivityDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOffice365GroupsActivityFileCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOffice365GroupsActivityGroupCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOffice365GroupsActivityStorage" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOffice365ServicesUserCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOneDriveActivityFileCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOneDriveActivityUserCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOneDriveActivityUserDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="date" Type="Edm.Date" Nullable="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOneDriveActivityUserDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOneDriveUsageAccountCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOneDriveUsageAccountDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="date" Type="Edm.Date" Nullable="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOneDriveUsageAccountDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOneDriveUsageFileCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getOneDriveUsageStorage" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSharePointActivityFileCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSharePointActivityPages" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSharePointActivityUserCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSharePointActivityUserDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="date" Type="Edm.Date" Nullable="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSharePointActivityUserDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSharePointSiteUsageDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="date" Type="Edm.Date" Nullable="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSharePointSiteUsageDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSharePointSiteUsageFileCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSharePointSiteUsagePages" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSharePointSiteUsageSiteCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSharePointSiteUsageStorage" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSkypeForBusinessActivityCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSkypeForBusinessActivityUserCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSkypeForBusinessActivityUserDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="date" Type="Edm.Date" Nullable="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSkypeForBusinessActivityUserDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSkypeForBusinessDeviceUsageDistributionUserCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSkypeForBusinessDeviceUsageUserCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSkypeForBusinessDeviceUsageUserDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="date" Type="Edm.Date" Nullable="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSkypeForBusinessDeviceUsageUserDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSkypeForBusinessOrganizerActivityCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSkypeForBusinessOrganizerActivityMinuteCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSkypeForBusinessOrganizerActivityUserCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSkypeForBusinessParticipantActivityCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSkypeForBusinessParticipantActivityMinuteCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSkypeForBusinessParticipantActivityUserCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSkypeForBusinessPeerToPeerActivityCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSkypeForBusinessPeerToPeerActivityMinuteCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getSkypeForBusinessPeerToPeerActivityUserCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getTeamsDeviceUsageDistributionUserCounts" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getTeamsDeviceUsageUserCounts" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getTeamsDeviceUsageUserDetail" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="date" Type="Edm.Date" Nullable="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getTeamsDeviceUsageUserDetail" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getTeamsTeamActivityCounts" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getTeamsTeamActivityDetail" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="date" Type="Edm.Date" Nullable="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getTeamsTeamActivityDetail" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getTeamsTeamActivityDistributionCounts" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getTeamsTeamCounts" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getTeamsUserActivityCounts" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getTeamsUserActivityUserCounts" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getTeamsUserActivityUserDetail" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="date" Type="Edm.Date" Nullable="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getTeamsUserActivityUserDetail" IsBound="true"><Parameter Name="reportRoot" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getYammerActivityCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getYammerActivityUserCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getYammerActivityUserDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="date" Type="Edm.Date" Nullable="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getYammerActivityUserDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getYammerDeviceUsageDistributionUserCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getYammerDeviceUsageUserCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getYammerDeviceUsageUserDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="date" Type="Edm.Date" Nullable="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getYammerDeviceUsageUserDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getYammerGroupsActivityCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getYammerGroupsActivityDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="date" Type="Edm.Date" Nullable="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getYammerGroupsActivityDetail" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getYammerGroupsActivityGroupCounts" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.report" Nullable="false" /></Function><Function Name="getGroupArchivedPrintJobs" IsBound="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="groupId" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="startDateTime" Type="Edm.DateTimeOffset" /><Parameter Name="endDateTime" Type="Edm.DateTimeOffset" /><ReturnType Type="Collection(graph.archivedPrintJob)" /></Function><Function Name="getPrinterArchivedPrintJobs" IsBound="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="printerId" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="startDateTime" Type="Edm.DateTimeOffset" /><Parameter Name="endDateTime" Type="Edm.DateTimeOffset" /><ReturnType Type="Collection(graph.archivedPrintJob)" /></Function><Function Name="getUserArchivedPrintJobs" IsBound="true"><Parameter Name="bindingParameter" Type="graph.reportRoot" /><Parameter Name="userId" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="startDateTime" Type="Edm.DateTimeOffset" /><Parameter Name="endDateTime" Type="Edm.DateTimeOffset" /><ReturnType Type="Collection(graph.archivedPrintJob)" /></Function><Function Name="usersRegisteredByFeature" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" /><ReturnType Type="graph.userRegistrationFeatureSummary" Nullable="false" /></Function><Function Name="usersRegisteredByFeature" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" /><Parameter Name="includedUserTypes" Type="graph.includedUserTypes" /><Parameter Name="includedUserRoles" Type="graph.includedUserRoles" /><ReturnType Type="graph.userRegistrationFeatureSummary" Nullable="false" /></Function><Function Name="usersRegisteredByMethod" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" /><ReturnType Type="graph.userRegistrationMethodSummary" Nullable="false" /></Function><Function Name="usersRegisteredByMethod" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" /><Parameter Name="includedUserTypes" Type="graph.includedUserTypes" /><Parameter Name="includedUserRoles" Type="graph.includedUserRoles" /><ReturnType Type="graph.userRegistrationMethodSummary" Nullable="false" /></Function><Action Name="instantiate" IsBound="true"><Parameter Name="bindingParameter" Type="graph.applicationTemplate" /><Parameter Name="displayName" Type="Edm.String" Unicode="false" /><Parameter Name="serviceManagementReference" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="graph.applicationServicePrincipal" /></Action><Action Name="setVerifiedPublisher" IsBound="true"><Parameter Name="bindingParameter" Type="graph.application" Nullable="false" /><Parameter Name="verifiedPublisherId" Type="Edm.String" Nullable="false" Unicode="false" /></Action><Action Name="unsetVerifiedPublisher" IsBound="true"><Parameter Name="bindingParameter" Type="graph.application" Nullable="false" /></Action><Action Name="addKey" IsBound="true"><Parameter Name="bindingParameter" Type="graph.application" Nullable="false" /><Parameter Name="keyCredential" Type="graph.keyCredential" Nullable="false" /><Parameter Name="passwordCredential" Type="graph.passwordCredential" /><Parameter Name="proof" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.keyCredential" Nullable="false" /></Action><Action Name="addKey" IsBound="true"><Parameter Name="bindingParameter" Type="graph.servicePrincipal" Nullable="false" /><Parameter Name="keyCredential" Type="graph.keyCredential" Nullable="false" /><Parameter Name="passwordCredential" Type="graph.passwordCredential" /><Parameter Name="proof" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.keyCredential" Nullable="false" /></Action><Action Name="addPassword" IsBound="true"><Parameter Name="bindingParameter" Type="graph.application" Nullable="false" /><Parameter Name="passwordCredential" Type="graph.passwordCredential" /><ReturnType Type="graph.passwordCredential" Nullable="false" /></Action><Action Name="addPassword" IsBound="true"><Parameter Name="bindingParameter" Type="graph.servicePrincipal" Nullable="false" /><Parameter Name="passwordCredential" Type="graph.passwordCredential" /><ReturnType Type="graph.passwordCredential" Nullable="false" /></Action><Action Name="removeKey" IsBound="true"><Parameter Name="bindingParameter" Type="graph.application" Nullable="false" /><Parameter Name="keyId" Type="Edm.Guid" Nullable="false" /><Parameter Name="proof" Type="Edm.String" Nullable="false" Unicode="false" /></Action><Action Name="removeKey" IsBound="true"><Parameter Name="bindingParameter" Type="graph.servicePrincipal" Nullable="false" /><Parameter Name="keyId" Type="Edm.Guid" Nullable="false" /><Parameter Name="proof" Type="Edm.String" Nullable="false" Unicode="false" /></Action><Action Name="removePassword" IsBound="true"><Parameter Name="bindingParameter" Type="graph.application" Nullable="false" /><Parameter Name="keyId" Type="Edm.Guid" Nullable="false" /></Action><Action Name="removePassword" IsBound="true"><Parameter Name="bindingParameter" Type="graph.servicePrincipal" Nullable="false" /><Parameter Name="keyId" Type="Edm.Guid" Nullable="false" /></Action><Action Name="updateAllowedCombinations" IsBound="true"><Parameter Name="bindingParameter" Type="graph.authenticationStrengthPolicy" /><Parameter Name="allowedCombinations" Type="Collection(graph.authenticationMethodModes)" /><ReturnType Type="graph.updateAllowedCombinationsResult" /></Action><Function Name="usage" IsBound="true"><Parameter Name="bindingParameter" Type="graph.authenticationStrengthPolicy" /><ReturnType Type="graph.authenticationStrengthUsage" /></Function><Action Name="cancel" IsBound="true"><Parameter Name="bookingAppointment" Type="graph.bookingAppointment" Nullable="false" /><Parameter Name="cancellationMessage" Type="Edm.String" Unicode="false" /></Action><Action Name="cancel" IsBound="true"><Parameter Name="bindingParameter" Type="graph.event" /><Parameter Name="Comment" Type="Edm.String" Unicode="false" /></Action><Action Name="cancel" IsBound="true"><Parameter Name="bindingParameter" Type="graph.accessPackageAssignmentRequest" /></Action><Action Name="cancel" IsBound="true"><Parameter Name="bindingParameter" Type="graph.privilegedAccessGroupAssignmentScheduleRequest" /></Action><Action Name="cancel" IsBound="true"><Parameter Name="bindingParameter" Type="graph.privilegedAccessGroupEligibilityScheduleRequest" /></Action><Action Name="cancel" IsBound="true"><Parameter Name="bindingParameter" Type="graph.unifiedRoleAssignmentScheduleRequest" /></Action><Action Name="cancel" IsBound="true"><Parameter Name="bindingParameter" Type="graph.unifiedRoleEligibilityScheduleRequest" /></Action><Action Name="cancel" IsBound="true"><Parameter Name="bindingParameter" Type="graph.printJob" /></Action><Action Name="cancel" IsBound="true"><Parameter Name="bindingParameter" Type="graph.virtualEvent" /></Action><Action Name="cancel" IsBound="true"><Parameter Name="bindingParameter" Type="graph.virtualEventRegistration" /></Action><Action Name="getStaffAvailability" IsBound="true"><Parameter Name="bookingBusiness" Type="graph.bookingBusiness" Nullable="false" /><Parameter Name="staffIds" Type="Collection(Edm.String)" Nullable="false" Unicode="false" /><Parameter Name="startDateTime" Type="graph.dateTimeTimeZone" Nullable="false" /><Parameter Name="endDateTime" Type="graph.dateTimeTimeZone" Nullable="false" /><ReturnType Type="Collection(graph.staffAvailabilityItem)" /></Action><Action Name="publish" IsBound="true"><Parameter Name="bookingBusiness" Type="graph.bookingBusiness" Nullable="false" /></Action><Action Name="publish" IsBound="true"><Parameter Name="bindingParameter" Type="graph.browserSiteList" /><Parameter Name="revision" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="sites" Type="Collection(graph.browserSite)" /><Parameter Name="sharedCookies" Type="Collection(graph.browserSharedCookie)" /><ReturnType Type="graph.browserSiteList" /></Action><Action Name="publish" IsBound="true"><Parameter Name="bindingParameter" Type="graph.educationAssignment" /><ReturnType Type="graph.educationAssignment" /></Action><Action Name="publish" IsBound="true"><Parameter Name="bindingParameter" Type="graph.educationModule" /><ReturnType Type="graph.educationModule" /></Action><Action Name="publish" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="graph.contentType" /></Action><Action Name="publish" IsBound="true"><Parameter Name="bindingParameter" Type="graph.sitePage" /></Action><Action Name="publish" IsBound="true"><Parameter Name="bindingParameter" Type="graph.virtualEvent" /></Action><Action Name="unpublish" IsBound="true"><Parameter Name="bookingBusiness" Type="graph.bookingBusiness" Nullable="false" /></Action><Action Name="unpublish" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="graph.contentType" /></Action><Action Name="assign" IsBound="true"><Parameter Name="bindingParameter" Type="graph.cloudPcProvisioningPolicy" /><Parameter Name="assignments" Type="Collection(graph.cloudPcProvisioningPolicyAssignment)" /></Action><Action Name="assign" IsBound="true"><Parameter Name="bindingParameter" Type="graph.cloudPcUserSetting" /><Parameter Name="assignments" Type="Collection(graph.cloudPcUserSettingAssignment)" /></Action><Action Name="assign" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDeviceMobileAppConfiguration" /><Parameter Name="assignments" Type="Collection(graph.managedDeviceMobileAppConfigurationAssignment)" /></Action><Action Name="assign" IsBound="true"><Parameter Name="bindingParameter" Type="graph.mobileApp" /><Parameter Name="mobileAppAssignments" Type="Collection(graph.mobileAppAssignment)" /></Action><Action Name="assign" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedEBook" /><Parameter Name="managedEBookAssignments" Type="Collection(graph.managedEBookAssignment)" /></Action><Action Name="assign" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceCompliancePolicy" /><Parameter Name="assignments" Type="Collection(graph.deviceCompliancePolicyAssignment)" /><ReturnType Type="Collection(graph.deviceCompliancePolicyAssignment)" /></Action><Action Name="assign" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceConfiguration" /><Parameter Name="assignments" Type="Collection(graph.deviceConfigurationAssignment)" /><ReturnType Type="Collection(graph.deviceConfigurationAssignment)" /></Action><Action Name="assign" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceEnrollmentConfiguration" /><Parameter Name="enrollmentConfigurationAssignments" Type="Collection(graph.enrollmentConfigurationAssignment)" /></Action><Action Name="assign" IsBound="true"><Parameter Name="bindingParameter" Type="graph.targetedManagedAppConfiguration" /><Parameter Name="assignments" Type="Collection(graph.targetedManagedAppPolicyAssignment)" /></Action><Action Name="assign" IsBound="true"><Parameter Name="bindingParameter" Type="graph.targetedManagedAppProtection" /><Parameter Name="assignments" Type="Collection(graph.targetedManagedAppPolicyAssignment)" /></Action><Action Name="assign" IsBound="true"><Parameter Name="bindingParameter" Type="graph.windowsInformationProtection" /><Parameter Name="assignments" Type="Collection(graph.targetedManagedAppPolicyAssignment)" /></Action><Action Name="endGracePeriod" IsBound="true"><Parameter Name="bindingParameter" Type="graph.cloudPC" /></Action><Action Name="reboot" IsBound="true"><Parameter Name="bindingParameter" Type="graph.cloudPC" /></Action><Action Name="rename" IsBound="true"><Parameter Name="bindingParameter" Type="graph.cloudPC" /><Parameter Name="displayName" Type="Edm.String" Unicode="false" /></Action><Action Name="reprovision" IsBound="true"><Parameter Name="bindingParameter" Type="graph.cloudPC" /><Parameter Name="userAccountType" Type="graph.cloudPcUserAccountType" /><Parameter Name="osVersion" Type="graph.cloudPcOperatingSystem" /></Action><Action Name="resize" IsBound="true"><Parameter Name="bindingParameter" Type="graph.cloudPC" /><Parameter Name="targetServicePlanId" Type="Edm.String" Unicode="false" /></Action><Action Name="restore" IsBound="true"><Parameter Name="bindingParameter" Type="graph.cloudPC" /><Parameter Name="cloudPcSnapshotId" Type="Edm.String" Unicode="false" /></Action><Action Name="restore" IsBound="true"><Parameter Name="bindingParameter" Type="graph.directoryObject" Nullable="false" /><Parameter Name="autoReconcileProxyConflict" Type="Edm.Boolean"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="newUserPrincipalName" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="graph.directoryObject" /></Action><Action Name="restore" IsBound="true"><Parameter Name="bindingParameter" Type="graph.fileStorageContainer" /><ReturnType Type="graph.fileStorageContainer" /></Action><Action Name="restore" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /><Parameter Name="parentReference" Type="graph.itemReference" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.driveItem" /></Action><Action Name="restore" IsBound="true"><Parameter Name="bindingParameter" Type="graph.documentSetVersion" /></Action><Action Name="troubleshoot" IsBound="true"><Parameter Name="bindingParameter" Type="graph.cloudPC" /></Action><Function Name="retrieveCloudPcLaunchDetail" IsBound="true"><Parameter Name="bindingParameter" Type="graph.cloudPC" /><ReturnType Type="graph.cloudPcLaunchDetail" /></Function><Action Name="retrieveCloudPcRecommendationReports" IsBound="true"><Parameter Name="bindingParameter" Type="graph.cloudPcReport" /><Parameter Name="reportType" Type="graph.cloudPcRecommendationReportType" /><Parameter Name="filter" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" /><Parameter Name="search" Type="Edm.String" Unicode="false" /><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" /><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" /><Parameter Name="skip" Type="Edm.Int32" /><Parameter Name="top" Type="Edm.Int32" /><ReturnType Type="Edm.Stream" /></Action><Action Name="runHealthChecks" IsBound="true"><Parameter Name="bindingParameter" Type="graph.cloudPcOnPremisesConnection" /></Action><Function Name="getAuditActivityTypes" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.cloudPcAuditEvent)" /><ReturnType Type="Collection(Edm.String)" Unicode="false" /></Function><Function Name="getAuditActivityTypes" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.auditEvent)" /><Parameter Name="category" Type="Edm.String" Unicode="false" /><ReturnType Type="Collection(Edm.String)" Unicode="false" /></Function><Function Name="getSourceImages" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.cloudPcDeviceImage)" /><ReturnType Type="Collection(graph.cloudPcSourceDeviceImage)" /></Function><Function Name="getFinalAttachment" IsBound="true"><Parameter Name="bindingParameter" Type="graph.subjectRightsRequest" /><ReturnType Type="Edm.Stream" /></Function><Function Name="getFinalReport" IsBound="true"><Parameter Name="bindingParameter" Type="graph.subjectRightsRequest" /><ReturnType Type="Edm.Stream" /></Function><Action Name="setOrder" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.identityUserFlowAttributeAssignment)" /><Parameter Name="newAssignmentOrder" Type="graph.assignmentOrder" /></Action><Function Name="getOrder" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.identityUserFlowAttributeAssignment)" /><ReturnType Type="graph.assignmentOrder" /></Function><Action Name="uploadClientCertificate" IsBound="true"><Parameter Name="bindingParameter" Type="graph.identityApiConnector" /><Parameter Name="pkcs12Value" Type="Edm.String" Unicode="false" /><Parameter Name="password" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.identityApiConnector" /></Action><Action Name="validateAuthenticationConfiguration" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.customAuthenticationExtension)" /><Parameter Name="endpointConfiguration" Type="graph.customExtensionEndpointConfiguration" /><Parameter Name="authenticationConfiguration" Type="graph.customExtensionAuthenticationConfiguration" /><ReturnType Type="graph.authenticationConfigurationValidation" /></Action><Action Name="validateAuthenticationConfiguration" IsBound="true"><Parameter Name="bindingParameter" Type="graph.customAuthenticationExtension" /><ReturnType Type="graph.authenticationConfigurationValidation" /></Action><Action Name="verify" IsBound="true"><Parameter Name="bindingParameter" Type="graph.webApplicationFirewallProvider" /><Parameter Name="hostName" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.webApplicationFirewallVerificationModel" /></Action><Action Name="verify" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" /><Parameter Name="forceTakeover" Type="Edm.Boolean"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="graph.domain" /></Action><Function Name="availableProviderTypes" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.identityProvider)" /><ReturnType Type="Collection(Edm.String)" Unicode="false" /></Function><Function Name="availableProviderTypes" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.identityProviderBase)" /><ReturnType Type="Collection(Edm.String)" Unicode="false" /></Function><Action Name="compute" IsBound="true"><Parameter Name="bindingParameter" Type="graph.tenantProtectionScopeContainer" /><Parameter Name="activities" Type="graph.userActivityTypes" /><Parameter Name="locations" Type="Collection(graph.policyLocation)" /><Parameter Name="pivotOn" Type="graph.policyPivotProperty" /><Parameter Name="deviceMetadata" Type="graph.deviceMetadata" /><Parameter Name="integratedAppMetadata" Type="graph.integratedApplicationMetadata" /><ReturnType Type="Collection(graph.policyTenantScope)" /></Action><Action Name="compute" IsBound="true"><Parameter Name="bindingParameter" Type="graph.userProtectionScopeContainer" /><Parameter Name="activities" Type="graph.userActivityTypes" /><Parameter Name="locations" Type="Collection(graph.policyLocation)" /><Parameter Name="pivotOn" Type="graph.policyPivotProperty" /><Parameter Name="deviceMetadata" Type="graph.deviceMetadata" /><Parameter Name="integratedAppMetadata" Type="graph.integratedApplicationMetadata" /><ReturnType Type="Collection(graph.policyUserScope)" /></Action><Action Name="computeRightsAndInheritance" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.sensitivityLabel)" /><Parameter Name="delegatedUserEmail" Type="Edm.String" Unicode="false" /><Parameter Name="locale" Type="Edm.String" Unicode="false" /><Parameter Name="protectedContents" Type="Collection(graph.protectedContent)" Nullable="false" /><Parameter Name="supportedContentFormats" Type="Collection(Edm.String)" Nullable="false" Unicode="false" /><ReturnType Type="graph.computeRightsAndInheritanceResult" /></Action><Function Name="computeInheritance" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.sensitivityLabel)" /><Parameter Name="labelIds" Type="Collection(Edm.String)" Nullable="false" Unicode="false" /><Parameter Name="locale" Type="Edm.String" Unicode="false" /><Parameter Name="contentFormats" Type="Collection(Edm.String)" Unicode="false" /><ReturnType Type="graph.sensitivityLabel" /></Function><Action Name="processContent" IsBound="true"><Parameter Name="bindingParameter" Type="graph.userDataSecurityAndGovernance" /><Parameter Name="contentToProcess" Type="graph.processContentRequest" /><ReturnType Type="graph.processContentResponse" /></Action><Action Name="processContentAsync" IsBound="true"><Parameter Name="bindingParameter" Type="graph.tenantDataSecurityAndGovernance" /><Parameter Name="processContentRequests" Type="Collection(graph.processContentBatchRequest)" /><ReturnType Type="Collection(graph.processContentResponses)" /></Action><Action Name="setMobileDeviceManagementAuthority" IsBound="true"><Parameter Name="bindingParameter" Type="graph.organization" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="assignLicense" IsBound="true"><Parameter Name="bindingParameter" Type="graph.user" Nullable="false" /><Parameter Name="addLicenses" Type="Collection(graph.assignedLicense)" Nullable="false" /><Parameter Name="removeLicenses" Type="Collection(Edm.Guid)" Nullable="false" /><ReturnType Type="graph.user" /></Action><Action Name="assignLicense" IsBound="true"><Parameter Name="bindingParameter" Type="graph.group" Nullable="false" /><Parameter Name="addLicenses" Type="Collection(graph.assignedLicense)" Nullable="false" /><Parameter Name="removeLicenses" Type="Collection(Edm.Guid)" Nullable="false" /><ReturnType Type="graph.group" /></Action><Action Name="changePassword" IsBound="true"><Parameter Name="bindingParameter" Type="graph.user" Nullable="false" /><Parameter Name="currentPassword" Type="Edm.String" Unicode="false" /><Parameter Name="newPassword" Type="Edm.String" Unicode="false" /></Action><Action Name="reprocessLicenseAssignment" IsBound="true"><Parameter Name="bindingParameter" Type="graph.user" Nullable="false" /><ReturnType Type="graph.user" /></Action><Action Name="retryServiceProvisioning" IsBound="true"><Parameter Name="bindingParameter" Type="graph.user" Nullable="false" /></Action><Action Name="retryServiceProvisioning" IsBound="true"><Parameter Name="bindingParameter" Type="graph.group" Nullable="false" /></Action><Action Name="retryServiceProvisioning" IsBound="true"><Parameter Name="bindingParameter" Type="graph.orgContact" Nullable="false" /></Action><Action Name="revokeSignInSessions" IsBound="true"><Parameter Name="bindingParameter" Type="graph.user" Nullable="false" /><ReturnType Type="Edm.Boolean" /></Action><Action Name="findMeetingTimes" IsBound="true"><Parameter Name="bindingParameter" Type="graph.user" /><Parameter Name="attendees" Type="Collection(graph.attendeeBase)" /><Parameter Name="locationConstraint" Type="graph.locationConstraint" /><Parameter Name="timeConstraint" Type="graph.timeConstraint" /><Parameter Name="meetingDuration" Type="Edm.Duration" /><Parameter Name="maxCandidates" Type="Edm.Int32" /><Parameter Name="isOrganizerOptional" Type="Edm.Boolean" /><Parameter Name="returnSuggestionReasons" Type="Edm.Boolean" /><Parameter Name="minimumAttendeePercentage" Type="Edm.Double" /><ReturnType Type="graph.meetingTimeSuggestionsResult" /></Action><Action Name="getMailTips" IsBound="true"><Parameter Name="bindingParameter" Type="graph.user" /><Parameter Name="EmailAddresses" Type="Collection(Edm.String)" Nullable="false" Unicode="false" /><Parameter Name="MailTipsOptions" Type="graph.mailTipsType" /><ReturnType Type="Collection(graph.mailTips)" Nullable="false" /></Action><Action Name="sendMail" IsBound="true"><Parameter Name="bindingParameter" Type="graph.user" /><Parameter Name="Message" Type="graph.message" Nullable="false" /><Parameter Name="SaveToSentItems" Type="Edm.Boolean" /></Action><Action Name="translateExchangeIds" IsBound="true"><Parameter Name="bindingParameter" Type="graph.user" /><Parameter Name="InputIds" Type="Collection(Edm.String)" Nullable="false" Unicode="false" /><Parameter Name="TargetIdType" Type="graph.exchangeIdFormat" Nullable="false" /><Parameter Name="SourceIdType" Type="graph.exchangeIdFormat" Nullable="false" /><ReturnType Type="Collection(graph.convertIdResult)" Nullable="false" /></Action><Function Name="reminderView" IsBound="true"><Parameter Name="bindingparameter" Type="graph.user" /><Parameter Name="StartDateTime" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="EndDateTime" Type="Edm.String" Unicode="false" /><ReturnType Type="Collection(graph.reminder)" Nullable="false" /></Function><Function Name="exportDeviceAndAppManagementData" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.user" /><ReturnType Type="graph.deviceAndAppManagementData" /></Function><Function Name="exportDeviceAndAppManagementData" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.user" /><Parameter Name="skip" Type="Edm.Int32" Nullable="false" /><Parameter Name="top" Type="Edm.Int32" Nullable="false" /><ReturnType Type="graph.deviceAndAppManagementData" /></Function><Action Name="removeAllDevicesFromManagement" IsBound="true"><Parameter Name="bindingParameter" Type="graph.user" /></Action><Action Name="wipeManagedAppRegistrationsByDeviceTag" IsBound="true"><Parameter Name="bindingParameter" Type="graph.user" /><Parameter Name="deviceTag" Type="Edm.String" Unicode="false" /></Action><Function Name="getManagedAppDiagnosticStatuses" IsBound="true"><Parameter Name="bindingParameter" Type="graph.user" /><ReturnType Type="Collection(graph.managedAppDiagnosticStatus)" /></Function><Function Name="getManagedAppPolicies" IsBound="true"><Parameter Name="bindingParameter" Type="graph.user" /><ReturnType Type="Collection(graph.managedAppPolicy)" /></Function><Function Name="getManagedDevicesWithAppFailures" IsBound="true"><Parameter Name="bindingParameter" Type="graph.user" /><ReturnType Type="Collection(Edm.String)" Unicode="false" /></Function><Action Name="exportPersonalData" IsBound="true"><Parameter Name="bindingParameter" Type="graph.user" /><Parameter Name="storageLocation" Type="Edm.String" Unicode="false" /></Action><Action Name="addTokenSigningCertificate" IsBound="true"><Parameter Name="bindingParameter" Type="graph.servicePrincipal" Nullable="false" /><Parameter Name="displayName" Type="Edm.String" Unicode="false" /><Parameter Name="endDateTime" Type="Edm.DateTimeOffset" /><ReturnType Type="graph.selfSignedCertificate" Nullable="false" /></Action><Action Name="checkGrantedPermissionsForApp" IsBound="true"><Parameter Name="bindingParameter" Type="graph.group" Nullable="false" /><ReturnType Type="Collection(graph.resourceSpecificPermissionGrant)" /></Action><Action Name="validateProperties" IsBound="true"><Parameter Name="bindingParameter" Type="graph.group" Nullable="false" /><Parameter Name="displayName" Type="Edm.String" Unicode="false" /><Parameter Name="mailNickname" Type="Edm.String" Unicode="false" /><Parameter Name="onBehalfOfUserId" Type="Edm.Guid" /></Action><Action Name="validateProperties" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="Collection(graph.directoryObject)" Nullable="false" /><Parameter Name="entityType" Type="Edm.String" Unicode="false" /><Parameter Name="displayName" Type="Edm.String" Unicode="false" /><Parameter Name="mailNickname" Type="Edm.String" Unicode="false" /><Parameter Name="onBehalfOfUserId" Type="Edm.Guid" /></Action><Action Name="addFavorite" IsBound="true"><Parameter Name="bindingParameter" Type="graph.group" /></Action><Action Name="removeFavorite" IsBound="true"><Parameter Name="bindingParameter" Type="graph.group" /></Action><Action Name="resetUnseenCount" IsBound="true"><Parameter Name="bindingParameter" Type="graph.group" /></Action><Action Name="subscribeByMail" IsBound="true"><Parameter Name="bindingParameter" Type="graph.group" /></Action><Action Name="unsubscribeByMail" IsBound="true"><Parameter Name="bindingParameter" Type="graph.group" /></Action><Action Name="renew" IsBound="true"><Parameter Name="bindingParameter" Type="graph.group" /></Action><Action Name="checkMemberGroups" IsBound="true"><Parameter Name="bindingParameter" Type="graph.directoryObject" Nullable="false" /><Parameter Name="groupIds" Type="Collection(Edm.String)" Nullable="false" Unicode="false" /><ReturnType Type="Collection(Edm.String)" Nullable="false" Unicode="false" /></Action><Action Name="checkMemberObjects" IsBound="true"><Parameter Name="bindingParameter" Type="graph.directoryObject" Nullable="false" /><Parameter Name="ids" Type="Collection(Edm.String)" Nullable="false" Unicode="false" /><ReturnType Type="Collection(Edm.String)" Nullable="false" Unicode="false" /></Action><Action Name="getMemberGroups" IsBound="true"><Parameter Name="bindingParameter" Type="graph.directoryObject" Nullable="false" /><Parameter Name="securityEnabledOnly" Type="Edm.Boolean" /><ReturnType Type="Collection(Edm.String)" Nullable="false" Unicode="false" /></Action><Action Name="getMemberObjects" IsBound="true"><Parameter Name="bindingParameter" Type="graph.directoryObject" Nullable="false" /><Parameter Name="securityEnabledOnly" Type="Edm.Boolean" /><ReturnType Type="Collection(Edm.String)" Nullable="false" Unicode="false" /></Action><Action Name="forceDelete" IsBound="true"><Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" /><Parameter Name="disableUserAccounts" Type="Edm.Boolean" /></Action><Action Name="promote" IsBound="true"><Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" /><ReturnType Type="Edm.Boolean" /></Action><Action Name="getAvailableExtensionProperties" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="Collection(graph.directoryObject)" Nullable="false" /><Parameter Name="isSyncedFromOnPremises" Type="Edm.Boolean" /><ReturnType Type="Collection(graph.extensionProperty)" Nullable="false" /></Action><Action Name="getByIds" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="Collection(graph.directoryObject)" Nullable="false" /><Parameter Name="ids" Type="Collection(Edm.String)" Nullable="false" Unicode="false" /><Parameter Name="types" Type="Collection(Edm.String)" Unicode="false" /><ReturnType Type="Collection(graph.directoryObject)" Nullable="false" /></Action><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.directoryObject)" /><ReturnType Type="Collection(graph.directoryObject)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.administrativeUnit)" /><ReturnType Type="Collection(graph.administrativeUnit)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.application)" /><ReturnType Type="Collection(graph.application)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.device)" /><ReturnType Type="Collection(graph.device)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.directoryRole)" /><ReturnType Type="Collection(graph.directoryRole)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.group)" /><ReturnType Type="Collection(graph.group)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.oAuth2PermissionGrant)" /><ReturnType Type="Collection(graph.oAuth2PermissionGrant)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.orgContact)" /><ReturnType Type="Collection(graph.orgContact)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.servicePrincipal)" /><ReturnType Type="Collection(graph.servicePrincipal)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.user)" /><ReturnType Type="Collection(graph.user)" /></Function><Function Name="delta" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="Collection(graph.educationAssignment)" /><ReturnType Type="Collection(graph.educationAssignment)" /></Function><Function Name="delta" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="Collection(graph.educationCategory)" /><ReturnType Type="Collection(graph.educationCategory)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.educationClass)" /><ReturnType Type="Collection(graph.educationClass)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.educationSchool)" /><ReturnType Type="Collection(graph.educationSchool)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.educationUser)" /><ReturnType Type="Collection(graph.educationUser)" /></Function><Action Name="delta" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number1" Type="graph.Json" /><Parameter Name="number2" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Function Name="delta" IsBound="true"><Parameter Name="bindingparameter" Type="Collection(graph.contact)" Nullable="false" /><ReturnType Type="Collection(graph.contact)" Nullable="false" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingparameter" Type="Collection(graph.contactFolder)" Nullable="false" /><ReturnType Type="Collection(graph.contactFolder)" Nullable="false" /></Function><Function Name="delta" IsBound="true" EntitySetPath="bindingparameter"><Parameter Name="bindingparameter" Type="Collection(graph.event)" Nullable="false" /><ReturnType Type="Collection(graph.event)" Nullable="false" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingparameter" Type="Collection(graph.mailFolder)" Nullable="false" /><ReturnType Type="Collection(graph.mailFolder)" Nullable="false" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingparameter" Type="Collection(graph.message)" Nullable="false" /><ReturnType Type="Collection(graph.message)" Nullable="false" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.site)" /><ReturnType Type="Collection(graph.site)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.site)" /><Parameter Name="token" Type="Edm.String" Unicode="false" /><ReturnType Type="Collection(graph.site)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /><ReturnType Type="Collection(graph.driveItem)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /><Parameter Name="token" Type="Edm.String" Unicode="false" /><ReturnType Type="Collection(graph.driveItem)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.listItem)" /><ReturnType Type="Collection(graph.listItem)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.listItem)" /><Parameter Name="token" Type="Edm.String" Unicode="false" /><ReturnType Type="Collection(graph.listItem)" /></Function><Function Name="delta" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="Collection(graph.chatMessage)" /><ReturnType Type="Collection(graph.chatMessage)" /></Function><Function Name="delta" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="Collection(graph.callRecording)" /><ReturnType Type="Collection(graph.callRecording)" /></Function><Function Name="delta" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="Collection(graph.callTranscript)" /><ReturnType Type="Collection(graph.callTranscript)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.todoTask)" /><ReturnType Type="Collection(graph.todoTask)" /></Function><Function Name="delta" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.todoTaskList)" /><ReturnType Type="Collection(graph.todoTaskList)" /></Function><Function Name="findTenantInformationByDomainName" IsBound="true"><Parameter Name="bindingParameter" Type="graph.tenantRelationship" Nullable="false" /><Parameter Name="domainName" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.tenantInformation" /></Function><Function Name="findTenantInformationByTenantId" IsBound="true"><Parameter Name="bindingParameter" Type="graph.tenantRelationship" Nullable="false" /><Parameter Name="tenantId" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.tenantInformation" /></Function><Action Name="resetToSystemDefault" IsBound="true"><Parameter Name="bindingParameter" Type="graph.crossTenantAccessPolicyConfigurationDefault" Nullable="false" /></Action><Action Name="upload" IsBound="true"><Parameter Name="bindingParameter" Type="graph.certificateBasedAuthPki" Nullable="false" /><Parameter Name="uploadUrl" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="sha256FileHash" Type="Edm.String" Nullable="false" Unicode="false" /></Action><Action Name="activate" IsBound="true"><Parameter Name="bindingParameter" Type="graph.educationAssignment" /><ReturnType Type="graph.educationAssignment" /></Action><Action Name="activate" IsBound="true"><Parameter Name="bindingParameter" Type="graph.protectionPolicyBase" /><ReturnType Type="graph.protectionPolicyBase" /></Action><Action Name="activate" IsBound="true"><Parameter Name="bindingParameter" Type="graph.restoreSessionBase" /><ReturnType Type="graph.restoreSessionBase" /></Action><Action Name="activate" IsBound="true"><Parameter Name="bindingParameter" Type="graph.serviceApp" /><Parameter Name="effectiveDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><ReturnType Type="graph.serviceApp" /></Action><Action Name="activate" IsBound="true"><Parameter Name="this" Type="graph.fileStorageContainer" /></Action><Action Name="deactivate" IsBound="true"><Parameter Name="bindingParameter" Type="graph.educationAssignment" /><ReturnType Type="graph.educationAssignment" /></Action><Action Name="deactivate" IsBound="true"><Parameter Name="bindingParameter" Type="graph.protectionPolicyBase" /><ReturnType Type="graph.protectionPolicyBase" /></Action><Action Name="deactivate" IsBound="true"><Parameter Name="bindingParameter" Type="graph.serviceApp" /><ReturnType Type="graph.serviceApp" /></Action><Action Name="setUpFeedbackResourcesFolder" IsBound="true"><Parameter Name="bindingParameter" Type="graph.educationAssignment" /><ReturnType Type="graph.educationAssignment" /></Action><Action Name="setUpResourcesFolder" IsBound="true"><Parameter Name="bindingParameter" Type="graph.educationAssignment" /><ReturnType Type="graph.educationAssignment" /></Action><Action Name="setUpResourcesFolder" IsBound="true"><Parameter Name="bindingParameter" Type="graph.educationSubmission" /><ReturnType Type="graph.educationSubmission" /></Action><Action Name="setUpResourcesFolder" IsBound="true"><Parameter Name="bindingParameter" Type="graph.educationModule" /><ReturnType Type="graph.educationModule" /></Action><Action Name="excuse" IsBound="true"><Parameter Name="bindingParameter" Type="graph.educationSubmission" /><ReturnType Type="graph.educationSubmission" /></Action><Action Name="reassign" IsBound="true"><Parameter Name="bindingParameter" Type="graph.educationSubmission" /><ReturnType Type="graph.educationSubmission" /></Action><Action Name="return" IsBound="true"><Parameter Name="bindingParameter" Type="graph.educationSubmission" /><ReturnType Type="graph.educationSubmission" /></Action><Action Name="submit" IsBound="true"><Parameter Name="bindingParameter" Type="graph.educationSubmission" /><ReturnType Type="graph.educationSubmission" /></Action><Action Name="unsubmit" IsBound="true"><Parameter Name="bindingParameter" Type="graph.educationSubmission" /><ReturnType Type="graph.educationSubmission" /></Action><Action Name="pin" IsBound="true"><Parameter Name="bindingParameter" Type="graph.educationModule" /><ReturnType Type="graph.educationModule" /></Action><Action Name="unpin" IsBound="true"><Parameter Name="bindingParameter" Type="graph.educationModule" /><ReturnType Type="graph.educationModule" /></Action><Function Name="getRecentlyModifiedSubmissions" IsBound="true"><Parameter Name="bindingParameter" Type="graph.educationClass" /><ReturnType Type="Collection(graph.educationSubmission)" /></Function><Action Name="cancelOffboard" IsBound="true"><Parameter Name="bindingParameter" Type="graph.protectionUnitBase" /><ReturnType Type="graph.protectionUnitBase" /></Action><Action Name="offboard" IsBound="true"><Parameter Name="bindingParameter" Type="graph.protectionUnitBase" /><ReturnType Type="graph.protectionUnitBase" /></Action><Action Name="deleteAndUnprotect" IsBound="true"><Parameter Name="bindingParameter" Type="graph.protectionRuleBase" /><ReturnType Type="graph.protectionRuleBase" /></Action><Action Name="run" IsBound="true"><Parameter Name="bindingParameter" Type="graph.protectionRuleBase" /><ReturnType Type="graph.protectionRuleBase" /></Action><Action Name="enable" IsBound="true"><Parameter Name="bindingParameter" Type="graph.backupRestoreRoot" /><Parameter Name="appOwnerTenantId" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.serviceStatus" /></Action><Action Name="search" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.restorePoint)" /><Parameter Name="protectionUnitIds" Type="Collection(Edm.String)" Unicode="false" /><Parameter Name="protectionTimePeriod" Type="graph.timePeriod" /><Parameter Name="restorePointPreference" Type="graph.restorePointPreference" /><Parameter Name="tags" Type="graph.restorePointTags" /><Parameter Name="artifactQuery" Type="graph.artifactQuery"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="graph.restorePointSearchResponse" /></Action><Function Name="search" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /><Parameter Name="q" Type="Edm.String" Unicode="false" /><ReturnType Type="Collection(graph.driveItem)" /></Function><Function Name="search" IsBound="true"><Parameter Name="bindingParameter" Type="graph.drive" /><Parameter Name="q" Type="Edm.String" Unicode="false" /><ReturnType Type="Collection(graph.driveItem)" /></Function><Action Name="abs" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="accrInt" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="issue" Type="graph.Json" /><Parameter Name="firstInterest" Type="graph.Json" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="par" Type="graph.Json" /><Parameter Name="frequency" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><Parameter Name="calcMethod" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="accrIntM" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="issue" Type="graph.Json" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="par" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="acos" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="acosh" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="acot" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="acoth" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="amorDegrc" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="cost" Type="graph.Json" /><Parameter Name="datePurchased" Type="graph.Json" /><Parameter Name="firstPeriod" Type="graph.Json" /><Parameter Name="salvage" Type="graph.Json" /><Parameter Name="period" Type="graph.Json" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="amorLinc" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="cost" Type="graph.Json" /><Parameter Name="datePurchased" Type="graph.Json" /><Parameter Name="firstPeriod" Type="graph.Json" /><Parameter Name="salvage" Type="graph.Json" /><Parameter Name="period" Type="graph.Json" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="and" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="arabic" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="areas" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="reference" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="asc" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="asin" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="asinh" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="atan" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="atan2" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="xNum" Type="graph.Json" /><Parameter Name="yNum" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="atanh" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="aveDev" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="average" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="averageA" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="averageIf" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="range" Type="graph.Json" /><Parameter Name="criteria" Type="graph.Json" /><Parameter Name="averageRange" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="averageIfs" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="averageRange" Type="graph.Json" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="bahtText" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="base" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="radix" Type="graph.Json" /><Parameter Name="minLength" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="besselI" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="n" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="besselJ" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="n" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="besselK" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="n" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="besselY" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="n" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="beta_Dist" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="alpha" Type="graph.Json" /><Parameter Name="beta" Type="graph.Json" /><Parameter Name="cumulative" Type="graph.Json" /><Parameter Name="A" Type="graph.Json" /><Parameter Name="B" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="beta_Inv" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="probability" Type="graph.Json" /><Parameter Name="alpha" Type="graph.Json" /><Parameter Name="beta" Type="graph.Json" /><Parameter Name="A" Type="graph.Json" /><Parameter Name="B" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="bin2Dec" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="bin2Hex" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="places" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="bin2Oct" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="places" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="binom_Dist" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="numberS" Type="graph.Json" /><Parameter Name="trials" Type="graph.Json" /><Parameter Name="probabilityS" Type="graph.Json" /><Parameter Name="cumulative" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="binom_Dist_Range" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="trials" Type="graph.Json" /><Parameter Name="probabilityS" Type="graph.Json" /><Parameter Name="numberS" Type="graph.Json" /><Parameter Name="numberS2" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="binom_Inv" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="trials" Type="graph.Json" /><Parameter Name="probabilityS" Type="graph.Json" /><Parameter Name="alpha" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="bitand" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number1" Type="graph.Json" /><Parameter Name="number2" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="bitlshift" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="shiftAmount" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="bitor" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number1" Type="graph.Json" /><Parameter Name="number2" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="bitrshift" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="shiftAmount" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="bitxor" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number1" Type="graph.Json" /><Parameter Name="number2" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="ceiling_Math" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="significance" Type="graph.Json" /><Parameter Name="mode" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="ceiling_Precise" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="significance" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="char" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="chiSq_Dist" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="degFreedom" Type="graph.Json" /><Parameter Name="cumulative" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="chiSq_Dist_RT" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="degFreedom" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="chiSq_Inv" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="probability" Type="graph.Json" /><Parameter Name="degFreedom" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="chiSq_Inv_RT" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="probability" Type="graph.Json" /><Parameter Name="degFreedom" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="choose" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="indexNum" Type="graph.Json" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="clean" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="code" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="columns" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="array" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="combin" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="numberChosen" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="combina" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="numberChosen" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="complex" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="realNum" Type="graph.Json" /><Parameter Name="iNum" Type="graph.Json" /><Parameter Name="suffix" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="concatenate" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="confidence_Norm" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="alpha" Type="graph.Json" /><Parameter Name="standardDev" Type="graph.Json" /><Parameter Name="size" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="confidence_T" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="alpha" Type="graph.Json" /><Parameter Name="standardDev" Type="graph.Json" /><Parameter Name="size" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="convert" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="fromUnit" Type="graph.Json" /><Parameter Name="toUnit" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="cos" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="cosh" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="cot" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="coth" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="count" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Function Name="count" IsBound="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookChart)" /><ReturnType Type="Edm.Int32" Nullable="false" /></Function><Function Name="count" IsBound="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookTable)" /><ReturnType Type="Edm.Int32" Nullable="false" /></Function><Function Name="count" IsBound="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookTableColumn)" /><ReturnType Type="Edm.Int32" Nullable="false" /></Function><Function Name="count" IsBound="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookTableRow)" /><ReturnType Type="Edm.Int32" Nullable="false" /></Function><Function Name="count" IsBound="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookChartPoint)" /><ReturnType Type="Edm.Int32" Nullable="false" /></Function><Function Name="count" IsBound="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookChartSeries)" /><ReturnType Type="Edm.Int32" Nullable="false" /></Function><Function Name="count" IsBound="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookRangeBorder)" /><ReturnType Type="Edm.Int32" Nullable="false" /></Function><Action Name="countA" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="countBlank" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="range" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="countIf" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="range" Type="graph.Json" /><Parameter Name="criteria" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="countIfs" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="coupDayBs" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="frequency" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="coupDays" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="frequency" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="coupDaysNc" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="frequency" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="coupNcd" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="frequency" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="coupNum" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="frequency" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="coupPcd" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="frequency" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="csc" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="csch" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="cumIPmt" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="nper" Type="graph.Json" /><Parameter Name="pv" Type="graph.Json" /><Parameter Name="startPeriod" Type="graph.Json" /><Parameter Name="endPeriod" Type="graph.Json" /><Parameter Name="type" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="cumPrinc" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="nper" Type="graph.Json" /><Parameter Name="pv" Type="graph.Json" /><Parameter Name="startPeriod" Type="graph.Json" /><Parameter Name="endPeriod" Type="graph.Json" /><Parameter Name="type" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="date" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="year" Type="graph.Json" /><Parameter Name="month" Type="graph.Json" /><Parameter Name="day" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="datevalue" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="dateText" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="daverage" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="database" Type="graph.Json" /><Parameter Name="field" Type="graph.Json" /><Parameter Name="criteria" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="day" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="serialNumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="days" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="endDate" Type="graph.Json" /><Parameter Name="startDate" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="days360" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="startDate" Type="graph.Json" /><Parameter Name="endDate" Type="graph.Json" /><Parameter Name="method" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="db" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="cost" Type="graph.Json" /><Parameter Name="salvage" Type="graph.Json" /><Parameter Name="life" Type="graph.Json" /><Parameter Name="period" Type="graph.Json" /><Parameter Name="month" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="dbcs" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="dcount" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="database" Type="graph.Json" /><Parameter Name="field" Type="graph.Json" /><Parameter Name="criteria" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="dcountA" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="database" Type="graph.Json" /><Parameter Name="field" Type="graph.Json" /><Parameter Name="criteria" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="ddb" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="cost" Type="graph.Json" /><Parameter Name="salvage" Type="graph.Json" /><Parameter Name="life" Type="graph.Json" /><Parameter Name="period" Type="graph.Json" /><Parameter Name="factor" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="dec2Bin" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="places" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="dec2Hex" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="places" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="dec2Oct" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="places" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="decimal" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="radix" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="degrees" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="angle" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="devSq" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="dget" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="database" Type="graph.Json" /><Parameter Name="field" Type="graph.Json" /><Parameter Name="criteria" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="disc" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="pr" Type="graph.Json" /><Parameter Name="redemption" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="dmax" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="database" Type="graph.Json" /><Parameter Name="field" Type="graph.Json" /><Parameter Name="criteria" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="dmin" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="database" Type="graph.Json" /><Parameter Name="field" Type="graph.Json" /><Parameter Name="criteria" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="dollar" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="decimals" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="dollarDe" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="fractionalDollar" Type="graph.Json" /><Parameter Name="fraction" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="dollarFr" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="decimalDollar" Type="graph.Json" /><Parameter Name="fraction" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="dproduct" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="database" Type="graph.Json" /><Parameter Name="field" Type="graph.Json" /><Parameter Name="criteria" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="dstDev" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="database" Type="graph.Json" /><Parameter Name="field" Type="graph.Json" /><Parameter Name="criteria" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="dstDevP" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="database" Type="graph.Json" /><Parameter Name="field" Type="graph.Json" /><Parameter Name="criteria" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="dsum" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="database" Type="graph.Json" /><Parameter Name="field" Type="graph.Json" /><Parameter Name="criteria" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="duration" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="coupon" Type="graph.Json" /><Parameter Name="yld" Type="graph.Json" /><Parameter Name="frequency" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="dvar" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="database" Type="graph.Json" /><Parameter Name="field" Type="graph.Json" /><Parameter Name="criteria" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="dvarP" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="database" Type="graph.Json" /><Parameter Name="field" Type="graph.Json" /><Parameter Name="criteria" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="ecma_Ceiling" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="significance" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="edate" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="startDate" Type="graph.Json" /><Parameter Name="months" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="effect" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="nominalRate" Type="graph.Json" /><Parameter Name="npery" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="eoMonth" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="startDate" Type="graph.Json" /><Parameter Name="months" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="erf" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="lowerLimit" Type="graph.Json" /><Parameter Name="upperLimit" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="erfC" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="erfC_Precise" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="X" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="erf_Precise" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="X" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="error_Type" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="errorVal" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="even" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="exact" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text1" Type="graph.Json" /><Parameter Name="text2" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="exp" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="expon_Dist" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="lambda" Type="graph.Json" /><Parameter Name="cumulative" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="fact" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="factDouble" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="false" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="find" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="findText" Type="graph.Json" /><Parameter Name="withinText" Type="graph.Json" /><Parameter Name="startNum" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="findB" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="findText" Type="graph.Json" /><Parameter Name="withinText" Type="graph.Json" /><Parameter Name="startNum" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="fisher" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="fisherInv" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="y" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="fixed" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="decimals" Type="graph.Json" /><Parameter Name="noCommas" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="floor_Math" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="significance" Type="graph.Json" /><Parameter Name="mode" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="floor_Precise" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="significance" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="fv" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="nper" Type="graph.Json" /><Parameter Name="pmt" Type="graph.Json" /><Parameter Name="pv" Type="graph.Json" /><Parameter Name="type" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="fvschedule" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="principal" Type="graph.Json" /><Parameter Name="schedule" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="f_Dist" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="degFreedom1" Type="graph.Json" /><Parameter Name="degFreedom2" Type="graph.Json" /><Parameter Name="cumulative" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="f_Dist_RT" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="degFreedom1" Type="graph.Json" /><Parameter Name="degFreedom2" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="f_Inv" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="probability" Type="graph.Json" /><Parameter Name="degFreedom1" Type="graph.Json" /><Parameter Name="degFreedom2" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="f_Inv_RT" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="probability" Type="graph.Json" /><Parameter Name="degFreedom1" Type="graph.Json" /><Parameter Name="degFreedom2" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="gamma" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="gammaLn" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="gammaLn_Precise" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="gamma_Dist" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="alpha" Type="graph.Json" /><Parameter Name="beta" Type="graph.Json" /><Parameter Name="cumulative" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="gamma_Inv" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="probability" Type="graph.Json" /><Parameter Name="alpha" Type="graph.Json" /><Parameter Name="beta" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="gauss" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="gcd" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="geoMean" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="geStep" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="step" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="harMean" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="hex2Bin" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="places" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="hex2Dec" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="hex2Oct" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="places" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="hlookup" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="lookupValue" Type="graph.Json" /><Parameter Name="tableArray" Type="graph.Json" /><Parameter Name="rowIndexNum" Type="graph.Json" /><Parameter Name="rangeLookup" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="hour" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="serialNumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="hyperlink" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="linkLocation" Type="graph.Json" /><Parameter Name="friendlyName" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="hypGeom_Dist" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="sampleS" Type="graph.Json" /><Parameter Name="numberSample" Type="graph.Json" /><Parameter Name="populationS" Type="graph.Json" /><Parameter Name="numberPop" Type="graph.Json" /><Parameter Name="cumulative" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="if" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="logicalTest" Type="graph.Json" /><Parameter Name="valueIfTrue" Type="graph.Json" /><Parameter Name="valueIfFalse" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imAbs" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imaginary" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imArgument" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imConjugate" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imCos" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imCosh" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imCot" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imCsc" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imCsch" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imDiv" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber1" Type="graph.Json" /><Parameter Name="inumber2" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imExp" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imLn" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imLog10" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imLog2" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imPower" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imProduct" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imReal" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imSec" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imSech" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imSin" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imSinh" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imSqrt" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imSub" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber1" Type="graph.Json" /><Parameter Name="inumber2" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imSum" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="imTan" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="inumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="int" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="intRate" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="investment" Type="graph.Json" /><Parameter Name="redemption" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="ipmt" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="per" Type="graph.Json" /><Parameter Name="nper" Type="graph.Json" /><Parameter Name="pv" Type="graph.Json" /><Parameter Name="fv" Type="graph.Json" /><Parameter Name="type" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="irr" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><Parameter Name="guess" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="isErr" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="value" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="isError" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="value" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="isEven" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="isFormula" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="reference" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="isLogical" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="value" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="isNA" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="value" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="isNonText" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="value" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="isNumber" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="value" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="isOdd" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="isoWeekNum" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="date" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="iso_Ceiling" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="significance" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="ispmt" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="per" Type="graph.Json" /><Parameter Name="nper" Type="graph.Json" /><Parameter Name="pv" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="isref" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="value" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="isText" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="value" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="kurt" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="large" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="array" Type="graph.Json" /><Parameter Name="k" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="lcm" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="left" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><Parameter Name="numChars" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="leftb" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><Parameter Name="numBytes" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="len" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="lenb" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="ln" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="log" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="base" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="log10" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="logNorm_Dist" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="mean" Type="graph.Json" /><Parameter Name="standardDev" Type="graph.Json" /><Parameter Name="cumulative" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="logNorm_Inv" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="probability" Type="graph.Json" /><Parameter Name="mean" Type="graph.Json" /><Parameter Name="standardDev" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="lookup" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="lookupValue" Type="graph.Json" /><Parameter Name="lookupVector" Type="graph.Json" /><Parameter Name="resultVector" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="lower" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="match" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="lookupValue" Type="graph.Json" /><Parameter Name="lookupArray" Type="graph.Json" /><Parameter Name="matchType" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="max" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="maxA" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="mduration" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="coupon" Type="graph.Json" /><Parameter Name="yld" Type="graph.Json" /><Parameter Name="frequency" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="median" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="mid" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><Parameter Name="startNum" Type="graph.Json" /><Parameter Name="numChars" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="midb" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><Parameter Name="startNum" Type="graph.Json" /><Parameter Name="numBytes" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="min" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="minA" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="minute" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="serialNumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="mirr" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><Parameter Name="financeRate" Type="graph.Json" /><Parameter Name="reinvestRate" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="mod" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="divisor" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="month" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="serialNumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="mround" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="multiple" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="multiNomial" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="n" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="value" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="na" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="negBinom_Dist" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="numberF" Type="graph.Json" /><Parameter Name="numberS" Type="graph.Json" /><Parameter Name="probabilityS" Type="graph.Json" /><Parameter Name="cumulative" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="networkDays" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="startDate" Type="graph.Json" /><Parameter Name="endDate" Type="graph.Json" /><Parameter Name="holidays" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="networkDays_Intl" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="startDate" Type="graph.Json" /><Parameter Name="endDate" Type="graph.Json" /><Parameter Name="weekend" Type="graph.Json" /><Parameter Name="holidays" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="nominal" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="effectRate" Type="graph.Json" /><Parameter Name="npery" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="norm_Dist" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="mean" Type="graph.Json" /><Parameter Name="standardDev" Type="graph.Json" /><Parameter Name="cumulative" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="norm_Inv" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="probability" Type="graph.Json" /><Parameter Name="mean" Type="graph.Json" /><Parameter Name="standardDev" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="norm_S_Dist" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="z" Type="graph.Json" /><Parameter Name="cumulative" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="norm_S_Inv" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="probability" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="not" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="logical" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="now" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="nper" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="pmt" Type="graph.Json" /><Parameter Name="pv" Type="graph.Json" /><Parameter Name="fv" Type="graph.Json" /><Parameter Name="type" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="npv" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="numberValue" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><Parameter Name="decimalSeparator" Type="graph.Json" /><Parameter Name="groupSeparator" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="oct2Bin" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="places" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="oct2Dec" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="oct2Hex" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="places" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="odd" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="oddFPrice" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="issue" Type="graph.Json" /><Parameter Name="firstCoupon" Type="graph.Json" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="yld" Type="graph.Json" /><Parameter Name="redemption" Type="graph.Json" /><Parameter Name="frequency" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="oddFYield" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="issue" Type="graph.Json" /><Parameter Name="firstCoupon" Type="graph.Json" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="pr" Type="graph.Json" /><Parameter Name="redemption" Type="graph.Json" /><Parameter Name="frequency" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="oddLPrice" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="lastInterest" Type="graph.Json" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="yld" Type="graph.Json" /><Parameter Name="redemption" Type="graph.Json" /><Parameter Name="frequency" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="oddLYield" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="lastInterest" Type="graph.Json" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="pr" Type="graph.Json" /><Parameter Name="redemption" Type="graph.Json" /><Parameter Name="frequency" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="or" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="pduration" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="pv" Type="graph.Json" /><Parameter Name="fv" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="percentile_Exc" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="array" Type="graph.Json" /><Parameter Name="k" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="percentile_Inc" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="array" Type="graph.Json" /><Parameter Name="k" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="percentRank_Exc" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="array" Type="graph.Json" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="significance" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="percentRank_Inc" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="array" Type="graph.Json" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="significance" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="permut" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="numberChosen" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="permutationa" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="numberChosen" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="phi" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="pi" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="pmt" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="nper" Type="graph.Json" /><Parameter Name="pv" Type="graph.Json" /><Parameter Name="fv" Type="graph.Json" /><Parameter Name="type" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="poisson_Dist" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="mean" Type="graph.Json" /><Parameter Name="cumulative" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="power" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="power" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="ppmt" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="per" Type="graph.Json" /><Parameter Name="nper" Type="graph.Json" /><Parameter Name="pv" Type="graph.Json" /><Parameter Name="fv" Type="graph.Json" /><Parameter Name="type" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="price" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="yld" Type="graph.Json" /><Parameter Name="redemption" Type="graph.Json" /><Parameter Name="frequency" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="priceDisc" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="discount" Type="graph.Json" /><Parameter Name="redemption" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="priceMat" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="issue" Type="graph.Json" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="yld" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="product" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="proper" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="pv" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="nper" Type="graph.Json" /><Parameter Name="pmt" Type="graph.Json" /><Parameter Name="fv" Type="graph.Json" /><Parameter Name="type" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="quartile_Exc" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="array" Type="graph.Json" /><Parameter Name="quart" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="quartile_Inc" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="array" Type="graph.Json" /><Parameter Name="quart" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="quotient" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="numerator" Type="graph.Json" /><Parameter Name="denominator" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="radians" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="angle" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="rand" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="randBetween" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="bottom" Type="graph.Json" /><Parameter Name="top" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="rank_Avg" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="ref" Type="graph.Json" /><Parameter Name="order" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="rank_Eq" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="ref" Type="graph.Json" /><Parameter Name="order" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="rate" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="nper" Type="graph.Json" /><Parameter Name="pmt" Type="graph.Json" /><Parameter Name="pv" Type="graph.Json" /><Parameter Name="fv" Type="graph.Json" /><Parameter Name="type" Type="graph.Json" /><Parameter Name="guess" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="received" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="investment" Type="graph.Json" /><Parameter Name="discount" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="replace" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="oldText" Type="graph.Json" /><Parameter Name="startNum" Type="graph.Json" /><Parameter Name="numChars" Type="graph.Json" /><Parameter Name="newText" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="replaceB" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="oldText" Type="graph.Json" /><Parameter Name="startNum" Type="graph.Json" /><Parameter Name="numBytes" Type="graph.Json" /><Parameter Name="newText" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="rept" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><Parameter Name="numberTimes" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="right" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><Parameter Name="numChars" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="rightb" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><Parameter Name="numBytes" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="roman" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="form" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="round" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="numDigits" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="roundDown" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="numDigits" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="roundUp" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="numDigits" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="rows" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="array" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="rri" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="nper" Type="graph.Json" /><Parameter Name="pv" Type="graph.Json" /><Parameter Name="fv" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="sec" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="sech" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="second" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="serialNumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="seriesSum" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="n" Type="graph.Json" /><Parameter Name="m" Type="graph.Json" /><Parameter Name="coefficients" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="sheet" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="value" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="sheets" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="reference" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="sign" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="sin" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="sinh" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="skew" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="skew_p" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="sln" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="cost" Type="graph.Json" /><Parameter Name="salvage" Type="graph.Json" /><Parameter Name="life" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="small" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="array" Type="graph.Json" /><Parameter Name="k" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="sqrt" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="sqrtPi" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="standardize" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="mean" Type="graph.Json" /><Parameter Name="standardDev" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="stDevA" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="stDevPA" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="stDev_P" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="stDev_S" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="substitute" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><Parameter Name="oldText" Type="graph.Json" /><Parameter Name="newText" Type="graph.Json" /><Parameter Name="instanceNum" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="subtotal" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="functionNum" Type="graph.Json" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="sum" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="sumIf" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="range" Type="graph.Json" /><Parameter Name="criteria" Type="graph.Json" /><Parameter Name="sumRange" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="sumIfs" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="sumRange" Type="graph.Json" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="sumSq" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="syd" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="cost" Type="graph.Json" /><Parameter Name="salvage" Type="graph.Json" /><Parameter Name="life" Type="graph.Json" /><Parameter Name="per" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="t" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="value" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="tan" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="tanh" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="tbillEq" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="discount" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="tbillPrice" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="discount" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="tbillYield" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="pr" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="text" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="value" Type="graph.Json" /><Parameter Name="formatText" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="time" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="hour" Type="graph.Json" /><Parameter Name="minute" Type="graph.Json" /><Parameter Name="second" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="timevalue" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="timeText" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="today" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="trim" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="trimMean" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="array" Type="graph.Json" /><Parameter Name="percent" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="true" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="trunc" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="numDigits" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="type" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="value" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="t_Dist" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="degFreedom" Type="graph.Json" /><Parameter Name="cumulative" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="t_Dist_2T" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="degFreedom" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="t_Dist_RT" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="degFreedom" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="t_Inv" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="probability" Type="graph.Json" /><Parameter Name="degFreedom" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="t_Inv_2T" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="probability" Type="graph.Json" /><Parameter Name="degFreedom" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="unichar" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="unicode" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="upper" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="usdollar" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="number" Type="graph.Json" /><Parameter Name="decimals" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="value" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="text" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="varA" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="varPA" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="var_P" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="var_S" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="vdb" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="cost" Type="graph.Json" /><Parameter Name="salvage" Type="graph.Json" /><Parameter Name="life" Type="graph.Json" /><Parameter Name="startPeriod" Type="graph.Json" /><Parameter Name="endPeriod" Type="graph.Json" /><Parameter Name="factor" Type="graph.Json" /><Parameter Name="noSwitch" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="vlookup" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="lookupValue" Type="graph.Json" /><Parameter Name="tableArray" Type="graph.Json" /><Parameter Name="colIndexNum" Type="graph.Json" /><Parameter Name="rangeLookup" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="weekday" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="serialNumber" Type="graph.Json" /><Parameter Name="returnType" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="weekNum" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="serialNumber" Type="graph.Json" /><Parameter Name="returnType" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="weibull_Dist" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="alpha" Type="graph.Json" /><Parameter Name="beta" Type="graph.Json" /><Parameter Name="cumulative" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="workDay" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="startDate" Type="graph.Json" /><Parameter Name="days" Type="graph.Json" /><Parameter Name="holidays" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="workDay_Intl" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="startDate" Type="graph.Json" /><Parameter Name="days" Type="graph.Json" /><Parameter Name="weekend" Type="graph.Json" /><Parameter Name="holidays" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="xirr" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><Parameter Name="dates" Type="graph.Json" /><Parameter Name="guess" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="xnpv" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="values" Type="graph.Json" /><Parameter Name="dates" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="xor" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="year" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="serialNumber" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="yearFrac" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="startDate" Type="graph.Json" /><Parameter Name="endDate" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="yield" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="pr" Type="graph.Json" /><Parameter Name="redemption" Type="graph.Json" /><Parameter Name="frequency" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="yieldDisc" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="pr" Type="graph.Json" /><Parameter Name="redemption" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="yieldMat" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="settlement" Type="graph.Json" /><Parameter Name="maturity" Type="graph.Json" /><Parameter Name="issue" Type="graph.Json" /><Parameter Name="rate" Type="graph.Json" /><Parameter Name="pr" Type="graph.Json" /><Parameter Name="basis" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="z_Test" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFunctions" /><Parameter Name="array" Type="graph.Json" /><Parameter Name="x" Type="graph.Json" /><Parameter Name="sigma" Type="graph.Json" /><ReturnType Type="graph.workbookFunctionResult" /></Action><Action Name="add" IsBound="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookChart)" /><Parameter Name="type" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="sourceData" Type="graph.Json" /><Parameter Name="seriesBy" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.workbookChart" /></Action><Action Name="add" IsBound="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookNamedItem)" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="reference" Type="graph.Json" /><Parameter Name="comment" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.workbookNamedItem" /></Action><Action Name="add" IsBound="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookTable)" /><Parameter Name="address" Type="Edm.String" Unicode="false" /><Parameter Name="hasHeaders" Type="Edm.Boolean" Nullable="false" /><ReturnType Type="graph.workbookTable" /></Action><Action Name="add" IsBound="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookTableColumn)" /><Parameter Name="index" Type="Edm.Int32" /><Parameter Name="values" Type="graph.Json" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.workbookTableColumn" /></Action><Action Name="add" IsBound="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookTableRow)" /><Parameter Name="index" Type="Edm.Int32" /><Parameter Name="values" Type="graph.Json" /><ReturnType Type="graph.workbookTableRow" /></Action><Action Name="add" IsBound="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookWorksheet)" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.workbookWorksheet" /></Action><Action Name="add" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.site)" /><Parameter Name="value" Type="Collection(graph.site)" /><ReturnType Type="Collection(graph.site)" /></Action><Action Name="add" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.conversationMember)" /><Parameter Name="values" Type="Collection(graph.conversationMember)" /><ReturnType Type="Collection(graph.actionResultPart)" /></Action><Function Name="item" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookChart)" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.workbookChart" /></Function><Function Name="itemAt" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookChart)" /><Parameter Name="index" Type="Edm.Int32" Nullable="false" /><ReturnType Type="graph.workbookChart" /></Function><Function Name="itemAt" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookTable)" /><Parameter Name="index" Type="Edm.Int32" Nullable="false" /><ReturnType Type="graph.workbookTable" /></Function><Function Name="itemAt" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookTableColumn)" /><Parameter Name="index" Type="Edm.Int32" Nullable="false" /><ReturnType Type="graph.workbookTableColumn" /></Function><Function Name="itemAt" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookTableRow)" /><Parameter Name="index" Type="Edm.Int32" Nullable="false" /><ReturnType Type="graph.workbookTableRow" /></Function><Function Name="itemAt" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookChartPoint)" /><Parameter Name="index" Type="Edm.Int32" Nullable="false" /><ReturnType Type="graph.workbookChartPoint" /></Function><Function Name="itemAt" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookChartSeries)" /><Parameter Name="index" Type="Edm.Int32" Nullable="false" /><ReturnType Type="graph.workbookChartSeries" /></Function><Function Name="itemAt" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookRangeBorder)" /><Parameter Name="index" Type="Edm.Int32" Nullable="false" /><ReturnType Type="graph.workbookRangeBorder" /></Function><Function Name="itemAt" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookRangeView)" /><Parameter Name="index" Type="Edm.Int32" Nullable="false" /><ReturnType Type="graph.workbookRangeView" /></Function><Action Name="addFormulaLocal" IsBound="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookNamedItem)" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="formula" Type="Edm.String" Unicode="false" /><Parameter Name="comment" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.workbookNamedItem" /></Action><Action Name="apply" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFilter" /><Parameter Name="criteria" Type="graph.workbookFilterCriteria" /></Action><Action Name="apply" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookRangeSort" /><Parameter Name="fields" Type="Collection(graph.workbookSortField)" /><Parameter Name="matchCase" Type="Edm.Boolean" Nullable="false" /><Parameter Name="hasHeaders" Type="Edm.Boolean" Nullable="false" /><Parameter Name="orientation" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="method" Type="Edm.String" Nullable="false" Unicode="false" /></Action><Action Name="apply" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookTableSort" /><Parameter Name="fields" Type="Collection(graph.workbookSortField)" /><Parameter Name="matchCase" Type="Edm.Boolean" Nullable="false" /><Parameter Name="method" Type="Edm.String" Nullable="false" Unicode="false" /></Action><Action Name="applyBottomItemsFilter" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFilter" /><Parameter Name="count" Type="Edm.Int32" Nullable="false" /></Action><Action Name="applyBottomPercentFilter" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFilter" /><Parameter Name="percent" Type="Edm.Int32" Nullable="false" /></Action><Action Name="applyCellColorFilter" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFilter" /><Parameter Name="color" Type="Edm.String" Unicode="false" /></Action><Action Name="applyCustomFilter" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFilter" /><Parameter Name="criteria1" Type="Edm.String" Unicode="false" /><Parameter Name="criteria2" Type="Edm.String" Unicode="false" /><Parameter Name="oper" Type="Edm.String" Nullable="false" Unicode="false" /></Action><Action Name="applyDynamicFilter" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFilter" /><Parameter Name="criteria" Type="Edm.String" Nullable="false" Unicode="false" /></Action><Action Name="applyFontColorFilter" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFilter" /><Parameter Name="color" Type="Edm.String" Unicode="false" /></Action><Action Name="applyIconFilter" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFilter" /><Parameter Name="icon" Type="graph.workbookIcon" /></Action><Action Name="applyTopItemsFilter" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFilter" /><Parameter Name="count" Type="Edm.Int32" Nullable="false" /></Action><Action Name="applyTopPercentFilter" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFilter" /><Parameter Name="percent" Type="Edm.Int32" Nullable="false" /></Action><Action Name="applyValuesFilter" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFilter" /><Parameter Name="values" Type="graph.Json" /></Action><Action Name="clear" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookFilter" /></Action><Action Name="clear" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookTableSort" /></Action><Action Name="clear" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookChartFill" /></Action><Action Name="clear" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookChartLineFormat" /></Action><Action Name="clear" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><Parameter Name="applyTo" Type="Edm.String" Nullable="false" Unicode="false" /></Action><Action Name="clear" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookRangeFill" /></Action><Action Name="reapply" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookTableSort" /></Action><Action Name="autofitColumns" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookRangeFormat" /></Action><Action Name="autofitRows" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookRangeFormat" /></Action><Action Name="calculate" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookApplication" /><Parameter Name="calculationType" Type="Edm.String" Nullable="false" Unicode="false" /></Action><Action Name="setSolidColor" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookChartFill" /><Parameter Name="color" Type="Edm.String" Unicode="false" /></Action><Action Name="delete" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><Parameter Name="shift" Type="Edm.String" Nullable="false" Unicode="false" /></Action><Action Name="insert" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><Parameter Name="shift" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.workbookRange" /></Action><Action Name="merge" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><Parameter Name="across" Type="Edm.Boolean" Nullable="false" /></Action><Action Name="unmerge" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /></Action><Function Name="boundingRect" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><Parameter Name="anotherRange" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="cell" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><Parameter Name="row" Type="Edm.Int32" Nullable="false" /><Parameter Name="column" Type="Edm.Int32" Nullable="false" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="cell" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookWorksheet" /><Parameter Name="row" Type="Edm.Int32" Nullable="false" /><Parameter Name="column" Type="Edm.Int32" Nullable="false" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="column" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><Parameter Name="column" Type="Edm.Int32" Nullable="false" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="columnsAfter" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="columnsAfter" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><Parameter Name="count" Type="Edm.Int32" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="columnsBefore" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="columnsBefore" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><Parameter Name="count" Type="Edm.Int32" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="entireColumn" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="entireRow" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="intersection" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><Parameter Name="anotherRange" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="lastCell" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="lastColumn" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="lastRow" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="offsetRange" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><Parameter Name="rowOffset" Type="Edm.Int32" Nullable="false" /><Parameter Name="columnOffset" Type="Edm.Int32" Nullable="false" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="resizedRange" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><Parameter Name="deltaRows" Type="Edm.Int32" Nullable="false" /><Parameter Name="deltaColumns" Type="Edm.Int32" Nullable="false" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="row" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><Parameter Name="row" Type="Edm.Int32" Nullable="false" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="rowsAbove" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="rowsAbove" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><Parameter Name="count" Type="Edm.Int32" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="rowsBelow" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="rowsBelow" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><Parameter Name="count" Type="Edm.Int32" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="usedRange" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="usedRange" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><Parameter Name="valuesOnly" Type="Edm.Boolean" Nullable="false" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="usedRange" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookWorksheet" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="usedRange" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookWorksheet" /><Parameter Name="valuesOnly" Type="Edm.Boolean" Nullable="false" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="visibleView" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRange" /><ReturnType Type="graph.workbookRangeView" /></Function><Action Name="clearFilters" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookTable" /></Action><Action Name="convertToRange" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookTable" /><ReturnType Type="graph.workbookRange" /></Action><Action Name="reapplyFilters" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookTable" /></Action><Function Name="dataBodyRange" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookTable" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="dataBodyRange" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookTableColumn" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="headerRowRange" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookTable" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="headerRowRange" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookTableColumn" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="range" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookTable" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="range" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookWorksheet" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="range" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookWorksheet" /><Parameter Name="address" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="range" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookTableColumn" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="range" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookNamedItem" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="range" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookRangeView" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="range" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookTableRow" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="totalRowRange" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookTable" /><ReturnType Type="graph.workbookRange" /></Function><Function Name="totalRowRange" IsBound="true" IsComposable="true"><Parameter Name="bindparameter" Type="graph.workbookTableColumn" /><ReturnType Type="graph.workbookRange" /></Function><Action Name="closeSession" IsBound="true"><Parameter Name="this" Type="graph.workbook" /></Action><Action Name="createSession" IsBound="true"><Parameter Name="this" Type="graph.workbook" /><Parameter Name="persistChanges" Type="Edm.Boolean" Nullable="false" /><ReturnType Type="graph.workbookSessionInfo" /></Action><Action Name="refreshSession" IsBound="true"><Parameter Name="this" Type="graph.workbook" /></Action><Function Name="sessionInfoResource" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbook" /><Parameter Name="key" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.workbookSessionInfo" /></Function><Function Name="tableRowOperationResult" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbook" /><Parameter Name="key" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.workbookTableRow" /></Function><Action Name="protect" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookWorksheetProtection" /><Parameter Name="options" Type="graph.workbookWorksheetProtectionOptions" /></Action><Action Name="unprotect" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookWorksheetProtection" /></Action><Action Name="refresh" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookPivotTable" /></Action><Action Name="refresh" IsBound="true"><Parameter Name="bindingParameter" Type="graph.accessPackageResource" /></Action><Action Name="refreshAll" IsBound="true"><Parameter Name="bindparameter" Type="Collection(graph.workbookPivotTable)" /></Action><Action Name="setData" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookChart" /><Parameter Name="sourceData" Type="graph.Json" /><Parameter Name="seriesBy" Type="Edm.String" Nullable="false" Unicode="false" /></Action><Action Name="setPosition" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookChart" /><Parameter Name="startCell" Type="graph.Json" /><Parameter Name="endCell" Type="graph.Json" /></Action><Function Name="image" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookChart" /><ReturnType Type="Edm.String" Unicode="false" /></Function><Function Name="image" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookChart" /><Parameter Name="width" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Edm.String" Unicode="false" /></Function><Function Name="image" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookChart" /><Parameter Name="width" Type="Edm.Int32" Nullable="false" /><Parameter Name="height" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Edm.String" Unicode="false" /></Function><Function Name="image" IsBound="true"><Parameter Name="bindparameter" Type="graph.workbookChart" /><Parameter Name="width" Type="Edm.Int32" Nullable="false" /><Parameter Name="height" Type="Edm.Int32" Nullable="false" /><Parameter Name="fittingMode" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.String" Unicode="false" /></Function><Action Name="ingestMapFile" IsBound="true"><Parameter Name="bindingParameter" Type="graph.building" /><Parameter Name="file" Type="Edm.String" Unicode="false" /><Parameter Name="importSetting" Type="graph.importBuildingMapSetting" /></Action><Function Name="descendants" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.place" /><ReturnType Type="Collection(graph.place)" Nullable="false" /></Function><Action Name="accept" IsBound="true"><Parameter Name="bindingParameter" Type="graph.calendarSharingMessage" /><ReturnType Type="graph.calendar" Nullable="false" /></Action><Action Name="accept" IsBound="true"><Parameter Name="bindingParameter" Type="graph.event" /><Parameter Name="SendResponse" Type="Edm.Boolean" /><Parameter Name="Comment" Type="Edm.String" Unicode="false" /></Action><Action Name="decline" IsBound="true"><Parameter Name="bindingParameter" Type="graph.event" /><Parameter Name="ProposedNewTime" Type="graph.timeSlot" /><Parameter Name="SendResponse" Type="Edm.Boolean" /><Parameter Name="Comment" Type="Edm.String" Unicode="false" /></Action><Action Name="decline" IsBound="true"><Parameter Name="bindingParameter" Type="graph.scheduleChangeRequest" /><Parameter Name="message" Type="Edm.String" Unicode="false" /></Action><Action Name="dismissReminder" IsBound="true"><Parameter Name="bindingParameter" Type="graph.event" /></Action><Action Name="forward" IsBound="true"><Parameter Name="bindingParameter" Type="graph.event" /><Parameter Name="ToRecipients" Type="Collection(graph.recipient)" /><Parameter Name="Comment" Type="Edm.String" Unicode="false" /></Action><Action Name="forward" IsBound="true"><Parameter Name="bindingParameter" Type="graph.message" /><Parameter Name="ToRecipients" Type="Collection(graph.recipient)" /><Parameter Name="Message" Type="graph.message" /><Parameter Name="Comment" Type="Edm.String" Unicode="false" /></Action><Action Name="forward" IsBound="true"><Parameter Name="bindingParameter" Type="graph.post" /><Parameter Name="Comment" Type="Edm.String" Unicode="false" /><Parameter Name="ToRecipients" Type="Collection(graph.recipient)" Nullable="false" /></Action><Action Name="permanentDelete" IsBound="true"><Parameter Name="bindingParameter" Type="graph.event" /></Action><Action Name="permanentDelete" IsBound="true"><Parameter Name="bindingParameter" Type="graph.mailFolder" /></Action><Action Name="permanentDelete" IsBound="true"><Parameter Name="bindingParameter" Type="graph.message" /></Action><Action Name="permanentDelete" IsBound="true"><Parameter Name="bindingParameter" Type="graph.calendar" /></Action><Action Name="permanentDelete" IsBound="true"><Parameter Name="bindingParameter" Type="graph.contact" /></Action><Action Name="permanentDelete" IsBound="true"><Parameter Name="bindingParameter" Type="graph.contactFolder" /></Action><Action Name="permanentDelete" IsBound="true"><Parameter Name="bindingParameter" Type="graph.fileStorageContainer" /></Action><Action Name="permanentDelete" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /></Action><Action Name="snoozeReminder" IsBound="true"><Parameter Name="bindingParameter" Type="graph.event" /><Parameter Name="NewReminderTime" Type="graph.dateTimeTimeZone" Nullable="false" /></Action><Action Name="tentativelyAccept" IsBound="true"><Parameter Name="bindingParameter" Type="graph.event" /><Parameter Name="ProposedNewTime" Type="graph.timeSlot" /><Parameter Name="SendResponse" Type="Edm.Boolean" /><Parameter Name="Comment" Type="Edm.String" Unicode="false" /></Action><Action Name="copy" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="graph.mailFolder" /><Parameter Name="DestinationId" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.mailFolder" /></Action><Action Name="copy" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="graph.message" /><Parameter Name="DestinationId" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.message" /></Action><Action Name="copy" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="parentReference" Type="graph.itemReference" /><Parameter Name="childrenOnly" Type="Edm.Boolean"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="includeAllVersionHistory" Type="Edm.Boolean"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="graph.driveItem" /></Action><Action Name="move" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="graph.mailFolder" /><Parameter Name="DestinationId" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.mailFolder" /></Action><Action Name="move" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="graph.message" /><Parameter Name="DestinationId" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.message" /></Action><Action Name="createForward" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="graph.message" /><Parameter Name="ToRecipients" Type="Collection(graph.recipient)" /><Parameter Name="Message" Type="graph.message" /><Parameter Name="Comment" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.message" /></Action><Action Name="createReply" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="graph.message" /><Parameter Name="Message" Type="graph.message" /><Parameter Name="Comment" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.message" /></Action><Action Name="createReplyAll" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="graph.message" /><Parameter Name="Message" Type="graph.message" /><Parameter Name="Comment" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.message" /></Action><Action Name="reply" IsBound="true"><Parameter Name="bindingParameter" Type="graph.message" /><Parameter Name="Message" Type="graph.message" /><Parameter Name="Comment" Type="Edm.String" Unicode="false" /></Action><Action Name="reply" IsBound="true"><Parameter Name="bindingParameter" Type="graph.post" /><Parameter Name="Post" Type="graph.post" Nullable="false" /></Action><Action Name="reply" IsBound="true"><Parameter Name="bindingParameter" Type="graph.conversationThread" /><Parameter Name="Post" Type="graph.post" Nullable="false" /></Action><Action Name="replyAll" IsBound="true"><Parameter Name="bindingParameter" Type="graph.message" /><Parameter Name="Message" Type="graph.message" /><Parameter Name="Comment" Type="Edm.String" Unicode="false" /></Action><Action Name="send" IsBound="true"><Parameter Name="bindingParameter" Type="graph.message" /></Action><Action Name="createUploadSession" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.attachment)" /><Parameter Name="AttachmentItem" Type="graph.attachmentItem" Nullable="false" /><ReturnType Type="graph.uploadSession" /></Action><Action Name="createUploadSession" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /><Parameter Name="item" Type="graph.driveItemUploadableProperties" /><Parameter Name="deferCommit" Type="Edm.Boolean" /><ReturnType Type="graph.uploadSession" /></Action><Action Name="createUploadSession" IsBound="true"><Parameter Name="bindingParameter" Type="graph.printDocument" /><Parameter Name="properties" Type="graph.printDocumentUploadProperties" Nullable="false" /><ReturnType Type="graph.uploadSession" /></Action><Action Name="createUploadSession" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.attachmentBase)" /><Parameter Name="attachmentInfo" Type="graph.attachmentInfo" Nullable="false" /><ReturnType Type="graph.uploadSession" /></Action><Action Name="getSchedule" IsBound="true"><Parameter Name="bindingParameter" Type="graph.calendar" /><Parameter Name="Schedules" Type="Collection(Edm.String)" Unicode="false" /><Parameter Name="EndTime" Type="graph.dateTimeTimeZone" /><Parameter Name="StartTime" Type="graph.dateTimeTimeZone" /><Parameter Name="AvailabilityViewInterval" Type="Edm.Int32" /><ReturnType Type="Collection(graph.scheduleInformation)" /></Action><Function Name="allowedCalendarSharingRoles" IsBound="true"><Parameter Name="bindingparameter" Type="graph.calendar" /><Parameter Name="User" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Collection(graph.calendarRoleType)" Nullable="false" /></Function><Function Name="supportedLanguages" IsBound="true"><Parameter Name="bindingparameter" Type="graph.outlookUser" /><ReturnType Type="Collection(graph.localeInfo)" Nullable="false" /></Function><Function Name="supportedTimeZones" IsBound="true"><Parameter Name="bindingparameter" Type="graph.outlookUser" /><ReturnType Type="Collection(graph.timeZoneInformation)" Nullable="false" /></Function><Function Name="supportedTimeZones" IsBound="true"><Parameter Name="bindingparameter" Type="graph.outlookUser" /><Parameter Name="TimeZoneStandard" Type="graph.timeZoneStandard" Nullable="false" /><ReturnType Type="Collection(graph.timeZoneInformation)" Nullable="false" /></Function><Action Name="lock" IsBound="true"><Parameter Name="bindingParameter" Type="graph.fileStorageContainer" /><Parameter Name="lockState" Type="graph.siteLockState"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter></Action><Action Name="provisionMigrationContainers" IsBound="true"><Parameter Name="bindingParameter" Type="graph.fileStorageContainer" /><ReturnType Type="graph.sharePointMigrationContainerInfo" /></Action><Action Name="unlock" IsBound="true"><Parameter Name="bindingParameter" Type="graph.fileStorageContainer" /></Action><Action Name="remove" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.site)" /><Parameter Name="value" Type="Collection(graph.site)" /><ReturnType Type="Collection(graph.site)" /></Action><Action Name="remove" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.conversationMember)" /><Parameter Name="values" Type="Collection(graph.conversationMember)" /><ReturnType Type="Collection(graph.actionResultPart)" /></Action><Function Name="getAllSites" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.site)" /><ReturnType Type="Collection(graph.site)" /></Function><Action Name="addCopy" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="Collection(graph.contentType)" /><Parameter Name="contentType" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.contentType" /></Action><Action Name="addCopyFromContentTypeHub" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="Collection(graph.contentType)" /><Parameter Name="contentTypeId" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="graph.contentType" /></Action><Function Name="getCompatibleHubContentTypes" IsBound="true" EntitySetPath="bindingParameter" IsComposable="true"><Parameter Name="bindingParameter" Type="Collection(graph.contentType)" /><ReturnType Type="Collection(graph.contentType)" /></Function><Action Name="assignSensitivityLabel" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /><Parameter Name="sensitivityLabelId" Type="Edm.String" Unicode="false" /><Parameter Name="assignmentMethod" Type="graph.sensitivityLabelAssignmentMethod" /><Parameter Name="justificationText" Type="Edm.String" Unicode="false" /></Action><Action Name="checkin" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /><Parameter Name="checkInAs" Type="Edm.String" Unicode="false" /><Parameter Name="comment" Type="Edm.String" Unicode="false" /></Action><Action Name="checkout" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /></Action><Action Name="createLink" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /><Parameter Name="type" Type="Edm.String" Unicode="false" /><Parameter Name="scope" Type="Edm.String" Unicode="false" /><Parameter Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Parameter Name="password" Type="Edm.String" Unicode="false" /><Parameter Name="message" Type="Edm.String" Unicode="false" /><Parameter Name="recipients" Type="Collection(graph.driveRecipient)" /><Parameter Name="retainInheritedPermissions" Type="Edm.Boolean" /><Parameter Name="sendNotification" Type="Edm.Boolean"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="graph.permission" /></Action><Action Name="createLink" IsBound="true"><Parameter Name="bindingParameter" Type="graph.listItem" /><Parameter Name="type" Type="Edm.String" Unicode="false" /><Parameter Name="scope" Type="Edm.String" Unicode="false" /><Parameter Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Parameter Name="password" Type="Edm.String" Unicode="false" /><Parameter Name="message" Type="Edm.String" Unicode="false" /><Parameter Name="recipients" Type="Collection(graph.driveRecipient)" /><Parameter Name="retainInheritedPermissions" Type="Edm.Boolean" /><Parameter Name="sendNotification" Type="Edm.Boolean"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="graph.permission" /></Action><Action Name="discardCheckout" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /></Action><Action Name="extractSensitivityLabels" IsBound="true"><Parameter Name="bindparameter" Type="graph.driveItem" /><ReturnType Type="graph.extractSensitivityLabelsResult" /></Action><Action Name="follow" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /><ReturnType Type="graph.driveItem" /></Action><Action Name="invite" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /><Parameter Name="requireSignIn" Type="Edm.Boolean" /><Parameter Name="roles" Type="Collection(Edm.String)" Unicode="false" /><Parameter Name="sendInvitation" Type="Edm.Boolean" /><Parameter Name="message" Type="Edm.String" Unicode="false" /><Parameter Name="recipients" Type="Collection(graph.driveRecipient)" Nullable="false" /><Parameter Name="retainInheritedPermissions" Type="Edm.Boolean" /><Parameter Name="expirationDateTime" Type="Edm.String" Unicode="false" /><Parameter Name="password" Type="Edm.String" Unicode="false" /><ReturnType Type="Collection(graph.permission)" /></Action><Action Name="invite" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.participant)" /><Parameter Name="participants" Type="Collection(graph.invitationParticipantInfo)" Nullable="false" /><Parameter Name="clientContext" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.inviteParticipantsOperation" /></Action><Action Name="preview" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /><Parameter Name="page" Type="Edm.String" Unicode="false" /><Parameter Name="zoom" Type="Edm.Double" /><ReturnType Type="graph.itemPreviewInfo" /></Action><Function Name="preview" IsBound="true"><Parameter Name="bindingParameter" Type="graph.onenotePage" /><ReturnType Type="graph.onenotePagePreview" /></Function><Action Name="unfollow" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /></Action><Action Name="validatePermission" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /><Parameter Name="challengeToken" Type="Edm.String" Unicode="false" /><Parameter Name="password" Type="Edm.String" Nullable="false" Unicode="false" /></Action><Function Name="getActivitiesByInterval" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /><ReturnType Type="Collection(graph.itemActivityStat)" /></Function><Function Name="getActivitiesByInterval" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItem" /><Parameter Name="startDateTime" Type="Edm.String" Unicode="false" /><Parameter Name="endDateTime" Type="Edm.String" Unicode="false" /><Parameter Name="interval" Type="Edm.String" Unicode="false" /><ReturnType Type="Collection(graph.itemActivityStat)" /></Function><Function Name="getActivitiesByInterval" IsBound="true"><Parameter Name="bindingParameter" Type="graph.listItem" /><ReturnType Type="Collection(graph.itemActivityStat)" /></Function><Function Name="getActivitiesByInterval" IsBound="true"><Parameter Name="bindingParameter" Type="graph.listItem" /><Parameter Name="startDateTime" Type="Edm.String" Unicode="false" /><Parameter Name="endDateTime" Type="Edm.String" Unicode="false" /><Parameter Name="interval" Type="Edm.String" Unicode="false" /><ReturnType Type="Collection(graph.itemActivityStat)" /></Function><Function Name="getActivitiesByInterval" IsBound="true"><Parameter Name="bindingParameter" Type="graph.site" /><ReturnType Type="Collection(graph.itemActivityStat)" /></Function><Function Name="getActivitiesByInterval" IsBound="true"><Parameter Name="bindingParameter" Type="graph.site" /><Parameter Name="startDateTime" Type="Edm.String" Unicode="false" /><Parameter Name="endDateTime" Type="Edm.String" Unicode="false" /><Parameter Name="interval" Type="Edm.String" Unicode="false" /><ReturnType Type="Collection(graph.itemActivityStat)" /></Function><Action Name="associateWithHubSites" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="graph.contentType" /><Parameter Name="hubSiteUrls" Type="Collection(Edm.String)" Nullable="false" Unicode="false" /><Parameter Name="propagateToExistingLists" Type="Edm.Boolean" /></Action><Action Name="copyToDefaultContentLocation" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="graph.contentType" /><Parameter Name="sourceFile" Type="graph.itemReference" Nullable="false" /><Parameter Name="destinationFileName" Type="Edm.String" Unicode="false" /></Action><Function Name="isPublished" IsBound="true"><Parameter Name="bindingParameter" Type="graph.contentType" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Function><Action Name="getPositionOfWebPart" IsBound="true"><Parameter Name="bindingParameter" Type="graph.webPart" /><ReturnType Type="graph.webPartPosition" /></Action><Action Name="getWebPartsByPosition" IsBound="true"><Parameter Name="bindingParameter" Type="graph.sitePage" /><Parameter Name="webPartIndex" Type="Edm.Double" /><Parameter Name="horizontalSectionId" Type="Edm.Double" /><Parameter Name="isInVerticalSection" Type="Edm.Boolean" /><Parameter Name="columnId" Type="Edm.Double" /><ReturnType Type="Collection(graph.webPart)" /></Action><Action Name="grant" IsBound="true"><Parameter Name="bindingParameter" Type="graph.permission" /><Parameter Name="roles" Type="Collection(Edm.String)" Unicode="false" /><Parameter Name="recipients" Type="Collection(graph.driveRecipient)" /><ReturnType Type="Collection(graph.permission)" /></Action><Action Name="restoreVersion" IsBound="true"><Parameter Name="bindingParameter" Type="graph.driveItemVersion" /></Action><Action Name="restoreVersion" IsBound="true"><Parameter Name="bindingParameter" Type="graph.listItemVersion" /></Action><Function Name="getApplicableContentTypesForList" IsBound="true" EntitySetPath="bindingParameter/contentTypes" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.site" /><Parameter Name="listId" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Collection(graph.contentType)" /></Function><Function Name="getByPath" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.site" /><Parameter Name="path" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.site" /></Function><Function Name="recent" IsBound="true"><Parameter Name="bindingParameter" Type="graph.drive" /><ReturnType Type="Collection(graph.driveItem)" /></Function><Function Name="recent" IsBound="true" EntitySetPath="activities"><Parameter Name="activities" Type="Collection(graph.userActivity)" /><ReturnType Type="Collection(graph.userActivity)" /></Function><Function Name="sharedWithMe" IsBound="true"><Parameter Name="bindingParameter" Type="graph.drive" /><ReturnType Type="Collection(graph.driveItem)" /></Function><Action Name="sendVirtualAppointmentReminderSms" IsBound="true"><Parameter Name="bindingParameter" Type="graph.onlineMeeting" /><Parameter Name="remindBeforeTimeInMinutesType" Type="graph.remindBeforeTimeInMinutesType" /><Parameter Name="attendees" Type="Collection(graph.attendeeNotificationInfo)" /></Action><Action Name="sendVirtualAppointmentSms" IsBound="true"><Parameter Name="bindingParameter" Type="graph.onlineMeeting" /><Parameter Name="messageType" Type="graph.virtualAppointmentMessageType" /><Parameter Name="attendees" Type="Collection(graph.attendeeNotificationInfo)" /></Action><Function Name="getVirtualAppointmentJoinWebUrl" IsBound="true"><Parameter Name="bindingParameter" Type="graph.onlineMeeting" /><ReturnType Type="Edm.String" Unicode="false" /></Function><Action Name="addGroup" IsBound="true"><Parameter Name="bindingParameter" Type="graph.groupLifecyclePolicy" /><Parameter Name="groupId" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Action><Action Name="removeGroup" IsBound="true"><Parameter Name="bindingParameter" Type="graph.groupLifecyclePolicy" /><Parameter Name="groupId" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Action><Action Name="acquireAccessToken" IsBound="true"><Parameter Name="bindingParameter" Type="graph.synchronization" /><Parameter Name="credentials" Type="Collection(graph.synchronizationSecretKeyStringValuePair)" /></Action><Action Name="discover" IsBound="true" EntitySetPath="bindingParameter"><Parameter Name="bindingParameter" Type="graph.directoryDefinition" /><ReturnType Type="graph.directoryDefinition" /></Action><Action Name="parseExpression" IsBound="true"><Parameter Name="bindingParameter" Type="graph.synchronizationSchema" /><Parameter Name="expression" Type="Edm.String" Unicode="false" /><Parameter Name="testInputObject" Type="graph.expressionInputObject" /><Parameter Name="targetAttributeDefinition" Type="graph.attributeDefinition" /><ReturnType Type="graph.parseExpressionResponse" /></Action><Function Name="filterOperators" IsBound="true"><Parameter Name="bindingParameter" Type="graph.synchronizationSchema" /><ReturnType Type="Collection(graph.filterOperatorSchema)" /></Function><Function Name="functions" IsBound="true"><Parameter Name="bindingParameter" Type="graph.synchronizationSchema" /><ReturnType Type="Collection(graph.attributeMappingFunctionSchema)" /></Function><Action Name="pause" IsBound="true"><Parameter Name="bindingParameter" Type="graph.synchronizationJob" /></Action><Action Name="provisionOnDemand" IsBound="true"><Parameter Name="bindingParameter" Type="graph.synchronizationJob" /><Parameter Name="parameters" Type="Collection(graph.synchronizationJobApplicationParameters)" /><ReturnType Type="graph.stringKeyStringValuePair" Nullable="false" /></Action><Action Name="restart" IsBound="true"><Parameter Name="bindingParameter" Type="graph.synchronizationJob" /><Parameter Name="criteria" Type="graph.synchronizationJobRestartCriteria" /></Action><Action Name="start" IsBound="true"><Parameter Name="bindingParameter" Type="graph.synchronizationJob" /></Action><Action Name="start" IsBound="true"><Parameter Name="bindingParameter" Type="graph.printJob" /><ReturnType Type="graph.printJobStatus" /></Action><Action Name="validateCredentials" IsBound="true"><Parameter Name="bindingParameter" Type="graph.synchronizationJob" /><Parameter Name="applicationIdentifier" Type="Edm.String" Unicode="false" /><Parameter Name="templateId" Type="Edm.String" Unicode="false" /><Parameter Name="useSavedCredentials" Type="Edm.Boolean" /><Parameter Name="credentials" Type="Collection(graph.synchronizationSecretKeyStringValuePair)" /></Action><Action Name="validateCredentials" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.synchronizationJob)" /><Parameter Name="applicationIdentifier" Type="Edm.String" Unicode="false" /><Parameter Name="templateId" Type="Edm.String" Unicode="false" /><Parameter Name="useSavedCredentials" Type="Edm.Boolean" /><Parameter Name="credentials" Type="Collection(graph.synchronizationSecretKeyStringValuePair)" /></Action><Function Name="getDetailsByRecipient" IsBound="true"><Parameter Name="bindingParameter" Type="graph.exchangeMessageTrace" /><Parameter Name="recipientAddress" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Collection(graph.exchangeMessageTraceDetail)" /></Function><Action Name="acceptRecommendations" IsBound="true"><Parameter Name="bindingParameter" Type="graph.accessReviewInstance" /></Action><Action Name="applyDecisions" IsBound="true"><Parameter Name="bindingParameter" Type="graph.accessReviewInstance" /></Action><Action Name="batchRecordDecisions" IsBound="true"><Parameter Name="bindingParameter" Type="graph.accessReviewInstance" /><Parameter Name="decision" Type="Edm.String" Unicode="false" /><Parameter Name="justification" Type="Edm.String" Unicode="false" /><Parameter Name="principalId" Type="Edm.String" Unicode="false" /><Parameter Name="resourceId" Type="Edm.String" Unicode="false" /></Action><Action Name="resetDecisions" IsBound="true"><Parameter Name="bindingParameter" Type="graph.accessReviewInstance" /></Action><Action Name="sendReminder" IsBound="true"><Parameter Name="bindingParameter" Type="graph.accessReviewInstance" /></Action><Action Name="stop" IsBound="true"><Parameter Name="bindingParameter" Type="graph.accessReviewInstance" /></Action><Action Name="stop" IsBound="true"><Parameter Name="bindingParameter" Type="graph.accessReviewScheduleDefinition" /></Action><Action Name="stop" IsBound="true"><Parameter Name="bindingParameter" Type="graph.accessReviewStage" /></Action><Action Name="generateDownloadUri" IsBound="true"><Parameter Name="bindingParameter" Type="graph.accessReviewHistoryInstance" /><ReturnType Type="graph.accessReviewHistoryInstance" /></Action><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.accessReviewInstance)" /><Parameter Name="on" Type="graph.accessReviewInstanceFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.accessReviewInstance)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.accessReviewInstanceDecisionItem)" /><Parameter Name="on" Type="graph.accessReviewInstanceDecisionItemFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.accessReviewInstanceDecisionItem)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.accessReviewScheduleDefinition)" /><Parameter Name="on" Type="graph.accessReviewScheduleDefinitionFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.accessReviewScheduleDefinition)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.accessReviewStage)" /><Parameter Name="on" Type="graph.accessReviewStageFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.accessReviewStage)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.appConsentRequest)" /><Parameter Name="on" Type="graph.consentRequestFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.appConsentRequest)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.approval)" /><Parameter Name="on" Type="graph.approvalFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.approval)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.userConsentRequest)" /><Parameter Name="on" Type="graph.consentRequestFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.userConsentRequest)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.accessPackageAssignment)" /><Parameter Name="on" Type="graph.accessPackageAssignmentFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.accessPackageAssignment)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.accessPackage)" /><Parameter Name="on" Type="graph.accessPackageFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.accessPackage)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.accessPackageAssignmentRequest)" /><Parameter Name="on" Type="graph.accessPackageAssignmentRequestFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.accessPackageAssignmentRequest)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.privilegedAccessGroupAssignmentSchedule)" /><Parameter Name="on" Type="graph.assignmentScheduleFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.privilegedAccessGroupAssignmentSchedule)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.privilegedAccessGroupAssignmentScheduleInstance)" /><Parameter Name="on" Type="graph.assignmentScheduleInstanceFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.privilegedAccessGroupAssignmentScheduleInstance)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.privilegedAccessGroupAssignmentScheduleRequest)" /><Parameter Name="on" Type="graph.assignmentScheduleRequestFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.privilegedAccessGroupAssignmentScheduleRequest)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.privilegedAccessGroupEligibilitySchedule)" /><Parameter Name="on" Type="graph.eligibilityScheduleFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.privilegedAccessGroupEligibilitySchedule)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.privilegedAccessGroupEligibilityScheduleInstance)" /><Parameter Name="on" Type="graph.eligibilityScheduleInstanceFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.privilegedAccessGroupEligibilityScheduleInstance)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.privilegedAccessGroupEligibilityScheduleRequest)" /><Parameter Name="on" Type="graph.eligibilityScheduleRequestFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.privilegedAccessGroupEligibilityScheduleRequest)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.unifiedRoleAssignmentSchedule)" /><Parameter Name="on" Type="graph.roleAssignmentScheduleFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.unifiedRoleAssignmentSchedule)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.unifiedRoleAssignmentScheduleInstance)" /><Parameter Name="on" Type="graph.roleAssignmentScheduleInstanceFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.unifiedRoleAssignmentScheduleInstance)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.unifiedRoleAssignmentScheduleRequest)" /><Parameter Name="on" Type="graph.roleAssignmentScheduleRequestFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.unifiedRoleAssignmentScheduleRequest)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.unifiedRoleEligibilitySchedule)" /><Parameter Name="on" Type="graph.roleEligibilityScheduleFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.unifiedRoleEligibilitySchedule)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.unifiedRoleEligibilityScheduleInstance)" /><Parameter Name="on" Type="graph.roleEligibilityScheduleInstanceFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.unifiedRoleEligibilityScheduleInstance)" /></Function><Function Name="filterByCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.unifiedRoleEligibilityScheduleRequest)" /><Parameter Name="on" Type="graph.roleEligibilityScheduleRequestFilterByCurrentUserOptions" Nullable="false" /><ReturnType Type="Collection(graph.unifiedRoleEligibilityScheduleRequest)" /></Function><Action Name="evaluate" IsBound="true"><Parameter Name="bindingParameter" Type="graph.conditionalAccessRoot" /><Parameter Name="signInIdentity" Type="graph.signInIdentity" /><Parameter Name="signInContext" Type="graph.signInContext" /><Parameter Name="signInConditions" Type="graph.signInConditions" /><Parameter Name="appliedPoliciesOnly" Type="Edm.Boolean" /><ReturnType Type="Collection(graph.whatIfAnalysisResult)" /></Action><Action Name="reprocess" IsBound="true"><Parameter Name="bindingParameter" Type="graph.accessPackageAssignmentRequest" /></Action><Action Name="reprocess" IsBound="true"><Parameter Name="bindingParameter" Type="graph.accessPackageAssignment" /></Action><Action Name="resume" IsBound="true"><Parameter Name="bindingParameter" Type="graph.accessPackageAssignmentRequest" /><Parameter Name="source" Type="Edm.String" Unicode="false" /><Parameter Name="type" Type="Edm.String" Unicode="false" /><Parameter Name="data" Type="graph.customExtensionData" /></Action><Action Name="getApplicablePolicyRequirements" IsBound="true"><Parameter Name="bindingParameter" Type="graph.accessPackage" /><ReturnType Type="Collection(graph.accessPackageAssignmentRequestRequirements)" /></Action><Function Name="additionalAccess" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.accessPackageAssignment)" /><ReturnType Type="Collection(graph.accessPackageAssignment)" /></Function><Function Name="additionalAccess" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.accessPackageAssignment)" /><Parameter Name="accessPackageId" Type="Edm.String" Unicode="false" /><ReturnType Type="Collection(graph.accessPackageAssignment)" /></Function><Function Name="additionalAccess" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.accessPackageAssignment)" /><Parameter Name="accessPackageId" Type="Edm.String" Unicode="false" /><Parameter Name="incompatibleAccessPackageId" Type="Edm.String" Unicode="false" /><ReturnType Type="Collection(graph.accessPackageAssignment)" /></Function><Action Name="commit" IsBound="true"><Parameter Name="bindingParameter" Type="graph.mobileAppContentFile" /><Parameter Name="fileEncryptionInfo" Type="graph.fileEncryptionInfo" /></Action><Action Name="renewUpload" IsBound="true"><Parameter Name="bindingParameter" Type="graph.mobileAppContentFile" /></Action><Action Name="enableApplicableArchitectures" IsBound="true"><Parameter Name="bindingParameter" Type="graph.win32LobApp" /><Parameter Name="applicableArchitectures" Type="graph.windowsArchitecture" Nullable="false" /></Action><Action Name="retrieveDeviceAppInstallationStatusReport" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" /><Parameter Name="search" Type="Edm.String" Unicode="false" /><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" /><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" /><Parameter Name="skip" Type="Edm.Int32" /><Parameter Name="top" Type="Edm.Int32" /><Parameter Name="sessionId" Type="Edm.String" Unicode="false" /><Parameter Name="filter" Type="Edm.String" Unicode="false" /><ReturnType Type="Edm.Stream" /></Action><Action Name="getCachedReport" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="id" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="search" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Stream" /></Action><Action Name="getCompliancePolicyNonComplianceReport" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="search" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="sessionId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="filter" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Stream" /></Action><Action Name="getCompliancePolicyNonComplianceSummaryReport" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="search" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="sessionId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="filter" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Stream" /></Action><Action Name="getComplianceSettingNonComplianceReport" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="search" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="sessionId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="filter" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Stream" /></Action><Action Name="getConfigurationPolicyNonComplianceReport" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="search" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="sessionId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="filter" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Stream" /></Action><Action Name="getConfigurationPolicyNonComplianceSummaryReport" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="search" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="sessionId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="filter" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Stream" /></Action><Action Name="getConfigurationSettingNonComplianceReport" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="search" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="sessionId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="filter" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Stream" /></Action><Action Name="getDeviceManagementIntentPerSettingContributingProfiles" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="search" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="sessionId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="filter" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Stream" /></Action><Action Name="getDeviceManagementIntentSettingsReport" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="search" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="sessionId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="filter" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Stream" /></Action><Action Name="getDeviceNonComplianceReport" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="search" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="sessionId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="filter" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Stream" /></Action><Action Name="getDevicesWithoutCompliancePolicyReport" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="search" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="sessionId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="filter" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Stream" /></Action><Action Name="getHistoricalReport" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="search" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="filter" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Stream" /></Action><Action Name="getNoncompliantDevicesAndSettingsReport" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="search" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="sessionId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="filter" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Stream" /></Action><Action Name="getPolicyNonComplianceMetadata" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="search" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="sessionId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="filter" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Stream" /></Action><Action Name="getPolicyNonComplianceReport" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="search" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="sessionId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="filter" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Stream" /></Action><Action Name="getPolicyNonComplianceSummaryReport" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="search" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="sessionId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="filter" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Stream" /></Action><Action Name="getReportFilters" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="search" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="sessionId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="filter" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Stream" /></Action><Action Name="getSettingNonComplianceReport" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementReports" /><Parameter Name="name" Type="Edm.String" Unicode="false" /><Parameter Name="select" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="search" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="skip" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="top" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="sessionId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="filter" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Stream" /></Action><Function Name="getAuditCategories" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.auditEvent)" /><ReturnType Type="Collection(Edm.String)" Unicode="false" /></Function><Action Name="scheduleActionsForRules" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceCompliancePolicy" /><Parameter Name="deviceComplianceScheduledActionForRules" Type="Collection(graph.deviceComplianceScheduledActionForRule)" /></Action><Function Name="getOmaSettingPlainTextValue" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceConfiguration" /><Parameter Name="secretReferenceValueId" Type="Edm.String" Unicode="false" /><ReturnType Type="Edm.String" Unicode="false" /></Function><Action Name="setPriority" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceEnrollmentConfiguration" /><Parameter Name="priority" Type="Edm.Int32" Nullable="false" /></Action><Action Name="sync" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementExchangeConnector" /><Parameter Name="syncType" Type="graph.deviceManagementExchangeConnectorSyncType" Nullable="false" /></Action><Action Name="syncLicenses" IsBound="true"><Parameter Name="bindingParameter" Type="graph.vppToken" /><ReturnType Type="graph.vppToken" /></Action><Action Name="syncMicrosoftStoreForBusinessApps" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceAppManagement" /></Action><Action Name="terminate" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagementPartner" /></Action><Function Name="verifyWindowsEnrollmentAutoDiscovery" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagement" /><Parameter Name="domainName" Type="Edm.String" Unicode="false" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Function><Function Name="userExperienceAnalyticsSummarizeWorkFromAnywhereDevices" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagement" /><ReturnType Type="graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary" /></Function><Function Name="getEffectivePermissions" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceManagement" /><Parameter Name="scope" Type="Edm.String" Unicode="false" /><ReturnType Type="Collection(graph.rolePermission)" /></Function><Action Name="bypassActivationLock" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDevice" /></Action><Action Name="cleanWindowsDevice" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDevice" /><Parameter Name="keepUserData" Type="Edm.Boolean" Nullable="false" /></Action><Action Name="deleteUserFromSharedAppleDevice" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDevice" /><Parameter Name="userPrincipalName" Type="Edm.String" Unicode="false" /></Action><Action Name="disableLostMode" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDevice" /></Action><Action Name="locateDevice" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDevice" /></Action><Action Name="logoutSharedAppleDeviceActiveUser" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDevice" /></Action><Action Name="rebootNow" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDevice" /></Action><Action Name="recoverPasscode" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDevice" /></Action><Action Name="remoteLock" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDevice" /></Action><Action Name="requestRemoteAssistance" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDevice" /></Action><Action Name="resetPasscode" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDevice" /></Action><Action Name="retire" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDevice" /></Action><Action Name="shutDown" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDevice" /></Action><Action Name="syncDevice" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDevice" /></Action><Action Name="updateWindowsDeviceAccount" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDevice" /><Parameter Name="updateWindowsDeviceAccountActionParameter" Type="graph.updateWindowsDeviceAccountActionParameter" /></Action><Action Name="windowsDefenderScan" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDevice" /><Parameter Name="quickScan" Type="Edm.Boolean" Nullable="false" /></Action><Action Name="windowsDefenderUpdateSignatures" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDevice" /></Action><Action Name="wipe" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedDevice" /><Parameter Name="keepEnrollmentData" Type="Edm.Boolean" /><Parameter Name="keepUserData" Type="Edm.Boolean" /><Parameter Name="macOsUnlockCode" Type="Edm.String" Unicode="false" /><Parameter Name="persistEsimDataPlan" Type="Edm.Boolean" /></Action><Action Name="createDownloadUrl" IsBound="true"><Parameter Name="bindingParameter" Type="graph.appLogCollectionRequest" /><ReturnType Type="graph.appLogCollectionDownloadDetails" /></Action><Action Name="createDownloadUrl" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deviceLogCollectionResponse" /><ReturnType Type="Edm.String" Unicode="false" /></Action><Function Name="downloadApplePushNotificationCertificateSigningRequest" IsBound="true"><Parameter Name="bindingParameter" Type="graph.applePushNotificationCertificate" /><ReturnType Type="Edm.String" Unicode="false" /></Function><Function Name="summarizeDevicePerformanceDevices" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.userExperienceAnalyticsDevicePerformance)" /><Parameter Name="summarizeBy" Type="graph.userExperienceAnalyticsSummarizedBy" Nullable="false" /><ReturnType Type="Collection(graph.userExperienceAnalyticsDevicePerformance)" /></Function><Action Name="assignUserToDevice" IsBound="true"><Parameter Name="bindingParameter" Type="graph.windowsAutopilotDeviceIdentity" /><Parameter Name="userPrincipalName" Type="Edm.String" Unicode="false" /><Parameter Name="addressableUserName" Type="Edm.String" Unicode="false" /></Action><Action Name="unassignUserFromDevice" IsBound="true"><Parameter Name="bindingParameter" Type="graph.windowsAutopilotDeviceIdentity" /></Action><Action Name="updateDeviceProperties" IsBound="true"><Parameter Name="bindingParameter" Type="graph.windowsAutopilotDeviceIdentity" /><Parameter Name="userPrincipalName" Type="Edm.String" Unicode="false" /><Parameter Name="addressableUserName" Type="Edm.String" Unicode="false" /><Parameter Name="groupTag" Type="Edm.String" Unicode="false" /><Parameter Name="displayName" Type="Edm.String" Unicode="false" /></Action><Action Name="import" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.importedWindowsAutopilotDeviceIdentity)" /><Parameter Name="importedWindowsAutopilotDeviceIdentities" Type="Collection(graph.importedWindowsAutopilotDeviceIdentity)" /><ReturnType Type="Collection(graph.importedWindowsAutopilotDeviceIdentity)" /></Action><Action Name="targetApps" IsBound="true"><Parameter Name="bindingParameter" Type="graph.targetedManagedAppConfiguration" /><Parameter Name="apps" Type="Collection(graph.managedMobileApp)" /><Parameter Name="appGroupType" Type="graph.targetedManagedAppGroupType" /></Action><Action Name="targetApps" IsBound="true"><Parameter Name="bindingParameter" Type="graph.targetedManagedAppProtection" /><Parameter Name="apps" Type="Collection(graph.managedMobileApp)" /><Parameter Name="appGroupType" Type="graph.targetedManagedAppGroupType" /></Action><Action Name="targetApps" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedAppPolicy" /><Parameter Name="apps" Type="Collection(graph.managedMobileApp)" /></Action><Action Name="targetApps" IsBound="true"><Parameter Name="bindingParameter" Type="graph.managedAppProtection" /><Parameter Name="apps" Type="Collection(graph.managedMobileApp)" /></Action><Function Name="getUserIdsWithFlaggedAppRegistration" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.managedAppRegistration)" /><ReturnType Type="Collection(Edm.String)" Unicode="false" /></Function><Action Name="sendTestMessage" IsBound="true"><Parameter Name="bindingParameter" Type="graph.notificationMessageTemplate" /></Action><Action Name="beginOnboarding" IsBound="true"><Parameter Name="bindingParameter" Type="graph.remoteAssistancePartner" /></Action><Action Name="disconnect" IsBound="true"><Parameter Name="bindingParameter" Type="graph.remoteAssistancePartner" /></Action><Action Name="archive" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.serviceUpdateMessage)" /><Parameter Name="messageIds" Type="Collection(Edm.String)" Unicode="false" /><ReturnType Type="Edm.Boolean" /></Action><Action Name="archive" IsBound="true"><Parameter Name="bindingParameter" Type="graph.channel" /><Parameter Name="shouldSetSpoSiteReadOnlyForMembers" Type="Edm.Boolean" /></Action><Action Name="archive" IsBound="true"><Parameter Name="bindingParameter" Type="graph.team" /><Parameter Name="shouldSetSpoSiteReadOnlyForMembers" Type="Edm.Boolean" /></Action><Action Name="favorite" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.serviceUpdateMessage)" /><Parameter Name="messageIds" Type="Collection(Edm.String)" Unicode="false" /><ReturnType Type="Edm.Boolean" /></Action><Action Name="markRead" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.serviceUpdateMessage)" /><Parameter Name="messageIds" Type="Collection(Edm.String)" Unicode="false" /><ReturnType Type="Edm.Boolean" /></Action><Action Name="markUnread" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.serviceUpdateMessage)" /><Parameter Name="messageIds" Type="Collection(Edm.String)" Unicode="false" /><ReturnType Type="Edm.Boolean" /></Action><Action Name="unarchive" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.serviceUpdateMessage)" /><Parameter Name="messageIds" Type="Collection(Edm.String)" Unicode="false" /><ReturnType Type="Edm.Boolean" /></Action><Action Name="unarchive" IsBound="true"><Parameter Name="bindingParameter" Type="graph.channel" /></Action><Action Name="unarchive" IsBound="true"><Parameter Name="bindingParameter" Type="graph.team" /></Action><Action Name="unfavorite" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.serviceUpdateMessage)" /><Parameter Name="messageIds" Type="Collection(Edm.String)" Unicode="false" /><ReturnType Type="Edm.Boolean" /></Action><Function Name="incidentReport" IsBound="true"><Parameter Name="bindingParameter" Type="graph.serviceHealthIssue" /><ReturnType Type="Edm.Stream" /></Function><Action Name="query" IsBound="true"><Parameter Name="bindingParameter" Type="graph.searchEntity" /><Parameter Name="requests" Type="Collection(graph.searchRequest)" Nullable="false" /><ReturnType Type="Collection(graph.searchResponse)" Nullable="false" /></Action><Action Name="retrieval" IsBound="true"><Parameter Name="bindingParameter" Type="graph.copilotRoot" /><Parameter Name="queryString" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="dataSource" Type="graph.retrievalDataSource" /><Parameter Name="filterExpression" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="resourceMetadata" Type="Collection(Edm.String)" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="maximumNumberOfResults" Type="Edm.Int32"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="dataSourceConfiguration" Type="graph.dataSourceConfiguration"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="graph.retrievalResponse" Nullable="false" /></Action><Function Name="getMicrosoft365CopilotUsageUserDetail" IsBound="true"><Parameter Name="copilotReportRoot" Type="graph.copilotReportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getMicrosoft365CopilotUserCountSummary" IsBound="true"><Parameter Name="copilotReportRoot" Type="graph.copilotReportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Function Name="getMicrosoft365CopilotUserCountTrend" IsBound="true"><Parameter Name="copilotReportRoot" Type="graph.copilotReportRoot" /><Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Edm.Stream" Nullable="false" /></Function><Action Name="copyNotebook" IsBound="true"><Parameter Name="bindingParameter" Type="graph.notebook" /><Parameter Name="groupId" Type="Edm.String" Unicode="false" /><Parameter Name="renameAs" Type="Edm.String" Unicode="false" /><Parameter Name="notebookFolder" Type="Edm.String" Unicode="false" /><Parameter Name="siteCollectionId" Type="Edm.String" Unicode="false" /><Parameter Name="siteId" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.onenoteOperation" /></Action><Action Name="copyToNotebook" IsBound="true"><Parameter Name="bindingParameter" Type="graph.onenoteSection" /><Parameter Name="id" Type="Edm.String" Unicode="false" /><Parameter Name="groupId" Type="Edm.String" Unicode="false" /><Parameter Name="renameAs" Type="Edm.String" Unicode="false" /><Parameter Name="siteCollectionId" Type="Edm.String" Unicode="false" /><Parameter Name="siteId" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.onenoteOperation" /></Action><Action Name="copyToSectionGroup" IsBound="true"><Parameter Name="bindingParameter" Type="graph.onenoteSection" /><Parameter Name="id" Type="Edm.String" Unicode="false" /><Parameter Name="groupId" Type="Edm.String" Unicode="false" /><Parameter Name="renameAs" Type="Edm.String" Unicode="false" /><Parameter Name="siteCollectionId" Type="Edm.String" Unicode="false" /><Parameter Name="siteId" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.onenoteOperation" /></Action><Action Name="copyToSection" IsBound="true"><Parameter Name="bindingParameter" Type="graph.onenotePage" /><Parameter Name="id" Type="Edm.String" Unicode="false" /><Parameter Name="groupId" Type="Edm.String" Unicode="false" /><Parameter Name="siteCollectionId" Type="Edm.String" Unicode="false" /><Parameter Name="siteId" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.onenoteOperation" /></Action><Action Name="onenotePatchContent" IsBound="true"><Parameter Name="bindingParameter" Type="graph.onenotePage" /><Parameter Name="commands" Type="Collection(graph.onenotePatchContentCommand)" /></Action><Action Name="getNotebookFromWebUrl" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.notebook)" /><Parameter Name="webUrl" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.CopyNotebookModel" /></Action><Function Name="getRecentNotebooks" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.notebook)" /><Parameter Name="includePersonalNotebooks" Type="Edm.Boolean" Nullable="false" /><ReturnType Type="Collection(graph.recentNotebook)" /></Function><Action Name="abort" IsBound="true"><Parameter Name="bindingParameter" Type="graph.printJob" /><Parameter Name="reason" Type="Edm.String" Unicode="false" /></Action><Action Name="redirect" IsBound="true"><Parameter Name="bindingParameter" Type="graph.printJob" /><Parameter Name="destinationPrinterId" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="configuration" Type="graph.printJobConfiguration" /><ReturnType Type="graph.printJob" /></Action><Action Name="redirect" IsBound="true"><Parameter Name="bindingParameter" Type="graph.call" /><Parameter Name="targets" Type="Collection(graph.invitationParticipantInfo)" Nullable="false" /><Parameter Name="timeout" Type="Edm.Int32" /><Parameter Name="callbackUri" Type="Edm.String" Unicode="false" /></Action><Action Name="create" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.printer)" /><Parameter Name="displayName" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="manufacturer" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="model" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="physicalDeviceId" Type="Edm.String" Unicode="false" /><Parameter Name="hasPhysicalDevice" Type="Edm.Boolean" /><Parameter Name="certificateSigningRequest" Type="graph.printCertificateSigningRequest" Nullable="false" /><Parameter Name="connectorId" Type="Edm.String" Unicode="false" /></Action><Action Name="restoreFactoryDefaults" IsBound="true"><Parameter Name="bindingParameter" Type="graph.printer" /></Action><Function Name="getAttackSimulationRepeatOffenders" IsBound="true"><Parameter Name="bindingParameter" Type="graph.securityReportsRoot" /><ReturnType Type="Collection(graph.attackSimulationRepeatOffender)" /></Function><Function Name="getAttackSimulationSimulationUserCoverage" IsBound="true"><Parameter Name="bindingParameter" Type="graph.securityReportsRoot" /><ReturnType Type="Collection(graph.attackSimulationSimulationUserCoverage)" /></Function><Function Name="getAttackSimulationTrainingUserCoverage" IsBound="true"><Parameter Name="bindingParameter" Type="graph.securityReportsRoot" /><ReturnType Type="Collection(graph.attackSimulationTrainingUserCoverage)" /></Function><Action Name="addLargeGalleryView" IsBound="true"><Parameter Name="bindingParameter" Type="graph.call" /><Parameter Name="clientContext" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.addLargeGalleryViewOperation" /></Action><Action Name="answer" IsBound="true"><Parameter Name="bindingParameter" Type="graph.call" /><Parameter Name="callbackUri" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="mediaConfig" Type="graph.mediaConfig" Nullable="false" /><Parameter Name="acceptedModalities" Type="Collection(graph.modality)" /><Parameter Name="participantCapacity" Type="Edm.Int32" /><Parameter Name="callOptions" Type="graph.incomingCallOptions"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter></Action><Action Name="cancelMediaProcessing" IsBound="true"><Parameter Name="bindingParameter" Type="graph.call" /><Parameter Name="clientContext" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.cancelMediaProcessingOperation" /></Action><Action Name="changeScreenSharingRole" IsBound="true"><Parameter Name="bindingParameter" Type="graph.call" /><Parameter Name="role" Type="graph.screenSharingRole" Nullable="false" /></Action><Action Name="keepAlive" IsBound="true"><Parameter Name="bindingParameter" Type="graph.call" /></Action><Action Name="mute" IsBound="true"><Parameter Name="bindingParameter" Type="graph.call" /><Parameter Name="clientContext" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.muteParticipantOperation" /></Action><Action Name="mute" IsBound="true"><Parameter Name="bindingParameter" Type="graph.participant" /><Parameter Name="clientContext" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.muteParticipantOperation" /></Action><Action Name="playPrompt" IsBound="true"><Parameter Name="bindingParameter" Type="graph.call" /><Parameter Name="prompts" Type="Collection(graph.prompt)" Nullable="false" /><Parameter Name="clientContext" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.playPromptOperation" /></Action><Action Name="recordResponse" IsBound="true"><Parameter Name="bindingParameter" Type="graph.call" /><Parameter Name="prompts" Type="Collection(graph.prompt)" /><Parameter Name="bargeInAllowed" Type="Edm.Boolean" /><Parameter Name="initialSilenceTimeoutInSeconds" Type="Edm.Int32" /><Parameter Name="maxSilenceTimeoutInSeconds" Type="Edm.Int32" /><Parameter Name="maxRecordDurationInSeconds" Type="Edm.Int32" /><Parameter Name="playBeep" Type="Edm.Boolean" /><Parameter Name="stopTones" Type="Collection(Edm.String)" Unicode="false" /><Parameter Name="clientContext" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.recordOperation" /></Action><Action Name="reject" IsBound="true"><Parameter Name="bindingParameter" Type="graph.call" /><Parameter Name="reason" Type="graph.rejectReason" /><Parameter Name="callbackUri" Type="Edm.String" Unicode="false" /></Action><Action Name="sendDtmfTones" IsBound="true"><Parameter Name="bindingParameter" Type="graph.call" /><Parameter Name="tones" Type="Collection(graph.tone)" Nullable="false" /><Parameter Name="delayBetweenTonesMs" Type="Edm.Int32" /><Parameter Name="clientContext" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.sendDtmfTonesOperation" /></Action><Action Name="subscribeToTone" IsBound="true"><Parameter Name="bindingParameter" Type="graph.call" /><Parameter Name="clientContext" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.subscribeToToneOperation" /></Action><Action Name="transfer" IsBound="true"><Parameter Name="bindingParameter" Type="graph.call" /><Parameter Name="transferTarget" Type="graph.invitationParticipantInfo" Nullable="false" /><Parameter Name="transferee" Type="graph.participantInfo"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter></Action><Action Name="unmute" IsBound="true"><Parameter Name="bindingParameter" Type="graph.call" /><Parameter Name="clientContext" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.unmuteParticipantOperation" /></Action><Action Name="updateRecordingStatus" IsBound="true"><Parameter Name="bindingParameter" Type="graph.call" /><Parameter Name="status" Type="graph.recordingStatus" Nullable="false" /><Parameter Name="clientContext" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.updateRecordingStatusOperation" /></Action><Action Name="setExternalEventInformation" IsBound="true"><Parameter Name="bindingParameter" Type="graph.virtualEvent" /><Parameter Name="externalEventId" Type="Edm.String" Unicode="false" /></Action><Action Name="clearAutomaticLocation" IsBound="true"><Parameter Name="bindingParameter" Type="graph.presence" /></Action><Action Name="clearLocation" IsBound="true"><Parameter Name="bindingParameter" Type="graph.presence" /></Action><Action Name="clearPresence" IsBound="true"><Parameter Name="bindingParameter" Type="graph.presence" /><Parameter Name="sessionId" Type="Edm.String" Unicode="false" /></Action><Action Name="clearUserPreferredPresence" IsBound="true"><Parameter Name="bindingParameter" Type="graph.presence" /></Action><Action Name="setAutomaticLocation" IsBound="true"><Parameter Name="bindingParameter" Type="graph.presence" /><Parameter Name="workLocationType" Type="graph.workLocationType" Nullable="false" /><Parameter Name="placeId" Type="Edm.String" Unicode="false" /></Action><Action Name="setManualLocation" IsBound="true"><Parameter Name="bindingParameter" Type="graph.presence" /><Parameter Name="workLocationType" Type="graph.workLocationType" Nullable="false" /><Parameter Name="placeId" Type="Edm.String" Unicode="false" /></Action><Action Name="setPresence" IsBound="true"><Parameter Name="bindingParameter" Type="graph.presence" /><Parameter Name="sessionId" Type="Edm.String" Unicode="false" /><Parameter Name="availability" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="activity" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="expirationDuration" Type="Edm.Duration" /></Action><Action Name="setStatusMessage" IsBound="true"><Parameter Name="bindingParameter" Type="graph.presence" /><Parameter Name="statusMessage" Type="graph.presenceStatusMessage" /></Action><Action Name="setUserPreferredPresence" IsBound="true"><Parameter Name="bindingParameter" Type="graph.presence" /><Parameter Name="availability" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="activity" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="expirationDuration" Type="Edm.Duration" /></Action><Action Name="createOrGet" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.onlineMeeting)" /><Parameter Name="chatInfo" Type="graph.chatInfo" /><Parameter Name="endDateTime" Type="Edm.DateTimeOffset" /><Parameter Name="externalId" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="participants" Type="graph.meetingParticipants" /><Parameter Name="startDateTime" Type="Edm.DateTimeOffset" /><Parameter Name="subject" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.onlineMeeting" /></Action><Function Name="getAllRecordings" IsBound="true" EntitySetPath="bindingParameter/recordings" IsComposable="true"><Parameter Name="bindingParameter" Type="Collection(graph.onlineMeeting)" /><Parameter Name="meetingOrganizerUserId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="startDateTime" Type="Edm.DateTimeOffset"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="endDateTime" Type="Edm.DateTimeOffset"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Collection(graph.callRecording)" /></Function><Function Name="getAllTranscripts" IsBound="true" EntitySetPath="bindingParameter/transcripts" IsComposable="true"><Parameter Name="bindingParameter" Type="Collection(graph.onlineMeeting)" /><Parameter Name="meetingOrganizerUserId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="startDateTime" Type="Edm.DateTimeOffset"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="endDateTime" Type="Edm.DateTimeOffset"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Collection(graph.callTranscript)" /></Function><Action Name="getPresencesByUserId" IsBound="true"><Parameter Name="bindingParameter" Type="graph.cloudCommunications" /><Parameter Name="ids" Type="Collection(Edm.String)" Nullable="false" Unicode="false" /><ReturnType Type="Collection(graph.presence)" /></Action><Function Name="getAllOnlineMeetingMessages" IsBound="true"><Parameter Name="bindingParameter" Type="graph.cloudCommunications" /><ReturnType Type="Collection(graph.engagementConversationMessage)" Nullable="false" /></Function><Action Name="logTeleconferenceDeviceQuality" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.call)" /><Parameter Name="quality" Type="graph.teleconferenceDeviceQuality" Nullable="false" /></Action><Action Name="startHoldMusic" IsBound="true"><Parameter Name="bindingParameter" Type="graph.participant" /><Parameter Name="customPrompt" Type="graph.prompt" /><Parameter Name="clientContext" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.startHoldMusicOperation" /></Action><Action Name="stopHoldMusic" IsBound="true"><Parameter Name="bindingParameter" Type="graph.participant" /><Parameter Name="clientContext" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.stopHoldMusicOperation" /></Action><Function Name="getByUserIdAndRole" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.virtualEventTownhall)" /><Parameter Name="userId" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="role" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Collection(graph.virtualEventTownhall)" /></Function><Function Name="getByUserIdAndRole" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.virtualEventWebinar)" /><Parameter Name="userId" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="role" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Collection(graph.virtualEventWebinar)" /></Function><Function Name="getByUserRole" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.virtualEventTownhall)" /><Parameter Name="role" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Collection(graph.virtualEventTownhall)" /></Function><Function Name="getByUserRole" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.virtualEventWebinar)" /><Parameter Name="role" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Collection(graph.virtualEventWebinar)" /></Function><Action Name="disableSmsSignIn" IsBound="true"><Parameter Name="bindingParameter" Type="graph.phoneAuthenticationMethod" /></Action><Action Name="enableSmsSignIn" IsBound="true"><Parameter Name="bindingParameter" Type="graph.phoneAuthenticationMethod" /></Action><Action Name="resetPassword" IsBound="true"><Parameter Name="bindingParameter" Type="graph.authenticationMethod" /><Parameter Name="newPassword" Type="Edm.String" Unicode="false" /><ReturnType Type="graph.passwordResetResponse" /></Action><Action Name="reauthorize" IsBound="true"><Parameter Name="bindingParameter" Type="graph.subscription" /></Action><Action Name="completeMigration" IsBound="true"><Parameter Name="bindingParameter" Type="graph.channel" /></Action><Action Name="completeMigration" IsBound="true"><Parameter Name="bindingParameter" Type="graph.team" /></Action><Action Name="provisionEmail" IsBound="true"><Parameter Name="bindingParameter" Type="graph.channel" /><ReturnType Type="graph.provisionChannelEmailResult" /></Action><Action Name="removeEmail" IsBound="true"><Parameter Name="bindingParameter" Type="graph.channel" /></Action><Function Name="doesUserHaveAccess" IsBound="true"><Parameter Name="bindingParameter" Type="graph.channel" /><Parameter Name="userId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="tenantId" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="userPrincipalName" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Boolean" Nullable="false" /></Function><Action Name="clone" IsBound="true"><Parameter Name="bindingParameter" Type="graph.team" /><Parameter Name="displayName" Type="Edm.String" Unicode="false" /><Parameter Name="description" Type="Edm.String" Unicode="false" /><Parameter Name="mailNickname" Type="Edm.String" Unicode="false" /><Parameter Name="classification" Type="Edm.String" Unicode="false" /><Parameter Name="visibility" Type="graph.teamVisibilityType" Nullable="false" /><Parameter Name="partsToClone" Type="graph.clonableTeamParts" Nullable="false" /></Action><Action Name="sendActivityNotification" IsBound="true"><Parameter Name="bindingParameter" Type="graph.team" /><Parameter Name="topic" Type="graph.teamworkActivityTopic" /><Parameter Name="activityType" Type="Edm.String" Unicode="false" /><Parameter Name="chainId" Type="Edm.Int64" /><Parameter Name="previewText" Type="graph.itemBody" /><Parameter Name="teamsAppId" Type="Edm.String" Unicode="false" /><Parameter Name="templateParameters" Type="Collection(graph.keyValuePair)" /><Parameter Name="recipient" Type="graph.teamworkNotificationRecipient" /><Parameter Name="iconId" Type="Edm.String" Unicode="false" /></Action><Action Name="sendActivityNotification" IsBound="true"><Parameter Name="bindingParameter" Type="graph.chat" /><Parameter Name="topic" Type="graph.teamworkActivityTopic" /><Parameter Name="activityType" Type="Edm.String" Unicode="false" /><Parameter Name="chainId" Type="Edm.Int64" /><Parameter Name="previewText" Type="graph.itemBody" /><Parameter Name="teamsAppId" Type="Edm.String" Unicode="false" /><Parameter Name="templateParameters" Type="Collection(graph.keyValuePair)" /><Parameter Name="recipient" Type="graph.teamworkNotificationRecipient" /><Parameter Name="iconId" Type="Edm.String" Unicode="false" /></Action><Action Name="sendActivityNotification" IsBound="true"><Parameter Name="bindingParameter" Type="graph.userTeamwork" /><Parameter Name="topic" Type="graph.teamworkActivityTopic" /><Parameter Name="activityType" Type="Edm.String" Unicode="false" /><Parameter Name="chainId" Type="Edm.Int64" /><Parameter Name="previewText" Type="graph.itemBody" /><Parameter Name="teamsAppId" Type="Edm.String" Unicode="false" /><Parameter Name="templateParameters" Type="Collection(graph.keyValuePair)" /><Parameter Name="iconId" Type="Edm.String" Unicode="false" /></Action><Action Name="hideForUser" IsBound="true"><Parameter Name="bindingParameter" Type="graph.chat" /><Parameter Name="user" Type="graph.teamworkUserIdentity" /></Action><Action Name="markChatReadForUser" IsBound="true"><Parameter Name="bindingParameter" Type="graph.chat" /><Parameter Name="user" Type="graph.teamworkUserIdentity" /></Action><Action Name="markChatUnreadForUser" IsBound="true"><Parameter Name="bindingParameter" Type="graph.chat" /><Parameter Name="user" Type="graph.teamworkUserIdentity" /><Parameter Name="lastMessageReadDateTime" Type="Edm.DateTimeOffset" /></Action><Action Name="removeAllAccessForUser" IsBound="true"><Parameter Name="bindingParameter" Type="graph.chat" /><Parameter Name="user" Type="graph.teamworkUserIdentity" /></Action><Action Name="unhideForUser" IsBound="true"><Parameter Name="bindingParameter" Type="graph.chat" /><Parameter Name="user" Type="graph.teamworkUserIdentity" /></Action><Action Name="replyWithQuote" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.chatMessage)" /><Parameter Name="messageIds" Type="Collection(Edm.String)" Nullable="false" Unicode="false" /><Parameter Name="replyMessage" Type="graph.chatMessage" /><ReturnType Type="graph.chatMessage" /></Action><Action Name="sendActivityNotificationToRecipients" IsBound="true"><Parameter Name="bindingParameter" Type="graph.teamwork" /><Parameter Name="topic" Type="graph.teamworkActivityTopic" /><Parameter Name="activityType" Type="Edm.String" Unicode="false" /><Parameter Name="chainId" Type="Edm.Int64" /><Parameter Name="previewText" Type="graph.itemBody" /><Parameter Name="teamsAppId" Type="Edm.String" Unicode="false" /><Parameter Name="templateParameters" Type="Collection(graph.keyValuePair)" /><Parameter Name="recipients" Type="Collection(graph.teamworkNotificationRecipient)" /><Parameter Name="iconId" Type="Edm.String" Unicode="false" /></Action><Action Name="setReaction" IsBound="true"><Parameter Name="bindingParameter" Type="graph.chatMessage" /><Parameter Name="reactionType" Type="Edm.String" Unicode="false" /></Action><Action Name="softDelete" IsBound="true"><Parameter Name="bindingParameter" Type="graph.chatMessage" /></Action><Action Name="undoSoftDelete" IsBound="true"><Parameter Name="bindingParameter" Type="graph.chatMessage" /></Action><Action Name="unsetReaction" IsBound="true"><Parameter Name="bindingParameter" Type="graph.chatMessage" /><Parameter Name="reactionType" Type="Edm.String" Unicode="false" /></Action><Action Name="undoDelete" IsBound="true"><Parameter Name="bindingParameter" Type="graph.deletedChat" /></Action><Action Name="upgrade" IsBound="true"><Parameter Name="bindingParameter" Type="graph.teamsAppInstallation" /><Parameter Name="consentedPermissionSet" Type="graph.teamsAppPermissionSet" /></Action><Function Name="getAllMessages" IsBound="true" EntitySetPath="bindingParameter/channels/messages"><Parameter Name="bindingParameter" Type="Collection(graph.team)" /><ReturnType Type="Collection(graph.chatMessage)" /></Function><Function Name="getAllMessages" IsBound="true" EntitySetPath="bindingParameter/messages"><Parameter Name="bindingParameter" Type="Collection(graph.channel)" /><ReturnType Type="Collection(graph.chatMessage)" /></Function><Function Name="getAllMessages" IsBound="true" EntitySetPath="bindingParameter/messages" IsComposable="true"><Parameter Name="bindingParameter" Type="Collection(graph.chat)" /><ReturnType Type="Collection(graph.chatMessage)" /></Function><Function Name="getAllMessages" IsBound="true" EntitySetPath="bindingParameter/channels/messages"><Parameter Name="bindingParameter" Type="Collection(graph.deletedTeam)" /><ReturnType Type="Collection(graph.chatMessage)" /></Function><Function Name="getAllEnterpriseInteractions" IsBound="true" IsComposable="true"><Parameter Name="bindingParameter" Type="graph.aiInteractionHistory" /><ReturnType Type="Collection(graph.aiInteraction)" /></Function><Function Name="getAllRetainedMessages" IsBound="true" EntitySetPath="bindingParameter/messages"><Parameter Name="bindingParameter" Type="Collection(graph.channel)" /><ReturnType Type="Collection(graph.chatMessage)" /></Function><Function Name="getAllRetainedMessages" IsBound="true" EntitySetPath="bindingParameter/messages"><Parameter Name="bindingParameter" Type="Collection(graph.chat)" /><ReturnType Type="Collection(graph.chatMessage)" /></Function><Function Name="getTeamsLicensingDetails" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.licenseDetails)" /><ReturnType Type="graph.teamsLicensingDetails" /></Function><Action Name="approve" IsBound="true"><Parameter Name="bindingParameter" Type="graph.scheduleChangeRequest" /><Parameter Name="message" Type="Edm.String" Unicode="false" /></Action><Action Name="clockIn" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.timeCard)" /><Parameter Name="isAtApprovedLocation" Type="Edm.Boolean" /><Parameter Name="onBehalfOfUserId" Type="Edm.String" Unicode="false" /><Parameter Name="notes" Type="graph.itemBody" /><ReturnType Type="graph.timeCard" /></Action><Action Name="clockOut" IsBound="true"><Parameter Name="bindingParameter" Type="graph.timeCard" /><Parameter Name="isAtApprovedLocation" Type="Edm.Boolean" /><Parameter Name="notes" Type="graph.itemBody" /><ReturnType Type="graph.timeCard" /></Action><Action Name="confirm" IsBound="true"><Parameter Name="bindingParameter" Type="graph.timeCard" /><ReturnType Type="graph.timeCard" /></Action><Action Name="endBreak" IsBound="true"><Parameter Name="bindingParameter" Type="graph.timeCard" /><Parameter Name="isAtApprovedLocation" Type="Edm.Boolean" /><Parameter Name="notes" Type="graph.itemBody" /><ReturnType Type="graph.timeCard" /></Action><Action Name="startBreak" IsBound="true"><Parameter Name="bindingParameter" Type="graph.timeCard" /><Parameter Name="isAtApprovedLocation" Type="Edm.Boolean" /><Parameter Name="notes" Type="graph.itemBody" /><ReturnType Type="graph.timeCard" /></Action><Action Name="share" IsBound="true"><Parameter Name="bindingParameter" Type="graph.schedule" /><Parameter Name="notifyTeam" Type="Edm.Boolean" /><Parameter Name="startDateTime" Type="Edm.DateTimeOffset" /><Parameter Name="endDateTime" Type="Edm.DateTimeOffset" /></Action><Action Name="stageForDeletion" IsBound="true"><Parameter Name="bindingParameter" Type="graph.changeTrackedEntity" /></Action><Action Name="endWorkingTime" IsBound="true"><Parameter Name="bindparameter" Type="graph.workingTimeSchedule" Nullable="false" /></Action><Action Name="startWorkingTime" IsBound="true"><Parameter Name="bindparameter" Type="graph.workingTimeSchedule" Nullable="false" /></Action><Action Name="setCurrentLocation" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(graph.workPlanOccurrence)" /><Parameter Name="updateScope" Type="graph.workLocationUpdateScope" /><Parameter Name="workLocationType" Type="graph.workLocationType" /><Parameter Name="placeId" Type="Edm.String" Unicode="false" /></Action><Function Name="occurrencesView" IsBound="true"><Parameter Name="bindingParameter" Type="graph.workHoursAndLocationsSetting" /><Parameter Name="startDateTime" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="endDateTime" Type="Edm.String" Unicode="false" /><ReturnType Type="Collection(graph.workPlanOccurrence)" /></Function><EntityContainer Name="GraphService"><EntitySet Name="directoryObjects" EntityType="microsoft.graph.directoryObject" /><EntitySet Name="invitations" EntityType="microsoft.graph.invitation"><NavigationPropertyBinding Path="invitedUser" Target="users" /><NavigationPropertyBinding Path="invitedUserSponsors" Target="directoryObjects" /></EntitySet><EntitySet Name="users" EntityType="microsoft.graph.user"><NavigationPropertyBinding Path="createdObjects" Target="directoryObjects" /><NavigationPropertyBinding Path="directReports" Target="directoryObjects" /><NavigationPropertyBinding Path="employeeExperience/learningCourseActivities" Target="employeeExperience/learningCourseActivities" /><NavigationPropertyBinding Path="manager" Target="directoryObjects" /><NavigationPropertyBinding Path="memberOf" Target="directoryObjects" /><NavigationPropertyBinding Path="ownedDevices" Target="directoryObjects" /><NavigationPropertyBinding Path="ownedObjects" Target="directoryObjects" /><NavigationPropertyBinding Path="registeredDevices" Target="directoryObjects" /><NavigationPropertyBinding Path="sponsors" Target="directoryObjects" /><NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" /></EntitySet><EntitySet Name="applicationTemplates" EntityType="microsoft.graph.applicationTemplate" /><EntitySet Name="authenticationMethodConfigurations" EntityType="microsoft.graph.authenticationMethodConfiguration" /><EntitySet Name="identityProviders" EntityType="microsoft.graph.identityProvider" /><EntitySet Name="applications" EntityType="microsoft.graph.application"><NavigationPropertyBinding Path="appManagementPolicies" Target="policies/appManagementPolicies" /><NavigationPropertyBinding Path="createdOnBehalfOf" Target="directoryObjects" /><NavigationPropertyBinding Path="microsoft.graph.agentIdentityBlueprint/sponsors" Target="directoryObjects" /><NavigationPropertyBinding Path="owners" Target="directoryObjects" /></EntitySet><EntitySet Name="appRoleAssignments" EntityType="microsoft.graph.appRoleAssignment" /><EntitySet Name="certificateBasedAuthConfiguration" EntityType="microsoft.graph.certificateBasedAuthConfiguration" /><EntitySet Name="contacts" EntityType="microsoft.graph.orgContact"><NavigationPropertyBinding Path="directReports" Target="directoryObjects" /><NavigationPropertyBinding Path="manager" Target="directoryObjects" /><NavigationPropertyBinding Path="memberOf" Target="directoryObjects" /><NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" /></EntitySet><EntitySet Name="contracts" EntityType="microsoft.graph.contract" /><EntitySet Name="devices" EntityType="microsoft.graph.device"><NavigationPropertyBinding Path="registeredOwners" Target="directoryObjects" /><NavigationPropertyBinding Path="registeredUsers" Target="directoryObjects" /><NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" /></EntitySet><EntitySet Name="directoryRoles" EntityType="microsoft.graph.directoryRole"><NavigationPropertyBinding Path="members" Target="directoryObjects" /></EntitySet><EntitySet Name="directoryRoleTemplates" EntityType="microsoft.graph.directoryRoleTemplate" /><EntitySet Name="domainDnsRecords" EntityType="microsoft.graph.domainDnsRecord" /><EntitySet Name="domains" EntityType="microsoft.graph.domain"><NavigationPropertyBinding Path="domainNameReferences" Target="directoryObjects" /><NavigationPropertyBinding Path="rootDomain" Target="domains" /></EntitySet><EntitySet Name="groups" EntityType="microsoft.graph.group"><NavigationPropertyBinding Path="createdOnBehalfOf" Target="directoryObjects" /><NavigationPropertyBinding Path="memberOf" Target="directoryObjects" /><NavigationPropertyBinding Path="members" Target="directoryObjects" /><NavigationPropertyBinding Path="owners" Target="directoryObjects" /><NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" /><NavigationPropertyBinding Path="transitiveMembers" Target="directoryObjects" /></EntitySet><EntitySet Name="groupSettings" EntityType="microsoft.graph.groupSetting" /><EntitySet Name="groupSettingTemplates" EntityType="microsoft.graph.groupSettingTemplate" /><EntitySet Name="oauth2PermissionGrants" EntityType="microsoft.graph.oAuth2PermissionGrant" /><EntitySet Name="organization" EntityType="microsoft.graph.organization"><NavigationPropertyBinding Path="certificateBasedAuthConfiguration" Target="certificateBasedAuthConfiguration" /></EntitySet><EntitySet Name="permissionGrants" EntityType="microsoft.graph.resourceSpecificPermissionGrant" /><EntitySet Name="scopedRoleMemberships" EntityType="microsoft.graph.scopedRoleMembership" /><EntitySet Name="servicePrincipals" EntityType="microsoft.graph.servicePrincipal"><NavigationPropertyBinding Path="appManagementPolicies" Target="policies/appManagementPolicies" /><NavigationPropertyBinding Path="createdObjects" Target="directoryObjects" /><NavigationPropertyBinding Path="memberOf" Target="directoryObjects" /><NavigationPropertyBinding Path="microsoft.graph.agentIdentity/sponsors" Target="directoryObjects" /><NavigationPropertyBinding Path="microsoft.graph.agentIdentityBlueprintPrincipal/sponsors" Target="directoryObjects" /><NavigationPropertyBinding Path="oauth2PermissionGrants" Target="oauth2PermissionGrants" /><NavigationPropertyBinding Path="ownedObjects" Target="directoryObjects" /><NavigationPropertyBinding Path="owners" Target="directoryObjects" /><NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" /></EntitySet><EntitySet Name="subscribedSkus" EntityType="microsoft.graph.subscribedSku" /><EntitySet Name="places" EntityType="microsoft.graph.place" /><EntitySet Name="drives" EntityType="microsoft.graph.drive" /><EntitySet Name="shares" EntityType="microsoft.graph.sharedDriveItem" /><EntitySet Name="sites" EntityType="microsoft.graph.site" /><EntitySet Name="schemaExtensions" EntityType="microsoft.graph.schemaExtension" /><EntitySet Name="groupLifecyclePolicies" EntityType="microsoft.graph.groupLifecyclePolicy" /><EntitySet Name="filterOperators" EntityType="microsoft.graph.filterOperatorSchema" /><EntitySet Name="functions" EntityType="microsoft.graph.attributeMappingFunctionSchema" /><EntitySet Name="agreementAcceptances" EntityType="microsoft.graph.agreementAcceptance" /><EntitySet Name="agreements" EntityType="microsoft.graph.agreement" /><EntitySet Name="dataPolicyOperations" EntityType="microsoft.graph.dataPolicyOperation" /><EntitySet Name="subscriptions" EntityType="microsoft.graph.subscription" /><EntitySet Name="connections" EntityType="microsoft.graph.externalConnectors.externalConnection" /><EntitySet Name="chats" EntityType="microsoft.graph.chat" /><EntitySet Name="teams" EntityType="microsoft.graph.team"><NavigationPropertyBinding Path="group" Target="groups" /><NavigationPropertyBinding Path="template" Target="teamsTemplates" /></EntitySet><EntitySet Name="teamsTemplates" EntityType="microsoft.graph.teamsTemplate" /><Singleton Name="identityGovernance" Type="microsoft.graph.identityGovernance"><NavigationPropertyBinding Path="lifecycleWorkflows/workflows/administrationScopeTargets" Target="directoryObjects" /></Singleton><Singleton Name="auditLogs" Type="microsoft.graph.auditLogRoot" /><Singleton Name="reports" Type="microsoft.graph.reportRoot" /><Singleton Name="authenticationMethodsPolicy" Type="microsoft.graph.authenticationMethodsPolicy" /><Singleton Name="informationProtection" Type="microsoft.graph.informationProtection" /><Singleton Name="solutions" Type="microsoft.graph.solutionsRoot"><NavigationPropertyBinding Path="backupRestore/exchangeProtectionPolicies/mailboxInclusionRules" Target="solutions/microsoft.graph.backupRestoreRoot/backupRestore/mailboxInclusionRules" /><NavigationPropertyBinding Path="backupRestore/exchangeProtectionPolicies/mailboxProtectionUnits" Target="solutions/microsoft.graph.backupRestoreRoot/backupRestore/mailboxProtectionUnits" /><NavigationPropertyBinding Path="backupRestore/exchangeProtectionPolicies/mailboxProtectionUnitsBulkAdditionJobs" Target="solutions/microsoft.graph.backupRestoreRoot/backupRestore/mailboxProtectionUnitsBulkAdditionJobs" /><NavigationPropertyBinding Path="backupRestore/oneDriveForBusinessProtectionPolicies/driveInclusionRules" Target="solutions/microsoft.graph.backupRestoreRoot/backupRestore/driveInclusionRules" /><NavigationPropertyBinding Path="backupRestore/oneDriveForBusinessProtectionPolicies/driveProtectionUnits" Target="solutions/microsoft.graph.backupRestoreRoot/backupRestore/driveProtectionUnits" /><NavigationPropertyBinding Path="backupRestore/oneDriveForBusinessProtectionPolicies/driveProtectionUnitsBulkAdditionJobs" Target="solutions/microsoft.graph.backupRestoreRoot/backupRestore/driveProtectionUnitsBulkAdditionJobs" /><NavigationPropertyBinding Path="backupRestore/sharePointProtectionPolicies/siteInclusionRules" Target="solutions/microsoft.graph.backupRestoreRoot/backupRestore/siteInclusionRules" /><NavigationPropertyBinding Path="backupRestore/sharePointProtectionPolicies/siteProtectionUnits" Target="solutions/microsoft.graph.backupRestoreRoot/backupRestore/siteProtectionUnits" /><NavigationPropertyBinding Path="backupRestore/sharePointProtectionPolicies/siteProtectionUnitsBulkAdditionJobs" Target="solutions/microsoft.graph.backupRestoreRoot/backupRestore/siteProtectionUnitsBulkAdditionJobs" /></Singleton><Singleton Name="deviceManagement" Type="microsoft.graph.deviceManagement" /><Singleton Name="privacy" Type="microsoft.graph.privacy" /><Singleton Name="security" Type="microsoft.graph.security"><NavigationPropertyBinding Path="threatIntelligence/hosts/childHostPairs" Target="security/microsoft.graph.security.threatIntelligence/threatIntelligence/hostPairs" /><NavigationPropertyBinding Path="threatIntelligence/hosts/components" Target="security/microsoft.graph.security.threatIntelligence/threatIntelligence/hostComponents" /><NavigationPropertyBinding Path="threatIntelligence/hosts/cookies" Target="security/microsoft.graph.security.threatIntelligence/threatIntelligence/hostCookies" /><NavigationPropertyBinding Path="threatIntelligence/hosts/hostPairs" Target="security/microsoft.graph.security.threatIntelligence/threatIntelligence/hostPairs" /><NavigationPropertyBinding Path="threatIntelligence/hosts/parentHostPairs" Target="security/microsoft.graph.security.threatIntelligence/threatIntelligence/hostPairs" /><NavigationPropertyBinding Path="threatIntelligence/hosts/passiveDns" Target="security/microsoft.graph.security.threatIntelligence/threatIntelligence/passiveDnsRecords" /><NavigationPropertyBinding Path="threatIntelligence/hosts/passiveDnsReverse" Target="security/microsoft.graph.security.threatIntelligence/threatIntelligence/passiveDnsRecords" /><NavigationPropertyBinding Path="threatIntelligence/hosts/sslCertificates" Target="security/microsoft.graph.security.threatIntelligence/threatIntelligence/hostSslCertificates" /><NavigationPropertyBinding Path="threatIntelligence/hosts/subdomains" Target="security/microsoft.graph.security.threatIntelligence/threatIntelligence/subdomains" /><NavigationPropertyBinding Path="threatIntelligence/hosts/trackers" Target="security/microsoft.graph.security.threatIntelligence/threatIntelligence/hostTrackers" /><NavigationPropertyBinding Path="threatIntelligence/hosts/whois" Target="security/microsoft.graph.security.threatIntelligence/threatIntelligence/whoisRecords" /><NavigationPropertyBinding Path="threatIntelligence/hostSslCertificates/host" Target="security/microsoft.graph.security.threatIntelligence/threatIntelligence/hosts" /><NavigationPropertyBinding Path="threatIntelligence/hostSslCertificates/sslCertificate" Target="security/microsoft.graph.security.threatIntelligence/threatIntelligence/sslCertificates" /></Singleton><Singleton Name="compliance" Type="microsoft.graph.compliance" /><Singleton Name="copilot" Type="microsoft.graph.copilotRoot" /><Singleton Name="identity" Type="microsoft.graph.identityContainer"><NavigationPropertyBinding Path="riskPrevention/webApplicationFirewallVerifications/provider" Target="identity/microsoft.graph.riskPreventionContainer/riskPrevention/webApplicationFirewallProviders" /></Singleton><Singleton Name="directory" Type="microsoft.graph.directory"><NavigationPropertyBinding Path="administrativeUnits/members" Target="directoryObjects" /></Singleton><Singleton Name="me" Type="microsoft.graph.user"><NavigationPropertyBinding Path="createdObjects" Target="directoryObjects" /><NavigationPropertyBinding Path="directReports" Target="directoryObjects" /><NavigationPropertyBinding Path="manager" Target="directoryObjects" /><NavigationPropertyBinding Path="memberOf" Target="directoryObjects" /><NavigationPropertyBinding Path="ownedDevices" Target="directoryObjects" /><NavigationPropertyBinding Path="ownedObjects" Target="directoryObjects" /><NavigationPropertyBinding Path="registeredDevices" Target="directoryObjects" /><NavigationPropertyBinding Path="sponsors" Target="directoryObjects" /><NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" /></Singleton><Singleton Name="policies" Type="microsoft.graph.policyRoot" /><Singleton Name="tenantRelationships" Type="microsoft.graph.tenantRelationship" /><Singleton Name="admin" Type="microsoft.graph.admin"><NavigationPropertyBinding Path="teams/userConfigurations/user" Target="users" /></Singleton><Singleton Name="education" Type="microsoft.graph.educationRoot"><NavigationPropertyBinding Path="classes/group" Target="directoryObjects" /><NavigationPropertyBinding Path="classes/members" Target="education/users" /><NavigationPropertyBinding Path="classes/schools" Target="education/schools" /><NavigationPropertyBinding Path="classes/teachers" Target="education/users" /><NavigationPropertyBinding Path="me/classes" Target="education/classes" /><NavigationPropertyBinding Path="me/schools" Target="education/schools" /><NavigationPropertyBinding Path="me/taughtClasses" Target="education/classes" /><NavigationPropertyBinding Path="me/user" Target="directoryObjects" /><NavigationPropertyBinding Path="schools/administrativeUnit" Target="directoryObjects" /><NavigationPropertyBinding Path="schools/classes" Target="education/classes" /><NavigationPropertyBinding Path="schools/users" Target="education/users" /><NavigationPropertyBinding Path="users/classes" Target="education/classes" /><NavigationPropertyBinding Path="users/schools" Target="education/schools" /><NavigationPropertyBinding Path="users/taughtClasses" Target="education/classes" /><NavigationPropertyBinding Path="users/user" Target="directoryObjects" /></Singleton><Singleton Name="roleManagement" Type="microsoft.graph.roleManagement" /><Singleton Name="drive" Type="microsoft.graph.drive" /><Singleton Name="storage" Type="microsoft.graph.storage" /><Singleton Name="communications" Type="microsoft.graph.cloudCommunications" /><Singleton Name="identityProtection" Type="microsoft.graph.identityProtectionRoot" /><Singleton Name="deviceAppManagement" Type="microsoft.graph.deviceAppManagement" /><Singleton Name="search" Type="microsoft.graph.searchEntity" /><Singleton Name="planner" Type="microsoft.graph.planner"><NavigationPropertyBinding Path="buckets/tasks" Target="planner/tasks" /><NavigationPropertyBinding Path="plans/buckets" Target="planner/buckets" /><NavigationPropertyBinding Path="plans/tasks" Target="planner/tasks" /></Singleton><Singleton Name="print" Type="microsoft.graph.print" /><Singleton Name="external" Type="microsoft.graph.externalConnectors.external" /><Singleton Name="appCatalogs" Type="microsoft.graph.appCatalogs" /><Singleton Name="teamwork" Type="microsoft.graph.teamwork" /><Singleton Name="employeeExperience" Type="microsoft.graph.employeeExperience" /></EntityContainer></Schema><Schema Namespace="microsoft.graph.security" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="additionalDataOptions" IsFlags="true"><Member Name="allVersions" Value="1" /><Member Name="linkedFiles" Value="2" /><Member Name="unknownFutureValue" Value="4" /><Member Name="advancedIndexing" Value="8" /><Member Name="listAttachments" Value="16" /><Member Name="htmlTranscripts" Value="32" /><Member Name="messageConversationExpansion" Value="64" /><Member Name="locationsWithoutHits" Value="256" /><Member Name="allItemsInFolder" Value="512" /></EnumType><EnumType Name="additionalOptions" IsFlags="true"><Member Name="none" Value="0" /><Member Name="teamsAndYammerConversations" Value="1" /><Member Name="cloudAttachments" Value="2" /><Member Name="allDocumentVersions" Value="4" /><Member Name="subfolderContents" Value="8" /><Member Name="listAttachments" Value="16" /><Member Name="unknownFutureValue" Value="32" /><Member Name="htmlTranscripts" Value="64" /><Member Name="advancedIndexing" Value="128" /><Member Name="allItemsInFolder" Value="256" /><Member Name="includeFolderAndPath" Value="512" /><Member Name="condensePaths" Value="1024" /><Member Name="friendlyName" Value="2048" /><Member Name="splitSource" Value="4096" /><Member Name="includeReport" Value="16384" /></EnumType><EnumType Name="caseAction"><Member Name="contentExport" Value="0" /><Member Name="applyTags" Value="1" /><Member Name="convertToPdf" Value="2" /><Member Name="index" Value="3" /><Member Name="estimateStatistics" Value="4" /><Member Name="addToReviewSet" Value="5" /><Member Name="holdUpdate" Value="6" /><Member Name="unknownFutureValue" Value="7" /><Member Name="purgeData" Value="8" /><Member Name="exportReport" Value="9" /><Member Name="exportResult" Value="10" /><Member Name="holdPolicySync" Value="11" /></EnumType><EnumType Name="caseOperationStatus"><Member Name="notStarted" Value="0" /><Member Name="submissionFailed" Value="1" /><Member Name="running" Value="2" /><Member Name="succeeded" Value="3" /><Member Name="partiallySucceeded" Value="4" /><Member Name="failed" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="caseStatus" UnderlyingType="Edm.Byte"><Member Name="unknown" Value="0" /><Member Name="active" Value="1" /><Member Name="pendingDelete" Value="2" /><Member Name="closing" Value="3" /><Member Name="closed" Value="4" /><Member Name="closedWithError" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="caseType"><Member Name="standard" Value="1" /><Member Name="premium" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="childSelectability"><Member Name="One" Value="0" /><Member Name="Many" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="cloudAttachmentVersion"><Member Name="latest" Value="1" /><Member Name="recent10" Value="2" /><Member Name="recent100" Value="3" /><Member Name="all" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="dataSourceContainerStatus"><Member Name="active" Value="1" /><Member Name="released" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="dataSourceHoldStatus"><Member Name="notApplied" Value="1" /><Member Name="applied" Value="2" /><Member Name="applying" Value="3" /><Member Name="removing" Value="4" /><Member Name="partial" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="dataSourceScopes" IsFlags="true"><Member Name="none" Value="0" /><Member Name="allTenantMailboxes" Value="1" /><Member Name="allTenantSites" Value="2" /><Member Name="allCaseCustodians" Value="4" /><Member Name="allCaseNoncustodialDataSources" Value="8" /><Member Name="unknownFutureValue" Value="16" /></EnumType><EnumType Name="documentVersion"><Member Name="latest" Value="1" /><Member Name="recent10" Value="2" /><Member Name="recent100" Value="3" /><Member Name="all" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="exportCriteria" IsFlags="true"><Member Name="searchHits" Value="1" /><Member Name="partiallyIndexed" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="exportFileStructure"><Member Name="none" Value="0" /><Member Name="directory" Value="1" /><Member Name="pst" Value="2" /><Member Name="unknownFutureValue" Value="3" /><Member Name="msg" Value="4" /></EnumType><EnumType Name="exportFormat"><Member Name="pst" Value="0" /><Member Name="msg" Value="1" /><Member Name="eml" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="exportLocation" IsFlags="true"><Member Name="responsiveLocations" Value="1" /><Member Name="nonresponsiveLocations" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="exportOptions" IsFlags="true"><Member Name="originalFiles" Value="1" /><Member Name="text" Value="2" /><Member Name="pdfReplacement" Value="4" /><Member Name="tags" Value="16" /><Member Name="unknownFutureValue" Value="32" /><Member Name="splitSource" Value="64" /><Member Name="includeFolderAndPath" Value="128" /><Member Name="friendlyName" Value="256" /><Member Name="condensePaths" Value="512" /></EnumType><EnumType Name="itemsToInclude" IsFlags="true"><Member Name="searchHits" Value="1" /><Member Name="partiallyIndexed" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="purgeAreas" IsFlags="true"><Member Name="mailboxes" Value="1" /><Member Name="teamsMessages" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="purgeType"><Member Name="recoverable" Value="0" /><Member Name="unknownFutureValue" Value="1" /><Member Name="permanentlyDelete" Value="2" /></EnumType><EnumType Name="recipientType" IsFlags="true"><Member Name="user" Value="1" /><Member Name="roleGroup" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="reviewSetSettings" IsFlags="true"><Member Name="none" Value="0" /><Member Name="disableGrouping" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="sourceType" IsFlags="true"><Member Name="mailbox" Value="1" /><Member Name="site" Value="2" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="statisticsOptions" IsFlags="true"><Member Name="includeRefiners" Value="1" /><Member Name="includeQueryStats" Value="2" /><Member Name="includeUnindexedStats" Value="4" /><Member Name="advancedIndexing" Value="8" /><Member Name="locationsWithoutHits" Value="16" /><Member Name="unknownFutureValue" Value="32" /></EnumType><EnumType Name="action"><Member Name="disable" Value="1" /><Member Name="enable" Value="2" /><Member Name="forcePasswordReset" Value="3" /><Member Name="revokeAllSessions" Value="4" /><Member Name="requireUserToSignInAgain" Value="5" /><Member Name="markUserAsCompromised" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="deploymentStatus"><Member Name="upToDate" Value="1" /><Member Name="outdated" Value="2" /><Member Name="updating" Value="3" /><Member Name="updateFailed" Value="4" /><Member Name="notConfigured" Value="5" /><Member Name="unreachable" Value="6" /><Member Name="disconnected" Value="7" /><Member Name="startFailure" Value="8" /><Member Name="syncing" Value="9" /><Member Name="unknownFutureValue" Value="10" /></EnumType><EnumType Name="healthIssueSeverity"><Member Name="low" Value="1" /><Member Name="medium" Value="2" /><Member Name="high" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="healthIssueStatus"><Member Name="open" Value="1" /><Member Name="closed" Value="2" /><Member Name="suppressed" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="healthIssueType"><Member Name="sensor" Value="1" /><Member Name="global" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="identityProvider"><Member Name="entraID" Value="1" /><Member Name="activeDirectory" Value="2" /><Member Name="okta" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="sensorCandidateActivationMode"><Member Name="manual" Value="1" /><Member Name="automated" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="sensorHealthStatus"><Member Name="healthy" Value="1" /><Member Name="notHealthyLow" Value="2" /><Member Name="notHealthyMedium" Value="3" /><Member Name="notHealthyHigh" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="sensorType"><Member Name="adConnectIntegrated" Value="1" /><Member Name="adcsIntegrated" Value="2" /><Member Name="adfsIntegrated" Value="3" /><Member Name="domainControllerIntegrated" Value="4" /><Member Name="domainControllerStandalone" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="serviceStatus"><Member Name="stopped" Value="1" /><Member Name="starting" Value="2" /><Member Name="running" Value="3" /><Member Name="disabled" Value="4" /><Member Name="onboarding" Value="5" /><Member Name="unknown" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="behaviorDuringRetentionPeriod"><Member Name="doNotRetain" Value="0" /><Member Name="retain" Value="1" /><Member Name="retainAsRecord" Value="2" /><Member Name="retainAsRegulatoryRecord" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="aiAgentPlatform"><Member Name="unknown" Value="0" /><Member Name="azureAIFoundry" Value="10" /><Member Name="copilotStudio" Value="20" /><Member Name="copilot" Value="30" /><Member Name="unknownFutureValue" Value="40" /></EnumType><EnumType Name="alertClassification" UnderlyingType="Edm.Byte"><Member Name="unknown" Value="0" /><Member Name="falsePositive" Value="10" /><Member Name="truePositive" Value="20" /><Member Name="informationalExpectedActivity" Value="30" /><Member Name="unknownFutureValue" Value="39" /></EnumType><EnumType Name="alertDetermination"><Member Name="unknown" Value="0" /><Member Name="apt" Value="10" /><Member Name="malware" Value="20" /><Member Name="securityPersonnel" Value="30" /><Member Name="securityTesting" Value="40" /><Member Name="unwantedSoftware" Value="50" /><Member Name="other" Value="60" /><Member Name="multiStagedAttack" Value="70" /><Member Name="compromisedAccount" Value="80" /><Member Name="phishing" Value="90" /><Member Name="maliciousUserActivity" Value="100" /><Member Name="notMalicious" Value="110" /><Member Name="notEnoughDataToValidate" Value="120" /><Member Name="confirmedActivity" Value="130" /><Member Name="lineOfBusinessApplication" Value="140" /><Member Name="unknownFutureValue" Value="149" /></EnumType><EnumType Name="alertSeverity"><Member Name="unknown" Value="0" /><Member Name="informational" Value="32" /><Member Name="low" Value="64" /><Member Name="medium" Value="128" /><Member Name="high" Value="256" /><Member Name="unknownFutureValue" Value="511" /></EnumType><EnumType Name="alertStatus"><Member Name="unknown" Value="0" /><Member Name="new" Value="2" /><Member Name="inProgress" Value="4" /><Member Name="resolved" Value="8" /><Member Name="unknownFutureValue" Value="31" /></EnumType><EnumType Name="antispamTeamsDirection"><Member Name="unknown" Value="0" /><Member Name="inbound" Value="1" /><Member Name="outbound" Value="2" /><Member Name="intraorg" Value="3" /><Member Name="unknownFutureValue" Value="31" /></EnumType><EnumType Name="containerPortProtocol"><Member Name="udp" Value="0" /><Member Name="tcp" Value="1" /><Member Name="sctp" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="defenderAvStatus"><Member Name="notReporting" Value="0" /><Member Name="disabled" Value="1" /><Member Name="notUpdated" Value="2" /><Member Name="updated" Value="3" /><Member Name="unknown" Value="4" /><Member Name="notSupported" Value="1000" /><Member Name="unknownFutureValue" Value="1023" /></EnumType><EnumType Name="detectionSource"><Member Name="unknown" Value="0" /><Member Name="microsoftDefenderForEndpoint" Value="1" /><Member Name="antivirus" Value="2" /><Member Name="smartScreen" Value="4" /><Member Name="customTi" Value="8" /><Member Name="microsoftDefenderForOffice365" Value="512" /><Member Name="automatedInvestigation" Value="1024" /><Member Name="microsoftThreatExperts" Value="2048" /><Member Name="customDetection" Value="4096" /><Member Name="microsoftDefenderForIdentity" Value="8192" /><Member Name="cloudAppSecurity" Value="16384" /><Member Name="microsoft365Defender" Value="32768" /><Member Name="azureAdIdentityProtection" Value="65536" /><Member Name="manual" Value="262144" /><Member Name="microsoftDataLossPrevention" Value="524288" /><Member Name="appGovernancePolicy" Value="1048576" /><Member Name="appGovernanceDetection" Value="2097152" /><Member Name="unknownFutureValue" Value="4194303" /><Member Name="microsoftDefenderForCloud" Value="4194304" /><Member Name="microsoftDefenderForIoT" Value="1073741833" /><Member Name="microsoftDefenderForServers" Value="1073741834" /><Member Name="microsoftDefenderForStorage" Value="1073741835" /><Member Name="microsoftDefenderForDNS" Value="1073741836" /><Member Name="microsoftDefenderForDatabases" Value="1073741837" /><Member Name="microsoftDefenderForContainers" Value="1073741838" /><Member Name="microsoftDefenderForNetwork" Value="1073741839" /><Member Name="microsoftDefenderForAppService" Value="1073741840" /><Member Name="microsoftDefenderForKeyVault" Value="1073741841" /><Member Name="microsoftDefenderForResourceManager" Value="1073741842" /><Member Name="microsoftDefenderForApiManagement" Value="1073741843" /><Member Name="nrtAlerts" Value="1073741844" /><Member Name="scheduledAlerts" Value="1073741845" /><Member Name="microsoftDefenderThreatIntelligenceAnalytics" Value="1073741846" /><Member Name="builtInMl" Value="1073741847" /><Member Name="microsoftInsiderRiskManagement" Value="1073741848" /><Member Name="microsoftThreatIntelligence" Value="1073741849" /><Member Name="microsoftDefenderForAIServices" Value="1073741850" /><Member Name="securityCopilot" Value="1073741851" /><Member Name="microsoftSentinel" Value="268435456" /></EnumType><EnumType Name="detectionStatus"><Member Name="detected" Value="0" /><Member Name="blocked" Value="1" /><Member Name="prevented" Value="2" /><Member Name="unknownFutureValue" Value="31" /></EnumType><EnumType Name="deviceHealthStatus"><Member Name="active" Value="0" /><Member Name="inactive" Value="1" /><Member Name="impairedCommunication" Value="2" /><Member Name="noSensorData" Value="3" /><Member Name="noSensorDataImpairedCommunication" Value="4" /><Member Name="unknown" Value="5" /><Member Name="unknownFutureValue" Value="31" /></EnumType><EnumType Name="deviceRiskScore"><Member Name="none" Value="0" /><Member Name="informational" Value="5" /><Member Name="low" Value="10" /><Member Name="medium" Value="20" /><Member Name="high" Value="30" /><Member Name="unknownFutureValue" Value="31" /></EnumType><EnumType Name="evidenceRemediationStatus"><Member Name="none" Value="0" /><Member Name="remediated" Value="1" /><Member Name="prevented" Value="2" /><Member Name="blocked" Value="3" /><Member Name="notFound" Value="4" /><Member Name="unknownFutureValue" Value="5" /><Member Name="active" Value="6" /><Member Name="pendingApproval" Value="7" /><Member Name="declined" Value="8" /><Member Name="unremediated" Value="9" /><Member Name="running" Value="10" /><Member Name="partiallyRemediated" Value="11" /></EnumType><EnumType Name="evidenceRole"><Member Name="unknown" Value="0" /><Member Name="contextual" Value="1" /><Member Name="scanned" Value="2" /><Member Name="source" Value="3" /><Member Name="destination" Value="4" /><Member Name="created" Value="5" /><Member Name="added" Value="6" /><Member Name="compromised" Value="7" /><Member Name="edited" Value="8" /><Member Name="attacked" Value="9" /><Member Name="attacker" Value="10" /><Member Name="commandAndControl" Value="11" /><Member Name="loaded" Value="12" /><Member Name="suspicious" Value="13" /><Member Name="policyViolator" Value="14" /><Member Name="unknownFutureValue" Value="31" /></EnumType><EnumType Name="evidenceVerdict"><Member Name="unknown" Value="0" /><Member Name="suspicious" Value="1" /><Member Name="malicious" Value="2" /><Member Name="noThreatsFound" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="fileHashAlgorithm"><Member Name="unknown" Value="0" /><Member Name="md5" Value="1" /><Member Name="sha1" Value="2" /><Member Name="sha256" Value="3" /><Member Name="sha256ac" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="googleCloudLocationType"><Member Name="unknown" Value="0" /><Member Name="regional" Value="1" /><Member Name="zonal" Value="2" /><Member Name="global" Value="3" /><Member Name="unknownFutureValue" Value="31" /></EnumType><EnumType Name="incidentStatus"><Member Name="active" Value="1" /><Member Name="resolved" Value="2" /><Member Name="inProgress" Value="4" /><Member Name="redirected" Value="64" /><Member Name="unknownFutureValue" Value="127" /><Member Name="awaitingAction" Value="128" /></EnumType><EnumType Name="investigationState" UnderlyingType="Edm.Int64"><Member Name="unknown" Value="0" /><Member Name="terminated" Value="1" /><Member Name="successfullyRemediated" Value="2" /><Member Name="benign" Value="4" /><Member Name="failed" Value="8" /><Member Name="partiallyRemediated" Value="16" /><Member Name="running" Value="32" /><Member Name="pendingApproval" Value="64" /><Member Name="pendingResource" Value="128" /><Member Name="queued" Value="512" /><Member Name="innerFailure" Value="1024" /><Member Name="preexistingAlert" Value="2048" /><Member Name="unsupportedOs" Value="4056" /><Member Name="unsupportedAlertType" Value="8192" /><Member Name="suppressedAlert" Value="16384" /><Member Name="partiallyInvestigated" Value="32768" /><Member Name="terminatedByUser" Value="65536" /><Member Name="terminatedBySystem" Value="131072" /><Member Name="unknownFutureValue" Value="262144" /></EnumType><EnumType Name="ioTDeviceImportanceType"><Member Name="unknown" Value="0" /><Member Name="low" Value="1" /><Member Name="normal" Value="2" /><Member Name="high" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="kubernetesPlatform"><Member Name="unknown" Value="0" /><Member Name="aks" Value="1" /><Member Name="eks" Value="2" /><Member Name="gke" Value="3" /><Member Name="arc" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="kubernetesServiceType"><Member Name="unknown" Value="0" /><Member Name="clusterIP" Value="1" /><Member Name="externalName" Value="2" /><Member Name="nodePort" Value="3" /><Member Name="loadBalancer" Value="4" /><Member Name="unknownFutureValue" Value="31" /></EnumType><EnumType Name="mailboxConfigurationType"><Member Name="mailForwardingRule" Value="0" /><Member Name="owaSettings" Value="1" /><Member Name="ewsSettings" Value="2" /><Member Name="mailDelegation" Value="3" /><Member Name="userInboxRule" Value="4" /><Member Name="unknownFutureValue" Value="31" /></EnumType><EnumType Name="onboardingStatus"><Member Name="insufficientInfo" Value="0" /><Member Name="onboarded" Value="1" /><Member Name="canBeOnboarded" Value="2" /><Member Name="unsupported" Value="3" /><Member Name="unknownFutureValue" Value="31" /></EnumType><EnumType Name="protocolType"><Member Name="tcp" Value="0" /><Member Name="udp" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="servicePrincipalType"><Member Name="unknown" Value="0" /><Member Name="application" Value="1" /><Member Name="managedIdentity" Value="2" /><Member Name="legacy" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="serviceSource"><Member Name="unknown" Value="0" /><Member Name="microsoftDefenderForEndpoint" Value="1" /><Member Name="microsoftDefenderForIdentity" Value="2" /><Member Name="microsoftDefenderForCloudApps" Value="4" /><Member Name="microsoftDefenderForOffice365" Value="8" /><Member Name="microsoft365Defender" Value="16" /><Member Name="azureAdIdentityProtection" Value="32" /><Member Name="microsoftAppGovernance" Value="64" /><Member Name="dataLossPrevention" Value="128" /><Member Name="unknownFutureValue" Value="255" /><Member Name="microsoftDefenderForCloud" Value="256" /><Member Name="microsoftSentinel" Value="512" /><Member Name="microsoftInsiderRiskManagement" Value="1024" /><Member Name="microsoftThreatIntelligence" Value="2048" /></EnumType><EnumType Name="teamsDeliveryLocation"><Member Name="unknown" Value="0" /><Member Name="teams" Value="1" /><Member Name="quarantine" Value="2" /><Member Name="failed" Value="3" /><Member Name="unknownFutureValue" Value="31" /></EnumType><EnumType Name="teamsMessageDeliveryAction"><Member Name="unknown" Value="0" /><Member Name="deliveredAsSpam" Value="1" /><Member Name="delivered" Value="2" /><Member Name="blocked" Value="3" /><Member Name="replaced" Value="4" /><Member Name="unknownFutureValue" Value="31" /></EnumType><EnumType Name="vmCloudProvider"><Member Name="unknown" Value="0" /><Member Name="azure" Value="1" /><Member Name="unknownFutureValue" Value="15" /></EnumType><EnumType Name="actionAfterRetentionPeriod"><Member Name="none" Value="0" /><Member Name="delete" Value="1" /><Member Name="startDispositionReview" Value="2" /><Member Name="relabel" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="defaultRecordBehavior"><Member Name="startLocked" Value="0" /><Member Name="startUnlocked" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="eventPropagationStatus"><Member Name="none" Value="0" /><Member Name="inProcessing" Value="1" /><Member Name="failed" Value="2" /><Member Name="success" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="eventStatusType"><Member Name="pending" Value="0" /><Member Name="error" Value="1" /><Member Name="success" Value="2" /><Member Name="notAvaliable" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="queryType"><Member Name="files" Value="0" /><Member Name="messages" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="retentionTrigger"><Member Name="dateLabeled" Value="0" /><Member Name="dateCreated" Value="1" /><Member Name="dateModified" Value="2" /><Member Name="dateOfEvent" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="contentFormat"><Member Name="text" Value="0" /><Member Name="html" Value="1" /><Member Name="markdown" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="hostPortProtocol"><Member Name="tcp" Value="0" /><Member Name="udp" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="hostPortStatus"><Member Name="open" Value="0" /><Member Name="filtered" Value="1" /><Member Name="closed" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="hostReputationClassification"><Member Name="unknown" Value="0" /><Member Name="neutral" Value="1" /><Member Name="suspicious" Value="2" /><Member Name="malicious" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="hostReputationRuleSeverity"><Member Name="unknown" Value="0" /><Member Name="low" Value="1" /><Member Name="medium" Value="2" /><Member Name="high" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="indicatorSource"><Member Name="microsoft" Value="0" /><Member Name="osint" Value="1" /><Member Name="public" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="intelligenceProfileKind"><Member Name="actor" Value="0" /><Member Name="tool" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="vulnerabilitySeverity"><Member Name="none" Value="0" /><Member Name="low" Value="1" /><Member Name="medium" Value="2" /><Member Name="high" Value="3" /><Member Name="critical" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="whoisDomainStatus"><Member Name="clientDeleteProhibited" Value="0" /><Member Name="clientHold" Value="1" /><Member Name="clientRenewProhibited" Value="2" /><Member Name="clientTransferProhibited" Value="3" /><Member Name="clientUpdateProhibited" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EntityType Name="casesRoot" BaseType="graph.entity"><NavigationProperty Name="ediscoveryCases" Type="Collection(microsoft.graph.security.ediscoveryCase)" ContainsTarget="true" /></EntityType><EntityType Name="identityContainer" BaseType="graph.entity"><NavigationProperty Name="healthIssues" Type="Collection(microsoft.graph.security.healthIssue)" ContainsTarget="true" /><NavigationProperty Name="identityAccounts" Type="Collection(microsoft.graph.security.identityAccounts)" ContainsTarget="true" /><NavigationProperty Name="sensorCandidateActivationConfiguration" Type="microsoft.graph.security.sensorCandidateActivationConfiguration" Nullable="false" ContainsTarget="true" /><NavigationProperty Name="sensorCandidates" Type="Collection(microsoft.graph.security.sensorCandidate)" ContainsTarget="true" /><NavigationProperty Name="sensors" Type="Collection(microsoft.graph.security.sensor)" ContainsTarget="true" /></EntityType><EntityType Name="alert" BaseType="graph.entity"><Property Name="actorDisplayName" Type="Edm.String" /><Property Name="additionalData" Type="microsoft.graph.security.dictionary" /><Property Name="alertPolicyId" Type="Edm.String" /><Property Name="alertWebUrl" Type="Edm.String" /><Property Name="assignedTo" Type="Edm.String" /><Property Name="category" Type="Edm.String" /><Property Name="classification" Type="microsoft.graph.security.alertClassification" /><Property Name="comments" Type="Collection(microsoft.graph.security.alertComment)" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="customDetails" Type="microsoft.graph.security.dictionary" /><Property Name="description" Type="Edm.String" /><Property Name="detectionSource" Type="microsoft.graph.security.detectionSource" /><Property Name="detectorId" Type="Edm.String" /><Property Name="determination" Type="microsoft.graph.security.alertDetermination" /><Property Name="evidence" Type="Collection(microsoft.graph.security.alertEvidence)" /><Property Name="firstActivityDateTime" Type="Edm.DateTimeOffset" /><Property Name="incidentId" Type="Edm.String" /><Property Name="incidentWebUrl" Type="Edm.String" /><Property Name="investigationState" Type="microsoft.graph.security.investigationState" /><Property Name="lastActivityDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" /><Property Name="mitreTechniques" Type="Collection(Edm.String)" /><Property Name="productName" Type="Edm.String" /><Property Name="providerAlertId" Type="Edm.String" /><Property Name="recommendedActions" Type="Edm.String" /><Property Name="resolvedDateTime" Type="Edm.DateTimeOffset" /><Property Name="serviceSource" Type="microsoft.graph.security.serviceSource" Nullable="false" /><Property Name="severity" Type="microsoft.graph.security.alertSeverity" Nullable="false" /><Property Name="status" Type="microsoft.graph.security.alertStatus" Nullable="false" /><Property Name="systemTags" Type="Collection(Edm.String)" /><Property Name="tenantId" Type="Edm.String" /><Property Name="threatDisplayName" Type="Edm.String" /><Property Name="threatFamilyName" Type="Edm.String" /><Property Name="title" Type="Edm.String" /></EntityType><EntityType Name="incident" BaseType="graph.entity"><Property Name="assignedTo" Type="Edm.String" /><Property Name="classification" Type="microsoft.graph.security.alertClassification" /><Property Name="comments" Type="Collection(microsoft.graph.security.alertComment)" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="customTags" Type="Collection(Edm.String)" /><Property Name="description" Type="Edm.String" /><Property Name="determination" Type="microsoft.graph.security.alertDetermination" /><Property Name="displayName" Type="Edm.String" /><Property Name="incidentWebUrl" Type="Edm.String" /><Property Name="lastModifiedBy" Type="Edm.String" /><Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="priorityScore" Type="Edm.Int32" /><Property Name="redirectIncidentId" Type="Edm.String" /><Property Name="resolvingComment" Type="Edm.String" /><Property Name="severity" Type="microsoft.graph.security.alertSeverity" Nullable="false" /><Property Name="status" Type="microsoft.graph.security.incidentStatus" Nullable="false" /><Property Name="summary" Type="Edm.String" /><Property Name="systemTags" Type="Collection(Edm.String)" /><Property Name="tenantId" Type="Edm.String" /><NavigationProperty Name="alerts" Type="Collection(microsoft.graph.security.alert)" /></EntityType><EntityType Name="labelsRoot" BaseType="graph.entity"><NavigationProperty Name="authorities" Type="Collection(microsoft.graph.security.authorityTemplate)" ContainsTarget="true" /><NavigationProperty Name="categories" Type="Collection(microsoft.graph.security.categoryTemplate)" ContainsTarget="true" /><NavigationProperty Name="citations" Type="Collection(microsoft.graph.security.citationTemplate)" ContainsTarget="true" /><NavigationProperty Name="departments" Type="Collection(microsoft.graph.security.departmentTemplate)" ContainsTarget="true" /><NavigationProperty Name="filePlanReferences" Type="Collection(microsoft.graph.security.filePlanReferenceTemplate)" ContainsTarget="true" /><NavigationProperty Name="retentionLabels" Type="Collection(microsoft.graph.security.retentionLabel)" ContainsTarget="true" /></EntityType><EntityType Name="triggersRoot" BaseType="graph.entity"><NavigationProperty Name="retentionEvents" Type="Collection(microsoft.graph.security.retentionEvent)" ContainsTarget="true" /></EntityType><EntityType Name="triggerTypesRoot" BaseType="graph.entity"><NavigationProperty Name="retentionEventTypes" Type="Collection(microsoft.graph.security.retentionEventType)" ContainsTarget="true" /></EntityType><EntityType Name="threatIntelligence" BaseType="graph.entity"><NavigationProperty Name="articleIndicators" Type="Collection(microsoft.graph.security.articleIndicator)" ContainsTarget="true" /><NavigationProperty Name="articles" Type="Collection(microsoft.graph.security.article)" ContainsTarget="true" /><NavigationProperty Name="hostComponents" Type="Collection(microsoft.graph.security.hostComponent)" ContainsTarget="true" /><NavigationProperty Name="hostCookies" Type="Collection(microsoft.graph.security.hostCookie)" ContainsTarget="true" /><NavigationProperty Name="hostPairs" Type="Collection(microsoft.graph.security.hostPair)" ContainsTarget="true" /><NavigationProperty Name="hostPorts" Type="Collection(microsoft.graph.security.hostPort)" ContainsTarget="true" /><NavigationProperty Name="hosts" Type="Collection(microsoft.graph.security.host)" ContainsTarget="true" /><NavigationProperty Name="hostSslCertificates" Type="Collection(microsoft.graph.security.hostSslCertificate)" ContainsTarget="true" /><NavigationProperty Name="hostTrackers" Type="Collection(microsoft.graph.security.hostTracker)" ContainsTarget="true" /><NavigationProperty Name="intelligenceProfileIndicators" Type="Collection(microsoft.graph.security.intelligenceProfileIndicator)" ContainsTarget="true" /><NavigationProperty Name="intelProfiles" Type="Collection(microsoft.graph.security.intelligenceProfile)" ContainsTarget="true" /><NavigationProperty Name="passiveDnsRecords" Type="Collection(microsoft.graph.security.passiveDnsRecord)" ContainsTarget="true" /><NavigationProperty Name="sslCertificates" Type="Collection(microsoft.graph.security.sslCertificate)" ContainsTarget="true" /><NavigationProperty Name="subdomains" Type="Collection(microsoft.graph.security.subdomain)" ContainsTarget="true" /><NavigationProperty Name="vulnerabilities" Type="Collection(microsoft.graph.security.vulnerability)" ContainsTarget="true" /><NavigationProperty Name="whoisHistoryRecords" Type="Collection(microsoft.graph.security.whoisHistoryRecord)" ContainsTarget="true" /><NavigationProperty Name="whoisRecords" Type="Collection(microsoft.graph.security.whoisRecord)" ContainsTarget="true" /></EntityType><ComplexType Name="exportFileMetadata"><Property Name="downloadUrl" Type="Edm.String" /><Property Name="fileName" Type="Edm.String" /><Property Name="size" Type="Edm.Int64" /></ComplexType><ComplexType Name="ocrSettings"><Property Name="isEnabled" Type="Edm.Boolean" /><Property Name="maxImageSize" Type="Edm.Int32" /><Property Name="timeout" Type="Edm.Duration" /></ComplexType><ComplexType Name="redundancyDetectionSettings"><Property Name="isEnabled" Type="Edm.Boolean" /><Property Name="maxWords" Type="Edm.Int32" /><Property Name="minWords" Type="Edm.Int32" /><Property Name="similarityThreshold" Type="Edm.Int32" /></ComplexType><ComplexType Name="reportFileMetadata"><Property Name="downloadUrl" Type="Edm.String" /><Property Name="fileName" Type="Edm.String" /><Property Name="size" Type="Edm.Int64" /></ComplexType><ComplexType Name="stringValueDictionary" OpenType="true" /><ComplexType Name="topicModelingSettings"><Property Name="dynamicallyAdjustTopicCount" Type="Edm.Boolean" /><Property Name="ignoreNumbers" Type="Edm.Boolean" /><Property Name="isEnabled" Type="Edm.Boolean" /><Property Name="topicCount" Type="Edm.Int32" /></ComplexType><EntityType Name="case" BaseType="graph.entity" Abstract="true"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="microsoft.graph.security.caseStatus" /></EntityType><EntityType Name="caseOperation" BaseType="graph.entity"><Property Name="action" Type="microsoft.graph.security.caseAction" /><Property Name="completedDateTime" Type="Edm.DateTimeOffset" /><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="percentProgress" Type="Edm.Int32" /><Property Name="resultInfo" Type="graph.resultInfo" /><Property Name="status" Type="microsoft.graph.security.caseOperationStatus" /></EntityType><EntityType Name="ediscoveryCase" BaseType="microsoft.graph.security.case"><Property Name="closedBy" Type="graph.identitySet" /><Property Name="closedDateTime" Type="Edm.DateTimeOffset" /><Property Name="externalId" Type="Edm.String" /><NavigationProperty Name="caseMembers" Type="Collection(microsoft.graph.security.ediscoveryCaseMember)" ContainsTarget="true" /><NavigationProperty Name="custodians" Type="Collection(microsoft.graph.security.ediscoveryCustodian)" ContainsTarget="true" /><NavigationProperty Name="noncustodialDataSources" Type="Collection(microsoft.graph.security.ediscoveryNoncustodialDataSource)" ContainsTarget="true" /><NavigationProperty Name="operations" Type="Collection(microsoft.graph.security.caseOperation)" ContainsTarget="true" /><NavigationProperty Name="reviewSets" Type="Collection(microsoft.graph.security.ediscoveryReviewSet)" ContainsTarget="true" /><NavigationProperty Name="searches" Type="Collection(microsoft.graph.security.ediscoverySearch)" ContainsTarget="true" /><NavigationProperty Name="settings" Type="microsoft.graph.security.ediscoveryCaseSettings" ContainsTarget="true" /><NavigationProperty Name="tags" Type="Collection(microsoft.graph.security.ediscoveryReviewTag)" ContainsTarget="true" /></EntityType><EntityType Name="dataSet" BaseType="graph.entity" Abstract="true"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /></EntityType><EntityType Name="dataSource" BaseType="graph.entity" Abstract="true"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" /><Property Name="holdStatus" Type="microsoft.graph.security.dataSourceHoldStatus" /></EntityType><EntityType Name="dataSourceContainer" BaseType="graph.entity" Abstract="true"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" /><Property Name="holdStatus" Type="microsoft.graph.security.dataSourceHoldStatus" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="releasedDateTime" Type="Edm.DateTimeOffset" /><Property Name="status" Type="microsoft.graph.security.dataSourceContainerStatus" /></EntityType><EntityType Name="ediscoveryAddToReviewSetOperation" BaseType="microsoft.graph.security.caseOperation"><Property Name="additionalDataOptions" Type="microsoft.graph.security.additionalDataOptions" /><Property Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" /><Property Name="documentVersion" Type="microsoft.graph.security.documentVersion" /><Property Name="itemsToInclude" Type="microsoft.graph.security.itemsToInclude" /><Property Name="reportFileMetadata" Type="Collection(microsoft.graph.security.reportFileMetadata)" /><NavigationProperty Name="reviewSet" Type="microsoft.graph.security.ediscoveryReviewSet" /><NavigationProperty Name="search" Type="microsoft.graph.security.ediscoverySearch" /></EntityType><EntityType Name="ediscoveryReviewSet" BaseType="microsoft.graph.security.dataSet"><NavigationProperty Name="queries" Type="Collection(microsoft.graph.security.ediscoveryReviewSetQuery)" ContainsTarget="true" /></EntityType><EntityType Name="search" BaseType="graph.entity" Abstract="true"><Property Name="contentQuery" Type="Edm.String" /><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="ediscoverySearch" BaseType="microsoft.graph.security.search"><Property Name="dataSourceScopes" Type="microsoft.graph.security.dataSourceScopes" /><NavigationProperty Name="additionalSources" Type="Collection(microsoft.graph.security.dataSource)" ContainsTarget="true" /><NavigationProperty Name="addToReviewSetOperation" Type="microsoft.graph.security.ediscoveryAddToReviewSetOperation" /><NavigationProperty Name="custodianSources" Type="Collection(microsoft.graph.security.dataSource)" /><NavigationProperty Name="lastEstimateStatisticsOperation" Type="microsoft.graph.security.ediscoveryEstimateOperation" /><NavigationProperty Name="noncustodialSources" Type="Collection(microsoft.graph.security.ediscoveryNoncustodialDataSource)" /></EntityType><EntityType Name="ediscoveryCaseMember" BaseType="graph.entity"><Property Name="displayName" Type="Edm.String" /><Property Name="recipientType" Type="microsoft.graph.security.recipientType" /><Property Name="smtpAddress" Type="Edm.String" /></EntityType><EntityType Name="ediscoveryCustodian" BaseType="microsoft.graph.security.dataSourceContainer"><Property Name="acknowledgedDateTime" Type="Edm.DateTimeOffset" /><Property Name="email" Type="Edm.String" /><NavigationProperty Name="lastIndexOperation" Type="microsoft.graph.security.ediscoveryIndexOperation" /><NavigationProperty Name="siteSources" Type="Collection(microsoft.graph.security.siteSource)" ContainsTarget="true" /><NavigationProperty Name="unifiedGroupSources" Type="Collection(microsoft.graph.security.unifiedGroupSource)" ContainsTarget="true" /><NavigationProperty Name="userSources" Type="Collection(microsoft.graph.security.userSource)" ContainsTarget="true" /></EntityType><EntityType Name="ediscoveryNoncustodialDataSource" BaseType="microsoft.graph.security.dataSourceContainer"><NavigationProperty Name="dataSource" Type="microsoft.graph.security.dataSource" ContainsTarget="true" /><NavigationProperty Name="lastIndexOperation" Type="microsoft.graph.security.ediscoveryIndexOperation" /></EntityType><EntityType Name="ediscoveryCaseSettings" BaseType="graph.entity"><Property Name="caseType" Type="microsoft.graph.security.caseType" Nullable="false" /><Property Name="ocr" Type="microsoft.graph.security.ocrSettings" /><Property Name="redundancyDetection" Type="microsoft.graph.security.redundancyDetectionSettings" /><Property Name="reviewSetSettings" Type="microsoft.graph.security.reviewSetSettings" /><Property Name="topicModeling" Type="microsoft.graph.security.topicModelingSettings" /></EntityType><EntityType Name="tag" BaseType="graph.entity" Abstract="true"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="ediscoveryReviewTag" BaseType="microsoft.graph.security.tag"><Property Name="childSelectability" Type="microsoft.graph.security.childSelectability" /><NavigationProperty Name="childTags" Type="Collection(microsoft.graph.security.ediscoveryReviewTag)" /><NavigationProperty Name="parent" Type="microsoft.graph.security.ediscoveryReviewTag" /></EntityType><EntityType Name="ediscoveryIndexOperation" BaseType="microsoft.graph.security.caseOperation" /><EntityType Name="siteSource" BaseType="microsoft.graph.security.dataSource"><NavigationProperty Name="site" Type="graph.site" Nullable="false" /></EntityType><EntityType Name="unifiedGroupSource" BaseType="microsoft.graph.security.dataSource"><Property Name="includedSources" Type="microsoft.graph.security.sourceType" /><NavigationProperty Name="group" Type="graph.group" Nullable="false" /></EntityType><EntityType Name="userSource" BaseType="microsoft.graph.security.dataSource"><Property Name="email" Type="Edm.String" Nullable="false" /><Property Name="includedSources" Type="microsoft.graph.security.sourceType" /><Property Name="siteWebUrl" Type="Edm.String" /></EntityType><EntityType Name="ediscoveryEstimateOperation" BaseType="microsoft.graph.security.caseOperation"><Property Name="indexedItemCount" Type="Edm.Int64" /><Property Name="indexedItemsSize" Type="Edm.Int64" /><Property Name="mailboxCount" Type="Edm.Int32" /><Property Name="reportFileMetadata" Type="Collection(microsoft.graph.security.reportFileMetadata)" /><Property Name="siteCount" Type="Edm.Int32" /><Property Name="statisticsOptions" Type="microsoft.graph.security.statisticsOptions" /><Property Name="unindexedItemCount" Type="Edm.Int64" /><Property Name="unindexedItemsSize" Type="Edm.Int64" /><NavigationProperty Name="search" Type="microsoft.graph.security.ediscoverySearch" /></EntityType><EntityType Name="ediscoveryExportOperation" BaseType="microsoft.graph.security.caseOperation"><Property Name="description" Type="Edm.String" /><Property Name="exportFileMetadata" Type="Collection(microsoft.graph.security.exportFileMetadata)" /><Property Name="exportOptions" Type="microsoft.graph.security.exportOptions" /><Property Name="exportStructure" Type="microsoft.graph.security.exportFileStructure" /><Property Name="outputName" Type="Edm.String" /><NavigationProperty Name="reviewSet" Type="microsoft.graph.security.ediscoveryReviewSet" /><NavigationProperty Name="reviewSetQuery" Type="microsoft.graph.security.ediscoveryReviewSetQuery" /></EntityType><EntityType Name="ediscoveryReviewSetQuery" BaseType="microsoft.graph.security.search" /><EntityType Name="ediscoveryHoldOperation" BaseType="microsoft.graph.security.caseOperation" /><EntityType Name="ediscoveryHoldPolicySyncOperation" BaseType="microsoft.graph.security.caseOperation"><Property Name="reportFileMetadata" Type="Collection(microsoft.graph.security.reportFileMetadata)" /></EntityType><EntityType Name="ediscoveryPurgeDataOperation" BaseType="microsoft.graph.security.caseOperation"><Property Name="reportFileMetadata" Type="Collection(microsoft.graph.security.reportFileMetadata)" /></EntityType><EntityType Name="ediscoverySearchExportOperation" BaseType="microsoft.graph.security.caseOperation"><Property Name="additionalOptions" Type="microsoft.graph.security.additionalOptions" /><Property Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="documentVersion" Type="microsoft.graph.security.documentVersion" /><Property Name="exportCriteria" Type="microsoft.graph.security.exportCriteria" /><Property Name="exportFileMetadata" Type="Collection(microsoft.graph.security.exportFileMetadata)" /><Property Name="exportFormat" Type="microsoft.graph.security.exportFormat" /><Property Name="exportLocation" Type="microsoft.graph.security.exportLocation" /><Property Name="exportSingleItems" Type="Edm.Boolean" /><NavigationProperty Name="search" Type="microsoft.graph.security.ediscoverySearch" /></EntityType><EntityType Name="ediscoveryTagOperation" BaseType="microsoft.graph.security.caseOperation" /><ComplexType Name="account"><Property Name="actions" Type="Collection(microsoft.graph.security.action)" Nullable="false" /><Property Name="identifier" Type="Edm.String" Nullable="false" /><Property Name="identityProvider" Type="microsoft.graph.security.identityProvider" Nullable="false" /></ComplexType><ComplexType Name="deploymentAccessKeyType"><Property Name="deploymentAccessKey" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="invokeActionResult"><Property Name="accountId" Type="Edm.String" Nullable="false" /><Property Name="action" Type="microsoft.graph.security.action" Nullable="false" /><Property Name="correlationId" Type="Edm.String" /><Property Name="identityProvider" Type="microsoft.graph.security.identityProvider" Nullable="false" /></ComplexType><ComplexType Name="sensorDeploymentPackage"><Property Name="downloadUrl" Type="Edm.String" Nullable="false" /><Property Name="version" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="sensorSettings"><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="domainControllerDnsNames" Type="Collection(Edm.String)" /><Property Name="isDelayedDeploymentEnabled" Type="Edm.Boolean" /><NavigationProperty Name="networkAdapters" Type="Collection(microsoft.graph.security.networkAdapter)" ContainsTarget="true" /></ComplexType><EntityType Name="networkAdapter" BaseType="graph.entity"><Property Name="isEnabled" Type="Edm.Boolean" /><Property Name="name" Type="Edm.String" /></EntityType><EntityType Name="healthIssue" BaseType="graph.entity"><Property Name="additionalInformation" Type="Collection(Edm.String)" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="displayName" Type="Edm.String" /><Property Name="domainNames" Type="Collection(Edm.String)" /><Property Name="healthIssueType" Type="microsoft.graph.security.healthIssueType" /><Property Name="issueTypeId" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="recommendations" Type="Collection(Edm.String)" Nullable="false" /><Property Name="recommendedActionCommands" Type="Collection(Edm.String)" Nullable="false" /><Property Name="sensorDNSNames" Type="Collection(Edm.String)" /><Property Name="severity" Type="microsoft.graph.security.healthIssueSeverity" /><Property Name="status" Type="microsoft.graph.security.healthIssueStatus" /></EntityType><EntityType Name="identityAccounts" BaseType="graph.entity" Abstract="true"><Property Name="accounts" Type="Collection(microsoft.graph.security.account)" /><Property Name="cloudSecurityIdentifier" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="domain" Type="Edm.String" /><Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="onPremisesSecurityIdentifier" Type="Edm.String" /></EntityType><EntityType Name="sensorCandidateActivationConfiguration" BaseType="graph.entity"><Property Name="activationMode" Type="microsoft.graph.security.sensorCandidateActivationMode" Nullable="false" /></EntityType><EntityType Name="sensorCandidate" BaseType="graph.entity"><Property Name="computerDnsName" Type="Edm.String" Nullable="false" /><Property Name="domainName" Type="Edm.String" Nullable="false" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="senseClientVersion" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="sensor" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="deploymentStatus" Type="microsoft.graph.security.deploymentStatus" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="domainName" Type="Edm.String" Nullable="false" /><Property Name="healthStatus" Type="microsoft.graph.security.sensorHealthStatus" Nullable="false" /><Property Name="openHealthIssuesCount" Type="Edm.Int64" Nullable="false" /><Property Name="sensorType" Type="microsoft.graph.security.sensorType" Nullable="false" /><Property Name="serviceStatus" Type="microsoft.graph.security.serviceStatus" Nullable="false" /><Property Name="settings" Type="microsoft.graph.security.sensorSettings" Nullable="false" /><Property Name="version" Type="Edm.String" Nullable="false" /><NavigationProperty Name="healthIssues" Type="Collection(microsoft.graph.security.healthIssue)" /></EntityType><EntityType Name="user" BaseType="microsoft.graph.security.identityAccounts"><Property Name="emailAddress" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></EntityType><ComplexType Name="alertEvidence"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="detailedRoles" Type="Collection(Edm.String)" /><Property Name="remediationStatus" Type="microsoft.graph.security.evidenceRemediationStatus" Nullable="false" /><Property Name="remediationStatusDetails" Type="Edm.String" /><Property Name="roles" Type="Collection(microsoft.graph.security.evidenceRole)" Nullable="false" /><Property Name="tags" Type="Collection(Edm.String)" /><Property Name="verdict" Type="microsoft.graph.security.evidenceVerdict" Nullable="false" /></ComplexType><ComplexType Name="activeDirectoryDomainEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="activeDirectoryDomainName" Type="Edm.String" /><Property Name="trustedDomains" Type="Collection(microsoft.graph.security.activeDirectoryDomainEvidence)" Nullable="false" /></ComplexType><ComplexType Name="aiAgentEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="agentId" Type="Edm.String" /><Property Name="agentName" Type="Edm.String" /><Property Name="hostingPlatformType" Type="microsoft.graph.security.aiAgentPlatform" /><Property Name="instructions" Type="Edm.String" /></ComplexType><ComplexType Name="alertComment"><Property Name="comment" Type="Edm.String" /><Property Name="createdByDisplayName" Type="Edm.String" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></ComplexType><ComplexType Name="amazonResourceEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="amazonAccountId" Type="Edm.String" /><Property Name="amazonResourceId" Type="Edm.String" /><Property Name="resourceName" Type="Edm.String" /><Property Name="resourceType" Type="Edm.String" /></ComplexType><ComplexType Name="analyzedMessageEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="antiSpamDirection" Type="Edm.String" /><Property Name="attachmentsCount" Type="Edm.Int64" /><Property Name="deliveryAction" Type="Edm.String" /><Property Name="deliveryLocation" Type="Edm.String" /><Property Name="internetMessageId" Type="Edm.String" /><Property Name="language" Type="Edm.String" /><Property Name="networkMessageId" Type="Edm.String" /><Property Name="p1Sender" Type="microsoft.graph.security.emailSender" /><Property Name="p2Sender" Type="microsoft.graph.security.emailSender" /><Property Name="receivedDateTime" Type="Edm.DateTimeOffset" /><Property Name="recipientEmailAddress" Type="Edm.String" /><Property Name="senderIp" Type="Edm.String" /><Property Name="subject" Type="Edm.String" /><Property Name="threatDetectionMethods" Type="Collection(Edm.String)" /><Property Name="threats" Type="Collection(Edm.String)" /><Property Name="urlCount" Type="Edm.Int64" /><Property Name="urls" Type="Collection(Edm.String)" /><Property Name="urn" Type="Edm.String" /></ComplexType><ComplexType Name="emailSender"><Property Name="displayName" Type="Edm.String" /><Property Name="domainName" Type="Edm.String" /><Property Name="emailAddress" Type="Edm.String" /></ComplexType><ComplexType Name="azureResourceEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="resourceId" Type="Edm.String" /><Property Name="resourceName" Type="Edm.String" /><Property Name="resourceType" Type="Edm.String" /></ComplexType><ComplexType Name="blobContainerEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="name" Type="Edm.String" /><Property Name="storageResource" Type="microsoft.graph.security.azureResourceEvidence" /><Property Name="url" Type="Edm.String" /></ComplexType><ComplexType Name="blobEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="blobContainer" Type="microsoft.graph.security.blobContainerEvidence" /><Property Name="etag" Type="Edm.String" /><Property Name="fileHashes" Type="Collection(microsoft.graph.security.fileHash)" /><Property Name="name" Type="Edm.String" /><Property Name="url" Type="Edm.String" /></ComplexType><ComplexType Name="fileHash"><Property Name="algorithm" Type="microsoft.graph.security.fileHashAlgorithm" Nullable="false" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="cloudApplicationEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="appId" Type="Edm.Int64" /><Property Name="displayName" Type="Edm.String" /><Property Name="instanceId" Type="Edm.Int64" /><Property Name="instanceName" Type="Edm.String" /><Property Name="saasAppId" Type="Edm.Int64" /><Property Name="stream" Type="microsoft.graph.security.stream" /></ComplexType><ComplexType Name="stream"><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="cloudLogonRequestEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="requestId" Type="Edm.String" /></ComplexType><ComplexType Name="cloudLogonSessionEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="account" Type="microsoft.graph.security.userEvidence" /><Property Name="browser" Type="Edm.String" /><Property Name="deviceName" Type="Edm.String" /><Property Name="operatingSystem" Type="Edm.String" /><Property Name="previousLogonDateTime" Type="Edm.DateTimeOffset" /><Property Name="protocol" Type="Edm.String" /><Property Name="sessionId" Type="Edm.String" /><Property Name="startUtcDateTime" Type="Edm.DateTimeOffset" /><Property Name="userAgent" Type="Edm.String" /></ComplexType><ComplexType Name="userEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="stream" Type="microsoft.graph.security.stream" /><Property Name="userAccount" Type="microsoft.graph.security.userAccount" /></ComplexType><ComplexType Name="containerEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="args" Type="Collection(Edm.String)" /><Property Name="command" Type="Collection(Edm.String)" /><Property Name="containerId" Type="Edm.String" /><Property Name="image" Type="microsoft.graph.security.containerImageEvidence" /><Property Name="isPrivileged" Type="Edm.Boolean" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="pod" Type="microsoft.graph.security.kubernetesPodEvidence" /></ComplexType><ComplexType Name="containerImageEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="digestImage" Type="microsoft.graph.security.containerImageEvidence" /><Property Name="imageId" Type="Edm.String" /><Property Name="registry" Type="microsoft.graph.security.containerRegistryEvidence" /></ComplexType><ComplexType Name="kubernetesPodEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="containers" Type="Collection(microsoft.graph.security.containerEvidence)" /><Property Name="controller" Type="microsoft.graph.security.kubernetesControllerEvidence" /><Property Name="ephemeralContainers" Type="Collection(microsoft.graph.security.containerEvidence)" /><Property Name="initContainers" Type="Collection(microsoft.graph.security.containerEvidence)" /><Property Name="labels" Type="microsoft.graph.security.dictionary" /><Property Name="name" Type="Edm.String" /><Property Name="namespace" Type="microsoft.graph.security.kubernetesNamespaceEvidence" /><Property Name="podIp" Type="microsoft.graph.security.ipEvidence" /><Property Name="serviceAccount" Type="microsoft.graph.security.kubernetesServiceAccountEvidence" /></ComplexType><ComplexType Name="containerRegistryEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="registry" Type="Edm.String" /></ComplexType><ComplexType Name="deviceEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="azureAdDeviceId" Type="Edm.String" /><Property Name="defenderAvStatus" Type="microsoft.graph.security.defenderAvStatus" /><Property Name="deviceDnsName" Type="Edm.String" /><Property Name="dnsDomain" Type="Edm.String" /><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="healthStatus" Type="microsoft.graph.security.deviceHealthStatus" /><Property Name="hostName" Type="Edm.String" /><Property Name="ipInterfaces" Type="Collection(Edm.String)" /><Property Name="lastExternalIpAddress" Type="Edm.String" /><Property Name="lastIpAddress" Type="Edm.String" /><Property Name="loggedOnUsers" Type="Collection(microsoft.graph.security.loggedOnUser)" /><Property Name="mdeDeviceId" Type="Edm.String" /><Property Name="ntDomain" Type="Edm.String" /><Property Name="onboardingStatus" Type="microsoft.graph.security.onboardingStatus" /><Property Name="osBuild" Type="Edm.Int64" /><Property Name="osPlatform" Type="Edm.String" /><Property Name="rbacGroupId" Type="Edm.Int32" /><Property Name="rbacGroupName" Type="Edm.String" /><Property Name="resourceAccessEvents" Type="Collection(microsoft.graph.security.resourceAccessEvent)" /><Property Name="riskScore" Type="microsoft.graph.security.deviceRiskScore" /><Property Name="version" Type="Edm.String" /><Property Name="vmMetadata" Type="microsoft.graph.security.vmMetadata" /></ComplexType><ComplexType Name="loggedOnUser"><Property Name="accountName" Type="Edm.String" /><Property Name="domainName" Type="Edm.String" /></ComplexType><ComplexType Name="resourceAccessEvent"><Property Name="accessDateTime" Type="Edm.DateTimeOffset" /><Property Name="accountId" Type="Edm.String" /><Property Name="ipAddress" Type="Edm.String" /><Property Name="resourceIdentifier" Type="Edm.String" /></ComplexType><ComplexType Name="vmMetadata"><Property Name="cloudProvider" Type="microsoft.graph.security.vmCloudProvider" Nullable="false" /><Property Name="resourceId" Type="Edm.String" /><Property Name="subscriptionId" Type="Edm.String" /><Property Name="vmId" Type="Edm.String" /></ComplexType><ComplexType Name="dictionary" OpenType="true" /><ComplexType Name="dnsEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="dnsServerIp" Type="microsoft.graph.security.ipEvidence" /><Property Name="domainName" Type="Edm.String" /><Property Name="hostIpAddress" Type="microsoft.graph.security.ipEvidence" /><Property Name="ipAddresses" Type="Collection(microsoft.graph.security.ipEvidence)" /></ComplexType><ComplexType Name="ipEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="countryLetterCode" Type="Edm.String" /><Property Name="ipAddress" Type="Edm.String" /><Property Name="location" Type="microsoft.graph.security.geoLocation" /><Property Name="stream" Type="microsoft.graph.security.stream" /></ComplexType><ComplexType Name="dynamicColumnValue" OpenType="true" /><ComplexType Name="fileDetails"><Property Name="fileName" Type="Edm.String" /><Property Name="filePath" Type="Edm.String" /><Property Name="filePublisher" Type="Edm.String" /><Property Name="fileSize" Type="Edm.Int64" /><Property Name="issuer" Type="Edm.String" /><Property Name="md5" Type="Edm.String" /><Property Name="sha1" Type="Edm.String" /><Property Name="sha256" Type="Edm.String" /><Property Name="sha256Ac" Type="Edm.String" /><Property Name="signer" Type="Edm.String" /></ComplexType><ComplexType Name="fileEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="detectionStatus" Type="microsoft.graph.security.detectionStatus" /><Property Name="fileDetails" Type="microsoft.graph.security.fileDetails" /><Property Name="mdeDeviceId" Type="Edm.String" /></ComplexType><ComplexType Name="fileHashEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="algorithm" Type="microsoft.graph.security.fileHashAlgorithm" Nullable="false" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="geoLocation"><Property Name="city" Type="Edm.String" /><Property Name="countryName" Type="Edm.String" /><Property Name="latitude" Type="Edm.Double" /><Property Name="longitude" Type="Edm.Double" /><Property Name="state" Type="Edm.String" /></ComplexType><ComplexType Name="gitHubOrganizationEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="company" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="email" Type="Edm.String" /><Property Name="login" Type="Edm.String" /><Property Name="orgId" Type="Edm.String" /><Property Name="webUrl" Type="Edm.String" /></ComplexType><ComplexType Name="gitHubRepoEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="baseUrl" Type="Edm.String" /><Property Name="login" Type="Edm.String" /><Property Name="owner" Type="Edm.String" /><Property Name="ownerType" Type="Edm.String" /><Property Name="repoId" Type="Edm.String" /></ComplexType><ComplexType Name="gitHubUserEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="email" Type="Edm.String" /><Property Name="login" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="webUrl" Type="Edm.String" /></ComplexType><ComplexType Name="googleCloudResourceEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="fullResourceName" Type="Edm.String" /><Property Name="location" Type="Edm.String" /><Property Name="locationType" Type="microsoft.graph.security.googleCloudLocationType" /><Property Name="projectId" Type="Edm.String" /><Property Name="projectNumber" Type="Edm.Int64" /><Property Name="resourceName" Type="Edm.String" /><Property Name="resourceType" Type="Edm.String" /></ComplexType><ComplexType Name="hostLogonSessionEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="account" Type="microsoft.graph.security.userEvidence" /><Property Name="endUtcDateTime" Type="Edm.DateTimeOffset" /><Property Name="host" Type="microsoft.graph.security.deviceEvidence" /><Property Name="sessionId" Type="Edm.String" /><Property Name="startUtcDateTime" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="huntingQueryResults"><Property Name="results" Type="Collection(microsoft.graph.security.huntingRowResult)" /><Property Name="schema" Type="Collection(microsoft.graph.security.singlePropertySchema)" /></ComplexType><ComplexType Name="huntingRowResult" OpenType="true" /><ComplexType Name="singlePropertySchema"><Property Name="name" Type="Edm.String" /><Property Name="type" Type="Edm.String" /></ComplexType><ComplexType Name="ioTDeviceEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="deviceId" Type="Edm.String" /><Property Name="deviceName" Type="Edm.String" /><Property Name="devicePageLink" Type="Edm.String" /><Property Name="deviceSubType" Type="Edm.String" /><Property Name="deviceType" Type="Edm.String" /><Property Name="importance" Type="microsoft.graph.security.ioTDeviceImportanceType" /><Property Name="ioTHub" Type="microsoft.graph.security.azureResourceEvidence" /><Property Name="ioTSecurityAgentId" Type="Edm.String" /><Property Name="ipAddress" Type="microsoft.graph.security.ipEvidence" /><Property Name="isAuthorized" Type="Edm.Boolean" /><Property Name="isProgramming" Type="Edm.Boolean" /><Property Name="isScanner" Type="Edm.Boolean" /><Property Name="macAddress" Type="Edm.String" /><Property Name="manufacturer" Type="Edm.String" /><Property Name="model" Type="Edm.String" /><Property Name="nics" Type="Collection(microsoft.graph.security.nicEvidence)" /><Property Name="operatingSystem" Type="Edm.String" /><Property Name="owners" Type="Collection(Edm.String)" /><Property Name="protocols" Type="Collection(Edm.String)" /><Property Name="purdueLayer" Type="Edm.String" /><Property Name="sensor" Type="Edm.String" /><Property Name="serialNumber" Type="Edm.String" /><Property Name="site" Type="Edm.String" /><Property Name="source" Type="Edm.String" /><Property Name="sourceRef" Type="microsoft.graph.security.urlEvidence" /><Property Name="zone" Type="Edm.String" /></ComplexType><ComplexType Name="nicEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="ipAddress" Type="microsoft.graph.security.ipEvidence" /><Property Name="macAddress" Type="Edm.String" /><Property Name="vlans" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="urlEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="url" Type="Edm.String" /></ComplexType><ComplexType Name="kubernetesClusterEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="cloudResource" Type="microsoft.graph.security.alertEvidence" /><Property Name="distribution" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="platform" Type="microsoft.graph.security.kubernetesPlatform" /><Property Name="version" Type="Edm.String" /></ComplexType><ComplexType Name="kubernetesControllerEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="labels" Type="microsoft.graph.security.dictionary" /><Property Name="name" Type="Edm.String" /><Property Name="namespace" Type="microsoft.graph.security.kubernetesNamespaceEvidence" /><Property Name="type" Type="Edm.String" /></ComplexType><ComplexType Name="kubernetesNamespaceEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="cluster" Type="microsoft.graph.security.kubernetesClusterEvidence" /><Property Name="labels" Type="microsoft.graph.security.dictionary" /><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="kubernetesServiceAccountEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="name" Type="Edm.String" /><Property Name="namespace" Type="microsoft.graph.security.kubernetesNamespaceEvidence" /></ComplexType><ComplexType Name="kubernetesSecretEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="name" Type="Edm.String" /><Property Name="namespace" Type="microsoft.graph.security.kubernetesNamespaceEvidence" /><Property Name="secretType" Type="Edm.String" /></ComplexType><ComplexType Name="kubernetesServiceEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="clusterIP" Type="microsoft.graph.security.ipEvidence" /><Property Name="externalIPs" Type="Collection(microsoft.graph.security.ipEvidence)" /><Property Name="labels" Type="microsoft.graph.security.dictionary" /><Property Name="name" Type="Edm.String" /><Property Name="namespace" Type="microsoft.graph.security.kubernetesNamespaceEvidence" /><Property Name="selector" Type="microsoft.graph.security.dictionary" /><Property Name="servicePorts" Type="Collection(microsoft.graph.security.kubernetesServicePort)" /><Property Name="serviceType" Type="microsoft.graph.security.kubernetesServiceType" Nullable="false" /></ComplexType><ComplexType Name="kubernetesServicePort"><Property Name="appProtocol" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="nodePort" Type="Edm.Int32" Nullable="false" /><Property Name="port" Type="Edm.Int32" Nullable="false" /><Property Name="protocol" Type="microsoft.graph.security.containerPortProtocol" /><Property Name="targetPort" Type="Edm.String" /></ComplexType><ComplexType Name="mailboxConfigurationEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="configurationId" Type="Edm.String" /><Property Name="configurationType" Type="microsoft.graph.security.mailboxConfigurationType" /><Property Name="displayName" Type="Edm.String" /><Property Name="externalDirectoryObjectId" Type="Edm.Guid" /><Property Name="mailboxPrimaryAddress" Type="Edm.String" /><Property Name="upn" Type="Edm.String" /></ComplexType><ComplexType Name="mailboxEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="displayName" Type="Edm.String" /><Property Name="primaryAddress" Type="Edm.String" /><Property Name="upn" Type="Edm.String" /><Property Name="userAccount" Type="microsoft.graph.security.userAccount" /></ComplexType><ComplexType Name="userAccount"><Property Name="accountName" Type="Edm.String" /><Property Name="activeDirectoryObjectGuid" Type="Edm.Guid" /><Property Name="azureAdUserId" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="domainName" Type="Edm.String" /><Property Name="resourceAccessEvents" Type="Collection(microsoft.graph.security.resourceAccessEvent)" /><Property Name="userPrincipalName" Type="Edm.String" /><Property Name="userSid" Type="Edm.String" /></ComplexType><ComplexType Name="mailClusterEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="clusterBy" Type="Edm.String" /><Property Name="clusterByValue" Type="Edm.String" /><Property Name="emailCount" Type="Edm.Int64" /><Property Name="networkMessageIds" Type="Collection(Edm.String)" /><Property Name="query" Type="Edm.String" /><Property Name="urn" Type="Edm.String" /></ComplexType><ComplexType Name="malwareEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="category" Type="Edm.String" /><Property Name="files" Type="Collection(microsoft.graph.security.fileEvidence)" /><Property Name="name" Type="Edm.String" /><Property Name="processes" Type="Collection(microsoft.graph.security.processEvidence)" /></ComplexType><ComplexType Name="processEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="detectionStatus" Type="microsoft.graph.security.detectionStatus" /><Property Name="imageFile" Type="microsoft.graph.security.fileDetails" /><Property Name="mdeDeviceId" Type="Edm.String" /><Property Name="parentProcessCreationDateTime" Type="Edm.DateTimeOffset" /><Property Name="parentProcessId" Type="Edm.Int64" /><Property Name="parentProcessImageFile" Type="microsoft.graph.security.fileDetails" /><Property Name="processCommandLine" Type="Edm.String" /><Property Name="processCreationDateTime" Type="Edm.DateTimeOffset" /><Property Name="processId" Type="Edm.Int64" /><Property Name="userAccount" Type="microsoft.graph.security.userAccount" /></ComplexType><ComplexType Name="networkConnectionEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="destinationAddress" Type="microsoft.graph.security.ipEvidence" /><Property Name="destinationPort" Type="Edm.Int32" /><Property Name="protocol" Type="microsoft.graph.security.protocolType" /><Property Name="sourceAddress" Type="microsoft.graph.security.ipEvidence" /><Property Name="sourcePort" Type="Edm.Int32" /></ComplexType><ComplexType Name="oauthApplicationEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="appId" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="objectId" Type="Edm.String" /><Property Name="publisher" Type="Edm.String" /></ComplexType><ComplexType Name="registryKeyEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="registryHive" Type="Edm.String" /><Property Name="registryKey" Type="Edm.String" /></ComplexType><ComplexType Name="registryValueEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="mdeDeviceId" Type="Edm.String" /><Property Name="registryHive" Type="Edm.String" /><Property Name="registryKey" Type="Edm.String" /><Property Name="registryValue" Type="Edm.String" /><Property Name="registryValueName" Type="Edm.String" /><Property Name="registryValueType" Type="Edm.String" /></ComplexType><ComplexType Name="sasTokenEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="allowedIpAddresses" Type="Edm.String" /><Property Name="allowedResourceTypes" Type="Collection(Edm.String)" /><Property Name="allowedServices" Type="Collection(Edm.String)" /><Property Name="expiryDateTime" Type="Edm.DateTimeOffset" /><Property Name="permissions" Type="Collection(Edm.String)" /><Property Name="protocol" Type="Edm.String" /><Property Name="signatureHash" Type="Edm.String" /><Property Name="signedWith" Type="Edm.String" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="storageResource" Type="microsoft.graph.security.azureResourceEvidence" /></ComplexType><ComplexType Name="securityGroupEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="activeDirectoryObjectGuid" Type="Edm.Guid" /><Property Name="displayName" Type="Edm.String" /><Property Name="distinguishedName" Type="Edm.String" /><Property Name="friendlyName" Type="Edm.String" /><Property Name="securityGroupId" Type="Edm.String" /><Property Name="sid" Type="Edm.String" /></ComplexType><ComplexType Name="servicePrincipalEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="appId" Type="Edm.String" /><Property Name="appOwnerTenantId" Type="Edm.String" /><Property Name="servicePrincipalName" Type="Edm.String" /><Property Name="servicePrincipalObjectId" Type="Edm.String" /><Property Name="servicePrincipalType" Type="microsoft.graph.security.servicePrincipalType" /><Property Name="tenantId" Type="Edm.String" /></ComplexType><ComplexType Name="submissionMailEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="networkMessageId" Type="Edm.String" /><Property Name="recipient" Type="Edm.String" /><Property Name="reportType" Type="Edm.String" /><Property Name="sender" Type="Edm.String" /><Property Name="senderIp" Type="Edm.String" /><Property Name="subject" Type="Edm.String" /><Property Name="submissionDateTime" Type="Edm.DateTimeOffset" /><Property Name="submissionId" Type="Edm.String" /><Property Name="submitter" Type="Edm.String" /></ComplexType><ComplexType Name="teamsMessageEvidence" BaseType="microsoft.graph.security.alertEvidence"><Property Name="campaignId" Type="Edm.String" /><Property Name="channelId" Type="Edm.String" /><Property Name="deliveryAction" Type="microsoft.graph.security.teamsMessageDeliveryAction" /><Property Name="deliveryLocation" Type="microsoft.graph.security.teamsDeliveryLocation" /><Property Name="files" Type="Collection(microsoft.graph.security.fileEvidence)" /><Property Name="groupId" Type="Edm.String" /><Property Name="isExternal" Type="Edm.Boolean" /><Property Name="isOwned" Type="Edm.Boolean" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="messageDirection" Type="microsoft.graph.security.antispamTeamsDirection" /><Property Name="messageId" Type="Edm.String" /><Property Name="owningTenantId" Type="Edm.Guid" /><Property Name="parentMessageId" Type="Edm.String" /><Property Name="receivedDateTime" Type="Edm.DateTimeOffset" /><Property Name="recipients" Type="Collection(Edm.String)" /><Property Name="senderFromAddress" Type="Edm.String" /><Property Name="senderIP" Type="Edm.String" /><Property Name="sourceAppName" Type="Edm.String" /><Property Name="sourceId" Type="Edm.String" /><Property Name="subject" Type="Edm.String" /><Property Name="suspiciousRecipients" Type="Collection(Edm.String)" /><Property Name="threadId" Type="Edm.String" /><Property Name="threadType" Type="Edm.String" /><Property Name="urls" Type="Collection(microsoft.graph.security.urlEvidence)" /></ComplexType><ComplexType Name="eventPropagationResult"><Property Name="location" Type="Edm.String" /><Property Name="serviceName" Type="Edm.String" /><Property Name="status" Type="microsoft.graph.security.eventPropagationStatus" /><Property Name="statusInformation" Type="Edm.String" /></ComplexType><ComplexType Name="eventQuery"><Property Name="query" Type="Edm.String" Nullable="false" /><Property Name="queryType" Type="microsoft.graph.security.queryType" /></ComplexType><ComplexType Name="filePlanDescriptorBase"><Property Name="displayName" Type="Edm.String" /></ComplexType><ComplexType Name="filePlanAppliedCategory" BaseType="microsoft.graph.security.filePlanDescriptorBase"><Property Name="subcategory" Type="microsoft.graph.security.filePlanSubcategory" /></ComplexType><ComplexType Name="filePlanSubcategory" BaseType="microsoft.graph.security.filePlanDescriptorBase" /><ComplexType Name="filePlanAuthority" BaseType="microsoft.graph.security.filePlanDescriptorBase" /><ComplexType Name="filePlanCitation" BaseType="microsoft.graph.security.filePlanDescriptorBase"><Property Name="citationJurisdiction" Type="Edm.String" /><Property Name="citationUrl" Type="Edm.String" /></ComplexType><ComplexType Name="filePlanDepartment" BaseType="microsoft.graph.security.filePlanDescriptorBase" /><ComplexType Name="filePlanReference" BaseType="microsoft.graph.security.filePlanDescriptorBase" /><ComplexType Name="retentionDuration" Abstract="true" /><ComplexType Name="retentionDurationForever" BaseType="microsoft.graph.security.retentionDuration" /><ComplexType Name="retentionDurationInDays" BaseType="microsoft.graph.security.retentionDuration"><Property Name="days" Type="Edm.Int32" /></ComplexType><ComplexType Name="retentionEventStatus"><Property Name="error" Type="graph.publicError" /><Property Name="status" Type="microsoft.graph.security.eventStatusType" /></ComplexType><EntityType Name="filePlanDescriptorTemplate" BaseType="graph.entity"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="displayName" Type="Edm.String" /></EntityType><EntityType Name="authorityTemplate" BaseType="microsoft.graph.security.filePlanDescriptorTemplate" /><EntityType Name="categoryTemplate" BaseType="microsoft.graph.security.filePlanDescriptorTemplate"><NavigationProperty Name="subcategories" Type="Collection(microsoft.graph.security.subcategoryTemplate)" ContainsTarget="true" /></EntityType><EntityType Name="subcategoryTemplate" BaseType="microsoft.graph.security.filePlanDescriptorTemplate" /><EntityType Name="citationTemplate" BaseType="microsoft.graph.security.filePlanDescriptorTemplate"><Property Name="citationJurisdiction" Type="Edm.String" /><Property Name="citationUrl" Type="Edm.String" /></EntityType><EntityType Name="departmentTemplate" BaseType="microsoft.graph.security.filePlanDescriptorTemplate" /><EntityType Name="dispositionReviewStage"><Key><PropertyRef Name="stageNumber" /></Key><Property Name="name" Type="Edm.String" /><Property Name="reviewersEmailAddresses" Type="Collection(Edm.String)" /><Property Name="stageNumber" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="filePlanDescriptor" BaseType="graph.entity"><Property Name="authority" Type="microsoft.graph.security.filePlanAuthority" /><Property Name="category" Type="microsoft.graph.security.filePlanAppliedCategory" /><Property Name="citation" Type="microsoft.graph.security.filePlanCitation" /><Property Name="department" Type="microsoft.graph.security.filePlanDepartment" /><Property Name="filePlanReference" Type="microsoft.graph.security.filePlanReference" /><NavigationProperty Name="authorityTemplate" Type="microsoft.graph.security.authorityTemplate" /><NavigationProperty Name="categoryTemplate" Type="microsoft.graph.security.categoryTemplate" /><NavigationProperty Name="citationTemplate" Type="microsoft.graph.security.citationTemplate" /><NavigationProperty Name="departmentTemplate" Type="microsoft.graph.security.departmentTemplate" /><NavigationProperty Name="filePlanReferenceTemplate" Type="microsoft.graph.security.filePlanReferenceTemplate" /></EntityType><EntityType Name="filePlanReferenceTemplate" BaseType="microsoft.graph.security.filePlanDescriptorTemplate" /><EntityType Name="retentionLabel" BaseType="graph.entity"><Property Name="actionAfterRetentionPeriod" Type="microsoft.graph.security.actionAfterRetentionPeriod" /><Property Name="behaviorDuringRetentionPeriod" Type="microsoft.graph.security.behaviorDuringRetentionPeriod" /><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="defaultRecordBehavior" Type="microsoft.graph.security.defaultRecordBehavior" /><Property Name="descriptionForAdmins" Type="Edm.String" /><Property Name="descriptionForUsers" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="isInUse" Type="Edm.Boolean" /><Property Name="labelToBeApplied" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="retentionDuration" Type="microsoft.graph.security.retentionDuration" /><Property Name="retentionTrigger" Type="microsoft.graph.security.retentionTrigger" /><NavigationProperty Name="descriptors" Type="microsoft.graph.security.filePlanDescriptor" ContainsTarget="true" /><NavigationProperty Name="dispositionReviewStages" Type="Collection(microsoft.graph.security.dispositionReviewStage)" ContainsTarget="true" /><NavigationProperty Name="retentionEventType" Type="microsoft.graph.security.retentionEventType" /></EntityType><EntityType Name="retentionEvent" BaseType="graph.entity"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="eventPropagationResults" Type="Collection(microsoft.graph.security.eventPropagationResult)" /><Property Name="eventQueries" Type="Collection(microsoft.graph.security.eventQuery)" /><Property Name="eventStatus" Type="microsoft.graph.security.retentionEventStatus" /><Property Name="eventTriggerDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastStatusUpdateDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="retentionEventType" Type="microsoft.graph.security.retentionEventType" /></EntityType><EntityType Name="retentionEventType" BaseType="graph.entity"><Property Name="createdBy" Type="graph.identitySet" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="lastModifiedBy" Type="graph.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /></EntityType><ComplexType Name="autonomousSystem"><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="number" Type="Edm.Int32" Nullable="false" /><Property Name="organization" Type="Edm.String" Nullable="false" /><Property Name="value" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="cvssSummary"><Property Name="score" Type="Edm.Double" Nullable="false" /><Property Name="severity" Type="microsoft.graph.security.vulnerabilitySeverity" /><Property Name="vectorString" Type="Edm.String" /></ComplexType><ComplexType Name="formattedContent"><Property Name="content" Type="Edm.String" /><Property Name="format" Type="microsoft.graph.security.contentFormat" /></ComplexType><ComplexType Name="hostPortBanner"><Property Name="banner" Type="Edm.String" Nullable="false" /><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="scanProtocol" Type="Edm.String" /><Property Name="timesObserved" Type="Edm.Int32" /></ComplexType><ComplexType Name="hostPortComponent"><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="isRecent" Type="Edm.Boolean" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="component" Type="microsoft.graph.security.hostComponent" /></ComplexType><EntityType Name="artifact" BaseType="graph.entity" Abstract="true" /><EntityType Name="hostComponent" BaseType="microsoft.graph.security.artifact"><Property Name="category" Type="Edm.String" /><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="version" Type="Edm.String" /><NavigationProperty Name="host" Type="microsoft.graph.security.host" Nullable="false" /></EntityType><ComplexType Name="hostReputationRule"><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="relatedDetailsUrl" Type="Edm.String" /><Property Name="severity" Type="microsoft.graph.security.hostReputationRuleSeverity" Nullable="false" /></ComplexType><ComplexType Name="hostSslCertificatePort"><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="port" Type="Edm.Int32" /></ComplexType><ComplexType Name="hyperlink"><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="url" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="intelligenceProfileCountryOrRegionOfOrigin"><Property Name="code" Type="Edm.String" Nullable="false" /><Property Name="label" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="sslCertificateEntity"><Property Name="address" Type="graph.physicalAddress" /><Property Name="alternateNames" Type="Collection(Edm.String)" /><Property Name="commonName" Type="Edm.String" /><Property Name="email" Type="Edm.String" /><Property Name="givenName" Type="Edm.String" /><Property Name="organizationName" Type="Edm.String" /><Property Name="organizationUnitName" Type="Edm.String" /><Property Name="serialNumber" Type="Edm.String" /><Property Name="surname" Type="Edm.String" /></ComplexType><ComplexType Name="whoisContact"><Property Name="address" Type="graph.physicalAddress" /><Property Name="email" Type="Edm.String" /><Property Name="fax" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="organization" Type="Edm.String" /><Property Name="telephone" Type="Edm.String" /></ComplexType><ComplexType Name="whoisNameserver"><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="host" Type="microsoft.graph.security.host" Nullable="false" /></ComplexType><EntityType Name="host" BaseType="microsoft.graph.security.artifact" Abstract="true"><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="childHostPairs" Type="Collection(microsoft.graph.security.hostPair)" /><NavigationProperty Name="components" Type="Collection(microsoft.graph.security.hostComponent)" /><NavigationProperty Name="cookies" Type="Collection(microsoft.graph.security.hostCookie)" /><NavigationProperty Name="hostPairs" Type="Collection(microsoft.graph.security.hostPair)" /><NavigationProperty Name="parentHostPairs" Type="Collection(microsoft.graph.security.hostPair)" /><NavigationProperty Name="passiveDns" Type="Collection(microsoft.graph.security.passiveDnsRecord)" /><NavigationProperty Name="passiveDnsReverse" Type="Collection(microsoft.graph.security.passiveDnsRecord)" /><NavigationProperty Name="ports" Type="Collection(microsoft.graph.security.hostPort)" /><NavigationProperty Name="reputation" Type="microsoft.graph.security.hostReputation" ContainsTarget="true" /><NavigationProperty Name="sslCertificates" Type="Collection(microsoft.graph.security.hostSslCertificate)" /><NavigationProperty Name="subdomains" Type="Collection(microsoft.graph.security.subdomain)" /><NavigationProperty Name="trackers" Type="Collection(microsoft.graph.security.hostTracker)" /><NavigationProperty Name="whois" Type="microsoft.graph.security.whoisRecord" /></EntityType><EntityType Name="article" BaseType="graph.entity"><Property Name="body" Type="microsoft.graph.security.formattedContent" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="imageUrl" Type="Edm.String" /><Property Name="isFeatured" Type="Edm.Boolean" Nullable="false" /><Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="summary" Type="microsoft.graph.security.formattedContent" Nullable="false" /><Property Name="tags" Type="Collection(Edm.String)" /><Property Name="title" Type="Edm.String" Nullable="false" /><NavigationProperty Name="indicators" Type="Collection(microsoft.graph.security.articleIndicator)" /></EntityType><EntityType Name="indicator" BaseType="graph.entity" Abstract="true"><Property Name="source" Type="microsoft.graph.security.indicatorSource" Nullable="false" /><NavigationProperty Name="artifact" Type="microsoft.graph.security.artifact" Nullable="false" /></EntityType><EntityType Name="articleIndicator" BaseType="microsoft.graph.security.indicator" /><EntityType Name="hostPair" BaseType="graph.entity"><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="linkKind" Type="Edm.String" /><NavigationProperty Name="childHost" Type="microsoft.graph.security.host" Nullable="false" /><NavigationProperty Name="parentHost" Type="microsoft.graph.security.host" Nullable="false" /></EntityType><EntityType Name="hostCookie" BaseType="microsoft.graph.security.artifact"><Property Name="domain" Type="Edm.String" Nullable="false" /><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="name" Type="Edm.String" Nullable="false" /><NavigationProperty Name="host" Type="microsoft.graph.security.host" Nullable="false" /></EntityType><EntityType Name="passiveDnsRecord" BaseType="microsoft.graph.security.artifact"><Property Name="collectedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="recordType" Type="Edm.String" Nullable="false" /><NavigationProperty Name="artifact" Type="microsoft.graph.security.artifact" Nullable="false" /><NavigationProperty Name="parentHost" Type="microsoft.graph.security.host" Nullable="false" /></EntityType><EntityType Name="hostPort" BaseType="graph.entity"><Property Name="banners" Type="Collection(microsoft.graph.security.hostPortBanner)" /><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastScanDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="port" Type="Edm.Int32" Nullable="false" /><Property Name="protocol" Type="microsoft.graph.security.hostPortProtocol" /><Property Name="services" Type="Collection(microsoft.graph.security.hostPortComponent)" /><Property Name="status" Type="microsoft.graph.security.hostPortStatus" /><Property Name="timesObserved" Type="Edm.Int32" /><NavigationProperty Name="host" Type="microsoft.graph.security.host" Nullable="false" /><NavigationProperty Name="mostRecentSslCertificate" Type="microsoft.graph.security.sslCertificate" /></EntityType><EntityType Name="hostReputation" BaseType="graph.entity"><Property Name="classification" Type="microsoft.graph.security.hostReputationClassification" Nullable="false" /><Property Name="rules" Type="Collection(microsoft.graph.security.hostReputationRule)" /><Property Name="score" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="hostSslCertificate" BaseType="microsoft.graph.security.artifact"><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="ports" Type="Collection(microsoft.graph.security.hostSslCertificatePort)" /><NavigationProperty Name="host" Type="microsoft.graph.security.host" /><NavigationProperty Name="sslCertificate" Type="microsoft.graph.security.sslCertificate" /></EntityType><EntityType Name="subdomain" BaseType="graph.entity"><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="host" Type="microsoft.graph.security.host" Nullable="false" /></EntityType><EntityType Name="hostTracker" BaseType="microsoft.graph.security.artifact"><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="kind" Type="Edm.String" Nullable="false" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="value" Type="Edm.String" Nullable="false" /><NavigationProperty Name="host" Type="microsoft.graph.security.host" Nullable="false" /></EntityType><EntityType Name="whoisBaseRecord" BaseType="graph.entity" Abstract="true"><Property Name="abuse" Type="microsoft.graph.security.whoisContact" /><Property Name="admin" Type="microsoft.graph.security.whoisContact" /><Property Name="billing" Type="microsoft.graph.security.whoisContact" /><Property Name="domainStatus" Type="Edm.String" /><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" /><Property Name="nameservers" Type="Collection(microsoft.graph.security.whoisNameserver)" /><Property Name="noc" Type="microsoft.graph.security.whoisContact" /><Property Name="rawWhoisText" Type="Edm.String" /><Property Name="registrant" Type="microsoft.graph.security.whoisContact" /><Property Name="registrar" Type="microsoft.graph.security.whoisContact" /><Property Name="registrationDateTime" Type="Edm.DateTimeOffset" /><Property Name="technical" Type="microsoft.graph.security.whoisContact" /><Property Name="whoisServer" Type="Edm.String" /><Property Name="zone" Type="microsoft.graph.security.whoisContact" /><NavigationProperty Name="host" Type="microsoft.graph.security.host" Nullable="false" /></EntityType><EntityType Name="whoisRecord" BaseType="microsoft.graph.security.whoisBaseRecord"><NavigationProperty Name="history" Type="Collection(microsoft.graph.security.whoisHistoryRecord)" /></EntityType><EntityType Name="hostname" BaseType="microsoft.graph.security.host"><Property Name="registrant" Type="Edm.String" /><Property Name="registrar" Type="Edm.String" /></EntityType><EntityType Name="sslCertificate" BaseType="microsoft.graph.security.artifact"><Property Name="expirationDateTime" Type="Edm.DateTimeOffset" /><Property Name="fingerprint" Type="Edm.String" /><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="issueDateTime" Type="Edm.DateTimeOffset" /><Property Name="issuer" Type="microsoft.graph.security.sslCertificateEntity" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" /><Property Name="serialNumber" Type="Edm.String" /><Property Name="sha1" Type="Edm.String" /><Property Name="subject" Type="microsoft.graph.security.sslCertificateEntity" /><NavigationProperty Name="relatedHosts" Type="Collection(microsoft.graph.security.host)" /></EntityType><EntityType Name="intelligenceProfile" BaseType="graph.entity"><Property Name="aliases" Type="Collection(Edm.String)" /><Property Name="countriesOrRegionsOfOrigin" Type="Collection(microsoft.graph.security.intelligenceProfileCountryOrRegionOfOrigin)" /><Property Name="description" Type="microsoft.graph.security.formattedContent" Nullable="false" /><Property Name="firstActiveDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="kind" Type="microsoft.graph.security.intelligenceProfileKind" Nullable="false" /><Property Name="summary" Type="microsoft.graph.security.formattedContent" Nullable="false" /><Property Name="targets" Type="Collection(Edm.String)" /><Property Name="title" Type="Edm.String" Nullable="false" /><Property Name="tradecraft" Type="microsoft.graph.security.formattedContent" /><NavigationProperty Name="indicators" Type="Collection(microsoft.graph.security.intelligenceProfileIndicator)" /></EntityType><EntityType Name="intelligenceProfileIndicator" BaseType="microsoft.graph.security.indicator"><Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="ipAddress" BaseType="microsoft.graph.security.host"><Property Name="autonomousSystem" Type="microsoft.graph.security.autonomousSystem" /><Property Name="countryOrRegion" Type="Edm.String" /><Property Name="hostingProvider" Type="Edm.String" /><Property Name="netblock" Type="Edm.String" /></EntityType><EntityType Name="vulnerability" BaseType="graph.entity"><Property Name="activeExploitsObserved" Type="Edm.Boolean" Nullable="false" /><Property Name="commonWeaknessEnumerationIds" Type="Collection(Edm.String)" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="cvss2Summary" Type="microsoft.graph.security.cvssSummary" Nullable="false" /><Property Name="cvss3Summary" Type="microsoft.graph.security.cvssSummary" Nullable="false" /><Property Name="description" Type="microsoft.graph.security.formattedContent" Nullable="false" /><Property Name="exploits" Type="Collection(microsoft.graph.security.hyperlink)" /><Property Name="exploitsAvailable" Type="Edm.Boolean" Nullable="false" /><Property Name="hasChatter" Type="Edm.Boolean" Nullable="false" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="priorityScore" Type="Edm.Int32" Nullable="false" /><Property Name="publishedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="references" Type="Collection(microsoft.graph.security.hyperlink)" /><Property Name="remediation" Type="microsoft.graph.security.formattedContent" /><Property Name="severity" Type="microsoft.graph.security.vulnerabilitySeverity" Nullable="false" /><NavigationProperty Name="articles" Type="Collection(microsoft.graph.security.article)" /><NavigationProperty Name="components" Type="Collection(microsoft.graph.security.vulnerabilityComponent)" ContainsTarget="true" /></EntityType><EntityType Name="whoisHistoryRecord" BaseType="microsoft.graph.security.whoisBaseRecord" /><EntityType Name="unclassifiedArtifact" BaseType="microsoft.graph.security.artifact"><Property Name="kind" Type="Edm.String" Nullable="false" /><Property Name="value" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="vulnerabilityComponent" BaseType="graph.entity"><Property Name="name" Type="Edm.String" Nullable="false" /></EntityType><Action Name="activate" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryCustodian" /></Action><Action Name="activate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.sensorCandidate)" /><Parameter Name="serverIds" Type="Collection(Edm.String)" Unicode="false" /></Action><Action Name="applyHold" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryCustodian" /></Action><Action Name="applyHold" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.ediscoveryCustodian)" /><Parameter Name="ids" Type="Collection(Edm.String)" Unicode="false" /></Action><Action Name="applyHold" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.ediscoveryNoncustodialDataSource)" /><Parameter Name="ids" Type="Collection(Edm.String)" Unicode="false" /></Action><Action Name="applyHold" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryNoncustodialDataSource" /></Action><Action Name="release" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryCustodian" /></Action><Action Name="release" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryNoncustodialDataSource" /></Action><Action Name="removeHold" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryCustodian" /></Action><Action Name="removeHold" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.ediscoveryCustodian)" /><Parameter Name="ids" Type="Collection(Edm.String)" Unicode="false" /></Action><Action Name="removeHold" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.ediscoveryNoncustodialDataSource)" /><Parameter Name="ids" Type="Collection(Edm.String)" Unicode="false" /></Action><Action Name="removeHold" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryNoncustodialDataSource" /></Action><Action Name="updateIndex" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryCustodian" /></Action><Action Name="updateIndex" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryNoncustodialDataSource" /></Action><Action Name="addToReviewSet" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryReviewSet" /><Parameter Name="search" Type="microsoft.graph.security.ediscoverySearch" /><Parameter Name="additionalDataOptions" Type="microsoft.graph.security.additionalDataOptions" /><Parameter Name="itemsToInclude" Type="microsoft.graph.security.itemsToInclude" /><Parameter Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" /><Parameter Name="documentVersion" Type="microsoft.graph.security.documentVersion" /></Action><Action Name="export" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryReviewSet" /><Parameter Name="outputName" Type="Edm.String" Unicode="false" /><Parameter Name="description" Type="Edm.String" Unicode="false" /><Parameter Name="exportOptions" Type="microsoft.graph.security.exportOptions" /><Parameter Name="exportStructure" Type="microsoft.graph.security.exportFileStructure" /></Action><Action Name="export" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryReviewSetQuery" /><Parameter Name="outputName" Type="Edm.String" Unicode="false" /><Parameter Name="description" Type="Edm.String" Unicode="false" /><Parameter Name="exportOptions" Type="microsoft.graph.security.exportOptions" /><Parameter Name="exportStructure" Type="microsoft.graph.security.exportFileStructure" /></Action><Action Name="applyTags" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryReviewSetQuery" /><Parameter Name="tagsToAdd" Type="Collection(microsoft.graph.security.ediscoveryReviewTag)" /><Parameter Name="tagsToRemove" Type="Collection(microsoft.graph.security.ediscoveryReviewTag)" /></Action><Action Name="close" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryCase" /></Action><Action Name="reopen" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryCase" /></Action><Action Name="estimateStatistics" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch" /><Parameter Name="statisticsOptions" Type="microsoft.graph.security.statisticsOptions" /></Action><Action Name="exportReport" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch" /><Parameter Name="displayName" Type="Edm.String" Unicode="false" /><Parameter Name="description" Type="Edm.String" Unicode="false" /><Parameter Name="exportCriteria" Type="microsoft.graph.security.exportCriteria" /><Parameter Name="exportLocation" Type="microsoft.graph.security.exportLocation" /><Parameter Name="additionalOptions" Type="microsoft.graph.security.additionalOptions" /><Parameter Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" /><Parameter Name="documentVersion" Type="microsoft.graph.security.documentVersion" /></Action><Action Name="exportResult" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch" /><Parameter Name="displayName" Type="Edm.String" Unicode="false" /><Parameter Name="description" Type="Edm.String" Unicode="false" /><Parameter Name="exportCriteria" Type="microsoft.graph.security.exportCriteria" /><Parameter Name="exportLocation" Type="microsoft.graph.security.exportLocation" /><Parameter Name="additionalOptions" Type="microsoft.graph.security.additionalOptions" /><Parameter Name="exportFormat" Type="microsoft.graph.security.exportFormat" /><Parameter Name="exportSingleItems" Type="Edm.Boolean" /><Parameter Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" /><Parameter Name="documentVersion" Type="microsoft.graph.security.documentVersion" /></Action><Action Name="purgeData" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch" /><Parameter Name="purgeType" Type="microsoft.graph.security.purgeType"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="purgeAreas" Type="microsoft.graph.security.purgeAreas"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter></Action><Action Name="resetToDefault" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryCaseSettings" /></Action><Function Name="asHierarchy" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.ediscoveryReviewTag)" /><ReturnType Type="Collection(microsoft.graph.security.ediscoveryReviewTag)" /></Function><Action Name="invokeAction" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.security.identityAccounts" /><Parameter Name="accountId" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="action" Type="microsoft.graph.security.action" Nullable="false" /><Parameter Name="identityProvider" Type="microsoft.graph.security.identityProvider" Nullable="false" /><ReturnType Type="microsoft.graph.security.invokeActionResult" /></Action><Action Name="regenerateDeploymentAccessKey" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.sensor)" /><ReturnType Type="microsoft.graph.security.deploymentAccessKeyType" /></Action><Function Name="getDeploymentAccessKey" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.sensor)" /><ReturnType Type="microsoft.graph.security.deploymentAccessKeyType" /></Function><Function Name="getDeploymentPackageUri" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.sensor)" /><ReturnType Type="microsoft.graph.security.sensorDeploymentPackage" /></Function><Action Name="runHuntingQuery" IsBound="true"><Parameter Name="bindingParameter" Type="graph.security" /><Parameter Name="query" Type="Edm.String" Unicode="false" /><Parameter Name="timespan" Type="Edm.String" Unicode="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="microsoft.graph.security.huntingQueryResults" /></Action></Schema><Schema Namespace="microsoft.graph.termStore" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="relationType"><Member Name="pin" Value="0" /><Member Name="reuse" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="termGroupScope"><Member Name="global" Value="0" /><Member Name="system" Value="1" /><Member Name="siteCollection" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EntityType Name="store" BaseType="graph.entity"><Property Name="defaultLanguageTag" Type="Edm.String" Nullable="false" /><Property Name="languageTags" Type="Collection(Edm.String)" Nullable="false" /><NavigationProperty Name="groups" Type="Collection(microsoft.graph.termStore.group)" ContainsTarget="true" /><NavigationProperty Name="sets" Type="Collection(microsoft.graph.termStore.set)" ContainsTarget="true" /></EntityType><ComplexType Name="localizedDescription"><Property Name="description" Type="Edm.String" /><Property Name="languageTag" Type="Edm.String" /></ComplexType><ComplexType Name="localizedLabel"><Property Name="isDefault" Type="Edm.Boolean" /><Property Name="languageTag" Type="Edm.String" /><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="localizedName"><Property Name="languageTag" Type="Edm.String" /><Property Name="name" Type="Edm.String" /></ComplexType><EntityType Name="group" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="parentSiteId" Type="Edm.String" /><Property Name="scope" Type="microsoft.graph.termStore.termGroupScope" /><NavigationProperty Name="sets" Type="Collection(microsoft.graph.termStore.set)" ContainsTarget="true" /></EntityType><EntityType Name="set" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="description" Type="Edm.String" /><Property Name="localizedNames" Type="Collection(microsoft.graph.termStore.localizedName)" /><Property Name="properties" Type="Collection(graph.keyValue)" /><NavigationProperty Name="children" Type="Collection(microsoft.graph.termStore.term)" ContainsTarget="true" /><NavigationProperty Name="parentGroup" Type="microsoft.graph.termStore.group" Nullable="false" ContainsTarget="true" /><NavigationProperty Name="relations" Type="Collection(microsoft.graph.termStore.relation)" ContainsTarget="true" /><NavigationProperty Name="terms" Type="Collection(microsoft.graph.termStore.term)" ContainsTarget="true" /></EntityType><EntityType Name="relation" BaseType="graph.entity"><Property Name="relationship" Type="microsoft.graph.termStore.relationType" /><NavigationProperty Name="fromTerm" Type="microsoft.graph.termStore.term" /><NavigationProperty Name="set" Type="microsoft.graph.termStore.set" /><NavigationProperty Name="toTerm" Type="microsoft.graph.termStore.term" /></EntityType><EntityType Name="term" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" /><Property Name="descriptions" Type="Collection(microsoft.graph.termStore.localizedDescription)" /><Property Name="labels" Type="Collection(microsoft.graph.termStore.localizedLabel)" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="properties" Type="Collection(graph.keyValue)" /><NavigationProperty Name="children" Type="Collection(microsoft.graph.termStore.term)" ContainsTarget="true" /><NavigationProperty Name="relations" Type="Collection(microsoft.graph.termStore.relation)" ContainsTarget="true" /><NavigationProperty Name="set" Type="microsoft.graph.termStore.set" /></EntityType></Schema><Schema Namespace="microsoft.graph.callRecords" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="audioCodec"><Member Name="unknown" Value="0" /><Member Name="invalid" Value="1" /><Member Name="cn" Value="2" /><Member Name="pcma" Value="3" /><Member Name="pcmu" Value="4" /><Member Name="amrWide" Value="5" /><Member Name="g722" Value="6" /><Member Name="g7221" Value="7" /><Member Name="g7221c" Value="8" /><Member Name="g729" Value="9" /><Member Name="multiChannelAudio" Value="10" /><Member Name="muchv2" Value="11" /><Member Name="opus" Value="12" /><Member Name="satin" Value="13" /><Member Name="satinFullband" Value="14" /><Member Name="rtAudio8" Value="15" /><Member Name="rtAudio16" Value="16" /><Member Name="silk" Value="17" /><Member Name="silkNarrow" Value="18" /><Member Name="silkWide" Value="19" /><Member Name="siren" Value="20" /><Member Name="xmsRta" Value="21" /><Member Name="unknownFutureValue" Value="22" /></EnumType><EnumType Name="callType"><Member Name="unknown" Value="0" /><Member Name="groupCall" Value="1" /><Member Name="peerToPeer" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="clientPlatform"><Member Name="unknown" Value="0" /><Member Name="windows" Value="1" /><Member Name="macOS" Value="2" /><Member Name="iOS" Value="3" /><Member Name="android" Value="4" /><Member Name="web" Value="5" /><Member Name="ipPhone" Value="6" /><Member Name="roomSystem" Value="7" /><Member Name="surfaceHub" Value="8" /><Member Name="holoLens" Value="9" /><Member Name="unknownFutureValue" Value="10" /></EnumType><EnumType Name="failureStage"><Member Name="unknown" Value="0" /><Member Name="callSetup" Value="1" /><Member Name="midcall" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="mediaStreamDirection"><Member Name="callerToCallee" Value="0" /><Member Name="calleeToCaller" Value="1" /></EnumType><EnumType Name="modality"><Member Name="audio" Value="0" /><Member Name="video" Value="1" /><Member Name="videoBasedScreenSharing" Value="2" /><Member Name="data" Value="3" /><Member Name="screenSharing" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="networkConnectionType"><Member Name="unknown" Value="0" /><Member Name="wired" Value="1" /><Member Name="wifi" Value="2" /><Member Name="mobile" Value="3" /><Member Name="tunnel" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="networkTransportProtocol"><Member Name="unknown" Value="0" /><Member Name="udp" Value="1" /><Member Name="tcp" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="productFamily"><Member Name="unknown" Value="0" /><Member Name="teams" Value="1" /><Member Name="skypeForBusiness" Value="2" /><Member Name="lync" Value="3" /><Member Name="unknownFutureValue" Value="4" /><Member Name="azureCommunicationServices" Value="5" /></EnumType><EnumType Name="pstnCallDurationSource"><Member Name="microsoft" Value="0" /><Member Name="operator" Value="1" /></EnumType><EnumType Name="serviceRole"><Member Name="unknown" Value="0" /><Member Name="customBot" Value="1" /><Member Name="skypeForBusinessMicrosoftTeamsGateway" Value="2" /><Member Name="skypeForBusinessAudioVideoMcu" Value="3" /><Member Name="skypeForBusinessApplicationSharingMcu" Value="4" /><Member Name="skypeForBusinessCallQueues" Value="5" /><Member Name="skypeForBusinessAutoAttendant" Value="6" /><Member Name="mediationServer" Value="7" /><Member Name="mediationServerCloudConnectorEdition" Value="8" /><Member Name="exchangeUnifiedMessagingService" Value="9" /><Member Name="mediaController" Value="10" /><Member Name="conferencingAnnouncementService" Value="11" /><Member Name="conferencingAttendant" Value="12" /><Member Name="audioTeleconferencerController" Value="13" /><Member Name="skypeForBusinessUnifiedCommunicationApplicationPlatform" Value="14" /><Member Name="responseGroupServiceAnnouncementService" Value="15" /><Member Name="gateway" Value="16" /><Member Name="skypeTranslator" Value="17" /><Member Name="skypeForBusinessAttendant" Value="18" /><Member Name="responseGroupService" Value="19" /><Member Name="voicemail" Value="20" /><Member Name="unknownFutureValue" Value="21" /></EnumType><EnumType Name="userFeedbackRating"><Member Name="notRated" Value="0" /><Member Name="bad" Value="1" /><Member Name="poor" Value="2" /><Member Name="fair" Value="3" /><Member Name="good" Value="4" /><Member Name="excellent" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="videoCodec"><Member Name="unknown" Value="0" /><Member Name="invalid" Value="1" /><Member Name="av1" Value="2" /><Member Name="h263" Value="3" /><Member Name="h264" Value="4" /><Member Name="h264s" Value="5" /><Member Name="h264uc" Value="6" /><Member Name="h265" Value="7" /><Member Name="rtvc1" Value="8" /><Member Name="rtVideo" Value="9" /><Member Name="xrtvc1" Value="10" /><Member Name="unknownFutureValue" Value="11" /></EnumType><EnumType Name="wifiBand"><Member Name="unknown" Value="0" /><Member Name="frequency24GHz" Value="1" /><Member Name="frequency50GHz" Value="2" /><Member Name="frequency60GHz" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="wifiRadioType"><Member Name="unknown" Value="0" /><Member Name="wifi80211a" Value="1" /><Member Name="wifi80211b" Value="2" /><Member Name="wifi80211g" Value="3" /><Member Name="wifi80211n" Value="4" /><Member Name="wifi80211ac" Value="5" /><Member Name="wifi80211ax" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EntityType Name="callRecord" BaseType="graph.entity"><Property Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="joinWebUrl" Type="Edm.String" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="modalities" Type="Collection(microsoft.graph.callRecords.modality)" Nullable="false" /><Property Name="organizer" Type="graph.identitySet" /><Property Name="participants" Type="Collection(graph.identitySet)" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="type" Type="microsoft.graph.callRecords.callType" Nullable="false" /><Property Name="version" Type="Edm.Int64" Nullable="false" /><NavigationProperty Name="organizer_v2" Type="microsoft.graph.callRecords.organizer" ContainsTarget="true" /><NavigationProperty Name="participants_v2" Type="Collection(microsoft.graph.callRecords.participant)" ContainsTarget="true" /><NavigationProperty Name="sessions" Type="Collection(microsoft.graph.callRecords.session)" ContainsTarget="true" /></EntityType><ComplexType Name="administrativeUnitInfo"><Property Name="id" Type="Edm.String" /></ComplexType><ComplexType Name="userAgent" Abstract="true"><Property Name="applicationVersion" Type="Edm.String" /><Property Name="headerValue" Type="Edm.String" /></ComplexType><ComplexType Name="clientUserAgent" BaseType="microsoft.graph.callRecords.userAgent"><Property Name="azureADAppId" Type="Edm.String" /><Property Name="communicationServiceId" Type="Edm.String" /><Property Name="platform" Type="microsoft.graph.callRecords.clientPlatform" Nullable="false" /><Property Name="productFamily" Type="microsoft.graph.callRecords.productFamily" Nullable="false" /></ComplexType><ComplexType Name="deviceInfo"><Property Name="captureDeviceDriver" Type="Edm.String" /><Property Name="captureDeviceName" Type="Edm.String" /><Property Name="captureNotFunctioningEventRatio" Type="Edm.Single" /><Property Name="cpuInsufficentEventRatio" Type="Edm.Single" /><Property Name="deviceClippingEventRatio" Type="Edm.Single" /><Property Name="deviceGlitchEventRatio" Type="Edm.Single" /><Property Name="howlingEventCount" Type="Edm.Int32" /><Property Name="initialSignalLevelRootMeanSquare" Type="Edm.Single" /><Property Name="lowSpeechLevelEventRatio" Type="Edm.Single" /><Property Name="lowSpeechToNoiseEventRatio" Type="Edm.Single" /><Property Name="micGlitchRate" Type="Edm.Single" /><Property Name="receivedNoiseLevel" Type="Edm.Int32" /><Property Name="receivedSignalLevel" Type="Edm.Int32" /><Property Name="renderDeviceDriver" Type="Edm.String" /><Property Name="renderDeviceName" Type="Edm.String" /><Property Name="renderMuteEventRatio" Type="Edm.Single" /><Property Name="renderNotFunctioningEventRatio" Type="Edm.Single" /><Property Name="renderZeroVolumeEventRatio" Type="Edm.Single" /><Property Name="sentNoiseLevel" Type="Edm.Int32" /><Property Name="sentSignalLevel" Type="Edm.Int32" /><Property Name="speakerGlitchRate" Type="Edm.Single" /></ComplexType><ComplexType Name="directRoutingLogRow"><Property Name="calleeNumber" Type="Edm.String" /><Property Name="callEndSubReason" Type="Edm.Int32" /><Property Name="callerNumber" Type="Edm.String" /><Property Name="callType" Type="Edm.String" /><Property Name="correlationId" Type="Edm.String" /><Property Name="duration" Type="Edm.Int32" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="failureDateTime" Type="Edm.DateTimeOffset" /><Property Name="finalSipCode" Type="Edm.Int32" /><Property Name="finalSipCodePhrase" Type="Edm.String" /><Property Name="id" Type="Edm.String" /><Property Name="inviteDateTime" Type="Edm.DateTimeOffset" /><Property Name="mediaBypassEnabled" Type="Edm.Boolean" /><Property Name="mediaPathLocation" Type="Edm.String" /><Property Name="signalingLocation" Type="Edm.String" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="successfulCall" Type="Edm.Boolean" /><Property Name="trunkFullyQualifiedDomainName" Type="Edm.String" /><Property Name="userDisplayName" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></ComplexType><ComplexType Name="endpoint"><Property Name="userAgent" Type="microsoft.graph.callRecords.userAgent" /></ComplexType><ComplexType Name="failureInfo"><Property Name="reason" Type="Edm.String" /><Property Name="stage" Type="microsoft.graph.callRecords.failureStage" Nullable="false" /></ComplexType><ComplexType Name="feedbackTokenSet" OpenType="true" /><ComplexType Name="media"><Property Name="calleeDevice" Type="microsoft.graph.callRecords.deviceInfo" /><Property Name="calleeNetwork" Type="microsoft.graph.callRecords.networkInfo" /><Property Name="callerDevice" Type="microsoft.graph.callRecords.deviceInfo" /><Property Name="callerNetwork" Type="microsoft.graph.callRecords.networkInfo" /><Property Name="label" Type="Edm.String" /><Property Name="streams" Type="Collection(microsoft.graph.callRecords.mediaStream)" /></ComplexType><ComplexType Name="networkInfo"><Property Name="bandwidthLowEventRatio" Type="Edm.Single" /><Property Name="basicServiceSetIdentifier" Type="Edm.String" /><Property Name="connectionType" Type="microsoft.graph.callRecords.networkConnectionType" Nullable="false" /><Property Name="delayEventRatio" Type="Edm.Single" /><Property Name="dnsSuffix" Type="Edm.String" /><Property Name="ipAddress" Type="Edm.String" /><Property Name="linkSpeed" Type="Edm.Int64" /><Property Name="macAddress" Type="Edm.String" /><Property Name="networkTransportProtocol" Type="microsoft.graph.callRecords.networkTransportProtocol" Nullable="false" /><Property Name="port" Type="Edm.Int32" /><Property Name="receivedQualityEventRatio" Type="Edm.Single" /><Property Name="reflexiveIPAddress" Type="Edm.String" /><Property Name="relayIPAddress" Type="Edm.String" /><Property Name="relayPort" Type="Edm.Int32" /><Property Name="sentQualityEventRatio" Type="Edm.Single" /><Property Name="subnet" Type="Edm.String" /><Property Name="traceRouteHops" Type="Collection(microsoft.graph.callRecords.traceRouteHop)" Nullable="false" /><Property Name="wifiBand" Type="microsoft.graph.callRecords.wifiBand" Nullable="false" /><Property Name="wifiBatteryCharge" Type="Edm.Int32" /><Property Name="wifiChannel" Type="Edm.Int32" /><Property Name="wifiMicrosoftDriver" Type="Edm.String" /><Property Name="wifiMicrosoftDriverVersion" Type="Edm.String" /><Property Name="wifiRadioType" Type="microsoft.graph.callRecords.wifiRadioType" Nullable="false" /><Property Name="wifiSignalStrength" Type="Edm.Int32" /><Property Name="wifiVendorDriver" Type="Edm.String" /><Property Name="wifiVendorDriverVersion" Type="Edm.String" /></ComplexType><ComplexType Name="mediaStream"><Property Name="audioCodec" Type="microsoft.graph.callRecords.audioCodec" /><Property Name="averageAudioDegradation" Type="Edm.Single" /><Property Name="averageAudioNetworkJitter" Type="Edm.Duration" /><Property Name="averageBandwidthEstimate" Type="Edm.Int64" /><Property Name="averageFreezeDuration" Type="Edm.Duration" /><Property Name="averageJitter" Type="Edm.Duration" /><Property Name="averagePacketLossRate" Type="Edm.Single" /><Property Name="averageRatioOfConcealedSamples" Type="Edm.Single" /><Property Name="averageReceivedFrameRate" Type="Edm.Single" /><Property Name="averageRoundTripTime" Type="Edm.Duration" /><Property Name="averageVideoFrameLossPercentage" Type="Edm.Single" /><Property Name="averageVideoFrameRate" Type="Edm.Single" /><Property Name="averageVideoPacketLossRate" Type="Edm.Single" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="isAudioForwardErrorCorrectionUsed" Type="Edm.Boolean" /><Property Name="lowFrameRateRatio" Type="Edm.Single" /><Property Name="lowVideoProcessingCapabilityRatio" Type="Edm.Single" /><Property Name="maxAudioNetworkJitter" Type="Edm.Duration" /><Property Name="maxJitter" Type="Edm.Duration" /><Property Name="maxPacketLossRate" Type="Edm.Single" /><Property Name="maxRatioOfConcealedSamples" Type="Edm.Single" /><Property Name="maxRoundTripTime" Type="Edm.Duration" /><Property Name="packetUtilization" Type="Edm.Int64" /><Property Name="postForwardErrorCorrectionPacketLossRate" Type="Edm.Single" /><Property Name="rmsFreezeDuration" Type="Edm.Duration" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="streamDirection" Type="microsoft.graph.callRecords.mediaStreamDirection" Nullable="false" /><Property Name="streamId" Type="Edm.String" /><Property Name="videoCodec" Type="microsoft.graph.callRecords.videoCodec" /><Property Name="wasMediaBypassed" Type="Edm.Boolean" /></ComplexType><ComplexType Name="traceRouteHop"><Property Name="hopCount" Type="Edm.Int32" /><Property Name="ipAddress" Type="Edm.String" /><Property Name="roundTripTime" Type="Edm.Duration" /></ComplexType><ComplexType Name="participantEndpoint" BaseType="microsoft.graph.callRecords.endpoint"><Property Name="associatedIdentity" Type="graph.identity" /><Property Name="cpuCoresCount" Type="Edm.Int32" /><Property Name="cpuName" Type="Edm.String" /><Property Name="cpuProcessorSpeedInMhz" Type="Edm.Int32" /><Property Name="feedback" Type="microsoft.graph.callRecords.userFeedback" /><Property Name="identity" Type="graph.identitySet" /><Property Name="name" Type="Edm.String" /></ComplexType><ComplexType Name="userFeedback"><Property Name="rating" Type="microsoft.graph.callRecords.userFeedbackRating" Nullable="false" /><Property Name="text" Type="Edm.String" /><Property Name="tokens" Type="microsoft.graph.callRecords.feedbackTokenSet" /></ComplexType><ComplexType Name="pstnCallLogRow"><Property Name="callDurationSource" Type="microsoft.graph.callRecords.pstnCallDurationSource" /><Property Name="calleeNumber" Type="Edm.String" /><Property Name="callerNumber" Type="Edm.String" /><Property Name="callId" Type="Edm.String" /><Property Name="callType" Type="Edm.String" /><Property Name="charge" Type="Edm.Decimal" Scale="variable" /><Property Name="conferenceId" Type="Edm.String" /><Property Name="connectionCharge" Type="Edm.Decimal" Scale="variable" /><Property Name="currency" Type="Edm.String" /><Property Name="destinationContext" Type="Edm.String" /><Property Name="destinationName" Type="Edm.String" /><Property Name="duration" Type="Edm.Int32" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" /><Property Name="id" Type="Edm.String" /><Property Name="inventoryType" Type="Edm.String" /><Property Name="licenseCapability" Type="Edm.String" /><Property Name="operator" Type="Edm.String" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" /><Property Name="tenantCountryCode" Type="Edm.String" /><Property Name="usageCountryCode" Type="Edm.String" /><Property Name="userDisplayName" Type="Edm.String" /><Property Name="userId" Type="Edm.String" /><Property Name="userPrincipalName" Type="Edm.String" /></ComplexType><ComplexType Name="serviceEndpoint" BaseType="microsoft.graph.callRecords.endpoint" /><ComplexType Name="serviceUserAgent" BaseType="microsoft.graph.callRecords.userAgent"><Property Name="role" Type="microsoft.graph.callRecords.serviceRole" Nullable="false" /></ComplexType><ComplexType Name="userIdentity" BaseType="graph.identity" OpenType="true"><Property Name="userPrincipalName" Type="Edm.String" /></ComplexType><EntityType Name="participantBase" BaseType="graph.entity" Abstract="true"><Property Name="administrativeUnitInfos" Type="Collection(microsoft.graph.callRecords.administrativeUnitInfo)" /><Property Name="identity" Type="graph.communicationsIdentitySet" /></EntityType><EntityType Name="organizer" BaseType="microsoft.graph.callRecords.participantBase" /><EntityType Name="participant" BaseType="microsoft.graph.callRecords.participantBase" /><EntityType Name="session" BaseType="graph.entity"><Property Name="callee" Type="microsoft.graph.callRecords.endpoint" /><Property Name="caller" Type="microsoft.graph.callRecords.endpoint" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="failureInfo" Type="microsoft.graph.callRecords.failureInfo" /><Property Name="isTest" Type="Edm.Boolean" /><Property Name="modalities" Type="Collection(microsoft.graph.callRecords.modality)" Nullable="false" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="segments" Type="Collection(microsoft.graph.callRecords.segment)" ContainsTarget="true" /></EntityType><EntityType Name="segment" BaseType="graph.entity"><Property Name="callee" Type="microsoft.graph.callRecords.endpoint" /><Property Name="caller" Type="microsoft.graph.callRecords.endpoint" /><Property Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="failureInfo" Type="microsoft.graph.callRecords.failureInfo" /><Property Name="media" Type="Collection(microsoft.graph.callRecords.media)" /><Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><Function Name="getDirectRoutingCalls" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(microsoft.graph.callRecords.callRecord)" /><Parameter Name="fromDateTime" Type="Edm.DateTimeOffset" /><Parameter Name="toDateTime" Type="Edm.DateTimeOffset" /><ReturnType Type="Collection(microsoft.graph.callRecords.directRoutingLogRow)" /></Function><Function Name="getPstnCalls" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(microsoft.graph.callRecords.callRecord)" /><Parameter Name="fromDateTime" Type="Edm.DateTimeOffset" /><Parameter Name="toDateTime" Type="Edm.DateTimeOffset" /><ReturnType Type="Collection(microsoft.graph.callRecords.pstnCallLogRow)" /></Function></Schema><Schema Namespace="microsoft.graph.teamsAdministration" Alias="teamsAdministration" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="accountType"><Member Name="user" Value="0" /><Member Name="resourceAccount" Value="1" /><Member Name="guest" Value="2" /><Member Name="sfbOnPremUser" Value="3" /><Member Name="unknown" Value="4" /><Member Name="unknownFutureValue" Value="5" /><Member Name="ineligibleUser" Value="6" /></EnumType><EnumType Name="assignmentCategory"><Member Name="primary" Value="0" /><Member Name="private" Value="1" /><Member Name="alternate" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="assignmentType"><Member Name="direct" Value="0" /><Member Name="group" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="activationState"><Member Name="activated" Value="0" /><Member Name="assignmentPending" Value="1" /><Member Name="assignmentFailed" Value="2" /><Member Name="updatePending" Value="3" /><Member Name="updateFailed" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="assignmentStatus"><Member Name="unassigned" Value="0" /><Member Name="internalError" Value="1" /><Member Name="userAssigned" Value="2" /><Member Name="conferenceAssigned" Value="3" /><Member Name="voiceApplicationAssigned" Value="4" /><Member Name="thirdPartyAppAssigned" Value="5" /><Member Name="policyAssigned" Value="6" /><Member Name="unknownFutureValue" Value="7" /></EnumType><EnumType Name="customerAction"><Member Name="locationUpdate" Value="0" /><Member Name="release" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="numberCapability"><Member Name="conferenceAssignment" Value="0" /><Member Name="voiceApplicationAssignment" Value="1" /><Member Name="userAssignment" Value="2" /><Member Name="teamsPhoneMobile" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="numberSource"><Member Name="online" Value="0" /><Member Name="onPremises" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="numberType"><Member Name="internalError" Value="0" /><Member Name="directRouting" Value="1" /><Member Name="callingPlan" Value="2" /><Member Name="operatorConnect" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="portInStatus"><Member Name="completed" Value="0" /><Member Name="firmOrderCommitmentAccepted" Value="1" /><Member Name="unknownFutureValue" Value="2" /></EnumType><EnumType Name="reverseNumberLookupOption"><Member Name="skipInternalVoip" Value="0" /><Member Name="unknownFutureValue" Value="1" /></EnumType><EntityType Name="teamsAdminRoot" BaseType="graph.entity"><NavigationProperty Name="policy" Type="teamsAdministration.teamsPolicyAssignment" ContainsTarget="true" /><NavigationProperty Name="userConfigurations" Type="Collection(teamsAdministration.teamsUserConfiguration)" ContainsTarget="true" /><NavigationProperty Name="telephoneNumberManagement" Type="teamsAdministration.telephoneNumberManagementRoot" ContainsTarget="true" /></EntityType><EntityType Name="policyIdentifierDetail" BaseType="graph.entity"><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="policyId" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="teamsPolicyAssignment" BaseType="graph.entity"><NavigationProperty Name="userAssignments" Type="Collection(teamsAdministration.teamsPolicyUserAssignment)" ContainsTarget="true" /></EntityType><EntityType Name="teamsUserConfiguration" BaseType="graph.entity"><Property Name="accountType" Type="teamsAdministration.accountType" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="effectivePolicyAssignments" Type="Collection(teamsAdministration.effectivePolicyAssignment)" /><Property Name="featureTypes" Type="Collection(Edm.String)" /><Property Name="isEnterpriseVoiceEnabled" Type="Edm.Boolean" /><Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="telephoneNumbers" Type="Collection(teamsAdministration.assignedTelephoneNumber)" /><Property Name="tenantId" Type="Edm.String" Nullable="false" /><Property Name="userPrincipalName" Type="Edm.String" Nullable="false" /><NavigationProperty Name="user" Type="graph.user" /></EntityType><EntityType Name="telephoneNumberManagementRoot" BaseType="graph.entity"><NavigationProperty Name="numberAssignments" Type="Collection(teamsAdministration.numberAssignment)" ContainsTarget="true" /><NavigationProperty Name="operations" Type="Collection(teamsAdministration.telephoneNumberLongRunningOperation)" ContainsTarget="true" /></EntityType><EntityType Name="teamsPolicyUserAssignment" BaseType="graph.entity"><Property Name="policyId" Type="Edm.String" /><Property Name="policyType" Type="Edm.String" Nullable="false" /><Property Name="userId" Type="Edm.String" Nullable="false" /></EntityType><ComplexType Name="assignedTelephoneNumber"><Property Name="assignmentCategory" Type="teamsAdministration.assignmentCategory" Nullable="false" /><Property Name="telephoneNumber" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="effectivePolicyAssignment"><Property Name="policyAssignment" Type="teamsAdministration.policyAssignment" Nullable="false" /><Property Name="policyType" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="policyAssignment"><Property Name="assignmentType" Type="teamsAdministration.assignmentType" Nullable="false" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="groupId" Type="Edm.String" /><Property Name="policyId" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="telephoneNumberLongRunningOperationDetails"><Property Name="resourceLocation" Type="Edm.String" /><Property Name="status" Type="graph.longRunningOperationStatus" /><Property Name="statusDetail" Type="Edm.String" /></ComplexType><EntityType Name="numberAssignment" BaseType="graph.entity"><Property Name="activationState" Type="teamsAdministration.activationState" Nullable="false" /><Property Name="assignmentCategory" Type="teamsAdministration.assignmentCategory" /><Property Name="assignmentStatus" Type="teamsAdministration.assignmentStatus" /><Property Name="assignmentTargetId" Type="Edm.String" /><Property Name="capabilities" Type="Collection(teamsAdministration.numberCapability)" Nullable="false" /><Property Name="city" Type="Edm.String" /><Property Name="civicAddressId" Type="Edm.String" /><Property Name="isoCountryCode" Type="Edm.String" /><Property Name="locationId" Type="Edm.String" /><Property Name="networkSiteId" Type="Edm.String" /><Property Name="numberSource" Type="teamsAdministration.numberSource" /><Property Name="numberType" Type="teamsAdministration.numberType" Nullable="false" /><Property Name="operatorId" Type="Edm.String" Nullable="false" /><Property Name="portInStatus" Type="teamsAdministration.portInStatus" /><Property Name="reverseNumberLookupOptions" Type="Collection(teamsAdministration.reverseNumberLookupOption)" Nullable="false" /><Property Name="supportedCustomerActions" Type="Collection(teamsAdministration.customerAction)" Nullable="false" /><Property Name="telephoneNumber" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="telephoneNumberLongRunningOperation" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.String" Nullable="false" /><Property Name="numbers" Type="Collection(teamsAdministration.telephoneNumberLongRunningOperationDetails)" /><Property Name="status" Type="graph.longRunningOperationStatus" Nullable="false" /></EntityType><Action Name="assign" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(teamsAdministration.teamsPolicyUserAssignment)" /><Parameter Name="value" Type="Collection(teamsAdministration.teamsPolicyUserAssignment)" Nullable="false" /></Action><Action Name="unassign" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(teamsAdministration.teamsPolicyUserAssignment)" /><Parameter Name="value" Type="Collection(teamsAdministration.teamsPolicyUserAssignment)" Nullable="false" /></Action><Function Name="getPolicyId" IsBound="true"><Parameter Name="bindingParameter" Type="teamsAdministration.teamsPolicyAssignment" /><Parameter Name="type" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="name" Type="Edm.String" Nullable="false" Unicode="false" /><ReturnType Type="Collection(teamsAdministration.policyIdentifierDetail)" /></Function><Action Name="assignNumber" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(teamsAdministration.numberAssignment)" /><Parameter Name="telephoneNumber" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="assignmentTargetId" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="numberType" Type="teamsAdministration.numberType" Nullable="false" /><Parameter Name="assignmentCategory" Type="teamsAdministration.assignmentCategory" /><Parameter Name="locationId" Type="Edm.String" Unicode="false" /></Action><Action Name="unassignNumber" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(teamsAdministration.numberAssignment)" /><Parameter Name="telephoneNumber" Type="Edm.String" Unicode="false" /><Parameter Name="numberType" Type="teamsAdministration.numberType" /></Action><Action Name="updateNumber" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(teamsAdministration.numberAssignment)" /><Parameter Name="telephoneNumber" Type="Edm.String" Nullable="false" Unicode="false" /><Parameter Name="locationId" Type="Edm.String" Unicode="false" /><Parameter Name="networkSiteId" Type="Edm.String" Unicode="false" /><Parameter Name="reverseNumberLookupOptions" Type="Collection(Edm.String)" Unicode="false" /></Action></Schema><Schema Namespace="microsoft.graph.partners.billing" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="attributeSet"><Member Name="full" Value="1" /><Member Name="basic" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="billingPeriod"><Member Name="current" Value="1" /><Member Name="last" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EntityType Name="billing" BaseType="graph.entity"><NavigationProperty Name="manifests" Type="Collection(microsoft.graph.partners.billing.manifest)" ContainsTarget="true" /><NavigationProperty Name="operations" Type="Collection(microsoft.graph.partners.billing.operation)" ContainsTarget="true" /><NavigationProperty Name="reconciliation" Type="microsoft.graph.partners.billing.billingReconciliation" Nullable="false" ContainsTarget="true" /><NavigationProperty Name="usage" Type="microsoft.graph.partners.billing.azureUsage" Nullable="false" ContainsTarget="true" /></EntityType><ComplexType Name="blob"><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="partitionValue" Type="Edm.String" Nullable="false" /></ComplexType><EntityType Name="azureUsage" BaseType="graph.entity"><NavigationProperty Name="billed" Type="microsoft.graph.partners.billing.billedUsage" Nullable="false" ContainsTarget="true" /><NavigationProperty Name="unbilled" Type="microsoft.graph.partners.billing.unbilledUsage" Nullable="false" ContainsTarget="true" /></EntityType><EntityType Name="billedUsage" BaseType="graph.entity" /><EntityType Name="unbilledUsage" BaseType="graph.entity" /><EntityType Name="billedReconciliation" BaseType="graph.entity" /><EntityType Name="manifest" BaseType="graph.entity"><Property Name="blobCount" Type="Edm.Int32" Nullable="false" /><Property Name="blobs" Type="Collection(microsoft.graph.partners.billing.blob)" Nullable="false" /><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="dataFormat" Type="Edm.String" Nullable="false" /><Property Name="eTag" Type="Edm.String" Nullable="false" /><Property Name="partitionType" Type="Edm.String" Nullable="false" /><Property Name="partnerTenantId" Type="Edm.String" Nullable="false" /><Property Name="rootDirectory" Type="Edm.String" Nullable="false" /><Property Name="sasToken" Type="Edm.String" Nullable="false" /><Property Name="schemaVersion" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="operation" BaseType="graph.entity"><Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="lastActionDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="status" Type="graph.longRunningOperationStatus" /></EntityType><EntityType Name="billingReconciliation" BaseType="graph.entity"><NavigationProperty Name="billed" Type="microsoft.graph.partners.billing.billedReconciliation" Nullable="false" ContainsTarget="true" /><NavigationProperty Name="unbilled" Type="microsoft.graph.partners.billing.unbilledReconciliation" Nullable="false" ContainsTarget="true" /></EntityType><EntityType Name="unbilledReconciliation" BaseType="graph.entity" /><EntityType Name="exportSuccessOperation" BaseType="microsoft.graph.partners.billing.operation"><NavigationProperty Name="resourceLocation" Type="microsoft.graph.partners.billing.manifest" Nullable="false" /></EntityType><EntityType Name="failedOperation" BaseType="microsoft.graph.partners.billing.operation"><Property Name="error" Type="graph.publicError" Nullable="false" /></EntityType><EntityType Name="runningOperation" BaseType="microsoft.graph.partners.billing.operation" /><Action Name="export" IsBound="true"><Parameter Name="this" Type="microsoft.graph.partners.billing.billedReconciliation" /><Parameter Name="invoiceId" Type="Edm.String" Unicode="false" /><Parameter Name="attributeSet" Type="microsoft.graph.partners.billing.attributeSet"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="microsoft.graph.partners.billing.operation" /></Action><Action Name="export" IsBound="true"><Parameter Name="this" Type="microsoft.graph.partners.billing.billedUsage" /><Parameter Name="invoiceId" Type="Edm.String" Unicode="false" /><Parameter Name="attributeSet" Type="microsoft.graph.partners.billing.attributeSet" /><ReturnType Type="microsoft.graph.partners.billing.operation" /></Action><Action Name="export" IsBound="true"><Parameter Name="this" Type="microsoft.graph.partners.billing.unbilledReconciliation" /><Parameter Name="currencyCode" Type="Edm.String" Unicode="false" /><Parameter Name="billingPeriod" Type="microsoft.graph.partners.billing.billingPeriod" /><Parameter Name="attributeSet" Type="microsoft.graph.partners.billing.attributeSet" /><ReturnType Type="microsoft.graph.partners.billing.operation" /></Action><Action Name="export" IsBound="true"><Parameter Name="this" Type="microsoft.graph.partners.billing.unbilledUsage" /><Parameter Name="currencyCode" Type="Edm.String" Unicode="false" /><Parameter Name="billingPeriod" Type="microsoft.graph.partners.billing.billingPeriod" /><Parameter Name="attributeSet" Type="microsoft.graph.partners.billing.attributeSet" /><ReturnType Type="microsoft.graph.partners.billing.operation" /></Action></Schema><Schema Namespace="microsoft.graph.search" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="answerState"><Member Name="published" Value="0" /><Member Name="draft" Value="1" /><Member Name="excluded" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EntityType Name="searchAnswer" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" Nullable="false" /><Property Name="lastModifiedBy" Type="microsoft.graph.search.identitySet" /><Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /><Property Name="webUrl" Type="Edm.String" /></EntityType><EntityType Name="acronym" BaseType="microsoft.graph.search.searchAnswer"><Property Name="standsFor" Type="Edm.String" /><Property Name="state" Type="microsoft.graph.search.answerState" Nullable="false" /></EntityType><EntityType Name="bookmark" BaseType="microsoft.graph.search.searchAnswer"><Property Name="availabilityEndDateTime" Type="Edm.DateTimeOffset" /><Property Name="availabilityStartDateTime" Type="Edm.DateTimeOffset" /><Property Name="categories" Type="Collection(Edm.String)" /><Property Name="groupIds" Type="Collection(Edm.String)" /><Property Name="isSuggested" Type="Edm.Boolean" /><Property Name="keywords" Type="microsoft.graph.search.answerKeyword" /><Property Name="languageTags" Type="Collection(Edm.String)" /><Property Name="platforms" Type="Collection(graph.devicePlatformType)" Nullable="false" /><Property Name="powerAppIds" Type="Collection(Edm.String)" /><Property Name="state" Type="microsoft.graph.search.answerState" Nullable="false" /><Property Name="targetedVariations" Type="Collection(microsoft.graph.search.answerVariant)" /></EntityType><EntityType Name="qna" BaseType="microsoft.graph.search.searchAnswer"><Property Name="availabilityEndDateTime" Type="Edm.DateTimeOffset" /><Property Name="availabilityStartDateTime" Type="Edm.DateTimeOffset" /><Property Name="groupIds" Type="Collection(Edm.String)" /><Property Name="isSuggested" Type="Edm.Boolean" /><Property Name="keywords" Type="microsoft.graph.search.answerKeyword" /><Property Name="languageTags" Type="Collection(Edm.String)" /><Property Name="platforms" Type="Collection(graph.devicePlatformType)" Nullable="false" /><Property Name="state" Type="microsoft.graph.search.answerState" Nullable="false" /><Property Name="targetedVariations" Type="Collection(microsoft.graph.search.answerVariant)" /></EntityType><ComplexType Name="answerKeyword"><Property Name="keywords" Type="Collection(Edm.String)" /><Property Name="matchSimilarKeywords" Type="Edm.Boolean" /><Property Name="reservedKeywords" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="answerVariant"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><Property Name="languageTag" Type="Edm.String" /><Property Name="platform" Type="graph.devicePlatformType" /><Property Name="webUrl" Type="Edm.String" /></ComplexType><ComplexType Name="identity" OpenType="true"><Property Name="displayName" Type="Edm.String" /><Property Name="id" Type="Edm.String" /></ComplexType><ComplexType Name="identitySet" OpenType="true"><Property Name="application" Type="microsoft.graph.search.identity" /><Property Name="device" Type="microsoft.graph.search.identity" /><Property Name="user" Type="microsoft.graph.search.identity" /></ComplexType></Schema><Schema Namespace="microsoft.graph.externalConnectors" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="accessType"><Member Name="grant" Value="1" /><Member Name="deny" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="aclType"><Member Name="user" Value="1" /><Member Name="group" Value="2" /><Member Name="everyone" Value="3" /><Member Name="everyoneExceptGuests" Value="4" /><Member Name="externalGroup" Value="5" /><Member Name="unknownFutureValue" Value="6" /></EnumType><EnumType Name="connectionOperationStatus"><Member Name="unspecified" Value="0" /><Member Name="inprogress" Value="1" /><Member Name="completed" Value="2" /><Member Name="failed" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="connectionState"><Member Name="draft" Value="1" /><Member Name="ready" Value="2" /><Member Name="obsolete" Value="3" /><Member Name="limitExceeded" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="contentCategory"><Member Name="uncategorized" Value="0" /><Member Name="knowledgeBase" Value="1" /><Member Name="wikis" Value="2" /><Member Name="fileRepository" Value="3" /><Member Name="qna" Value="4" /><Member Name="crm" Value="5" /><Member Name="dashboard" Value="6" /><Member Name="people" Value="7" /><Member Name="media" Value="8" /><Member Name="email" Value="9" /><Member Name="messaging" Value="10" /><Member Name="meetingTranscripts" Value="11" /><Member Name="taskManagement" Value="12" /><Member Name="learningManagement" Value="13" /><Member Name="unknownFutureValue" Value="14" /></EnumType><EnumType Name="externalActivityType"><Member Name="viewed" Value="1" /><Member Name="modified" Value="2" /><Member Name="created" Value="3" /><Member Name="commented" Value="4" /><Member Name="unknownFutureValue" Value="5" /></EnumType><EnumType Name="externalItemContentType"><Member Name="text" Value="1" /><Member Name="html" Value="2" /><Member Name="unknownFutureValue" Value="3" /></EnumType><EnumType Name="identityType"><Member Name="user" Value="1" /><Member Name="group" Value="2" /><Member Name="externalGroup" Value="3" /><Member Name="unknownFutureValue" Value="4" /></EnumType><EnumType Name="label"><Member Name="title" Value="0" /><Member Name="url" Value="1" /><Member Name="createdBy" Value="2" /><Member Name="lastModifiedBy" Value="3" /><Member Name="authors" Value="4" /><Member Name="createdDateTime" Value="5" /><Member Name="lastModifiedDateTime" Value="6" /><Member Name="fileName" Value="7" /><Member Name="fileExtension" Value="8" /><Member Name="unknownFutureValue" Value="12" /><Member Name="containerName" Value="13" /><Member Name="containerUrl" Value="14" /><Member Name="iconUrl" Value="15" /><Member Name="assignedToPeople" Value="16" /><Member Name="closedBy" Value="17" /><Member Name="closedDate" Value="18" /><Member Name="priority" Value="19" /><Member Name="sprintName" Value="20" /><Member Name="tags" Value="21" /><Member Name="severity" Value="22" /><Member Name="state" Value="23" /><Member Name="dueDate" Value="24" /><Member Name="itemParentId" Value="25" /><Member Name="itemPath" Value="26" /><Member Name="itemType" Value="27" /><Member Name="numberOfReactions" Value="28" /><Member Name="parentUrl" Value="29" /><Member Name="priorityNormalized" Value="30" /><Member Name="reportedBy" Value="31" /><Member Name="secondaryId" Value="32" /><Member Name="personEmails" Value="33" /><Member Name="personAddresses" Value="34" /><Member Name="personAnniversaries" Value="35" /><Member Name="personName" Value="36" /><Member Name="personNote" Value="37" /><Member Name="personPhones" Value="38" /><Member Name="personCurrentPosition" Value="39" /><Member Name="personWebAccounts" Value="40" /><Member Name="personWebSite" Value="41" /><Member Name="personSkills" Value="42" /><Member Name="personProjects" Value="43" /><Member Name="personAccount" Value="44" /><Member Name="personAwards" Value="45" /><Member Name="personCertifications" Value="46" /><Member Name="personAssistants" Value="47" /><Member Name="personColleagues" Value="48" /><Member Name="personManager" Value="49" /><Member Name="personAlternateContacts" Value="50" /><Member Name="personEmergencyContacts" Value="51" /></EnumType><EnumType Name="propertyType"><Member Name="string" Value="0" /><Member Name="int64" Value="1" /><Member Name="double" Value="2" /><Member Name="dateTime" Value="3" /><Member Name="boolean" Value="4" /><Member Name="stringCollection" Value="5" /><Member Name="int64Collection" Value="6" /><Member Name="doubleCollection" Value="7" /><Member Name="dateTimeCollection" Value="8" /><Member Name="unknownFutureValue" Value="9" /><Member Name="principal" Value="10" /><Member Name="principalCollection" Value="11" /></EnumType><EnumType Name="ruleOperation"><Member Name="null" Value="0" /><Member Name="equals" Value="1" /><Member Name="notEquals" Value="2" /><Member Name="contains" Value="3" /><Member Name="notContains" Value="4" /><Member Name="lessThan" Value="5" /><Member Name="greaterThan" Value="6" /><Member Name="startsWith" Value="7" /><Member Name="unknownFutureValue" Value="8" /></EnumType><ComplexType Name="acl"><Property Name="accessType" Type="microsoft.graph.externalConnectors.accessType" Nullable="false" /><Property Name="type" Type="microsoft.graph.externalConnectors.aclType" Nullable="false" /><Property Name="value" Type="Edm.String" Nullable="false" /></ComplexType><ComplexType Name="activitySettings"><Property Name="urlToItemResolvers" Type="Collection(microsoft.graph.externalConnectors.urlToItemResolverBase)" /></ComplexType><ComplexType Name="urlToItemResolverBase" Abstract="true"><Property Name="priority" Type="Edm.Int32" /></ComplexType><ComplexType Name="configuration" OpenType="true"><Property Name="authorizedAppIds" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="displayTemplate"><Property Name="id" Type="Edm.String" Nullable="false" /><Property Name="layout" Type="graph.Json" Nullable="false" /><Property Name="priority" Type="Edm.Int32" Nullable="false" /><Property Name="rules" Type="Collection(microsoft.graph.externalConnectors.propertyRule)" /></ComplexType><ComplexType Name="propertyRule"><Property Name="operation" Type="microsoft.graph.externalConnectors.ruleOperation" Nullable="false" /><Property Name="property" Type="Edm.String" Nullable="false" /><Property Name="values" Type="Collection(Edm.String)" Nullable="false" /><Property Name="valuesJoinedBy" Type="graph.binaryOperator" Nullable="false" /></ComplexType><ComplexType Name="externalItemContent"><Property Name="type" Type="microsoft.graph.externalConnectors.externalItemContentType" Nullable="false" /><Property Name="value" Type="Edm.String" /></ComplexType><ComplexType Name="itemIdResolver" BaseType="microsoft.graph.externalConnectors.urlToItemResolverBase"><Property Name="itemId" Type="Edm.String" Nullable="false" /><Property Name="urlMatchInfo" Type="microsoft.graph.externalConnectors.urlMatchInfo" /></ComplexType><ComplexType Name="urlMatchInfo"><Property Name="baseUrls" Type="Collection(Edm.String)" /><Property Name="urlPattern" Type="Edm.String" /></ComplexType><ComplexType Name="principal"><Property Name="email" Type="Edm.String" /><Property Name="entraDisplayName" Type="Edm.String" /><Property Name="entraId" Type="Edm.String" /><Property Name="externalId" Type="Edm.String" /><Property Name="externalName" Type="Edm.String" /><Property Name="tenantId" Type="Edm.String" /><Property Name="upn" Type="Edm.String" /></ComplexType><ComplexType Name="properties" OpenType="true" /><ComplexType Name="property"><Property Name="aliases" Type="Collection(Edm.String)" /><Property Name="description" Type="Edm.String" /><Property Name="isQueryable" Type="Edm.Boolean" /><Property Name="isRefinable" Type="Edm.Boolean" /><Property Name="isRetrievable" Type="Edm.Boolean" /><Property Name="isSearchable" Type="Edm.Boolean" /><Property Name="labels" Type="Collection(microsoft.graph.externalConnectors.label)" /><Property Name="name" Type="Edm.String" Nullable="false" /><Property Name="type" Type="microsoft.graph.externalConnectors.propertyType" Nullable="false" /></ComplexType><ComplexType Name="searchSettings"><Property Name="searchResultTemplates" Type="Collection(microsoft.graph.externalConnectors.displayTemplate)" /></ComplexType><EntityType Name="connectionOperation" BaseType="graph.entity"><Property Name="error" Type="graph.publicError" /><Property Name="status" Type="microsoft.graph.externalConnectors.connectionOperationStatus" /></EntityType><EntityType Name="external"><NavigationProperty Name="connections" Type="Collection(microsoft.graph.externalConnectors.externalConnection)" ContainsTarget="true" /></EntityType><EntityType Name="externalConnection" BaseType="graph.entity"><Property Name="activitySettings" Type="microsoft.graph.externalConnectors.activitySettings" /><Property Name="configuration" Type="microsoft.graph.externalConnectors.configuration" /><Property Name="connectorId" Type="Edm.String" /><Property Name="contentCategory" Type="microsoft.graph.externalConnectors.contentCategory" Nullable="false" /><Property Name="description" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="searchSettings" Type="microsoft.graph.externalConnectors.searchSettings" /><Property Name="state" Type="microsoft.graph.externalConnectors.connectionState" /><NavigationProperty Name="groups" Type="Collection(microsoft.graph.externalConnectors.externalGroup)" ContainsTarget="true" /><NavigationProperty Name="items" Type="Collection(microsoft.graph.externalConnectors.externalItem)" ContainsTarget="true" /><NavigationProperty Name="operations" Type="Collection(microsoft.graph.externalConnectors.connectionOperation)" ContainsTarget="true" /><NavigationProperty Name="schema" Type="microsoft.graph.externalConnectors.schema" ContainsTarget="true" /></EntityType><EntityType Name="externalActivity" BaseType="graph.entity"><Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="type" Type="microsoft.graph.externalConnectors.externalActivityType" Nullable="false" /><NavigationProperty Name="performedBy" Type="microsoft.graph.externalConnectors.identity" /></EntityType><EntityType Name="identity" BaseType="graph.entity"><Property Name="type" Type="microsoft.graph.externalConnectors.identityType" /></EntityType><EntityType Name="externalActivityResult" BaseType="microsoft.graph.externalConnectors.externalActivity"><Property Name="error" Type="graph.publicError" /></EntityType><EntityType Name="externalGroup" BaseType="graph.entity"><Property Name="description" Type="Edm.String" /><Property Name="displayName" Type="Edm.String" /><NavigationProperty Name="members" Type="Collection(microsoft.graph.externalConnectors.identity)" ContainsTarget="true" /></EntityType><EntityType Name="externalItem" BaseType="graph.entity"><Property Name="acl" Type="Collection(microsoft.graph.externalConnectors.acl)" /><Property Name="content" Type="microsoft.graph.externalConnectors.externalItemContent" /><Property Name="properties" Type="microsoft.graph.externalConnectors.properties" /><NavigationProperty Name="activities" Type="Collection(microsoft.graph.externalConnectors.externalActivity)" ContainsTarget="true" /></EntityType><EntityType Name="schema" BaseType="graph.entity"><Property Name="baseType" Type="Edm.String" Nullable="false" /><Property Name="properties" Type="Collection(microsoft.graph.externalConnectors.property)" /></EntityType><Action Name="addActivities" IsBound="true"><Parameter Name="bindingParameter" Type="microsoft.graph.externalConnectors.externalItem" /><Parameter Name="activities" Type="Collection(microsoft.graph.externalConnectors.externalActivity)" Nullable="false" /><ReturnType Type="Collection(microsoft.graph.externalConnectors.externalActivityResult)" /></Action></Schema></edmx:DataServices></edmx:Edmx>